Code

Added Translation Strings.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Feb 2007 04:52:20 +0000 (04:52 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 2 Feb 2007 04:52:20 +0000 (04:52 +0000)
Added German Translation.
Modified gen_locale script to run on MacOSX.

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

16 files changed:
gen_locale.sh
locale/de/LC_MESSAGES/messages.mo
locale/de/LC_MESSAGES/messages.po
locale/es/LC_MESSAGES/messages.mo
locale/es/LC_MESSAGES/messages.po
locale/fr/LC_MESSAGES/messages.mo
locale/fr/LC_MESSAGES/messages.po
locale/it/LC_MESSAGES/messages.mo
locale/it/LC_MESSAGES/messages.po
locale/messages.po
locale/nl/LC_MESSAGES/messages.mo
locale/nl/LC_MESSAGES/messages.po
locale/pl/LC_MESSAGES/messages.mo
locale/pl/LC_MESSAGES/messages.po
locale/ru/LC_MESSAGES/messages.mo
locale/ru/LC_MESSAGES/messages.po

index a57cea5464bd276e2d745c3523f1e0038fcf5431..49ca8a46f90335496743fbe5dc60ae3cfac3e8f9 100755 (executable)
@@ -1,7 +1,9 @@
 #!/bin/sh
 
 #!/bin/sh
 
+set -x 
 ORIG=`pwd`
 TEMPDIR="/tmp/gosa-locale"
 ORIG=`pwd`
 TEMPDIR="/tmp/gosa-locale"
+TRUE=`which true`
 
 echo
 echo "Creating temporary directory..."
 
 echo
 echo "Creating temporary directory..."
@@ -15,13 +17,13 @@ echo -n "Converting .tpl files: "
 pushd . &> /dev/null
 cd $TEMPDIR
 
 pushd . &> /dev/null
 cd $TEMPDIR
 
-for template in $(find -name '*.tpl'); do
+for template in $(find -name '*.tpl'); do
   echo -en "\rConverting .tpl files: $(basename $template)                 \r"
   sed -e 's/{t}/<?php $t= _("/g;s!{/t}!");?>!g' $template > $template.new
   mv $template.new $template
 done
 
   echo -en "\rConverting .tpl files: $(basename $template)                 \r"
   sed -e 's/{t}/<?php $t= _("/g;s!{/t}!");?>!g' $template > $template.new
   mv $template.new $template
 done
 
-for class in $(find -name 'class_*.inc'); do
+for class in $(find -name 'class_*.inc'); do
   echo -en "\rConverting class_*.inc files: $(basename $template)                 \r"
   sed -e 's/\($pl[DH][^=]*\)= *"\([^"]*\)";$/\1= _("\2");/g' $class > $class.new
   mv $class.new $class
   echo -en "\rConverting class_*.inc files: $(basename $template)                 \r"
   sed -e 's/\($pl[DH][^=]*\)= *"\([^"]*\)";$/\1= _("\2");/g' $class > $class.new
   mv $class.new $class
@@ -44,7 +46,7 @@ for f in locale/??/LC_MESSAGES; do
 
   # Do an extra check for dummy dir 'locale/en/LC_MESSAGES'
   if [ $? -ne 0 ]; then
 
   # Do an extra check for dummy dir 'locale/en/LC_MESSAGES'
   if [ $? -ne 0 ]; then
-    [ "$f" == "locale/en/LC_MESSAGES" ] && /bin/true
+    [ "$f" == "locale/en/LC_MESSAGES" ] && $TRUE
   fi
 
   if [ $? -eq 0 ]; then
   fi
 
   if [ $? -eq 0 ]; then
index 65dd07ee9ac9202e051949d31d177cb165285b10..1a4b19194f962cd46fe137eb9a1715c77bb33194 100644 (file)
Binary files a/locale/de/LC_MESSAGES/messages.mo and b/locale/de/LC_MESSAGES/messages.mo differ
index e03d7905d9e4c6a9df2baf4c91a85b2cb9a74015..c13147cd61c8db4c6f747205fede43cf3a9b7d8f 100644 (file)
@@ -10,8 +10,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
-"PO-Revision-Date: 2007-01-17 11:49+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
+"PO-Revision-Date: 2007-02-02 08:41+0100\n"
 "Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
 "Language-Team: German <de@li.org>\n"
 "MIME-Version: 1.0\n"
 "Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
 "Language-Team: German <de@li.org>\n"
 "MIME-Version: 1.0\n"
@@ -34,29 +34,29 @@ msgstr "Zusätzliches"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Allgemein"
 
 msgid "Generic"
 msgstr "Allgemein"
 
@@ -65,69 +65,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Umgebung"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Umgebung"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Mail"
 
 msgid "Mail"
 msgstr "Mail"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr "Netatalk"
 
 msgid "Netatalk"
 msgstr "Netatalk"
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Konnektivität"
 
 msgid "Connectivity"
 msgstr "Konnektivität"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Telefon"
 
 msgid "Phone"
 msgstr "Telefon"
 
@@ -153,14 +154,14 @@ msgid "ACL"
 msgstr "Zugriffsregeln"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "Zugriffsregeln"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Optionen"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Optionen"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Parameter"
 
 msgid "Parameter"
 msgstr "Parameter"
 
@@ -175,30 +176,30 @@ msgid "Devices"
 msgstr "Geräte"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Geräte"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Drucker"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Drucker"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Information"
 
 msgid "Information"
 msgstr "Information"
 
@@ -224,12 +225,12 @@ msgstr "FAI Übersicht"
 msgid "OGo"
 msgstr "OGo"
 
 msgid "OGo"
 msgstr "OGo"
 
-#: contrib/gosa.conf:199 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:199 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"
 
@@ -237,12 +238,12 @@ msgstr "Export"
 msgid "Excel Export"
 msgstr "Excel-Export"
 
 msgid "Excel Export"
 msgstr "Excel-Export"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Importieren"
 
 msgid "Import"
 msgstr "Importieren"
 
@@ -254,10 +255,10 @@ msgstr "CSV Import"
 msgid "Partitions"
 msgstr "Partitionen"
 
 msgid "Partitions"
 msgstr "Partitionen"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Skript"
 
 msgid "Script"
 msgstr "Skript"
 
@@ -273,8 +274,8 @@ msgstr "Variablen"
 msgid "Templates"
 msgstr "Vorlagen"
 
 msgid "Templates"
 msgstr "Vorlagen"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profile"
 
 msgid "Profiles"
 msgstr "Profile"
 
@@ -322,4938 +323,4695 @@ msgstr "Italienisch"
 msgid "Polish"
 msgstr "Polnisch"
 
 msgid "Polish"
 msgstr "Polnisch"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Speichern"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"Kann nicht zur glpi-Datenbank verbinden, da die MySQL-Erweiterung in Ihrer "
+"PHP-Umgebung nicht verfügbar ist."
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Abbrechen"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"Kann die angegebene Datenbank nicht erreiche, bitte überprüfen Sie Ihre glpi-"
+"Konfiguration."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
 msgstr ""
 msgstr ""
-"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem "
-"Dialog zu ändern"
+"Kann die gewählte Anhangs-Datei nicht abrufen, es wurde kein Eintrag mit der "
+"angegebenen ID gefunden."
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Bearbeiten"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "Kann Datei '%s' nicht öffnen."
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Nagios-Einstellungen"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "Die SQL-Datenbank kann nicht erreicht werden!"
 
 
-#: 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "Dies tut etwas"
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "Die angegebene Datenbank kann nicht ausgewählt werden."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
-msgstr "Dieses Konto besitzt keine Nagios-Erweiterungen."
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "Die Datenbankabfrage ist fehlgeschlagen!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
-msgstr "Nagios-Konto entfernen"
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
+msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "Kann Datei '%s' nicht lesen, überprüfen Sie die Rechte."
+
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt aktivierte Nagios-Erweiterungen. Sie können diese "
-"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
+"Fehler: getvcard.php benötigt einen Parameter um eine vcard zu exportieren!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
-msgstr "Neues Nagios-Konto erzeugen"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr "Geburtstag"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt keine aktivierten Nagios-Erweiterungen. Sie können "
-"diese aktivieren, indem Sie auf die Schaltfläche unten klicken."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Geschlecht"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
-msgstr "Speichern des Nagios-Kontos ist fehlgeschlagen"
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Name"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Das benötigte Feld 'NagiosAlias' ist nicht gesetzt."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Vorname"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Das benötigte Feld 'NagiosMail' ist nicht gesetzt."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Sprache"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-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."
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Benutzer"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
-msgstr "Entfernen des Nagios-Kontos ist fehlgeschlagen"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Benutzerliste von %s am %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Nagios-Konto"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Benutzer-ID"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Mitglieder"
 
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
-msgstr "Mail-Adresse"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Gruppen"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Frequenz der Host-Meldungen"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Gruppen von %s vom %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Frequenz der Dienst-Meldungen"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Beschreibung"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Optionen der Dienst-Meldungen"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Systeme"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Optionen der Host-Meldungen"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Name"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: 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"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Server-Name"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Befehle für Dienst-Meldungen"
+#: 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/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Befehle für Host-Meldungen"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Server von %s vom %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Nagios Authentifikation"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Angezeigter Name"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "System-Informationen anzeigen"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Name"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "Konfiguration anzeigen"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Telefon (zu Hause)"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "Alle System-Befehle ausführen"
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr "Private Adresse"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "Alle Dienste anzeigen"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Initialien"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "Alle Systeme anzeigen"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Ort"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "Alle Dienst-Befehle ausführen"
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "Mail-Adresse"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "Alle Host-Befehle ausführen"
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "Mobiltelefon"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Wählen Sie die hinzuzufügenden Adressen"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Stadt"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Filter"
-
-#: plugins/personal/mail/mail_locals.tpl:35
-msgid "Select department"
-msgstr "Wähle Abteilung"
-
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
-
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Regulärer Ausdruck zum Erkennen von Mail-Adressen"
-
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Zeige Adressen des Benutzers"
-
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Benutzername, dessen Adressen angezeigt werden"
-
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Hinzufügen"
-
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Primäre Adresse"
-
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Server"
-
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Wählen Sie den Mail-Server, auf dem dieses Konto angelegt werden soll"
-
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Kontingent-Nutzung"
-
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "nicht definiert"
-
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Kontingent-Größe"
-
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Alternative Adressen"
-
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Liste alternativer Mail-Adressen"
-
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Entfernen"
-
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Mail-Einstellungen"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr ""
-"Wählen Sie diese Einstellung, wenn Mails lediglich weitergeleitet werden "
-"sollen, ohne eine lokale Kopie zu speichern."
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Keine Zustellung in eigenes Postfach"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
-msgstr ""
-"Wählen Sie dies, um automatisch eine Urlaubsmeldung mit dem unten angebenen "
-"Text zu versenden."
-
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Urlaubsbenachrichtigung aktivieren"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Wählen Sie dies, um Mails von Spamassassin filtern zu lassen"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Verschiebe Mails mit einem SPAM-Level größer als"
-
-#: 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"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "in den Ordner"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Mails abweisen, die größer sind als"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "MB"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Urlaubsbenachrichtigung"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Nachrichten weiterleiten an"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Lokale hinzufügen"
-
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Erweiterte Mail-Einstellungen"
-
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr ""
-"Wählen Sie dies, wenn der Benutzer Mails nur innerhalb seiner Domäne senden "
-"und empfangen darf"
-
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr "Der Benutzer darf nur lokale Mails senden und empfangen"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Eigenes Sieve-Skript verwenden"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "schaltet alle übrigen Mail-Einstellungen aus!"
-
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "Mail-Einstellungen"
-
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Benutzer Mail-Einstellungen"
-
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, 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:212
-msgid "No DESC tag in vacation file:"
-msgstr "Kein DESC-Tag in der Abwesenheits-Datei:"
-
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "Dieses Konto hat keine Mail-Erweiterungen."
-
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "Mail-Konto entfernen"
-
-#: plugins/personal/mail/class_mailAccount.inc:268
-msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
-msgstr ""
-"Dieses Konto kann nicht entfernt werden, solange Delegationen konfiguriert "
-"sind. Entfernen Sie diese zunächst."
-
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto hat die Mail-Erweiterungen aktiviert. Sie können diese "
-"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "Neues Mail-Konto erzeugen"
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-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/class_mailAccount.inc:324
-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:330
-#: plugins/admin/groups/class_groupMail.inc:414
-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:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
-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:383
-#: plugins/admin/groups/class_groupMail.inc:447
-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:670
-msgid "Removing mail account failed"
-msgstr "Entfernen des Mail-Kontos fehlgeschlagen"
-
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
-msgstr "Speichern des Mail-Kontos fehlgeschlagen"
-
-#: plugins/personal/mail/class_mailAccount.inc:851
-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:856
-#: plugins/admin/groups/class_groupMail.inc:845
-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:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-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:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-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:876
-#: plugins/admin/groups/class_groupMail.inc:860
-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:885
-#: plugins/admin/groups/class_groupMail.inc:869
-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:895
-#: plugins/admin/groups/class_groupMail.inc:877
-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:899
-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/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
-msgstr "Warte auf Entfernung der Mail-Einstellungen durch Kolab."
-
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
-msgstr ""
-"Bitte entfernen Sie zunächst das Mail-Konto, damit Kolab Gelegenheit hat "
-"seine Einstellungen zu entfernen."
-
-#: plugins/personal/password/password.tpl:2
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
-msgstr ""
-"Um das Passwort zu ändern, benutzen Sie das untere Feld. Die Änderung wird "
-"sofort wirksam. Bitte merken Sie sich das neue Passwort, da Sie sich ohne "
-"dieses nicht mehr anmelden können."
-
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
-msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
-msgstr ""
-"Das Ändern des Passwortes wirkt sich auf ihre Authentifizierung bei Mail-, "
-"Proxy-, Samba- und Unix-Diensten aus."
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Momentanes Passwort"
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Neues Passwort"
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Neues Passwort (Wiederholung)"
-
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Passwort setzen"
-
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Felder löschen"
-
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
-msgstr ""
-"Sie haben erfolgreich Ihr Passwort geändert. Bitte denken Sie daran alle "
-"Programme anzupassen, die dieses Passwort auch benutzen."
-
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Zurück"
-
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
-#: ihtml/themes/default/setup_useradmin.tpl:30
-msgid "Password"
-msgstr "Passwort"
-
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "Passwort-Änderung ist nicht erlaubt"
-
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern"
-
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr ""
-"Das Passwort, welches Sie als aktuelles Passwort eingegeben haben, ist nicht "
-"korrekt."
-
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Sie müssen das aktuelle Passwort eingeben, um fortfahren zu können."
-
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
-msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
-msgstr ""
-"Die Passwörter, die Sie als 'Neues Passwort' und 'Neues Passwort "
-"(Wiederholung)' eingegeben haben sind nicht identisch."
-
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr ""
-"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer."
-
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "Das alte und neue Passwort sind sich zu ähnlich."
-
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr ""
-"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern."
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:"
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Passwort ändern"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Basisverzeichnis"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Primäre Gruppe"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Status"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Erzwinge UID/GID"
-
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
-
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
-
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Gruppenmitgliedschaft"
-
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Warnung: mehr als 16 Gruppen werden von NFS nicht unterstützt!)"
-
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Konto"
-
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "System-Vertrauen"
-
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Vertrauens-Modus"
-
-#: 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:32
-msgid "Display groups of department"
-msgstr "Zeige Gruppen der Abteilung"
-
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr "Ignoriere Unterbäume"
-
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Zeige Gruppen, auf die zutrifft"
-
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Regulärer Ausdruck zum Erkennen von Gruppennamen"
-
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Zeige Gruppen des Benutzers"
-
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Benutzername, dessen Gruppen angezeigt werden"
-
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr "Der Benutzer muss beim ersten Anmelden sein Passwort ändern"
-
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "Passwort läuft ab am"
-
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "UNIX-Einstellungen"
-
-#: 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/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Zeige die Systeme, auf die das Folgende passt"
-
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "UNIX-Einstellungen"
-
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "UNIX"
-
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
-msgstr "abgelaufen"
-
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
-msgstr "Nachfrist aktiv"
-
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
-msgstr "aktiv, Passwort kann nicht geändert werden"
-
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
-msgstr "aktiv, Passwort abgelaufen"
-
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
-msgstr "aktiv"
-
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Gruppe des Benutzers"
-
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "unkonfiguriert"
-
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "automatisch"
-
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "Dieses Konto besitzt keine UNIX-Erweiterungen."
-
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "UNIX-Konto entfernen"
-
-#: plugins/personal/posix/class_posixAccount.inc:273
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
-msgstr ""
-"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Um sie zu deaktivieren, "
-"müssen Sie zunächst die Samba- und Umgebungserweiterungen deaktivieren."
-
-#: plugins/personal/posix/class_posixAccount.inc:276
-msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Adresse"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "UNIX-Konto erstellen"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Pager"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dieses Konto besitzt keine aktivierten UNIX-Erweiterungen. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche aktivieren."
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Telefonnummer"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, 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"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Adresse"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "Der Benutzer muß sein Passwort nach %s Tagen ändern"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Postleitzahl"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr "Konto nach %s Tagen nach Ablauf ohne Aktivität deaktivieren"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Land"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Benutzer %s Tage vor dem Ablauf des Passwortes warnen"
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Funktion"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Januar"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Adressbuch"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Februar"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Adressbuch von  %s vom %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "März"
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Name"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "April"
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Geburtsdatum"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Mai"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Juni"
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "Email-Adresse"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Juli"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "Mobiltelefon"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "August"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Organisation"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "September"
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Organisationeinheit"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Oktober"
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Postleitzahl"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "November"
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Nachname"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "Dezember"
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Titel"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "deaktiviert"
+#: html/getxls.php:239
+msgid "Full"
+msgstr "Voll"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "Vollzugriff"
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Benutzerliste von %s vom %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "erlaube Zugriff auf diese Hosts"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Systeme von %s vom %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "Entfernen des UNIX-Kontos ist fehlgeschlagen"
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr "Hilfe-Browser"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Fehlgeschlagen: Lock wird ignoriert"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
+msgstr "Für diese Klasse wurde keine Hilfedatei angegeben"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "Speichern des Unix-Kontos ist fehlgeschlagen"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr "Vorherige"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Das benötigte Feld 'Basisverzeichnis' ist nicht gesetzt."
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "Nächste"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
+#: html/helpviewer.php:265
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
 msgstr ""
 msgstr ""
-"Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein."
-
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "Die von ihnen angebene 'UID' ist nicht korrekt."
-
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "Die von ihnen angebene 'UID' ist zu klein."
-
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "Die von ihnen angebene 'GID' ist nicht korrekt."
-
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "Die von ihnen angebene 'GID' ist zu klein."
+"Auf das Hilfeverzeichnis '%s' kann nicht zugegriffen werden - kann daher "
+"keine Hilfedateien lesen."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "Der von ihnen angegebene Wert 'shadowMin' ist nicht gültig."
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Warnung"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "Der von ihnen angegebene Wert 'shadowMax' ist nicht gültig."
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "Die Sitzung ist nicht verschlüsselt."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "Der von ihnen angegebene Wert 'shadowWarning' ist nicht gültig."
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "SSL Sitzung"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "'shadowWarning' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr "Die Konfigurationsdatei %s/gosa.conf ist nicht lesbar. Abgebrochen."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
+#: html/index.php:138
+#, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
 msgstr ""
 msgstr ""
-"Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein."
+"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht "
+"zugegriffen werden!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein."
-
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "Der von ihnen angegebene Wert 'shadowInactive' ist nicht gültig."
+"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den "
+"Administrator."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
+#: html/index.php:223
+msgid ""
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
-
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr "Der angegebene Wert 'shadowMin' sollte kleiner als 'shadowMax' sein."
+"GOsa kann keine Informationen über die verfügbaren Schema-Definitionen "
+"anfordern. Bitte stellen Sie sicher, dass dies möglich ist."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
+#: html/index.php:231
+msgid ""
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 msgstr ""
-"Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID "
-"reserviert werden!"
-
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Freigabe"
-
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Pfad"
-
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Speichern"
+"Ihr LDAP-Server enthält veraltete Schema-Definitionen. Bitte führen Sie "
+"erneut die Einrichtung durch."
 
 
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Netatalk-Einstellungen"
+#: html/index.php:250 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 ""
+"In ihrem Setup fehlt ein administratives Konto für GOsa, Sie sind deshalb "
+"nicht in der Lage, irgendetwas einzustellen!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Netatalk-Konto verwalten"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
-msgstr "Dieses Konto hat keine Netatalk-Erweiterungen."
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Bitte geben Sie Ihr Passwort ein!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
-msgstr "Netatalk-Konto entfernen"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort."
+
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
+msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:188
+#: html/index.php:343
 msgid ""
 msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
 msgstr ""
 msgstr ""
-"Dieses Konto hat die Netatalk-Erweiterungen aktiviert. Sie können diese "
-"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
-
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
-msgstr "Neues Netatalk-Konto erzeugen"
+"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies "
+"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:200
+#: html/main.php:164
 msgid ""
 msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
 msgstr ""
 msgstr ""
-"Dieses Konto hat keine Netatalk-Erweiterungen. Sie können diese aktivieren, "
-"wenn Sie auf die untere Schaltfläche klicken."
+"FATAL: 'Register globals' ist im PHP aktiviert. GOsa läßt keine Anmeldung "
+"zu, bis dies von einem Administrator behoben wurde."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr "Sie müssen eine zu verwendende Freigabe auswählen."
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Achtung: die Speichernutzung ist zu hoch - bitte erhöhen Sie das "
+"memory_limit!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
-msgstr "Speichern des Netatalk-Kontos ist fehlgeschlagen"
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
-msgstr "Entfernen des Netatalk-Kontos ist fehlgeschlagen"
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort eie"
 
 
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Samba-Basisverzeichnis"
+#: html/main.php:388
+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!"
 
 
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Anmeldeskript"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Zeige/Verstecke Informationen"
 
 
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Profil-Pfad"
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr ""
+"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht "
+"zugegriffen werden, überprüfen Sie die Existenz und die Rechte!"
 
 
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Zugriffsoptionen"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Ein Sitzungskonflikt wurde festgestellt"
 
 
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr "Der Benutzer darf das Passwort vom Client aus ändern"
+#: ihtml/themes/altlinux/conflict.tpl:6
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
+msgstr ""
+"Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das Arbeiten "
+"mit mehreren Fenstern ist technisch so nicht möglich und hängt stark vom "
+"eingesetzten Browser ab. Die Verwendung unterschiedlicher Browser zur "
+"gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken von 'Abmelden' "
+"schließt diese Sitzung."
 
 
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr "Die Anmeldung vom Windows-Client erfordert kein Passwort"
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
+msgstr ""
+"Falls Sie trotzdem fortfahren, können einige Daten der momentan bearbeiteten "
+"Dialoge verlorengehen. Deshalb schließen Sie bitte die verschiedenen Fenster "
+"und melden sich neu an."
 
 
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Vorübergehende Deaktivierung des Samba-Zugriffs"
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Abmelden"
 
 
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Domäne"
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
+msgstr ""
+"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen "
+"werden?"
 
 
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Terminal-Server"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Hauptmenü"
 
 
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Anmeldung am Terminalserver zulassen"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Hilfe"
 
 
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Client-Konfiguration übernehmen"
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Abmelden"
 
 
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Startprogramm"
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Angemeldet:"
 
 
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Arbeitsverzeichnis"
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Ein Zugriffskonflikt wurde festgestellt"
 
 
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Zeitlimit (in Minuten)"
+#: ihtml/themes/altlinux/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 'Remove' 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 'Entfernen' beseitigen."
 
 
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Verbinden"
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
+msgstr "Entfernen"
 
 
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Trennen"
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Abbrechen"
 
 
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "Leerlauf"
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your username and password to log in"
+msgstr "Melden Sie sich bitte mit Ihrem Benutzernamen und Ihrem Passwort an"
 
 
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Client-Geräte"
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Benutzername"
 
 
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Client-Laufwerke beim Anmelden verbinden"
+#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
+#: ihtml/themes/altlinux/setup_useradmin.tpl:30
+#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
+#: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
+msgid "Password"
+msgstr "Passwort"
 
 
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Client-Drucker beim Anmelden verbinden"
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Verzeichnis"
 
 
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Standard-Drucker vom Client wählen"
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Anmelden"
 
 
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Verschiedenes"
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Hier klicken zum Anmelden"
 
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Spiegeln"
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filter"
 
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "Bei Trennung oder abgelaufenem Zeitlimit"
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Einrichtung abgeschlossen"
 
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Wiederherstellen falls unterbrochen"
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
+"Die Einrichtung ist nun abgeschlossen. Sie können das Ergebnis der schema-"
+"Überprüfung hier kontrollieren und die automatisch erzeugte gosa.conf "
+"herunterladen."
 
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Samba-Konto sperren"
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Schema-Konfiguration"
 
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Limitiere Logon Zeit"
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Konfigurationsdatei"
 
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Limitiere Logoff Zeit"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
+msgstr ""
+"GOsa Einrichtung besitzt nun genügend Informationen, um eine initiale "
+"Konfiguration zu erstellen. Speichern Sie den untenstehenden Link als gosa."
+"conf und nehmen Sie gegebenenfalls Anpassungen vor. Verschieben Sie diese "
+"Datei in das Verzeichnis /etc/gosa."
 
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "Konto läuft ab am"
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Konfiguration herunterladen"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Samba logon times"
-msgstr "Samba-Anmeldezeiten"
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
+msgstr ""
+"Nachdem Sie die Konfigurationsdatei unter /etc/gosa abgelegt haben, muß "
+"sichergestellt werden, daß der Webserver auch darauf zugreifen kann - "
+"während normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um "
+"die obigen Voraussetzungen zu erfüllen:"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Edit settings..."
-msgstr "Einstellungen bearbeiten..."
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Zurück"
 
 
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Erlaube Verbindungen nur von diesen Arbeitsstationen"
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Wiederholen"
 
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Samba-Einstellungen"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Willkommen bei der GOsa Einrichtung!"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Wählen Sie die hinzuzufügenden Arbeitsstationen"
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Scheinbar rufen Sie GOsa zum ersten Mal auf, denn es wurde keine "
+"Konfiguration gefunden. Diese Einrichtung wird Sie dabei unterstützen, eine "
+"initiale, aber lauffähige Konfiguration zu erzeugen, indem es Sie durch drei "
+"grundlegende Schritte führt: Zunächst wird versucht, die PHP-Installation "
+"auf mögliche Fehler zu untersuchen, dann wird die Verfügbarkeit einiger "
+"optionaler Werkzeuge geprüft und abschließend wird die LDAP-Verbindung "
+"konfiguriert."
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Zeige die Arbeitsstationen der Abteilung"
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Fortsetzen"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "Dieses Konto besitzt keine Samba-Erweiterungen."
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Einrichtung wird fortgesetzt..."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Samba-Konto entfernen"
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
+msgstr ""
+"Der zweite Schritt prüft auf die Verfügbarkeit einiger Hilfsprogramme und "
+"testet, ob sie in der richtigen Version vorliegen."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:224
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt aktivierte Samba-Erweiterungen. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
-
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Samba-Konto erstellen"
+"Nun wird ihr LDAP-Server in die Konfiguration eingebunden und eine initiale "
+"Konfigurationsdatei erzeugt. Nachdem Sie die Server-URI unten eingegeben "
+"haben, wird in einem kurzen Test überprüft, ob die notwendigen Schemata "
+"installiert sind. Die verwendete Samba-Version wird auf Basis der "
+"installierten Objektklassen automatisch erkannt. Eine genauere Konfiguration "
+"der Verzeichnisstruktur erfolgt später."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:235
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
 msgid ""
 msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt deaktivierte Samba-Erweiterungen. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche aktivieren."
+"Bitte geben Sie die Server-URI an, damit die Einrichtung sich zu Ihrem LDAP-"
+"Server verbinden kann (Beispiel: ldap://ihr.server:389)"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:238
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
 msgid ""
 msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt deaktivierte Samba-Erweiterungen. Um diese zu "
-"aktivieren werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert "
-"werden."
+"Die folgenden Eingabefelder ermöglichen die Grundkonfiguration von GOsa und "
+"beeinflussen verschiedene Eigenschaften der Hauptkonfiguration."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "Eingabe EIN, Benachrichtigen EIN"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Geben Sie eine Beschreibung des hier konfigurierten Standortes ein"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "Eingabe EIN, Benachrichtigen AUS"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Name des Standortes:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "Eingabe AUS, Benachrichtigen EIN"
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+msgid ""
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
+msgstr ""
+"GOsa arbeitet immer als Administrator und verwaltet die Rechte intern "
+"(solange die in OpenLDAP implementierten ACIs nicht vollständig unterstützt "
+"werden, wird dieser Workaround bestehen bleiben). Damit dies funktioniert, "
+"wird an dieser Stelle der DN des LDAP-Administrators und das dazugehörige "
+"Passwort benötigt."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "Eingabe AUS, Benachrichtigen AUS"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "Administrator-DN:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "trennen"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Administrator-Passwort:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "zurücksetzen"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
+msgstr ""
+"Einige LDAP-Parameter beeinflussen die Art und Weise wie (und wo) GOsa Daten "
+"in der Baumstruktur ablegt. Prüfen Sie die vorgegebenen Werte, ob sie Ihren "
+"Vorgaben entsprechen."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "von jedem Client"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Basis:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "nur von vorherigem Client"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Ablage-OU für Benutzer:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
-msgstr "Entfernen des Samba-Kontos ist fehlgeschlagen"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "DN-Attribut für Benutzer:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:696
-#, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "Der als '%s' angegebene Wert enhält ungültige Zeichen!"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "Ablage-OU für Gruppen:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:706
-#, php-format
-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!"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "ID-Basis für Benutzer/Gruppen:"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:712
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
 msgid ""
 msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
 msgstr ""
 msgstr ""
-"Die Benutzerverwaltung von Windows erlaubt nur acht Clients. Sie haben mehr "
-"als acht angegeben."
+"GOsa unterstützt zahlreiche Verschlüsselungsarten für Ihre Passwörter. "
+"Üblicherweise wird die Auswahl über Vorlagen verwaltet, Sie können aber auch "
+"eine Standardmethode festlegen, die benutzt werden soll."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:909
-msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
-msgstr ""
-"Achtung: Diesem Konto ist eine unbekannte Samba-SID zugeordnet. GOsa kann "
-"dieses Problem nicht beheben!"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Verschlüsselungsalgorithmus"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:933
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
 msgid ""
 msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
 msgstr ""
 msgstr ""
-"Warnung: Die primäre Benutzergruppe kann nicht identifiziert werden, daher "
-"kann keine Umwandlung in eine Samba-Gruppe vorgenommen werden!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr "Speichern des Samba-Kontos fehlgeschlagen"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-msgid "Sunday"
-msgstr "Sonntag"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-msgid "Monday"
-msgstr "Montag"
+"GOsa unterstützt verschiedene Zustellungs-Methoden. Diese Methoden stellen "
+"Schnittstellen für Benutzer-Postfächer und die Verwaltung von Kontingenten "
+"bereit. Wählen sie 'deaktiviert', um all Ihre Mail-Einstellungen unberührt "
+"zu lassen."
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-msgid "Tuesday"
-msgstr "Dienstag"
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "Zustellungs-Methode"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
-msgstr "Mittwoch"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "deaktiviert"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-msgid "Thursday"
-msgstr "Donnerstag"
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
+"GOsa kann Fehler im PHP-Interpreter erzeugen (insbesondere bei Beta-"
+"Versionen). In einigen Fällen ist es hilfreich, das 'error_reporting' zu "
+"aktivieren (dies kann jedoch ein Sicherheitsrisiko darstellen)."
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-msgid "Friday"
-msgstr "Freitag"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Zeige PHP-Fehler an"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-msgid "Saturday"
-msgstr "Samstag"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "wahr"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Wählen Sie die Stunden, in denen sich der Benutzer anmelden darf"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "falsch"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-msgid "Hour"
-msgstr "Stunde"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Prüfen"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Anwenden"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "Sie haben bereits ein administratives Konto und eine passende Gruppe."
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
+msgstr ""
+"Um GOsa einen uneingeschränkten Zugang zu ermöglichen, müssen Sie eine "
+"spezielle Gruppe anlegen, die den administrativen Benutzer enthält.Das "
+"Einrichtungs-Programm kann Sie dabei unterstützen: Geben Sie den gewünschten "
+"Benutzernamen und das zugehörige Passwort in das untere Feld ein, um die "
+"fehlenden Einträge zu erstellen."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Umgebungs-Einstellungen"
+#: 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."
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Profil-Verwaltung"
+#: 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"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Benutze Profil-Verwaltung"
+#: 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"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Profil-Server-Verwaltung"
+#: 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"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Profil-Pfad"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Setzen"
 
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Profil-Kontingent"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort ein"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr "Profil lokal zwischenspeichern"
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Altes Passwort"
 
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Kiosk-Profil-Einstellungen"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Neues Passwort"
 
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr "Kiosk-Profil"
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Passwort überprüfen"
 
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "Verwalten"
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Passwort ändern"
 
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr "Auflösung änderbar während des Betriebs"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Hier klicken, um Ihr Passwort zu ändern"
 
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Auflösung"
+#: ihtml/themes/default/conflict.tpl:6
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
+msgstr ""
+"Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das Arbeiten "
+"mit mehreren Fenstern ist technisch so nicht möglich und hängt stark vom "
+"eingesetzten Browser ab. Die Verwendung unterschiedlicher Browser zur "
+"gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken von 'Abmelden' "
+"schließt diese Sitzung."
 
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Freigaben"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
+msgstr "Kopieren &amp; Einfügen - Assistent"
 
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Benutzer, der für die Verbindung zur Freigabe verwendet wird"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+msgid "Object to be pasted"
+msgstr "Einzufügendes Objekt"
 
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Wählen Sie eine Freigabe"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
+"Bestimmte Werte müssen im gesamten Verzeichnis eindeutig sein, während "
+"andere Kombinationen keinen Sinn ergeben. GOsa zeigt die relevanten "
+"Attribute. Bitte verwalten Sie die Werte, die unten angezeigt werden, um die "
+"Auflagen zu erfüllen."
 
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Einhänge-Pfad"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Speichern"
 
 
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
-msgid "Remove"
-msgstr "Entfernen"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Vorgang abgeschlossen"
 
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr "Anmelde-Skripte"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Speichern"
 
 
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Verwaltung der Anmelde-Skripte"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "GOsa Hilfe-Browser"
 
 
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
-msgstr "Hotplug-Geräte"
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
 
 
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Einstellungen der Hotplug-Geräte"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Suchen"
 
 
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Neu"
+#: 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 want to take over the lock by "
+"pressing the 'Edit anyway' 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 'Trotzdem bearbeiten' übergehen."
 
 
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr "Vorhanden"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!"
 
 
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Drucker-Einstellungen"
+#: 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."
 
 
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Admin-Modus umschalten"
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Erneut anmelden"
 
 
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Standard umschalten"
+#: ihtml/themes/default/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Scheinbar rufen Sie GOsa zum ersten Mal auf, denn es wurde keine "
+"Konfiguration gefunden. Diese Einrichtung wird Sie dabei unterstützen, eine "
+"initiale, aber lauffähige Konfiguration zu erzeugen, indem es Sie durch drei "
+"grundlegende Schritte führt: Zunächst wird versucht, die PHP-Installation "
+"auf mögliche Fehler sowie benötigte Module zu untersuchen, dann wird die "
+"Verfügbarkeit einiger optionaler Werkzeuge geprüft und abschließend wird, "
+"nachdem Sie die grundlegenden LDAP-Einstellungen festgelegt haben, die LDAP-"
+"Verbindung konfiguriert."
 
 
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Einstellungen der Benutzer-Umgebung"
+#: ihtml/themes/default/setup_introduction.tpl:17
+msgid ""
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
+msgstr ""
+"Sie können auch das detailliertere Verfahren zum Überprüfen der PHP-"
+"Installation verwenden. Es zeigt Ihnen genau an, welche verwendete PHP-"
+"Funktion auf Ihrem Zielsystem nicht vorhanden ist, bzw. nicht aufgerufen "
+"werden kann. Diese Methode ist nützlich, wenn Sie genau wissen, was Sie tun."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-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)."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr "Zeige/Verstecke"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
+#: 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 ""
 msgstr ""
-"Ungültiges Zeichen im Feld 'Beschreibung'. Bitte geben Sie eine gültige "
-"Beschreibung ein."
+"GOsa kann Fehler im PHP-Interpreter erzeugen. In einigen Fällen ist es "
+"hilfreich, das 'error_reporting' zu aktivieren (dies kann jedoch ein "
+"Sicherheitsrisiko darstellen)."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-msgid "Please specify a valid iSerial."
-msgstr "Bitte geben Sie eine gültige Seriennummer ein!"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr ""
+"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder "
+"Zugriffsrechte"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 msgstr ""
-"Bitte geben Sie eine gültige Hersteller-ID an (2 Byte, hexadezimal, z.B. "
-"0xFFFF)"
+"Kann angegebenes Zertifikat nicht lesen (oder es wurde eine leere "
+"Zeichenkette übergeben)"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 msgstr ""
-"Bitte geben Sie eine gültige Produkt-ID ein (2 Byte, hexadezimal, z.B. "
-"0xFFFF)"
+"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht "
+"unterstützten Formats (benutzen Sie PEM/DER)"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
-msgstr "Ein Eintrag mit diesem Namen existiert bereits."
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
-msgstr "Bitte wählen Sie einen Eintrag oder 'Abbrechen'."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Kann Datei nicht anlegen/öffnen"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Kein gültiges Zertifikat geladen"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug-Geräte hinzufügen"
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Verwaltung der Hotplug-Geräte"
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "Sie kopieren gerade den Eintrag %s."
 
 
-#: 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"
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Einfügen"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Zeige die Benutzer, auf die Folgendes passt"
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "Kann nicht einfügen"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Dieses Paket verfügt über keine debconf-Optionen."
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "auto"
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
+msgstr ""
+"Der LDAP-Server antwortet sehr langsam (%.2fs für die letzte Anfrage), dies "
+"könnte die Ursache für Leistungseinbrüche sein."
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
+#: include/class_ldap.inc:230
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
 msgstr ""
 msgstr ""
-"Sie haben einen Hook für das externe Beziehen von Auflösungen angegeben. "
-"Dieser kann nicht ausgeführt werden. Prüfen Sie die Berechtigungen von '%s'."
+"Der LDAP-Server antwortet sehr langsam (%.2f), dies könnte die Ursache für "
+"Leistungseinbrüche sein."
 
 
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
-msgstr "Umgebungs-Erweiterung entfernen"
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
+msgstr "Erstelle Kopie von %s"
 
 
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"Dieses Konto besitzt aktivierte Umgebungs-Erweiterungen. Sie können diese "
-"durch einen Klick auf die Schaltfläche unten deaktivieren."
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr "Verarbeite"
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
-msgstr "Umgebungs-Erweiterung hinzufügen"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objekt"
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-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."
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Fehler beim Abrufen des Quell-DN, der Vorgang wurde abgebrochen!"
+
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "unbekannter FAI-Status %s"
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
+#: include/class_ldap.inc:673
+#, php-format
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
 msgstr ""
 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."
+"Die Referral-URL '%s' fehlt in der LDAP-Basis. Sie sollte ungefähr so "
+"aussehen 'ldap://server:port/basis'."
 
 
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "keine"
+#: include/class_ldap.inc:734
+#, 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."
 
 
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
-msgstr "Bitte geben Sie einen gültigen Mount-Pfad an!"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'"
 
 
-#: plugins/personal/environment/class_environment.inc:558
-msgid "Spaces are not allowed in the mount path!"
-msgstr "Leerzeichen sind im Laufwerks-Pfad nicht erlaubt!"
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "während der Arbeit auf LDAP-Server '%s'"
 
 
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
-msgstr "Passwort zurücksetzen"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"Dies ist keine valide DN: '%s'.  Ein Block für den Import sollte mit "
+"'dn:...' beginnen in Zeile %s"
 
 
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
-msgstr "Diesen Freigabe-Eintrag entfernen"
+#: include/class_ldap.inc:1014
+#, 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."
 
 
-#: plugins/personal/environment/class_environment.inc:808
+#: include/class_ldap.inc:1030
 #, php-format
 #, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
+"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab "
+"Zeile %s!"
+
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr "Warnung: Das Konto hat eine ungültige Mail-Server Adresse!"
+
+#: include/class_mail-methods-cyrus.inc:53
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
 msgstr ""
 msgstr ""
-"Das ausgewählte Kiosk-Profil '%s' ist nicht mehr verfügbar, die Einstellung "
-"wurde auf 'keins' zurückgesetzt."
+"Warnung: Der IMAP-Server kann nicht erreicht werden! Einige Mail-"
+"Einstellungen werden nicht auf den Server übertragen!"
 
 
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
-msgstr "Entfernen der Umgebungs-Informationen ist fehlgeschlagen"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Kann das IMAP-Postfach nicht anlegen. Der Server meldet '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
-msgstr "Bitte wählen Sie eine gültige Kontingent-Grösse."
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr ""
+"Kann die Kontingent-Einstellungen nicht sichern. Der Server meldete '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:913
-msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
 msgstr ""
 msgstr ""
-"Sie benötigen eine gültige UNIX-Erweiterung, um die Umgebungs-Erweiterung zu "
-"aktivieren."
+"Achtung: Die PHP-Funktion 'imap_getacl' ist nicht verfügbar - "
+"Zugriffsinformationen können nicht entfernt werden."
 
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
 msgstr ""
 msgstr ""
-"Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich besitzen "
-"Sie nicht die nötigen Rechte."
+"Achtung: Die PHP-Funktion imap_get_acl ist nicht verfügbar, die IMAP-"
+"Berechtigungen können nicht gelesen werden!"
 
 
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
-msgstr "Hinzufügen der Umgebungs-Erweiterung ist fehlgeschlagen"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr "Kann das IMAP-Postfach nicht entfernen. Der Server meldete '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
-msgstr "Gruppen-Freigabe"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr ""
+"Die Anmeldung am SIEVE-Server ist fehlgeschlagen. Die Meldung war '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
-msgstr "Administrator"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr ""
+"Kann das aktive SIEVE-Skript nicht herunterladen. Die Meldung lautet '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Standard Drucker"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Kann das SIEVE-Skript nicht übertragen. Die Meldung lautet '%s'."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Drucker hinzufügen"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr "Kann das GOsa SIEVE-Skript nicht aktivieren. Die Meldung lautet '%s'."
 
 
-#: 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"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Schliessen"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Zeige die Drucker, auf die Folgendes passt"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Gehe zur Wurzel-Abteilung"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Wurzel"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
-msgstr "Der angegebene Name darf nur aus Buchstaben bestehen."
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Eine Abteilung nach oben"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Bitte geben Sie einen gültigen Skript-Namen ein."
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr "Auf"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Gehe zur Abteilung des Benutzers"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Einstellungen für Anmelde-Skripte"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Heimat"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Skriptname"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr "Liste neu laden"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Beschreibung"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr "Übertragen"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Priorität"
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+"Fehler: Der angeforderte Unterbaum besitzt eine Inkonsistenz in der DN-"
+"Kodierung. Prüfen Sie den LDAP!"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Optionen für Anmelde-Skripte"
+#: include/class_password-methods-kerberos.inc:44
+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."
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Letztes Skript"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Skript kann vom Benutzer ausgetauscht werden"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr ""
+"Die Änderung des Passworts in der Kerberos-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Anmelde-Skript"
+#: 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)"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr ""
-"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Zugriff verweigert."
+#: 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)"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
+#: include/class_password-methods.inc:167
 #, php-format
 #, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgid "Setting the password failed. LDAP server says '%s'."
 msgstr ""
 msgstr ""
-"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Datei existiert "
-"nicht."
+"Das Setzen des Passwortes ist fehlgeschlagen. Die Meldung vom LDAP-Server "
+"lautet '%s'."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, php-format
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
 msgstr ""
 msgstr ""
-"In Ihrer gosa.conf wurde kein 'KIOSKPATH' definiert. Die Verwaltung von "
-"KIOSK-Profilen ist nicht möglich."
+"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 msgstr ""
-"Auf den KIOSK-Pfad '%s' kann nicht zugegriffen werden. Bitte überprüfen Sie "
-"die Rechte."
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Neuen Hotplug-Eintrag erstellen"
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Neues Hotplug-Gerät erstellen"
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Gerätename"
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Seriennummer"
+"Die Einstellung 'SMBHASH' in /etc/gosa/gosa.conf ist nicht korrekt! Das "
+"Samba-Passwort kann nicht geändert werden."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "(iSerial)"
-msgstr "(iSerial)"
+#: include/class_plugin.inc:404
+#, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Das in CHECK angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "Vendor-ID"
-msgstr "Hersteller-ID"
+#: include/class_plugin.inc:555
+#, 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."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "(idVendor)"
-msgstr "(idVendor)"
+#: include/class_plugin.inc:623
+#, 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."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
-msgstr "Produkt-ID"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr "Objekt '%s' ist bereits markiert"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
-msgstr "(idProduct)"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr "Füge Markierung (%s) zu Objekt '%s' hinzu"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Verwaltung der Kiosk-Profile"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr "Die Bearbeitung der Objekt-Markierung ist fehlgeschlagen"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Durchsuchen"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr "Entferne Markierung von Objekt '%s'"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Schliessen"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Die Konfigurationsdatei gosa.conf hat sich teilweise geändert. Bitte "
+"konvertieren Sie diese mit dem beigefügten Skript fix_config.sh!"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "weiblich"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Unbekannt"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "männlich"
+#: 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."
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "Dieses Konto besitzt keine gültigen GOsa-Erweiterungen."
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr "Die PPD-Datei '%s' konnte nicht zum Lesen geöffnet werden."
 
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
 msgstr ""
 msgstr ""
-"Die angegebene Datei wurde nicht über HTTP POST übertragen! Aktion "
-"abgebrochen."
-
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Bitte geben Sie eine gültige Seriennummer ein"
+"Die benötigte temporäre Datei '%s' kann nicht zum Schreiben geöffnet werden."
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 msgstr ""
-"(Manche Zertifikate werden momentan nicht unterstützt und werden daher als "
-"'ungültig' angezeigt),"
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - Zeile zu lang. "
+"Nachfolgende Zeichen wurden ausgelassen."
 
 
-#: plugins/personal/generic/class_user.inc:477
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr "Zertifkat ist gültig im Zeitraum von %s bis %s (momentan: %s)."
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
 
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "valid"
-msgstr "gültig"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "Der Gruppenname ist nicht eindeutig!"
 
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
-msgstr "ungültig"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr "Symbolische Werte werden noch nicht unterstützt!"
 
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
-msgstr "Kein Zertifikat eingerichtet"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr "Verschachtelte Werte werden noch nicht unterstützt."
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
-msgstr "Entfernen des allgemeinen Benutzerkontos fehlgeschlagen"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr "Die Option PickMany wird noch nicht unterstützt!"
 
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr ""
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
+"gefunden."
 
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "Benutzer kann nicht aus der Kerberos-Datenbank entfernt werden."
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr "Der Lösch-Vorgang wurde durch das plugin '%s' beendet: %s"
 
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
-msgstr "Speichern des allgemeinen Benutzerkontos fehlgeschlagen"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'."
 
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "Benutzer kann nicht zur Kerberos-Datenbank hinzugefügt werden."
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Anmeldung des Nutzers ist fehlgeschlagen. Die Meldung lautet '%s'."
 
 
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, einen Benutzer innerhalb dieser 'Basis' "
-"anzulegen."
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Die Kennung ist nicht eindeutig. Bitte prüfen Sie die LDAP-Datenbank."
 
 
-#: plugins/personal/generic/class_user.inc:1027
-msgid "You have no permissions to move a user from the original 'Base'."
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, einen Benutzer aus der ursprünglichen 'Basis' "
-"zu verschieben."
-
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-msgstr "Das benötigte Feld 'Name' ist nicht gesetzt."
+"Fehler beim Anlegen eines Locks. Die Parameter sind nicht korrekt gesetzt!"
 
 
-#: plugins/personal/generic/class_user.inc:1042
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Die von Ihnen angegebene 'Kennung' ist bereits vergeben."
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+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'."
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "Das benötigte Feld 'Vorname' ist nicht gesetzt."
+#: include/functions.inc:494
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr ""
+"Kann keinen Zugriffsschutz anlegen. Die Meldung des LDAP-Servers lautet '%s'."
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr "Das benötigte Feld 'Kennung' ist nicht gesetzt."
+#: include/functions.inc:520
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr ""
+"Kann den Zugriffsschutz nicht entfernen. Die Meldung des LDAP-Servers lautet "
+"'%s'."
 
 
-#: plugins/personal/generic/class_user.inc:1058
+#: include/functions.inc:550
 msgid ""
 msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 msgstr ""
-"Die von Ihnen angegebene Kombination aus 'Name'/'Vorname' ist bereits in der "
-"Datenbank vorhanden."
+"Es kann nicht geprüft werden, ob das Objekt gesperrt ist. Die Parameter sind "
+"nicht korrekt!"
 
 
-#: plugins/personal/generic/class_user.inc:1065
+#: include/functions.inc:560
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 msgstr ""
-"Das Feld 'Kennung' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
-"Bindestriche sind erlaubt."
+"Die Information über den Zugriffsschutz kann nicht aus der LDAP-Datenbank "
+"gelesen werden. Bitte prüfen Sie den \"Config\"-Eintrag in der gosa.conf!"
 
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Das Feld 'Homepage' enthält eine ungültige Internetadresse."
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Mehrere Sperrungen für ein Objekt gefunden. Dies sollte nicht möglich sein, "
+"bitte entfernen Sie mehrfache Referenzen."
 
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "Das Feld 'Name' enthält ungültige Zeichen."
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!"
 
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Das Feld 'Vorname' enthält ungültige Zeichen."
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese "
+"Meldung bei Überschreitung wieder an"
 
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer."
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Konfigurieren"
 
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer."
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "unvollständig"
 
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "LDAP-Fehler:"
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer."
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
+"Probleme mit dem LDAP-Server bedeuten meist, dass ihre letzten Änderungen "
+"verloren gegangen sind. Bitte prüfen Sie die LDAP-Konfiguration um "
+"eventuelle Fehler aufzudecken und wiederholen Sie die Aktion."
 
 
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
-msgstr "Die angegebene Datei konnte nicht geöffnet werden!"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
+msgstr ""
+"Bitte prüfen Sie ihre Eingaben und beheben Sie den Fehler. Drücken Sie den "
+"'OK'-Knopf um dieses Meldungsfenster zu schließen."
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Persönliche Informationen"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "Es ist ein Fehler bei der Bearbeitung ihrer Anfrage aufgetreten"
 
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Bild"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Bild ändern"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Trotzdem Fortsetzen"
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Nachname"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Trotzdem bearbeiten"
 
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Name der Vorlage"
+#: include/functions.inc:1203
+#, 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 ""
+"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."
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Vorname"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr "Einträge pro Seite"
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Kennung"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr "Filter anwenden"
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Titel"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Akademischer Titel"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "GOsa Entwicklerversion (Rev %s)"
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Geburtsdatum"
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+"Konnte die Reverse-Zone für DNS-Zone '%s' nicht finden. Das Einlesen wurde "
+"abgebrochen."
 
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Setzen"
+#: include/functions_dns.inc:174
+#, php-format
+msgid ""
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
+msgstr ""
+"Es wurde mehr als eine Reverse-Zone für DNS-Zone '%s' gefunden. Das Einlesen "
+"wurde abgebrochen."
 
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Geschlecht"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
+"Ungültiger Zonenname '%s'. Zonennamen müssen folgendem Format entsprechen: "
+"'server/zone.com'."
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Bevorzugte Sprache"
+#: 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"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Basis"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr "Für dieses Modul ist keine Hilfe verfügbar."
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Wählen Sie den Unterbaum, in den der Benutzer eingepflegt werden soll"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr "%s Ergebnisse für Ihre Suche nach %s"
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
-msgstr "Wählen Sie eine Basis"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% Trefferquote in Datei %s"
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Adresse"
+#: include/functions_setup.inc:84
+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!"
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Privat-Telefon"
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') ist nicht in den "
+"LDAP eingebunden"
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Homepage"
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+msgstr ""
+"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') hat nicht die "
+"Versionsnummer %s"
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Passwort-Speicherung"
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Unterstützung für '%s' aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Zertifikate"
+#: include/functions_setup.inc:118
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Die benötigte Objektklasse '%s' ist nicht im LDAP vorhanden"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Zertifikate bearbeiten"
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "Die benötigte Objektklasse '%s' hat nicht die Version %s"
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/functions_setup.inc:133
+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:138
+msgid "SAMBA 3 support enabled"
+msgstr "SAMBA 3 Unterstützung aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Eigenschaften bearbeiten"
+#: include/functions_setup.inc:143
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr ""
+"SAMBA 2.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Angabe zur Organisationseinheit"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "SAMBA 2 Unterstützung aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Organisation"
+#: include/functions_setup.inc:154
+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"
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Abteilung"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "Unterstützung für PureFTPd aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Abteilungs-Nr."
+#: include/functions_setup.inc:164
+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."
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Angestellten-Nr."
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "Unterstützung für WebDAV aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Anstellungsart"
+#: include/functions_setup.inc:174
+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."
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Zimmer-Nr."
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "Unterstützung für PHPGroupware aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr ""
+"Die Unterstützung für Vertrauensstellungen ist deaktiviert, es wurde kein "
+"passendes Schema gefunden"
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Ort"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Unterstützung für Vertrauensstellungen aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Land"
+#: include/functions_setup.inc:194
+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."
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Anrede"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Unterstützung für GOfon aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Aufgabengebiet"
+#: include/functions_setup.inc:204
+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."
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Sachgebiet"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Unterstützung für Nagios aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Amts-/Dienstbezeichnung"
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr ""
+"Die Unterstützung für Netatalk wurde deaktiviert, das passende Schema ist "
+"nicht installiert."
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Funktion"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Unterstützung für Netatalk aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Dienstort"
+#: include/functions_setup.inc:229
+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."
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Referat"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Unterstützung für Kolab aktiviert"
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Straße"
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Ignoriert"
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
-msgstr "Postleitzahl"
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Fehlgeschlagen"
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Hausbezeichnung"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Überprüfung des PHP-Setups"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Verwenden sie den Telefon-Reiter"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Prüfe auf eine PHP-Version (>=4.1.0)"
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "letzte Übermittlung"
+#: include/functions_setup.inc:279
+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."
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Öffentlich sichtbar"
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Prüfe ob register_globals ausgeschaltet ist"
 
 
-#: plugins/personal/generic/password.tpl:2
+#: include/functions_setup.inc:283
 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."
+"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 ""
-"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."
+"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."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Bild entfernen"
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr "PHP session.gc_maxlifetime (>= 86400 Sekunden)."
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Benutzer-Einstellungen"
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
+msgstr ""
+"PHP verwendet diesen Wert für den Garbage Collector um alte Sitzungen zu "
+"entfernen. Wenn Sie diesen Wert auf einen Tag setzen, wird dies vermeiden, "
+"dass Sie die Sitzung und den zugehörigen Cookie verlieren, bevor diese "
+"tatsächlich ihre Gültigkeit verlieren."
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Passwort löschen"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Suche LDAP-Modul"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Neues Passwort setzen"
+#: include/functions_setup.inc:291
+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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Benutzerbild"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Prüfe auf XML-Funktionen"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern!"
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
+msgstr ""
+"Die XML-Funktionen werden benötigt, um die Konfigurationsdatei zu lesen."
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Generische Benutzer-Information"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Prüfe auf gettext-Erweiterung"
+
+#: include/functions_setup.inc:299
+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)."
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Standard-Zertifikat"
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Prüfe auf iconv-Erweiterung"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "S/MIME-Zertifikat"
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
+msgstr ""
+"Dieses Modul wird von GOsa benutzt, um Informationen der samba-Erweiterung "
+"zu verarbeiten und wird daher benötigt."
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "PKCS12-Zertifikat"
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Suche mhash-Modul"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Zertifikat-Seriennummer"
+#: include/functions_setup.inc:307
+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 ""
+"Bei der Verwendung von speziellen Passwort-Verschlüsselungen (wie z.B. SSHA) "
+"wird dieses Modul benötigt. GOsa funktioniert auch ohne dieses Modul."
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Intranet-Konto"
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Suche IMAP-Modul"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Proxy Konto"
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"Das IMAP-Modul wird für die Kommunikation mit ihrem IMAP-Server benötigt. "
+"Dort können Benutzer verwaltet und Statusinformationen bezogen werden."
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Prüfe auf getacl im IMAP-Modul"
+
+#: include/functions_setup.inc:315
+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 ""
-"Filtern von unerwünschten Inhalten (z.B. pornografische oder gewalttätige "
-"Inhalte)"
+"Diese Funktion wird benötigt um Zugriffsrechte von Geteilten Ordnern 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."
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Inhaltsfilterung nur während der Arbeitszeit"
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Suche MySQL-Modul"
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Proxynutzung durch Kontingent einschränken"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"Das MySQL-Modul wird benötigt, um Fax-Berichte anzuzeigen und auszuwerten."
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "pro"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Suche CUPS-Modul"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "PPTP-Konto"
+#: include/functions_setup.inc:323
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
+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."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "FTP Konto"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Suche kadm5-Modul"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Bandbreite"
+#: include/functions_setup.inc:327
+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."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Upload-Bandbreite"
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Suche SNMP-Modul"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/s"
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
+"Simple Network Management Protocol (SNMP) wird zur Client-Überwachung "
+"benötigt."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Download-Bandbreite"
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "Detaillierte Überprüfung der verwendeten PHP-Funktionen"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Kontingent"
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Prüfe Funktion %s"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Dateien"
+#: include/functions_setup.inc:373
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"Die Funktion '%s' wird von GOsa verwendet. Es gibt derzeit noch keine "
+"Information, ob die Funktion optional ist oder zwingend benötigt wird."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Größe"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Suche einige zusätzliche Programme"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Verhältnis"
+#: include/functions_setup.inc:395
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Suche nach GraphicsMagick (>=1.1.2)"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Hoch- / heruntergeladene Dateien"
+#: include/functions_setup.inc:396
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"GraphicsMagick wird verwendet, um vom Benutzer hochgeladene Bilder auf die "
+"passende Größe zu skalieren und in das einheitliche JPEG-Format zu "
+"konvertieren."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Wählen Sie diese Option, um FTP-Zugriff zu deaktivieren"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Suche nach ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Temporäres Abschalten des FTP-Zugriffs"
+#: include/functions_setup.inc:400
+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."
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "phpGroupware-Konto"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Prüfe auf imagick Erweiterung"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: include/functions_setup.inc:405
+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."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
-msgstr "Entfernen des webDAV-Kontos ist fehlgeschlagen"
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Suche fping-Programm"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
-msgstr "Sichern des webDAV-Kontos ist fehlgeschlagen"
+#: include/functions_setup.inc:413
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"Fping wird benötigt, um den Status von Thin-Client basierenden Terminal zu "
+"überwachen."
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Kolab-Konto"
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Suche einen Weg, um LM/NT Passwort-Hashes zu generieren"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: include/functions_setup.inc:429
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"Das Kolab-Konto ist aktuell deaktiviert. Die Einstellungen können angepasst "
-"werden, wenn Sie ein Postfach hinzufügen."
+"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."
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
-msgstr "Stellvertreter"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini Überprüfung -> session.auto_register"
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "Mailgröße"
+#: include/functions_setup.inc:443
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
+"Um GOsa fehlerfrei benutzen zu können, muß die Option session.auto_register "
+"in Ihrer php.ini auf 'off' stehen."
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "Keine Beschränkung der Mailgröße für dieses Konto"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini Überprüfung -> implicit_flush"
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Frei/Belegt-Information"
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie "
+"diese auf 'off', um die Leistung zu erhöhen."
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini Überprüfung -> max_execution_time"
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Zukunft"
+#: include/functions_setup.inc:455
+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."
 
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
-msgstr "Tage"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "php.ini Überprüfung -> memory_limit"
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Einladungs-Richtlinie"
+#: include/functions_setup.inc:463
+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."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Open-Xchange Konto"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "php.ini Überprüfung -> expose_php"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: include/functions_setup.inc:468
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+"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 ""
-"deaktiviert, keine PostgreSQL-Unterstützung erkannt. Oder die angegebene "
-"Datenbank kann nicht erreicht werden"
+"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."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "Open-Xchange Konto"
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini Überprüfung -> magic_quotes_gpc"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Erinnern"
+#: include/functions_setup.inc:473
+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."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Tage für Termin"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+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."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Tage für Aufgabe"
+#: include/functions_setup.inc:734
+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."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Benutzerinformation"
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr ""
+"Das Attribut '%s' ist in diesem Formular nicht angegeben. Bitte "
+"vervollständigen Sie Ihre Eingaben!"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Zeitzone des Benutzers"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr "Kann LDAP Protokoll Version 3 nicht setzen."
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "GLPI-Konto"
+#: include/functions_setup.inc:841
+msgid ""
+"Could not 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."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
+msgstr ""
+"Kann von GOsa benötigte Schema-Informationen nicht lesen. Bitte stellen Sie "
+"sicher, dass diese lesbar sind."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "KB"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr ""
+"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Die Meldung lautet '%s'."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "GB"
+#: include/functions_setup.inc:1112
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr ""
+"Benutzer und/oder Gruppe konnte nicht erstellt werden, bitte überprüfen Sie "
+"Ihre Konfiguration!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "Stunde"
+#: 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!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "Tag"
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "PHP Fehler"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "Woche"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "Klasse"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "Monat"
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "Funktion"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
-msgstr "Entfernen des Proxy-Kontos ist fehlgeschlagen entfernen"
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statisch"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
-msgstr "Das numerische Feld der Kontingent-Einstellung ist leer."
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "Methode"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
-msgstr ""
-"Das numerische Feld der Kontingent-Einstellung enthält einen ungültigen Wert."
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Ablaufverfolgung"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
-msgstr "Speichern des Proxy-Kontos ist fehlgeschlagen"
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "Datei"
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "Opengroupware"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Zeile"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "Örtliches Team"
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Typ"
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Benutzer-Vorlage"
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Argumente"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Gesperrt"
+#: 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/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Teams"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Persönlich"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "WebDAV-Konto"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Nachname"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Vorname"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
-msgstr "Entfernen des PPTP-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Titel"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
-msgstr "Speichern des PPTP-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Privat"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "Email"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
-msgstr "Entfernen des Intranet-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organisationsbezogen"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
-msgstr "Speichern des Intranet-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Firma"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "phpGroupware"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Abteilung"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
-msgstr "Entfernen des PHPgw-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Land"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
-msgstr "Speichern des PHPgroupware-Kontos fehlgeschlagen"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "Fax"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "PHPscheduleit-Konto"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Adressbuch"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Dies tut etwas"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
-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/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Soll von %s nach %s gewählt werden?"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
+#: plugins/addons/addressbook/class_addressbook.inc:164
 msgid ""
 msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"Die Adresse, die Sie gerade hinzufügen möchten, ist keine primäre Mail-"
-"Adresse eines bestehenden Benutzers"
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
-msgstr "Immer annehmen"
+"Sie haben keine Telefonnummer. Um direkt wählen zu können müssen Sie zuerst "
+"eine erstellen."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
-msgstr "Immer ablehnen"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "Entfernen des Adressbucheintrags ist fehlgeschlagen"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
-msgstr "Im Konfliktfall ablehnen"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
-msgstr "Im Konfliktfall manuell bearbeiten"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Sie löschen gerade den Eintrag %s."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
-msgstr "Manuell"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Wähle"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
-msgstr "Anonym"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Speichere Kontakt für %s als vcard"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
+#: plugins/addons/addressbook/class_addressbook.inc:390
 #, php-format
 #, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "Entfernen des Kolab-Kontos mit der DN '%s' ist fehlgeschlagen."
+msgid "Send mail to %s"
+msgstr "Sende eine Mail an %s"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "Der Wert für Intervall muß eine Ganzzahl sein."
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "dem globalen Adressbuch"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Der Wert für Frei/Gebucht Info URL ist ungültig."
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "Fax-Datenbank"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
+#: plugins/addons/addressbook/class_addressbook.inc:481
 #, php-format
 #, 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."
+msgid "Contact stored in '%s'"
+msgstr "Kontakt wurde in '%s' abgelegt"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
-#, 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/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Erzeugen eines neuen Eintrags in"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Speichern des Kolab-Kontos mit der DN '%s' ist fehlgeschlagen."
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Alle"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Telefon (Arbeit)"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
-msgstr "Entfernen des pureftpd-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "Mobiltelefon"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "Die von Ihnen angegebene 'Upload-Bandbreite' ist nicht gültig."
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Das benötigte Feld 'Name' ist nicht gesetzt."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Die von Ihnen angegebene 'Download-Bandbreite' ist nicht gültig."
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Das benötigte Feld 'Vorname' ist nicht gesetzt."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "Das Feld 'Dateien' enthält eine ungültige Eingabe."
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Das Feld 'Name' enthält ungültige Zeichen."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "Das Feld 'Größe' enthält eine ungültige Eingabe."
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Das Feld 'Vorname' enthält ungültige Zeichen."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Das Feld 'Verhältins' enthält eine ungültige Eingabe."
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
-msgstr "Speichern des pureftpd-Kontos fehlgeschlagen"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer."
+
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
-msgstr "Die PostgreSQL-Datenbank kann nicht erreicht werden!"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+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/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
-"Nicht alle benötigten Parameter für OpenXchange Konnektivitätserweiterung "
-"wurden gefunden!"
+"Es kann kein eindeutiger DN für diesen Eintrag erzeugt werden. Füllen Sie "
+"bitte weitere Felder aus."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "PHP4-Erweiterung für PostgreSQL-Datenbank wurde nicht gefunden!"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+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/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
-msgstr "Entfernen des oxchange-Adressbuchs fehlgeschlagen"
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "Speichern des Adressbucheintrags ist fehlgeschlagen"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
-msgstr "Entfernen des oxchange-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Kontakt"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
+#: plugins/addons/addressbook/contents.tpl:37
 msgid ""
 msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+"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 ""
-"Der Open-Xchange Kontoname ist leer und damit ungültig! Überprüfen Sie zur "
-"Sicherheit, dass Sie keine ungültigen Zeichen im Kontonamen verwenden."
+"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/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
-msgstr "Speichern des oxchange-Adressbuchs fehlgeschlagen"
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Aktionen"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
-msgstr "Anlegen des oxchange-Adressbuch-Baums fehlgeschlagen"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Eintrag hinzufügen"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Opengroupware-Konto"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Eintrag bearbeiten"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
-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/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Eintrag entfernen"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
-msgstr "OpenGroupware: Datenbank-Konfiguration fehlt."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Wählen Sie dies, um gewöhnliche Benutzer anzuzeigen"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
-msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
-msgstr "OpenGroupware: Die angegebene Datenbank kann nicht erreicht werden."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Zeige Benutzer der Organisation"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPscheduleit"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Wählen, um Adressbucheinträge zu sehen"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
-msgstr "Entfernen des PHPscheduleit-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Zeige Adressbuch-Einträge"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
-msgstr "Speichern des PHPscheduleit-Kontos ist fehlgeschlagen"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Zeige Ergebnisse der Abteilung"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "Dieses Konto besitzt keine Konnektivitäts-Erweiterungen."
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Listenname"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Untersuchtes Objekt"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Name der Sperrliste"
+#: 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/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/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Suche nach"
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Typ"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Suchtext"
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Wählen Sie, ob ein- oder abgehende Rufe gefiltert werden sollen"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Wähle Verbindung..."
 
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Beschreibender Text zu dieser Sperrliste"
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Adressbuch"
 
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Gesperrte Nummern"
+#: 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 alle 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/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Nummern können auch Platzhalter enthalten."
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/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 'Entfernen' um fortzufahren oder "
+"'Abbrechen' zum Abbruch."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Fax-Sperrlisten"
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Entfernen"
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "Diese DFS-Freigabe existiert bereits."
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "Das benötigte Feld 'Name der DFS-Freigabe' ist nicht ausgefüllt."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Sie möchten die Sperrliste '%s' löschen."
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "Sie haben keine Berechtigung, diese Sperrliste zu entfernen."
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Das benötigte Feld 'Dateiserver' ist nicht ausgefüllt."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Bitte geben Sie eine gültige Telefonnummer an."
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr "Das benötigte Feld 'Freigabe auf Dateiserver' ist nicht ausgefüllt."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "senden"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "Das benötigte Feld 'Pfad' ist nicht gesetzt."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "empfangen"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "DFS-Verwaltung"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
-msgstr "Entfernen des Blocklisten-Objekts fehlgeschlagen"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "Entfernen der DFS-Freigabe fehlgeschlagen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, eine Sperrliste unter dieser 'Basis' anzulegen."
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr "Keine DFS-Einträge gefunden"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Eine DFS-Freigabe nach oben"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Das benötigte Feld 'Name' enthält ungültige Zeichen"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr "Gehe zur DFS-Wurzel"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "Der angegebene Name wird bereits verwendet."
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Neue DFS-Freigabe erstellen"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr ""
-"Sie haben keine Berechtigung, eine Sperrliste unterhalb dieser Basis "
-"anzulegen."
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Basis"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
-msgstr "Speichern des Blocklisten-Objekts fehlgeschlagen"
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Aktualisieren"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Liste der Sperrlisten"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "DFS-Freigaben"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+#: plugins/addons/godfs/contents.tpl:26
 msgid ""
 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."
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
 msgstr ""
 msgstr ""
-"Dieses Menü erlaubt es Ihnen, Sperrlisten hinzuzufügen, zu bearbeiten oder "
-"zu entfernen. Bei einer Vielzahl von Sperrlisten bietet sich die Verwendung "
-"der Bereichswahl an"
+"Dieses Menü erlaubt es Ihnen, DFS-Freigaben hinzuzufügen, zu bearbeiten oder "
+"zu entfernen. Bei einer Vielzahl von DFS-Freigaben bietet sich die "
+"Verwendung der Bereichswahl an."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "Name der Sperrliste"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Zeige die DFS-Freigaben, auf die das Folgende passt"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Aktionen"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Regulärer Ausdruck zum Erkennen von DFS-Freigaben"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Auswahl zum Ansehen der Sperrlisten für abgehende Rufe"
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "DFS-Eigenschaften"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Zeige Sperrlisten für abgehende Rufe"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Name der DFS-Freigabe"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Auswahl zum Ansehen der Sperrlisten für eingehende Rufe"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Dateiserver"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Zeige eingehende Sperrlisten"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Freigabe auf Dateiserver"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
-msgstr "Wählen Sie diese Option um auch in Unterbäumen zu suchen"
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "DFS-Pfad"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Regulärer Ausdruck zum Erkennen von Sperrlisten-Namen"
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr "Verteiltes Dateisystem (DFS) Verwaltung"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
-msgstr "Erzeuge neue Sperrliste"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "LDIF exportieren"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
-msgstr "Neue Sperrliste"
+#: 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/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
-msgstr "Aktualisieren"
+#: 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/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
-msgstr "Übertragen"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "Fehlgeschlagen"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
-msgstr "Bearbeiten"
+#: 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/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
-msgstr "Benutzer bearbeiten"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Nichts zu importieren!"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
-msgstr "Entfernen"
+#: 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/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
-msgstr "Benutzer entfernen"
+#: 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/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Warnung"
+#: 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/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.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/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "CSV-Import"
+
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
 msgstr ""
 msgstr ""
-"Bitte überprüfen Sie genau, was Sie tun. GOsa hat keine Möglichkeit, die "
-"Daten wiederherzustellen."
+"Sie haben keine Berechtigung, um Daten aus der LDAP-Datenbank zu exportieren."
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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."
+#: 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/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "XLS-Import"
+
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
 msgstr ""
 msgstr ""
-"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder "
-"'Abbrechen' zum Abbruch."
+"Sie haben keine Berechtigung, um Daten in die LDAP-Datenbank zu importieren."
 
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Sperrlistenverwaltung"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Unbekannter Fehler"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Fax-Nummer, auf die GOfax ansprechen soll"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "LDAP-Manager"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Sprache"
+#: 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/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/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Auswahl der zu importierenden CSV Datei"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Auslieferungsformat"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Durchsuchen"
 
 
-#: 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/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Auswahl der Vorlage"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Auslieferungsmethode"
+#: 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/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Temporäres Abschalten der Fax-Benutzung"
+#: 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/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Fax als Mail ausliefern an"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Statusreport des Imports:"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Als Mail ausliefern"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Gewählte Vorlage"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Fax an Drucker weiterleiten"
+#: 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/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alternative Fax-Nummern"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exportiere einzelnen Eintrag"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Sperrlisten"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exportiere vollständige LDIF-Datei für"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Sperrlisten für eingehendes Fax"
+#: 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/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Sperrlisten für abgehendes Fax"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exportiere IVBB LDIF für"
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-msgid "Alternate fax numbers will not be copied"
-msgstr "Alternative Fax-Nummern werden nicht kopiert"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Export erfolgreich"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Wählen Sie die hinzuzufügenden Nummern"
+#: 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/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Zeige die Nummern der Abteilung"
+#: 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/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Zeige die Nummern, auf die Folgendes passt"
+#: 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/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Regulärer Ausdruck zum Erkennen von Telefonnummern"
+#: 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/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Zeige Nummern des Benutzers"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exportiere vollständige XLS-Datei für"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Benutzername, dessen Nummern angezeigt werden"
+#: 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/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Gesperrte Nummern/Listen"
+#: 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/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/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Liste von vordefinierten Sperrlisten"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importiere LDIF Datei"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Liste zu den Sperrlisten hinzufügen"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Überschreibe vorhandene Attribute"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Fax-Einstellungen"
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Existierenden Eintrag überschreiben"
 
 
-#: 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/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Import erfolgreich"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "Dieses Konto besitzt keine Fax-Erweiterungen."
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Systemprotokolle"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "Fax-Konto entfernen"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Keine LOG-Server definiert!"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:168
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
 msgstr ""
 msgstr ""
-"Dieses Konto besitzt aktivierte Fax-Erweiterungen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+"Die MySQL-Erweiterung wurde nicht gefunden, bitte überprüfen Sie Ihr PHP-"
+"Setup."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Fax-Konto erzeugen"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+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/gofax/faxaccount/class_gofaxAccount.inc:171
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
 msgstr ""
 msgstr ""
-"Aktuell besitzt dieses Konto keine aktivierten Fax-Erweiterungen. Sie können "
-"diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Die LOG-Datenbank kann bezüglich der Protokollgenerierung nicht ausgewählt "
+"werden!"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "Sie versuchen, eine ungültige Telefonnummer hinzuzufügen."
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "Die Anfrage zur LOG-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "zurück"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "eine Stunde"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
-msgstr "Entfernen des FAX-Kontos ist fehlgeschlagen"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 Stunden"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "Das benötigte Feld 'Fax' ist nicht gesetzt."
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 Stunden"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-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/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 Stunden"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-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/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 Tage"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-msgid "The mail address you've entered is invalid."
-msgstr "Die Mail Adresse, die Sie eingegeben haben, ist ungültig."
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "eine Woche"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
-msgstr ""
-"'Fax an Drucker weiterleiten' ist nur möglich, wenn ein gültiger Drucker "
-"angegeben wurde. Bitte korrigieren Sie Ihre Auswahl."
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 Wochen"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
-msgstr "Speichern des FAX-Kontos fehlgeschlagen"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
+msgstr "ein Monat"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
 #: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
 #: plugins/gofon/fonreports/contents.tpl:2
 msgid "Filter"
 msgstr "Filter"
 
 #: plugins/gofon/fonreports/contents.tpl:2
 msgid "Filter"
 msgstr "Filter"
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Suche nach"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Zeige Rechner"
 
 
-#: 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/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Priorität"
 
 
-#: 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/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Zeit-Intervall"
 
 
-#: 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/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Zu suchende Zeichenkette"
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "während"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Regelsatz"
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Suchen"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Bearbeiten"
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Benutzer"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Level"
+
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Hostname"
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
 #: plugins/addons/logview/contents.tpl:84
 #: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
 #: plugins/gofon/fonreports/contents.tpl:30
 msgid "Date"
 msgstr "Datum"
 
 #: plugins/gofon/fonreports/contents.tpl:30
 msgid "Date"
 msgstr "Datum"
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Absender"
-
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Empfänger"
-
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# Seiten"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Nachricht"
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
 #: plugins/addons/logview/contents.tpl:97
 #: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
 #: plugins/gofon/fonreports/contents.tpl:51
 msgid "Search returned no results..."
 msgstr "Die Suche verlief ergebnislos..."
 
 #: plugins/gofon/fonreports/contents.tpl:51
 msgid "Search returned no results..."
 msgstr "Die Suche verlief ergebnislos..."
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Fax Vorschau - bitte warten"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Systemprotokolle"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Klicken Sie auf das Fax, um es herunterzuladen"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Mail-Warteschlange"
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+msgstr ""
+"Bitte überprüfen Sie Ihre 'gosa.conf' - der Eintrag 'MAILQUEUESCRIPTPATH' "
+"wurde nicht gefunden."
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr ""
+"Sie haben keine Berechtigung, um das Kommando '%s' auf der Mail-"
+"Warteschlange auszuführen."
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, 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."
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "Fax-ID"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
+msgstr "Es wurden keine Mail-Server angegeben."
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Datum / Zeit"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "auf"
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "Absender-MSN"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "ab"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "Absender-ID"
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr "keine Beschränkung"
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "Empfänger-MSN"
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "Stunde"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "Empfänger-ID"
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "Stunden"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Status-Nachricht"
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr "Vorhalten"
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Übertragungszeit"
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr "Vorhalten aufheben"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Fax-Berichte"
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Aktiv"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Fax-Berichte"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
+msgstr "inaktiv"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
-msgstr ""
-"Es wurde keine Fax-Erweiterung in der Server-Konfiguration definiert, "
-"Berichte können nicht angezeigt werden!"
+#: plugins/addons/mailqueue/contents.tpl:12
+msgid "Please enter a search string here."
+msgstr "Bitte geben Sie einen Such-String ein."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-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/addons/mailqueue/contents.tpl:14
+msgid "Select a server"
+msgstr "Wählen Sie einen Server"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-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/addons/mailqueue/contents.tpl:17
+msgid "with status"
+msgstr "mit Status"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
-msgstr "Kann die Fax-Datenbank zur Berichterstellung nicht öffnen!"
+#: plugins/addons/mailqueue/contents.tpl:21
+msgid "within the last"
+msgstr "innerhalb der letzten"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr ""
-"Kann die Fax-Tabelle 'faxlog' nicht für die Berichterstellung abfragen!"
+#: plugins/addons/mailqueue/contents.tpl:29
+msgid "Remove all messages"
+msgstr "Entferne alle Nachrichten"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "Die Anfrage zur Fax-Datenbank ist fehlgeschlagen!"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages from selected servers queue"
+msgstr "Entferne alle Nachrichten aus der Warteschlange des gewählten Servers"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-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/mailqueue/contents.tpl:31
+msgid "Hold all messages"
+msgstr "Alle Nachrichten vorhalten"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "D.M.Y"
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages in selected servers queue"
+msgstr "Alle Nachrichten in der Warteschlange des gewählten Servers vorhalten"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Name"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Release all messages"
+msgstr "Alle Nachrichten freigeben"
 
 
-#: 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/addons/mailqueue/contents.tpl:34
+msgid "Release all messages in selected servers queue"
+msgstr "Alle Nachrichten in der Warteschlange des gewählten Servers freigeben"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Kontakt"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Requeue all messages"
+msgstr "Alle Nachrichten wieder einreihen"
 
 
-#: 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/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages in selected servers queue"
 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."
-
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Eintrag hinzufügen"
-
-#: plugins/addons/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "Eintrag bearbeiten"
+"Alle Nachrichten in der Warteschlange des gewählten Servers wieder einreihen"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Eintrag entfernen"
+#: plugins/addons/mailqueue/contents.tpl:46
+msgid "Search returned no results"
+msgstr "Die Suche verlief ergebnislos..."
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Wählen Sie dies, um gewöhnliche Benutzer anzuzeigen"
+#: plugins/addons/mailqueue/contents.tpl:52
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Zeige Benutzer der Organisation"
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Server"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Wählen, um Adressbucheinträge zu sehen"
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Größe"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Zeige Adressbuch-Einträge"
+#: plugins/addons/mailqueue/contents.tpl:55
+msgid "Arrival"
+msgstr "Ankunft"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Zeige Ergebnisse der Abteilung"
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Absender"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Untersuchtes Objekt"
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Recipient"
+msgstr "Empfänger"
 
 
-#: 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/mailqueue/contents.tpl:58
+msgid "Error"
+msgstr "Fehler"
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Suchtext"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "Entfernen"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Wähle Verbindung..."
+#: plugins/addons/mailqueue/contents.tpl:93
+msgid "Delete this message"
+msgstr "Diese Nachricht entfernen"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Wähle"
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "unhold"
+msgstr "Vorhalten aufheben"
 
 
-#: 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 alle 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/mailqueue/contents.tpl:97
+msgid "Release message"
+msgstr "Nachricht freigeben"
 
 
-#: 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/mailqueue/contents.tpl:101
+msgid "hold"
+msgstr "vorhalten"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Persönlich"
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
+msgstr "Nachricht vorhalten"
 
 
-#: 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/addons/mailqueue/contents.tpl:105
+msgid "requeue"
+msgstr "wieder einreihen"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "Email"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
+msgstr "Diese Nachricht wieder einreihen"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Organisationsbezogen"
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
+msgstr "Kopfzeilen"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Firma"
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
+msgstr "Zeige Kopfzeilen dieser Nachricht"
 
 
-#: 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/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "kein Beispiel"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Land"
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Dieser 'DN' ist keine Anwendung."
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Adressbuch"
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "Entfernen der Anwendung ist fehlgeschlagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Adressbuch"
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
+msgstr "Entfernen der Anwendung von Objektgruppe '%s' fehlgeschlagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
+#: plugins/admin/applications/class_applicationGeneric.inc:225
 #, php-format
 #, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Soll von %s nach %s gewählt werden?"
+msgid "Removing application from group '%s' failed"
+msgstr "Entfernen der Anwendung von der Gruppe '%s' ist fehlgeschlagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:164
-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/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Das angegebene Bild wurde nicht korrekt übertragen."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "Entfernen des Adressbucheintrags ist fehlgeschlagen"
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr "Der angegebene Ausführungspfad muss zwingend mit '/' beginnen."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!"
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, eine Anwendung unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Sie löschen gerade den Eintrag %s."
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Speichere Kontakt für %s als vcard"
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+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/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Sende eine Mail an %s"
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Das benötigte Feld 'Auführen' ist nicht ausgefüllt."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "dem globalen Adressbuch"
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Eine Anwendung mit diesem Namen existiert bereits."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
-msgstr "Fax-Datenbank"
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "Speichern der Anwendung ist fehlgeschlagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Kontakt wurde in '%s' abgelegt"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Anwendungs-Einstellungen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Erzeugen eines neuen Eintrags in"
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Name der Anwendung"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Alle"
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: 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/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Vorname"
+#: plugins/admin/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Sind sind dabei, den Anwendungseintrag '%s' zu löschen."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Telefon (Arbeit)"
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "Sie haben keine Berechtigung, diese Anwendung zu löschen!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "Mobiltelefon"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Optionen entfernen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefon (zu Hause)"
+#: plugins/admin/applications/class_applicationParameters.inc:55
+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/addons/addressbook/class_addressbook.inc:524 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/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Optionen aktivieren"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
+#: plugins/admin/applications/class_applicationParameters.inc:58
 msgid ""
 msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Es kann kein eindeutiger DN für diesen Eintrag erzeugt werden. Füllen Sie "
-"bitte weitere Felder aus."
+"Diese Anwendung besitzt keine Optionen. Sie können diese durch Betätigen der "
+"Schaltfläche unten hinzufügen."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-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/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Variable"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "Speichern des Adressbucheintrags ist fehlgeschlagen"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Standardwert"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "DFS-Freigaben"
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Option hinzufügen"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, DFS-Freigaben hinzuzufügen, zu bearbeiten oder "
-"zu entfernen. Bei einer Vielzahl von DFS-Freigaben bietet sich die "
-"Verwendung der Bereichswahl an."
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "Entfernen der Anwendungsparameter ist fehlgeschlagen"
+
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Der von Ihnen angegebene Optionsname '%s' ist ungültig."
+
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "Speichern der Anwendungsparameter ist fehlgeschlagen"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Zeige die DFS-Freigaben, auf die das Folgende passt"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Liste der Anwendungen"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Regulärer Ausdruck zum Erkennen von DFS-Freigaben"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Unterbaums"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "DFS-Eigenschaften"
+#: plugins/admin/applications/class_divListApplication.inc:34
+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/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Name der DFS-Freigabe"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Wählen Sie diese Option um auch in Unterbäumen zu suchen"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Dateiserver"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr "Ignoriere Unterbäume"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Freigabe auf Dateiserver"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Zeige die Benutzer, auf die Folgendes passt"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "DFS-Pfad"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "Neu"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "DFS-Verwaltung"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Neue Anwendungen erstellen"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "Entfernen der DFS-Freigabe fehlgeschlagen"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Anwendung"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
-msgstr "Keine DFS-Einträge gefunden"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "Ausschneiden"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Eine DFS-Freigabe nach oben"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Diesen Eintrag ausschneiden"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
-msgstr "Auf"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr "Kopieren"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
-msgstr "Gehe zur DFS-Wurzel"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Diesen Eintrag kopieren"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
-msgstr "Wurzel"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "Bearbeiten"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Neue DFS-Freigabe erstellen"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Diesen Eintrag bearbeiten"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "Diese DFS-Freigabe existiert bereits."
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Diesen Eintrag entfernen"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Das benötigte Feld 'Name der DFS-Freigabe' ist nicht ausgefüllt."
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Ausführen"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Pfad und/oder Name der Anwendung"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Das benötigte Feld 'Dateiserver' ist nicht ausgefüllt."
+#: 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/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Das benötigte Feld 'Freigabe auf Dateiserver' ist nicht ausgefüllt."
+#: plugins/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Wählen Sie eine Basis"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "Das benötigte Feld 'Pfad' ist nicht gesetzt."
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Symbol"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
-msgstr "Verteiltes Dateisystem (DFS) Verwaltung"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Anwenden"
 
 
-#: plugins/addons/mailqueue/contents.tpl:12
-msgid "Please enter a search string here."
-msgstr "Bitte geben Sie einen Such-String ein."
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Bild neu laden"
 
 
-#: plugins/addons/mailqueue/contents.tpl:14
-msgid "Select a server"
-msgstr "Wählen Sie einen Server"
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Nur ausführbar für Gruppen-Mitglieder"
 
 
-#: plugins/addons/mailqueue/contents.tpl:17
-msgid "with status"
-msgstr "mit Status"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Konfiguration bei jedem Start ersetzen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:21
-msgid "within the last"
-msgstr "innerhalb der letzten"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
 
 
-#: plugins/addons/mailqueue/contents.tpl:29
-msgid "Remove all messages"
-msgstr "Entferne alle Nachrichten"
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages from selected servers queue"
-msgstr "Entferne alle Nachrichten aus der Warteschlange des gewählten Servers"
+#: plugins/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Platziere einen Eintrag in der Kontrollleiste der Gruppenmitglieder"
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Hold all messages"
-msgstr "Alle Nachrichten vorhalten"
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Hochladen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages in selected servers queue"
-msgstr "Alle Nachrichten in der Warteschlange des gewählten Servers vorhalten"
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Herunterladen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Release all messages"
-msgstr "Alle Nachrichten freigeben"
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Anwendungsverwaltung"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages in selected servers queue"
-msgstr "Alle Nachrichten in der Warteschlange des gewählten Servers freigeben"
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Zweige"
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Requeue all messages"
-msgstr "Alle Nachrichten wieder einreihen"
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "Momentanes Release"
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages in selected servers queue"
+#: 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 ""
-"Alle Nachrichten in der Warteschlange des gewählten Servers wieder einreihen"
+"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/addons/mailqueue/contents.tpl:46
-msgid "Search returned no results"
-msgstr "Die Suche verlief ergebnislos..."
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "Entfernen der Abeilung ist fehlgeschlagen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:52
-msgid "ID"
-msgstr "ID"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung eine Abteilung unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/addons/mailqueue/contents.tpl:55
-msgid "Arrival"
-msgstr "Ankunft"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Eine Abteilung mit diesem Namen existiert bereits."
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Recipient"
-msgstr "Empfänger"
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
 
 
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Error"
-msgstr "Fehler"
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
 
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Aktiv"
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
+msgid ""
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
+msgstr ""
+"Das Feld 'Name' enthält das reservierte Wort '%s'. Bitte wählen Sie einen "
+"anderen Namen."
 
 
-#: plugins/addons/mailqueue/contents.tpl:93
-msgid "Delete this message"
-msgstr "Diese Nachricht entfernen"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
+"Kritischer Fehler: Kann keine unbenutzte Marke finden, um die administrative "
+"Einheit zu kennzeichnen!"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "unhold"
-msgstr "Vorhalten aufheben"
+#: plugins/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "Speichern der Abteilung ist fehlgeschlagen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "Release message"
-msgstr "Nachricht freigeben"
+#: plugins/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
+msgstr "Markiere '%s'."
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "hold"
-msgstr "vorhalten"
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
+msgstr "Verschiebe '%s' nach '%s'"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
-msgstr "Nachricht vorhalten"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
+msgstr "Fehler beim kopieren von %s, breche ab"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
-msgstr "wieder einreihen"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Abteilungen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
-msgstr "Diese Nachricht wieder einreihen"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, 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/addons/mailqueue/contents.tpl:108
-msgid "header"
-msgstr "Kopfzeilen"
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen."
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
-msgstr "Zeige Kopfzeilen dieser Nachricht"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
+msgstr ".."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Mail-Warteschlange"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Liste der Abteilungen"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
+#: plugins/admin/departments/class_divListDepartment.inc:33
 msgid ""
 msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+"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 ""
-"Bitte überprüfen Sie Ihre 'gosa.conf' - der Eintrag 'MAILQUEUESCRIPTPATH' "
-"wurde nicht gefunden."
+"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/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
-msgstr ""
-"Sie haben keine Berechtigung, um das Kommando '%s' auf der Mail-"
-"Warteschlange auszuführen."
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Name der Abteilung"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
-#, 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."
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Regulärer Ausdruck zum Erkennen von Gruppennamen"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
-msgstr "Es wurden keine Mail-Server angegeben."
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Neue Abteilung erstellen"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "auf"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "Abteilung"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "ab"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Gewünschte Operation wird durchgeführt"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
-msgstr "keine Beschränkung"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
+"Sobald der Vorgang abgeschlossen wurde, können Sie zum unteren Ende der "
+"Seite blättern und auf den 'Weiter'-Knopf drücken, um zum Abteilungs-"
+"Verwaltungs-Dialog zurück zu gelangen."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "Stunden"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
+msgstr ""
+"Ihr Browser unterstützt keine IFrames - bitte wählen Sie diesen Link, um die "
+"gewünschte Operation durchzuführen."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr "Vorhalten"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Eigenschaften"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr "Vorhalten aufheben"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Name der Abteilung"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
-msgstr "inaktiv"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Name des zu erzeugenden Unterbaums"
 
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
-msgstr "LDAP-Manager"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Beschreibender Text zu dieser Abteilung"
 
 
-#: 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/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Kategorie"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exportiere einzelnen Eintrag"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Kategorie dieses Unterbaums"
 
 
-#: 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/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Wählen Sie den Unterbaum, in den die Abteilung eingepflegt werden soll"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exportiere vollständige XLS-Datei für"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Land, in dem dieser Unterbaum anzusiedeln ist"
 
 
-#: 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/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Ort dieses Unterbaums"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exportiere IVBB LDIF für"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Postalische Anschrift dieses Unterbaums"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Export erfolgreich"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Einleitende Telefonnummer dieses Unterbaums"
 
 
-#: 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/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Einleitende Fax-Nummer dieses Unterbaums"
 
 
-#: 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/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Administrative Einstellungen"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "LDIF exportieren"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
+msgstr "Abteilung als eigenständige administrative Einheit kennzeichnen"
 
 
-#: 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/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Abteilungsverwaltung"
 
 
-#: 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/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 ""
+"Dies umfasst 'alle' Konten, System- und Setup-Informationen. Bitte prüfen "
+"Sie genau, da es keine Möglichkeit für GOsa gibt, die Daten "
+"wiederherzustellen. "
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "Fehlgeschlagen"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
+"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt "
+"haben, drücken Sie 'Entfernen' um Fortzufahren oder 'Abbrechen', um den "
+"Vorgang abzubrechen."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
+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/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "Status"
+#: 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/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
+#: 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 ""
-"Ein Fehler trat während des Einfügens des Eintrags %s auf - Vorgang "
-"abgebrochen"
+"Bitte verwenden Sie eine der folgenden Methoden um den Namen der neuen FAI-"
+"Klasse zu bestimmen."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Nichts zu importieren!"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "FAI-Klassen-Name manuell eingeben"
 
 
-#: 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/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Klassen-Name"
 
 
-#: 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/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/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/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Wählen Sie den Klassen-Namen"
 
 
-#: 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/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Benutzen"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importiere LDIF Datei"
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Ein neuer Klassen-Name."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Überschreibe vorhandene Attribute"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Neuen Teilbaum erstellen"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Existierenden Eintrag überschreiben"
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Nicht veränderbaren Teilbaum erzeugen"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Import erfolgreich"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Momentanes Release 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/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Erstelle neues FAI-Objekt - Partitions-Tabelle"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Auswahl der zu importierenden CSV Datei"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Erstelle neues FAI-Objekt - Paket-Gruppe"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Auswahl der Vorlage"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Erstelle neues FAI-Objekt - Skript-Gruppe"
 
 
-#: 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/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Erstelle neues FAI-Objekt - Variablen-Gruppe"
 
 
-#: 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/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Erstelle neues FAI-Objekt - Hook-Gruppe"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Statusreport des Imports:"
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Erstelle neues FAI-Objekt - Profil"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Gewählte Vorlage"
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Erstelle neues FAI-Objekt - Vorlage"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "XLS-Import"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Erstelle neues FAI-Objekt"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr ""
-"Sie haben keine Berechtigung, um Daten aus der LDAP-Datenbank zu exportieren."
+#: plugins/admin/fai/class_askClassName.inc:138
+msgid "Spaces are not allowed within class names."
+msgstr "Leerzeichen sind in Klassen-Namen nicht erlaubt!"
 
 
-#: 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/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "Der angebene Klassen-Name ist leer."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, um Daten in die LDAP-Datenbank zu importieren."
+"Der angegebene Klassen-Name ist für diesen Objekt-Typ bereits in Gebrauch."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Unbekannter Fehler"
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Liste benutzter Klassen"
 
 
-#: 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/admin/fai/class_divListFai.inc:44
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Diese Tabelle enthält alle FAI-Klassen im ausgewählten Unterbaum"
+
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
 msgstr ""
 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."
+"Dieses Menü erlaubt es Ihnen, FAI-Klassen zu erstellen, entfernen und zu "
+"bearbeiten."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exportiere vollständige LDIF-Datei für"
+#: plugins/admin/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Name der FAI-Klasse"
 
 
-#: 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/fai/class_divListFai.inc:59
+msgid "Class type"
+msgstr "Typ der Klasse"
 
 
-#: 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/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
+msgstr "Zeige FAI-Profil Objekte"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "CSV-Import"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Zeige Profile"
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Systemprotokolle"
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Zeige FAI-Vorlagen Objekte"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Systemprotokolle"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Zeige Vorlagen"
 
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Keine LOG-Server definiert!"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Zeige FAI-Skripe"
 
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-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/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Zeige Skripte"
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
-msgstr ""
-"Die LOG-Datenbank kann bezüglich der Protokollgenerierung nicht ausgewählt "
-"werden!"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Zeige FAI-Hooks"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "Die Anfrage zur LOG-Datenbank ist fehlgeschlagen!"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Zeige Hooks"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "eine Stunde"
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Zeige FAI-Variablen"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 Stunden"
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Zeige Variablen"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 Stunden"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Zeige FAI-Paketlisten"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 Stunden"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Zeige Pakete"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 Tage"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Zeige FAI-Partitionstabellen"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "eine Woche"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Zeige Partitionen"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 Wochen"
+#: plugins/admin/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Neues Profil"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "ein Monat"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
+msgstr "P"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Zeige Rechner"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Neue Partitions-Tabelle"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Priorität"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Zeit-Intervall"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Neue Skripte"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Zu suchende Zeichenkette"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "S"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Regelsatz"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Neue Hooks"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Level"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr "H"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Hostname"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Neue Variablen"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Nachricht"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
-msgstr "Objekte"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Neue Vorlagen"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Liste benutzter Variablen"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr "T"
 
 
-#: 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/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Neue Paketliste"
 
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Automatische Installation"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr "PK"
+
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Klasse bearbeiten"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
-msgstr "Herunterladen"
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Klasse entfernen"
 
 
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
-msgstr "Entfernen der FAI-Skript-Basis fehlgeschlagen"
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr "Entfernen der Basis für FAI-Hooks ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
+#: plugins/admin/fai/class_faiHook.inc:382
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
 "given name."
 msgstr ""
 "given name."
 msgstr ""
-"Kann kein Skript mit dem Namen '%s' in '%s' einfügen, da bereits ein Skript "
+"Kann den FAI-Hook mit Namen '%s' nicht in '%s' einfügen, da bereits ein Hook "
 "mit diesem Namen existiert."
 
 "mit diesem Namen existiert."
 
-#: plugins/admin/fai/class_faiScript.inc:393
-msgid "Creating FAI script base failed"
-msgstr "Erzeugen der Basis für FAI-Skripte ist fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiScript.inc:477
-msgid "Removing FAI script failed"
-msgstr "Entfernen des FAI-Skripts fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiScript.inc:496
-msgid "Saving FAI script failed"
-msgstr "Speichern des FAI-Skripts fehlgeschlagen"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr "Erzeugen der Basis für FAI-Hooks ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
-#: plugins/admin/departments/tabs_department.inc:31
-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_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr "Entfernen des FAI-Hooks ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, php-format
-msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
-msgstr ""
-"Kann die FAI-Vorlage mit dem Namen '%s' nicht in '%s' einfügen, da bereits "
-"eine Vorlage mit diesem Namen existiert."
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr "Speichern des FAI-Hooks ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:390
-msgid "Saving FAI template base failed"
-msgstr "Speichern der FAI-Vorlage ist fehlgeschlagen"
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
+msgid "Please select a valid file."
+msgstr "Bitte wählen Sie eine gültige Datei."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:468
-msgid "Removing FAI template entry failed"
-msgstr "Entfernen der FAI-Vorlage fehlgeschlagen"
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
+msgid "Selected file is empty."
+msgstr "Die angebene Datei ist leer."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:473
-msgid "Modifying FAI template entry failed"
-msgstr "Aktualisieren der FAI-Vorlage fehlgeschlagen"
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Bitte geben Sie einen Wert für 'Skript' ein."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
-msgid "Creating FAI template entry failed"
-msgstr "Erstellen der FAI-Vorlage ist fehlgeschlagen"
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
+msgid "Please enter a name."
+msgstr "Bitte geben Sie eine Namen ein."
 
 #: plugins/admin/fai/class_faiManagement.inc:32
 msgid "FAI"
 
 #: plugins/admin/fai/class_faiManagement.inc:32
 msgid "FAI"
@@ -5263,69 +5021,100 @@ msgstr "FAI"
 msgid "Fully Automatic Installation - management"
 msgstr "Verwaltung von FAI"
 
 msgid "Fully Automatic Installation - management"
 msgstr "Verwaltung von FAI"
 
-#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:173
 #, 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."
 
 #, 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/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
 #: plugins/admin/systems/class_systemManagement.inc:407
 #: plugins/admin/systems/class_systemManagement.inc:467
 msgid "You are not allowed to delete this component!"
 msgstr "Es ist Ihnen nicht erlaubt, diese Komponente zu löschen!"
 
 #: plugins/admin/systems/class_systemManagement.inc:407
 #: plugins/admin/systems/class_systemManagement.inc:467
 msgid "You are not allowed to delete this component!"
 msgstr "Es ist Ihnen nicht erlaubt, diese Komponente zu löschen!"
 
-#: plugins/admin/fai/class_faiManagement.inc:284
+#: plugins/admin/fai/class_faiManagement.inc:278
 #, php-format
 msgid "You're about to delete a fai branch / freeze  '%s'."
 msgstr "Sie sind dabei den Zweig / Freeze '%s' zu löschen."
 
 #, php-format
 msgid "You're about to delete a fai branch / freeze  '%s'."
 msgstr "Sie sind dabei den Zweig / Freeze '%s' zu löschen."
 
-#: plugins/admin/fai/class_faiManagement.inc:287
+#: plugins/admin/fai/class_faiManagement.inc:281
 msgid "You are not allowed to delete this release!"
 msgstr "Sie haben keine Berechtigung, dieses Release zu löschen!"
 
 msgid "You are not allowed to delete this release!"
 msgstr "Sie haben keine Berechtigung, dieses Release zu löschen!"
 
-#: plugins/admin/fai/class_faiManagement.inc:345
+#: plugins/admin/fai/class_faiManagement.inc:339
 msgid "Specified branch name is invalid."
 msgstr "Der angegebene Zweigname ist ungültig."
 
 msgid "Specified branch name is invalid."
 msgstr "Der angegebene Zweigname ist ungültig."
 
-#: plugins/admin/fai/class_faiManagement.inc:347
+#: plugins/admin/fai/class_faiManagement.inc:341
 msgid "Specified freeze name is invalid."
 msgstr "Der angegebene \"Freeze\"-Name ist ungültig."
 
 msgid "Specified freeze name is invalid."
 msgstr "Der angegebene \"Freeze\"-Name ist ungültig."
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
 msgid "This name is already in use."
 msgstr "Der angegebene Name wird bereits verwendet."
 
 msgid "This name is already in use."
 msgstr "Der angegebene Name wird bereits verwendet."
 
-#: plugins/admin/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
+msgstr "Entfernen der FAI-Paket-Basis fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiPackage.inc:366
+msgid "Please select a least one Package."
+msgstr "Bitte wählen Sie mindestens ein Paket."
+
+#: plugins/admin/fai/class_faiPackage.inc:370
+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:383
+#, php-format
+msgid ""
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
+msgstr ""
+"Kann die FAI-Paketliste mit dem Namen '%s' nicht in '%s' einfügen, da "
+"bereits eine Paketliste mit diesem Namen existiert."
+
+#: plugins/admin/fai/class_faiPackage.inc:405
+msgid "package is configured"
+msgstr "Paket ist konfiguriert"
+
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
+msgstr "Paket zum Entfernen vorgemerkt"
+
+#: plugins/admin/fai/class_faiPackage.inc:437
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Paket '%s' existiert nicht."
+
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
+msgstr "Speichern der FAI-Paket-Basis fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
+msgstr "Speichern des FAI-Paket-Eintrags fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Debconf-Information für Paket '%s'"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
 msgid "Please enter your search string here"
 msgstr "Bitte geben Sie hier einen Such-Text ein."
 
 msgid "Please enter your search string here"
 msgstr "Bitte geben Sie hier einen Such-Text ein."
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
 msgid ""
 "This list displays all assigned package names for this repository settings."
 msgstr "Diese Liste zeigt alle diesem Repository zugeordneten Paket-Namen."
 
 msgid ""
 "This list displays all assigned package names for this repository settings."
 msgstr "Diese Liste zeigt alle diesem Repository zugeordneten Paket-Namen."
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
 #, php-format
 msgid ""
 "Your specified search string '%s' returned too many results. Only the first "
 #, php-format
 msgid ""
 "Your specified search string '%s' returned too many results. Only the first "
@@ -5334,137 +5123,253 @@ msgstr ""
 "Die Suche nach '%s' ergab zu viele Treffer. Es werden nur die ersten 200 "
 "Einträge angezeigt, um den Speicherverbrauch gering zu halten."
 
 "Die Suche nach '%s' ergab zu viele Treffer. Es werden nur die ersten 200 "
 "Einträge angezeigt, um den Speicherverbrauch gering zu halten."
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
-msgstr "Zweige"
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "%s Partition"
 
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
-msgstr "Momentanes Release"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "%s Partition(en)"
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Neuen Teilbaum erstellen"
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
+msgid ""
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
+msgstr ""
+"Kann die FAI-Partitionstabelle mit dem Namen '%s' nicht in '%s' einfügen, da "
+"bereits eine Partitionstabelle mit diesem Namen existiert."
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Nicht veränderbaren Teilbaum erzeugen"
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "Speichern des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
 
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Momentanes Release entfernen"
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "Entfernen der FAI-Partitionstabelle ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "FAI-Objekthierarchie"
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "Speichern der FAI-Partitionstabelle ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "Entfernen des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "Speichern des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "primary"
+msgstr "Primär"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "logical"
+msgstr "Logisch"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
+msgid "FS type"
+msgstr "Dateisystem"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Mount-Punkt"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Größe in MB"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Mount-Optionen"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
+msgid "FS option"
+msgstr "Dateisystem-Option"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+msgid "Preserve"
+msgstr "Bewahren"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
+#, 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/fai/class_faiPartitionTableEntry.inc:367
+#, 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/fai/class_faiPartitionTableEntry.inc:372
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 msgstr ""
-"Klasse aktualisieren und Konfiguration vom übergeordneten Objekt freigeben."
+"Dateisystem 'swap' wird bereits benutzt, ändern Sie bitte das Dateisystem "
+"für Partition %s."
 
 
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
+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/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
+#, 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/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
+#, 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/fai/class_faiPartitionTableEntry.inc:399
+#, 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/fai/class_faiPartitionTableEntry.inc:414
 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."
+"You have more than 3 primary partition table entries in your configuration, "
+"please check your configuration twice."
 msgstr ""
 msgstr ""
-"Dies umfasst 'alle' Objekt-Informationen Bitte prüfen Sie genau, da es keine "
-"Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
+"Sie haben mehr als 3 primäre Partitionen in ihrer Konfiguration. Bitte "
+"prüfen Sie die Konfiguration."
+
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
+msgstr "Diese Liste zeigt alle diesem Profil zugeordneten Klassen-Namen."
+
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr "Hook-Gruppe"
+
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Vorlagen-Gruppe"
+
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Skript-Gruppe"
+
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Variablen-Gruppe"
+
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr "Paket-Gruppe"
 
 
-#: 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 ""
-"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt "
-"haben, drücken Sie 'Entfernen' um Fortzufahren oder 'Abbrechen', um den "
-"Vorgang abzubrechen."
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Partitionstabelle"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Festplatten"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr "Entferne Klasse von Profil"
 
 
-#: 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/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "Ab"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Liste von FAI-Objekten"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr "Entfernen des FAI-Profils fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
 msgid ""
 msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
 msgstr ""
 msgstr ""
-"Dieses Menü erlaubt es Ihnen, FAI Klassen-Namen auszuwählen und zum "
-"gegenwärtig bearbeiteten Profil hinzuzufügen."
+"Kann kein Skript mit dem Namen '%s' in '%s' einfügen, da bereits ein Skript "
+"mit diesem Namen existiert."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
-msgstr "Zeige nur Klassen mit Vorlagen"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr "Bitte ordnen Sie diesem Profil mindestens eine Klasse zu."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr "Zeige nur Klassen mit Skripten"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Bitte geben Sie einen gültigen Namen ein."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
-msgstr "Zeige nur Klassen mit Hooks"
+#: plugins/admin/fai/class_faiProfile.inc:420
+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/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
-msgstr "Zeige nur Klassen mit Variablen"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr "Speichern des FAI-Profils fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
-msgstr "Zeige nur Klassen mit Paketen"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr "Paket-Gruppe"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
-msgstr "Zeige nur Klassen mit Partitionen"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Objekte"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Zeige die Objekte, auf die Folgendes passt"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr "Entfernen der FAI-Skript-Basis fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen"
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
+msgstr "Erzeugen der Basis für FAI-Skripte ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Paket"
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
+msgstr "Entfernen des FAI-Skripts fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
+msgstr "Speichern des FAI-Skripts fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Bitte geben Sie einen Skript an."
 
 #: plugins/admin/fai/class_faiSummaryTab.inc:39
 msgid "Scripts"
 msgstr "Skripte"
 
 
 #: plugins/admin/fai/class_faiSummaryTab.inc:39
 msgid "Scripts"
 msgstr "Skripte"
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
-msgstr "Partitionstabelle"
-
 #: plugins/admin/fai/class_faiSummaryTab.inc:44
 msgid "Package list"
 msgstr "Paketliste"
 
 #: plugins/admin/fai/class_faiSummaryTab.inc:170
 #: plugins/admin/fai/class_faiSummaryTab.inc:44
 msgid "Package list"
 msgstr "Paketliste"
 
 #: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
+#: plugins/admin/systems/class_servRepository.inc:86
 msgid "You can't use this plugin until FAI is activated."
 msgstr "Sie können diese Erweiterung erst verwenden, wenn FAI aktiviert wurde."
 
 msgid "You can't use this plugin until FAI is activated."
 msgstr "Sie können diese Erweiterung erst verwenden, wenn FAI aktiviert wurde."
 
@@ -5484,120 +5389,260 @@ msgstr "Nr."
 msgid "FS options"
 msgstr "Dateisystem-Optionen"
 
 msgid "FS options"
 msgstr "Dateisystem-Optionen"
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
-msgstr "Mount-Optionen"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
+msgstr ""
+"Kann die FAI-Vorlage mit dem Namen '%s' nicht in '%s' einfügen, da bereits "
+"eine Vorlage mit diesem Namen existiert."
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
-msgstr "Größe in MB"
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
+msgstr "Speichern der FAI-Vorlage ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
-msgstr "Mount-Punkt"
+#: plugins/admin/fai/class_faiTemplate.inc:463
+msgid "Removing FAI template entry failed"
+msgstr "Entfernen der FAI-Vorlage fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
-msgid "Please select a valid file."
-msgstr "Bitte wählen Sie eine gültige Datei."
+#: plugins/admin/fai/class_faiTemplate.inc:468
+msgid "Modifying FAI template entry failed"
+msgstr "Aktualisieren der FAI-Vorlage fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
-msgid "Selected file is empty."
-msgstr "Die angebene Datei ist leer."
+#: plugins/admin/fai/class_faiTemplate.inc:481
+msgid "Creating FAI template entry failed"
+msgstr "Erstellen der FAI-Vorlage ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
-msgid "Please enter a name."
-msgstr "Bitte geben Sie eine Namen ein."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "Es wurden noch keine Datei hochgeladen."
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Bitte geben Sie einen Skript an."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "existiert in der Datenbank (Größe: %s Bytes)"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Eigenschaften"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Bitte geben Sie einen Wert für Attribut 'Datei' an."
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Skript-Attribute"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+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:191
+msgid "Please enter a user."
+msgstr "Bitte geben Sie einen Benutzer ein."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+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:198
+msgid "Please enter a group."
+msgstr "Bitte geben Sie eine Gruppe ein."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+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/fai/class_faiVariable.inc:280
+#, php-format
+msgid ""
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
+msgstr ""
+"Kann die FAI-Variable mit dem Namen '%s' nicht in '%s' einfügen, da bereits "
+"eine Variable mit diesem Namen existiert."
+
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr "Speichern der FAI-Variablen-Basis fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr "Entfernen der FAI-Variable fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr "Speichern der FAI-Variablen fehlgeschlagen"
+
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Bitte geben Sie einen Wert für das Attribute 'Inhalt' an."
+
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Liste der Hook-Skripte"
+
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Hinzufügen"
+
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Hook-Attribute"
 
 
-#: 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/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Aufgabe"
+
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Einen existierenden Task wählen"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
 #: plugins/admin/fai/faiHookEntry.tpl:63
 #: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
 msgid "Import script"
 msgstr "Skript importieren"
 
 msgid "Import script"
 msgstr "Skript importieren"
 
-#: plugins/admin/fai/class_faiPackage.inc:342
-msgid "Removing FAI package base failed"
-msgstr "Entfernen der FAI-Paket-Basis fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiPackage.inc:371
-msgid "Please select a least one Package."
-msgstr "Bitte wählen Sie mindestens ein Paket."
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Anwenden"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:375
-msgid "Please choose a valid combination for your repository setup."
+#: plugins/admin/fai/faiNewBranch.tpl:5
+msgid ""
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 msgstr ""
-"Bitte wählen Sie eine gültige Kombination für Ihr gewünschtes Repository"
+"Sie sind dabei, einen neuen (evtl. gesperrten) Zweig zu erstellen. Diese "
+"Aktion klont das existierende Release auf einen anderen Releasenamen. Zweige "
+"können wie gewohnt bearbeitet werden. FAI-Klassen von gesperrten Zweigen "
+"können nicht bearbeitet werden, lediglich das Hinzufügen von Klassen ist "
+"möglich. Zweignamen sollten alphanumerisch sein, reservierte Namen sind "
+"'scripts', 'hooks', 'partitions', 'variables', 'templates' und 'fai'. Diese "
+"können nicht verwendet werden."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:388
-#, php-format
+#: plugins/admin/fai/faiNewBranch.tpl:7
 msgid ""
 msgid ""
-"Can't insert a fai package list named '%s' in '%s' there is already a "
-"package list with the given name."
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
 msgstr ""
 msgstr ""
-"Kann die FAI-Paketliste mit dem Namen '%s' nicht in '%s' einfügen, da "
-"bereits eine Paketliste mit diesem Namen existiert."
-
-#: plugins/admin/fai/class_faiPackage.inc:410
-msgid "package is configured"
-msgstr "Paket ist konfiguriert"
+"Die angelegten Zweige werden als Unter-Release des momentan ausgewählten "
+"Baumes angelegt. Wenn Sie beispielsweise einen neuen Zweig mit dem Namen "
+"1.0.2 unterhalb von SARGE anlegen, heißt die neue Release SARGE/1.0.2."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:416
-msgid "Package marked for removal"
-msgstr "Paket zum Entfernen vorgemerkt"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Bitte geben Sie einen Namen für den Zweig ein"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:442
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Paket '%s' existiert nicht."
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
+msgstr ""
+"Sobald der Vorgang abgeschlossen wurde, können Sie zum unteren Ende der "
+"Seite blättern und auf den 'Weiter'-Knopf drücken, um zum FAI-Verwaltungs-"
+"Dialog zu gelangen."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:506
-msgid "Saving FAI package base failed"
-msgstr "Speichern der FAI-Paket-Basis fehlgeschlagen"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr "Gewünschte Operation durchführen."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:551
-msgid "Saving FAI package entry failed"
-msgstr "Speichern des FAI-Paket-Eintrags fehlgeschlagen"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Operation initiieren"
 
 #: plugins/admin/fai/faiPackage.tpl:33
 
 #: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
 #: plugins/admin/systems/workstationStartup.tpl:47
 #: plugins/admin/systems/workstationStartup.tpl:77
 #: plugins/admin/systems/workstationStartup.tpl:47
 #: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
 msgid "Release"
 msgstr "Release"
 
 #: plugins/admin/fai/faiPackage.tpl:41
 msgid "Release"
 msgstr "Release"
 
 #: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
 msgid "Section"
 msgstr "Section"
 
 msgid "Section"
 msgstr "Section"
 
@@ -5613,175 +5658,50 @@ msgstr "Verwendete Pakete"
 msgid "Choosen packages"
 msgstr "Gewählte Pakete"
 
 msgid "Choosen packages"
 msgstr "Gewählte Pakete"
 
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Konfigurieren"
-
 #: plugins/admin/fai/faiPackage.tpl:74
 msgid "Toggle remove flag"
 msgstr "Entfernen-Flag umschalten"
 
 #: plugins/admin/fai/faiPackage.tpl:74
 msgid "Toggle remove flag"
 msgstr "Entfernen-Flag umschalten"
 
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
-msgstr "Entfernen der Basis für FAI-Hooks ist fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiHook.inc:387
-#, php-format
-msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
-msgstr ""
-"Kann den FAI-Hook mit Namen '%s' nicht in '%s' einfügen, da bereits ein Hook "
-"mit diesem Namen existiert."
-
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
-msgstr "Erzeugen der Basis für FAI-Hooks ist fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
-msgstr "Entfernen des FAI-Hooks ist fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
-msgstr "Speichern des FAI-Hooks ist fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr "Diese Liste zeigt alle diesem Profil zugeordneten Klassen-Namen."
-
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
-msgstr "Hook-Gruppe"
-
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
-msgstr "Vorlagen-Gruppe"
-
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
-msgstr "Skript-Gruppe"
-
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
-msgstr "Variablen-Gruppe"
-
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
-msgstr "Paket-Gruppe"
-
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr "Entferne Klasse von Profil"
-
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
-msgstr "Ab"
-
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
-msgstr "Entfernen des FAI-Profils fehlgeschlagen"
-
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr "Bitte ordnen Sie diesem Profil mindestens eine Klasse zu."
-
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
-msgstr "Bitte geben Sie einen gültigen Namen ein."
-
-#: plugins/admin/fai/class_faiProfile.inc:425
-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/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr "Speichern des FAI-Profils fehlgeschlagen"
-
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "FAI-Klassen"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "primary"
-msgstr "Primär"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "logical"
-msgstr "Logisch"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
-msgid "FS type"
-msgstr "Dateisystem"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
-msgid "FS option"
-msgstr "Dateisystem-Option"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
-msgid "Preserve"
-msgstr "Bewahren"
-
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#, 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/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Paket"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
-#, 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/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Liste verfügbarer Pakete"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
-#, php-format
+#: plugins/admin/fai/faiPackageEntry.tpl:26
 msgid ""
 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/fai/class_faiPartitionTableEntry.inc:381
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+"This menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 msgstr ""
-"Bitte wählen Sie 'swap' als Mount-Punkt, wenn Dateisystem 'swap' gewählt "
-"wurde."
+"Dieses Menü erlaubt es Ihnen, Pakete auszuwählen und zur gegenwärtig "
+"bearbeiteten Paketliste hinzuzufügen."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
-#, 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/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Zeige die Objekte, auf die Folgendes passt"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
-#, 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/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
-#, 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/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Festplatten"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
-msgid ""
-"You have more than 3 primary partition table entries in your configuration, "
-"please check your configuration twice."
-msgstr ""
-"Sie haben mehr als 3 primäre Partitionen in ihrer Konfiguration. Bitte "
-"prüfen Sie die Konfiguration."
+#: 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/fai/faiPartitionTableEntry.tpl:2
 msgid "Device"
 
 #: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 msgid "Device"
@@ -5795,666 +5715,705 @@ msgstr "Partitions-Einträge"
 msgid "Add partition"
 msgstr "Partition hinzufügen"
 
 msgid "Add partition"
 msgstr "Partition hinzufügen"
 
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Liste der Skripte"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "FAI-Klassen"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Bitte geben Sie einen Wert für das Attribute 'Inhalt' an."
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Wählen Sie eine Priorität"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-"Sie sind dabei, einen neuen (evtl. gesperrten) Zweig zu erstellen. Diese "
-"Aktion klont das existierende Release auf einen anderen Releasenamen. Zweige "
-"können wie gewohnt bearbeitet werden. FAI-Klassen von gesperrten Zweigen "
-"können nicht bearbeitet werden, lediglich das Hinzufügen von Klassen ist "
-"möglich. Zweignamen sollten alphanumerisch sein, reservierte Namen sind "
-"'scripts', 'hooks', 'partitions', 'variables', 'templates' und 'fai'. Diese "
-"können nicht verwendet werden."
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Liste von FAI-Objekten"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:7
+#: plugins/admin/fai/faiProfileEntry.tpl:26
 msgid ""
 msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 msgstr ""
-"Die angelegten Zweige werden als Unter-Release des momentan ausgewählten "
-"Baumes angelegt. Wenn Sie beispielsweise einen neuen Zweig mit dem Namen "
-"1.0.2 unterhalb von SARGE anlegen, heißt die neue Release SARGE/1.0.2."
+"Dieses Menü erlaubt es Ihnen, FAI Klassen-Namen auszuwählen und zum "
+"gegenwärtig bearbeiteten Profil hinzuzufügen."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Bitte geben Sie einen Namen für den Zweig ein"
+#: plugins/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
+msgstr "Zeige nur Klassen mit Vorlagen"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Gewünschte Operation wird durchgeführt"
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr "Zeige nur Klassen mit Skripten"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
-"Sobald der Vorgang abgeschlossen wurde, können Sie zum unteren Ende der "
-"Seite blättern und auf den 'Weiter'-Knopf drücken, um zum FAI-Verwaltungs-"
-"Dialog zu gelangen."
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
+msgstr "Zeige nur Klassen mit Hooks"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
-msgstr ""
-"Ihr Browser unterstützt keine IFrames - bitte wählen Sie diesen Link, um die "
-"gewünschte Operation durchzuführen."
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
+msgstr "Zeige nur Klassen mit Variablen"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr "Gewünschte Operation durchführen."
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
+msgstr "Zeige nur Klassen mit Paketen"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Operation initiieren"
+#: plugins/admin/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
+msgstr "Zeige nur Klassen mit Partitionen"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Variablen-Attribute"
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Liste der Skripte"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Variablen-Inhalt"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Skript-Attribute"
+
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorität"
+
+#: plugins/admin/fai/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "FAI-Objekthierarchie"
+
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr ""
+"Klasse aktualisieren und Konfiguration vom übergeordneten Objekt freigeben."
 
 #: plugins/admin/fai/faiTemplate.tpl:31
 msgid "List of template files"
 msgstr "Liste der Vorlagen"
 
 
 #: plugins/admin/fai/faiTemplate.tpl:31
 msgid "List of template files"
 msgstr "Liste der Vorlagen"
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Liste verfügbarer Pakete"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Vorlagen-Attribute"
 
 
-#: 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/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Vorlage speichern"
 
 
-#: plugins/admin/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Liste benutzter Klassen"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Ziel-Pfad"
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Diese Tabelle enthält alle FAI-Klassen im ausgewählten Unterbaum"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_divListConferences.inc:47
+msgid "Owner"
+msgstr "Besitzer"
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-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/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Gruppe"
 
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Name der FAI-Klasse"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Zugriff"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
-msgstr "Typ der Klasse"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+#: plugins/admin/systems/class_servDNS.inc:164
+msgid "Class"
+msgstr "Klasse"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr "Zeige FAI-Profil Objekte"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Lesen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Zeige Profile"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Schreiben"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Zeige FAI-Vorlagen Objekte"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Speziell"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Zeige Vorlagen"
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Benutzer"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Zeige FAI-Skripe"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Zeige Skripte"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Zeige FAI-Hooks"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Andere"
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Zeige Hooks"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Zeige FAI-Variablen"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Liste benutzter Variablen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Zeige Variablen"
+#: 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/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Zeige FAI-Paketlisten"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Variablen-Attribute"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Zeige Pakete"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Variablen-Inhalt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Zeige FAI-Partitionstabellen"
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Automatische Installation"
+
+#: plugins/admin/fai/paste_fai_object.tpl:1
+msgid "Enter FAI object name"
+msgstr "Geben Sie den Namen des FAI-Objekts ein"
+
+#: 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 'alle' Objekt-Informationen Bitte prüfen Sie genau, da es keine "
+"Möglichkeit für GOsa gibt, die Daten zu restaurieren. "
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Zeige Partitionen"
+#: plugins/admin/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. 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 Kontodaten, Zugriffsregeln etc. für diesen Zweig. Bitte "
+"prüfen Sie genau, da es keine Möglichkeit gibt, diese Aktion rückgängig zu "
+"machen."
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
-msgstr "Neues Profil"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Wählen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
-msgstr "P"
+#: 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_divListFai.inc:122
-msgid "New partition table"
-msgstr "Neue Partitions-Tabelle"
+#: plugins/admin/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Release-Fokus"
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Release-Namen auswählen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
-msgstr "Neue Skripte"
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Verwendete Anwendungen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
-msgstr "S"
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
+msgstr "Kategorie hinzufügen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
-msgstr "Neue Hooks"
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Verfügbare Anwendungen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
-msgstr "H"
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Anwendungsoptionen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
-msgstr "Neue Variablen"
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
+msgstr "Liste der Gruppen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr "V"
+#: plugins/admin/groups/class_divListGroup.inc:41
+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/fai/class_divListFai.inc:134
-msgid "New templates"
-msgstr "Neue Vorlagen"
+#: plugins/admin/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
+msgstr "Gruppenname / Abteilung"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
-msgstr "T"
+#: plugins/admin/groups/class_divListGroup.inc:54
+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"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
-msgstr "Neue Paketliste"
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
+msgstr "Zeige primäre Gruppen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
+msgstr ""
+"Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
-msgstr "Ausschneiden"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
+msgstr "Zeige Samba-Gruppen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
-msgstr "Diesen Eintrag ausschneiden"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Auswählen, um die Gruppen zu sehen, denen Anwendungen zugeordnet sind"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
-msgstr "Kopieren"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Zeige Anwendungs-Gruppen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
-msgstr "Diesen Eintrag kopieren"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr ""
+"Auswählen, um die Gruppen zu sehen, denen E-Mail-Eigenschaften zugeordnet "
+"sind"
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
-msgstr "Klasse bearbeiten"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Zeige E-Mail-Gruppen"
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
-msgstr "Klasse entfernen"
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr "Auswählen, um die \"normalen\" Gruppen zu sehen"
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Liste der Hook-Skripte"
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Zeige Funktions-Gruppen"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
-msgstr "%s Partition"
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Benutzername, dessen Gruppen angezeigt werden"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
-msgstr "%s Partition(en)"
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Neue Gruppe erstellen"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:335
-#, php-format
-msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
-msgstr ""
-"Kann die FAI-Partitionstabelle mit dem Namen '%s' nicht in '%s' einfügen, da "
-"bereits eine Partitionstabelle mit diesem Namen existiert."
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Neu"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
-msgstr "Speichern des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
-msgstr "Entfernen der FAI-Partitionstabelle ist fehlgeschlagen"
+#: plugins/admin/groups/class_groupAcl.inc:52
+msgid "You have no permissions to view and edit ACLs."
+msgstr "Sie haben keine Berechtigung um ACLs anzuzeigen oder zu bearbeiten."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
-msgstr "Speichern der FAI-Partitionstabelle ist fehlgeschlagen"
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Diese 'dn' enthält keine Zugriffserweiterungen."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
-msgstr "Entfernen des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr "Entfernen der ACL-Informationen fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
-msgstr "Speichern des FAI-Partitionstabellen-Eintrags fehlgeschlagen"
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr "Speichern der ACL-Informationen fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Bitte geben Sie einen Wert für 'Skript' ein."
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Alle Felder sind änderbar"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr "Paket-Gruppe"
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Diese 'dn' hat keine Anwendungs-Informationen"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Klassen-Name"
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Anwendungen entfernen"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Hook-Attribute"
+#: plugins/admin/groups/class_groupApplication.inc:405
+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/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Aufgabe"
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Anwendungen erstellen"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Einen existierenden Task wählen"
+#: plugins/admin/groups/class_groupApplication.inc:408
+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/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Debconf-Information für Paket '%s'"
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
+msgstr "Die angegebene Kategorie enthält ungültige Zeichen."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, php-format
-msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
-msgstr ""
-"Kann die FAI-Variable mit dem Namen '%s' nicht in '%s' einfügen, da bereits "
-"eine Variable mit diesem Namen existiert."
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
+msgstr "Die angegebene Kategorie existiert bereits."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
-msgstr "Speichern der FAI-Variablen-Basis fehlgeschlagen"
+#: plugins/admin/groups/class_groupApplication.inc:523
+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/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
-msgstr "Entfernen der FAI-Variable fehlgeschlagen"
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "Die gewählte Anwendung hat keine Optionen."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
-msgstr "Speichern der FAI-Variablen fehlgeschlagen"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "zurück"
 
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Erstelle neues FAI-Objekt - Partitions-Tabelle"
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
+msgstr "Anwendung"
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Erstelle neues FAI-Objekt - Paket-Gruppe"
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
+msgstr "Eintrag entfernen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Erstelle neues FAI-Objekt - Skript-Gruppe"
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr "Nach oben bewegen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Erstelle neues FAI-Objekt - Variablen-Gruppe"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "Nach unten bewegen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Erstelle neues FAI-Objekt - Hook-Gruppe"
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr "Feldtrenner einfügen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Erstelle neues FAI-Objekt - Profil"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "Diese Applikation ist nicht mehr verfügbar."
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Erstelle neues FAI-Objekt - Vorlage"
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr "Diese Applikation ist im Release '%s' nicht verfügbar."
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Erstelle neues FAI-Objekt"
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Überprüfe Parameter"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
-msgid "Spaces are not allowed within class names."
-msgstr "Leerzeichen sind in Klassen-Namen nicht erlaubt!"
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Diese Applikation hat veränderte Parameter."
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
-msgstr "Der angebene Klassen-Name ist leer."
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "Entfernen der Anwendungsinformationen ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
-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/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "Speichern der Anwendung ist fehlgeschlagen"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/groups/class_groupApplication.inc:932
+#, php-format
 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."
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
 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."
+"Der Release-Name '%s' kann nicht aufgelöst werden. Nehme '%s' als neuen "
+"Release-Namen an."
 
 
-#: 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/groups/class_groupGeneric.inc:120
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 msgstr ""
-"Bitte verwenden Sie eine der folgenden Methoden um den Namen der neuen FAI-"
-"Klasse zu bestimmen."
+"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei "
+"gefunden werden!"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "FAI-Klassen-Name manuell eingeben"
+#: plugins/admin/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
+msgstr "Diese 'dn' hat keine Gruppenerweiterungen."
 
 
-#: 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/groups/class_groupGeneric.inc:316
+msgid "Samba group"
+msgstr "Samba-Gruppe"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Wählen Sie den Klassen-Namen"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
+msgstr "Domänen-Administratoren"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
-msgstr "Benutzen"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
+msgstr "Domänen-Benutzer"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Ein neuer Klassen-Name."
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
+msgstr "Domänen-Gäste"
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
+#: plugins/admin/groups/class_groupGeneric.inc:322
+#, php-format
+msgid "Special group (%d)"
+msgstr "Spezielle Gruppe (%d)"
+
+#: plugins/admin/groups/class_groupGeneric.inc:434
+msgid "! unknown id"
+msgstr "! unbekannte id"
+
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
 msgid ""
 msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
+"Your search method returned more than '%s' users, only '%s' users are shown."
 msgstr ""
 msgstr ""
-"Dies umfasst alle Kontodaten, Zugriffsregeln etc. für diesen Zweig. Bitte "
-"prüfen Sie genau, da es keine Möglichkeit gibt, diese Aktion rückgängig zu "
-"machen."
+"Ihre Such-Methode ergab mehr als '%s' Benutzer, es werden davon '%s' "
+"Benutzer angezeigt."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "Es wurden noch keine Datei hochgeladen."
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
+msgstr "Entfernen der Gruppe fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
+#: plugins/admin/groups/class_groupGeneric.inc:611
 #, php-format
 #, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "existiert in der Datenbank (Größe: %s Bytes)"
+msgid "No configured SID found for '%s'."
+msgstr "Keine konfigurierte SID für %s gefunden"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Bitte geben Sie einen Wert für Attribut 'Datei' an."
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
+msgstr "Keine konfigurierte RIDBASE für '%s' gefunden."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Bitte geben Sie einen Wert für Attribut 'Pfad' an."
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
+msgstr "Speichern der Gruppe fehlgeschlagen"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr "Bitte geben Sie einen Benutzer ein."
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+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/fai/class_faiTemplateEntry.inc:199
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+#: plugins/admin/groups/class_groupGeneric.inc:740
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Bitte geben Sie einen gültigen Benutzer ein (0-9 und a-Z sind erlaubt)."
+"Das Feld 'Name' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
+"Bindestriche sind erlaubt."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr "Bitte geben Sie eine Gruppe ein."
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
+msgstr "Eine Gruppe mit diesem Namen existiert bereits."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-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/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "Die von ihnen angebene 'GID' ist nicht korrekt."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Vorlagen-Attribute"
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "Die von ihnen angebene 'GID' ist zu klein."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
-msgstr "Datei"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr ""
+"Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID "
+"reserviert werden!"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Vorlage speichern"
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, 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/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Hochladen"
+#: plugins/admin/groups/class_groupMail.inc:287
+msgid "read"
+msgstr "lesen"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Ziel-Pfad"
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
+msgstr "posten"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_divListConferences.inc:47
-msgid "Owner"
-msgstr "Besitzer"
+#: plugins/admin/groups/class_groupMail.inc:289
+msgid "external post"
+msgstr "extern posten"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Gruppe"
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
+msgstr "anhängen"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Zugriff"
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
+msgstr "schreiben"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
-msgid "Class"
-msgstr "Klasse"
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "keine"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Lesen"
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Dieser 'DN' hat keine Mail-Erweiterungen."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Schreiben"
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Mail-Konto entfernen"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Ausführen"
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieses Konto hat die Mail-Erweiterungen aktiviert. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Speziell"
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Neues Mail-Konto erzeugen"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+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/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/groups/class_groupMail.inc:348
+msgid ""
+"Remove shared folder from mail server database when entry gets removed in "
+"LDAP"
+msgstr ""
+"Diesen Ordner vom Mail-Server entfernen nachdem der Eintrag aus dem LDAP "
+"entfernt wurde"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Andere"
+#: plugins/admin/groups/class_groupMail.inc:349
+msgid "Remove the shared folder and all its contents after saving this account"
+msgstr ""
+"Diesen Ordnern samt Inhalt entfernen nachdem dieses Konto gespeichert wurde"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/admin/groups/class_groupMail.inc:404
+msgid "You're trying to add an invalid email address "
+msgstr "Sie versuchen, eine ungültige Mail-Adresse hinzuzufügen"
 
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-msgid "Enter FAI object name"
-msgstr "Geben Sie den Namen des FAI-Objekts ein"
+#: plugins/admin/groups/class_groupMail.inc:405
+msgid "to the list of forwarders."
+msgstr "zur Liste der Weiterleitungen."
 
 
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Release-Fokus"
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+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/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Release-Namen auswählen"
+#: plugins/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+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/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Verwendete Anwendungen"
+#: plugins/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+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/admin/groups/application.tpl:19
-msgid "Add category"
-msgstr "Kategorie hinzufügen"
+#: plugins/admin/groups/class_groupMail.inc:641
+msgid "Removing group mail settings failed"
+msgstr "Entfernen der Gruppen-Mail-Einstellungen ist fehlgeschlagen"
 
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Verfügbare Anwendungen"
+#: plugins/admin/groups/class_groupMail.inc:829
+msgid "Saving group mail settings failed"
+msgstr "Speichern der Mail-Einstellungen für die Gruppe fehlgeschlagen"
 
 
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Primäre Mail-Adresse dieses geteilten Ordners"
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Das benötigte Feld 'Primäre Adresse' ist nicht gesetzt."
 
 
-#: 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/groups/class_groupMail.inc:858
+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/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Geteilter Ordner"
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr ""
+"Die primäre Adresse, welche Sie eingegeben haben, wird bereits benutzt."
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Standard-Berechtigungen"
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "Das Feld 'Kontingent-Größe' enthält einen ungültigen Wert."
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Mitglieder-Berechtigungen"
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+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/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Weiterleiten der Nachrichten an nicht-Gruppenmitglieder"
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+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/admin/groups/remove.tpl:6
+#: plugins/admin/groups/class_groupMail.inc:891
 msgid ""
 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."
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 msgstr ""
-"Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa "
-"die Daten nicht wiederherstellen kann."
-
-#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Gruppenverwaltung"
+"Bitte wählen sie gültige Zugriffsrechte. Standard-Zugriffsrechte dürfen "
+"nicht leer sein."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Gruppen"
+#: plugins/admin/groups/class_groupMail.inc:895
+msgid "Please select a valid mail server."
+msgstr "Bitte wählen Sie einen gültigen Mail-Server."
 
 #: plugins/admin/groups/class_groupManagement.inc:142
 
 #: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
 #: plugins/admin/ogroups/class_ogroupManagement.inc:137
 #: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
 msgid "You are not allowed to execute this method!"
 msgstr "Sie haben keine Berechtigung, diesen Vorgang auszuführen!"
 
 msgid "You are not allowed to execute this method!"
 msgstr "Sie haben keine Berechtigung, diesen Vorgang auszuführen!"
 
@@ -6468,1852 +6427,1988 @@ msgstr "Sie sind dabei die Gruppe '%s' zu löschen."
 msgid "You are not allowed to delete this group!"
 msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!"
 
 msgid "You are not allowed to delete this group!"
 msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!"
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
+#: plugins/admin/ogroups/generic.tpl:7
+#: plugins/admin/ogroups/paste_generic.tpl:4
+msgid "Group name"
+msgstr "Gruppenname"
+
+#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
+msgid "Posix name of the group"
+msgstr "UNIX-Name der Gruppe"
+
+#: 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/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
+msgid "Choose subtree to place group in"
+msgstr "Wählen Sie den Unterbaum, in den die Gruppe eingepflegt werden soll"
+
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:13
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 msgstr ""
-"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei "
-"gefunden werden!"
+"Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
-msgstr "Diese 'dn' hat keine Gruppenerweiterungen."
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:15
+msgid "Force GID"
+msgstr "Erzwinge GID"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
-msgstr "Samba-Gruppe"
+#: plugins/admin/groups/generic.tpl:43
+#: plugins/admin/groups/paste_generic.tpl:18
+msgid "Forced ID number"
+msgstr "Erzwungene ID-Nummer"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
-msgstr "Domänen-Administratoren"
+#: plugins/admin/groups/generic.tpl:50
+msgid "Select to create a samba conform group"
+msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
-msgstr "Domänen-Benutzer"
+#: plugins/admin/groups/generic.tpl:55
+msgid "in domain"
+msgstr "in der Domain"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
-msgstr "Domänen-Gäste"
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
+msgstr "Mitglieder sind in einer Telefon-Gruppe"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
-#, php-format
-msgid "Special group (%d)"
-msgstr "Spezielle Gruppe (%d)"
+#: plugins/admin/groups/generic.tpl:85
+msgid "Members are in a nagios group"
+msgstr "Mitglieder sind in einer Nagios-Gruppe"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
-msgid "! unknown id"
-msgstr "! unbekannte id"
+#: plugins/admin/groups/generic.tpl:101
+msgid "Group members"
+msgstr "Gruppenmitglieder"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
-#, php-format
-msgid ""
-"Your search method returned more than '%s' users, only '%s' users are shown."
-msgstr ""
-"Ihre Such-Methode ergab mehr als '%s' Benutzer, es werden davon '%s' "
-"Benutzer angezeigt."
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Wählen Sie die hinzuzufügenden Benutzer"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
-msgstr "Entfernen der Gruppe fehlgeschlagen"
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Wählen um Server anzuzeigen"
+
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Suche im Unterbaum"
+
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Zeige die Benutzer der Abteilung"
+
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
+
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Primäre Adresse"
+
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Primäre Mail-Adresse dieses geteilten Ordners"
+
+#: 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/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Kontingent-Nutzung"
+
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "nicht definiert"
+
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Kontingent-Größe"
+
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Alternative Adressen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
-#, php-format
-msgid "No configured SID found for '%s'."
-msgstr "Keine konfigurierte SID für %s gefunden"
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Liste alternativer Mail-Adressen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
-#, php-format
-msgid "No configured RIDBASE found for '%s'."
-msgstr "Keine konfigurierte RIDBASE für '%s' gefunden."
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Geteilter Ordner"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
-msgstr "Speichern der Gruppe fehlgeschlagen"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Standard-Berechtigungen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:611
-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/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Mitglieder-Berechtigungen"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
-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/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Weiterleiten der Nachrichten an nicht-Gruppenmitglieder"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
-msgstr "Eine Gruppe mit diesem Namen existiert bereits."
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Lokale hinzufügen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
-msgstr "Liste der Gruppen"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Ordner-Administratoren"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:41
-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/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Wählen Sie eine bestimmte Abteilung"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
-msgstr "Gruppenname / Abteilung"
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Wählen Sie die hinzuzufügenden Adressen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-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"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Zeige die Adressen der Abteilung"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
-msgstr "Zeige primäre Gruppen"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Zeige die Adressen, auf die das Folgende passt"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
-msgstr ""
-"Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Regulärer Ausdruck zum Erkennen von Mail-Adressen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
-msgstr "Zeige Samba-Gruppen"
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Zeige Adressen des Benutzers"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Auswählen, um die Gruppen zu sehen, denen Anwendungen zugeordnet sind"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Benutzername, dessen Adressen angezeigt werden"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Zeige Anwendungs-Gruppen"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Gruppenverwaltung"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr ""
-"Auswählen, um die Gruppen zu sehen, denen E-Mail-Eigenschaften zugeordnet "
-"sind"
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Gruppen-Einstellungen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Zeige E-Mail-Gruppen"
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "Mail-Einstellungen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
-msgstr "Auswählen, um die \"normalen\" Gruppen zu sehen"
+#: 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/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Zeige Funktions-Gruppen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Liste von Objektgruppen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
-msgstr "Neue Gruppe erstellen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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 Makros hinzuzufügen, zu bearbeiten oder zu "
+"entfernen. Bei einer großen Anzahl von Makros bietet sich die Verwendung der "
+"Bereichsauswahl an."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
-msgstr "Posix"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Name der Objektgruppen"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Anwendung"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Zeige Gruppen die Benutzer enthalten"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
-msgstr "Diesen Eintrag bearbeiten"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Zeige Gruppen mit Benutzern"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
-msgstr "Diesen Eintrag entfernen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Zeige Gruppen die Gruppen enthalten"
 
 
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Objekt"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Zeige Gruppen mit Gruppen"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Wählen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "Zeige Gruppen die Applikationen enthalten"
 
 
-#: 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/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Zeige Gruppen mit Applikationen"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Ordner-Administratoren"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Zeige Gruppen die Abteilungen enthalten"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Wählen Sie eine bestimmte Abteilung"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Zeige Gruppen mit Abteilungen"
 
 
-#: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
-msgstr "lesen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Zeige Gruppen die Server enthalten"
 
 
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
-msgstr "posten"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Zeige Gruppen mit Servern"
 
 
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
-msgstr "extern posten"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
+msgstr "Zeige Gruppen die Arbeitsstationen enthalten"
 
 
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
-msgstr "anhängen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Zeige Gruppen mit Arbeitsstationen"
 
 
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
-msgstr "schreiben"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Zeige Gruppen die Terminals enthalten"
 
 
-#: plugins/admin/groups/class_groupMail.inc:328
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Dieser 'DN' hat keine Mail-Erweiterungen."
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Zeige Gruppen mit Terminals"
 
 
-#: plugins/admin/groups/class_groupMail.inc:352
-msgid ""
-"Remove shared folder from mail server database when entry gets removed in "
-"LDAP"
-msgstr ""
-"Diesen Ordner vom Mail-Server entfernen nachdem der Eintrag aus dem LDAP "
-"entfernt wurde"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Zeige Gruppen die Drucker enthalten"
 
 
-#: plugins/admin/groups/class_groupMail.inc:353
-msgid "Remove the shared folder and all its contents after saving this account"
-msgstr ""
-"Diesen Ordnern samt Inhalt entfernen nachdem dieses Konto gespeichert wurde"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Zeige Gruppen mit Druckern"
 
 
-#: plugins/admin/groups/class_groupMail.inc:408
-msgid "You're trying to add an invalid email address "
-msgstr "Sie versuchen, eine ungültige Mail-Adresse hinzuzufügen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Zeige Gruppen die Telefone enthalten"
 
 
-#: plugins/admin/groups/class_groupMail.inc:409
-msgid "to the list of forwarders."
-msgstr "zur Liste der Weiterleitungen."
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Zeige Gruppen mit Telefonen"
 
 
-#: plugins/admin/groups/class_groupMail.inc:645
-msgid "Removing group mail settings failed"
-msgstr "Entfernen der Gruppen-Mail-Einstellungen ist fehlgeschlagen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Erstelle neue Objektgruppe"
 
 
-#: plugins/admin/groups/class_groupMail.inc:819
-msgid "Saving group mail settings failed"
-msgstr "Speichern der Mail-Einstellungen für die Gruppe fehlgeschlagen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Objektgruppe"
 
 
-#: plugins/admin/groups/class_groupMail.inc:848
-msgid "Please enter a valid email addres in 'Primary address' field."
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'Primäre Adresse' "
-"ein."
+"Diese Gruppe besitzt aktivierte Mail-Erweiterungen. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: plugins/admin/groups/class_groupMail.inc:881
+#: plugins/admin/ogroups/class_mailogroup.inc:50
 msgid ""
 msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Bitte wählen sie gültige Zugriffsrechte. Standard-Zugriffsrechte dürfen "
-"nicht leer sein."
+"Diese Gruppe besitz keine Mail-Erweiterungen. Sie können diese aktivieren, "
+"wenn Sie auf die untere Schaltfläche klicken."
 
 
-#: plugins/admin/groups/class_groupMail.inc:885
-msgid "Please select a valid mail server."
-msgstr "Bitte wählen Sie einen gültigen Mail-Server."
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "Speichern der Mail-Einstellungen für die Objektgruppe fehlgeschlagen"
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
-#: plugins/admin/ogroups/generic.tpl:7
-#: plugins/admin/ogroups/paste_generic.tpl:4
-msgid "Group name"
-msgstr "Gruppenname"
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
+msgstr "Entfernen der Maileinstellungen der Objektgruppe ist fehlgeschlagen"
 
 
-#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
-msgid "Posix name of the group"
-msgstr "UNIX-Name der Gruppe"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen."
 
 
-#: 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/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "zu viele unterschiedliche Objekte!"
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
-msgid "Choose subtree to place group in"
-msgstr "Wählen Sie den Unterbaum, in den die Gruppe eingepflegt werden soll"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "Benutzer"
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:13
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr ""
-"Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "Gruppen"
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:15
-msgid "Force GID"
-msgstr "Erzwinge GID"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "Anwendungen"
 
 
-#: plugins/admin/groups/generic.tpl:43
-#: plugins/admin/groups/paste_generic.tpl:18
-msgid "Forced ID number"
-msgstr "Erzwungene ID-Nummer"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "Abteilungen"
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "Select to create a samba conform group"
-msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen"
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "Server"
 
 
-#: plugins/admin/groups/generic.tpl:55
-msgid "in domain"
-msgstr "in der Domain"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "Arbeitsstationen"
 
 
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
-msgstr "Mitglieder sind in einer Telefon-Gruppe"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "Terminals"
 
 
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
-msgstr "Mitglieder sind in einer Nagios-Gruppe"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "Telefone"
 
 
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
-msgstr "Gruppenmitglieder"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "Drucker"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Wählen Sie die hinzuzufügenden Benutzer"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "und"
 
 
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Wählen um Server anzuzeigen"
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "Unbekannte dn:"
 
 
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Suche im Unterbaum"
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "Diese cn ist bereits vergeben."
 
 
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Zeige die Benutzer der Abteilung"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr ""
+"Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!"
 
 
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
-msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "Speichern des Gruppenobjektes fehlgeschlagen"
 
 
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Gruppen-Einstellungen"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "Entfernen der Objektgruppe ist fehlgeschlagen"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:57
-msgid "You have no permissions to view and edit ACLs."
-msgstr "Sie haben keine Berechtigung um ACLs anzuzeigen oder zu bearbeiten."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Objektgruppen"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
-msgstr "Diese 'dn' enthält keine Zugriffserweiterungen."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen."
 
 
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
-msgstr "Entfernen der ACL-Informationen fehlgeschlagen"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
-msgstr "Speichern der ACL-Informationen fehlgeschlagen"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Arbeitsstation"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
-msgstr "Alle Felder sind änderbar"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Anwendungsoptionen"
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
+msgstr ""
+"Der angegebene HomeServer '%s' ist nicht in der GOsa Server-Verwaltung "
+"verfügbar. Das Speichern dieses Kontos wird einen neuen Eintrag auf dem "
+"Server '%s' erzeugen. Verwenden Sie 'Abbrechen', wenn Sie kein neues Konto "
+"erstellen möchten."
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Zeige die Adressen der Abteilung"
+#: plugins/admin/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "alle gleichzeitig"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Zeige die Adressen, auf die das Folgende passt"
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr "nacheinander"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
-msgstr "Diese 'dn' hat keine Anwendungs-Informationen"
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr "am wenigsten Anrufe"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
-msgstr "Anwendungen entfernen"
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr "am wenigsten abgeschlossene Anrufe"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "zufällig"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr "nacheinander (mit Speicher)"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
+"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
+"der Asterisk-DB speichern."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:410
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
+#, php-format
 msgid ""
 msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
 msgstr ""
 msgstr ""
-"Diese Gruppe hat Anwendungs-Eigenschaften aktiviert. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
+"Der MySQL Home-Server '%s' ist als Benutzer '%s' nicht erreichbar, bitte "
+"überprüfen Sie das GOsa-Protokoll auf mysql-Fehler."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:412
-msgid "Create applications"
-msgstr "Anwendungen erstellen"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr ""
+"Die Datenbank '%s' auf dem Home-Server '%s' kann nicht ausgewählt werden."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:413
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, php-format
 msgid ""
 msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
 msgstr ""
 msgstr ""
-"Diese Gruppe besitzt deaktivierte Anwendungs-Eigenschaften. Sie können diese "
-"durch einen Klick auf die untere Schaltfläche aktivieren."
+"Der initiale MySQL Home-Server '%s' kann nicht als Benutzer '%s' erreicht "
+"werden, überprüfen Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:425
-msgid "Invalid character in category name."
-msgstr "Die angegebene Kategorie enthält ungültige Zeichen."
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr ""
+"Die Datenbank '%s' auf dem initialen Home-Server '%s' kann nicht ausgewählt "
+"werden."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:433
-msgid "The specified category already exists."
-msgstr "Die angegebene Kategorie existiert bereits."
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Warteschlange von diesem Konto entfernen"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:528
-msgid "The selected application name is not uniq. Please check your LDAP."
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Der gewählte Anwendungsname ist nicht eindeutig. Bitte überprüfen Sie Ihr "
-"LDAP-Verzeichnis."
-
-#: plugins/admin/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
-msgstr "Die gewählte Anwendung hat keine Optionen."
+"Diese Gruppe besitzt aktivierte die Warteschlangen-Erweiterung. Sie können "
+"diese durch einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
-msgstr "Abteilung"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Warteschlange erstellen"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:657
-msgid "application"
-msgstr "Anwendung"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+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/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-msgid "Delete entry"
-msgstr "Eintrag entfernen"
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr ""
+"Es muss mindestens ein Server mit einer Asterisk-Datenbank vorhanden sein, "
+"um eine Telefon-Warteschlange zu erstellen."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
-msgstr "Nach oben bewegen"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+msgid "Please select a valid goFonHomeServer."
+msgstr "Bitte wählen Sie einen gültigen goFonHomeServer."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
-msgstr "Nach unten bewegen"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Der Wert für 'Wartezeit' muss numerisch sein"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr "Feldtrenner einfügen"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr "Der Wert für 'Wiederholen' muss numerisch sein"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
-msgstr "Diese Applikation ist nicht mehr verfügbar."
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr "Der Wert für 'Maximale Grösse der Warteschlange' muss numerisch sein"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr "Diese Applikation ist im Release '%s' nicht verfügbar."
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr "Der Wert für 'Benachrichtigungsfrequenz' muss numerisch sein"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
-msgstr "Überprüfe Parameter"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr "Es ist mindestens eine Telefonnummer erforderlich."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
-msgstr "Diese Applikation hat veränderte Parameter."
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
+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 ""
+"Momentan ist kein Asterisk-Server definiert. Wahrscheinlich fehlt Ihnen ein "
+"Server, der das Asterisk-Management (goFonServer) enthält. Ihre "
+"Einstellungen können daher nicht in der Asterisk-Datenbank gespeichert "
+"werden."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
-msgstr "Entfernen der Anwendungsinformationen ist fehlgeschlagen"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+msgid "Error while removing old queue entries from database."
+msgstr ""
+"Fehler beim Entfernen der alten Warteschlangen-Einträge aus der Datenbank."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
-msgstr "Speichern der Anwendung ist fehlgeschlagen"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr "Bitte schauen Sie in die GOsa Log-Dateien."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
 msgstr ""
 msgstr ""
-"Der Release-Name '%s' kann nicht aufgelöst werden. Nehme '%s' als neuen "
-"Release-Namen an."
+"Konnte alten Warteschlangen-Eintrag nicht erkennen, die Abfrage schlug fehl."
 
 
-#: plugins/admin/users/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
 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."
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
 msgstr ""
 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. "
+"Es wurde mehr als ein Eintrag in der Warteschlangen-Tabelle gefunden, der "
+"den Namen '%s' verwendet. Bitte korrigieren Sie zuerst diesen Fehler manuell."
 
 
-#: 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/ogroups/class_phonequeue.inc:729
+msgid "Mysql query failed."
+msgstr "Die MySQL-Abfrage schlug fehl."
 
 
-#: plugins/admin/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Benutzer"
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Die angegebene Telefonnummer '%s' wird bereits von '%s' verwendet."
 
 
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
-msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu setzen!"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "Speichern der Telefonwarteschlange ist fehlgeschlagen"
 
 
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Sie löschen gerade den Benutzer %s."
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "Entfernen der Telefonwarteschlange ist fehlgeschlagen"
 
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!"
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Aktiv"
 
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "keine"
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Gesperrt"
 
 
-#: plugins/admin/users/class_userManagement.inc:553
-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/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Speichertest"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Systemanalyse"
 
 
-#: 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/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 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 'keine' um den Vorlagen-Dialog zu überspringen."
+"Sie haben keine Berechtigung, eine Arbeitsstation unter dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Vorlage"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr "Es muss mindestens ein NTP-Server ausgewählt sein."
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Benutzerverwaltung"
+#: plugins/admin/ogroups/class_termgroup.inc:174
+#, php-format
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgstr ""
+"Das Setzen des Aktion-Status für das Objekt '%s' (Wert '%s') ist "
+"fehlgeschlagen."
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Liste der Benutzer"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Es ist kein ACTIONCMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
-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 ""
-"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/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "Die Ausführung des Befehls '%s' ist fehlgeschlagen!"
 
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Benutzername"
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Ausschalten"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Wählen Sie dies, um Vorlagen für Benutzer anzuzeigen"
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Neustarten"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-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/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Sofortiges Update"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Zeige zweckbezogene Benutzer"
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Geplantes Update"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Auswählen, um die Benutzer mit UNIX-Konto zu sehen"
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
+msgstr "Neu-Installation"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Zeige UNIX-Benutzer"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Hardware neu erkennen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr ""
-"Auswählen, um die Benutzer zu sehen, die eine Mail-Erweiterung besitzen"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "Speichern der Arbeisstation ist fehlgeschlagen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Zeige Mail-Benutzer"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Name der Gruppe"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Auswählen, um die Benutzer zu sehen, die SAMBA-Einstellungen besitzen"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Zusammengefasste Objekte"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Zeige SAMBA-Benutzer"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Mail-Verteilerliste"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Auswählen, um die Benutzer zu sehen, die Proxy-Einstellungen besitzen"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Primäre Mail-Adresse der Verteilerliste"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Zeige Proxy-Benutzer"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Wählen Sie die hinzuzufügenden Objekte"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
-msgstr "Neuen Benutzer erstellen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Zeige Abteilungen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
-msgstr "Neuer Benutzer"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Zeige Abteilungen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
-msgstr "Neue Vorlage erstellen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Wählen, um GOsa-Konten zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Neue Vorlage"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Zeige Personen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Wählen, um GOsa Gruppen zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:138
-msgid "Edit generic properties"
-msgstr "Allgemeine Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Zeige Gruppen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
-msgstr "UNIX-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Wählen, um Anwendungen zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
-msgstr "Umgebungs-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Zeige Anwendungen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
-msgstr "Mail-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Zeige Server"
 
 
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
-msgstr "Telefon-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Wählen, um die Arbeitsstationen zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
-msgstr "Fax-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Zeige Arbeitsstationen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
-msgstr "Samba-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Wählen, um die Terminals zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
-msgstr "Netatalk-Einstellungen bearbeiten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Zeige Terminals"
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
-msgstr "Neuen Benutzer aus Vorlage erstellen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Wählen, um die Netzwerkdrucker zu sehen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
-msgstr "Neuen Benutzer aus dieser Vorlage erstellen"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Zeige Netzwerk-Drucker"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
-msgstr "Passwort"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Wählen, um die VOIP Telefone zu sehen"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Name der Anwendung"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Zeige Telefone"
 
 
-#: 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/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Zeige die Objekte der Abteilung"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Angezeigter Name der Anwendung (z.B. unter Symbole)"
+#: plugins/admin/ogroups/paste_generic.tpl:7
+msgid "Please enter the new object group name"
+msgstr "Bitte geben Sie einen neuen Namen für die Objektgruppe ein"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Pfad und/oder Name der Anwendung"
+#: plugins/admin/ogroups/paste_mail.tpl:7
+msgid "Please enter a mail address"
+msgstr "Bitte geben Sie eine Mail-Adresse ein"
 
 
-#: 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/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
+msgstr ""
+"In diese Warteschlange werden nur Benutzer mit dem selben Asterisk Home-"
+"Server aufgenommen."
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Symbol"
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Warteschlangen-Einstellungen"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Anwenden"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Telefonnummern"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Bild neu laden"
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Allgemeine Warteschlangen-Einstellungen"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Nur ausführbar für Gruppen-Mitglieder"
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+msgid "Home server"
+msgstr "Home-Server"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Konfiguration bei jedem Start ersetzen"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Wartezeit"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Strategie"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr "Maximale Grösse der Warteschlange"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Platziere einen Eintrag in der Kontrollleiste der Gruppenmitglieder"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr "Benachrichtigungsfrequenz"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Liste der Anwendungen"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr "(in Sekunden)"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Unterbaums"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr "Einstellung der Ansagen/Töne"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-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/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr "Benutze Wartemusik statt Klingelton"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
-msgstr "Neu"
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr "Wartemusik"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
-msgstr "Neue Anwendungen erstellen"
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "'Willkommen'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Optionen entfernen"
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Benachrichtigung"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-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/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr "Klangdatei für Ansage 'Sie sind der Nächste...'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Optionen aktivieren"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr "'Es gibt ...'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-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/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr "'... wartende Anrufe'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "'Vielen Dank'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Standardwert"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "'Minuten'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Option hinzufügen"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "'Sekunden'"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
-msgstr "Entfernen der Anwendungsparameter ist fehlgeschlagen"
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr "Gespräch halten"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Der von Ihnen angegebene Optionsname '%s' ist ungültig."
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr "'Weniger als...''"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
-msgstr "Speichern der Anwendungsparameter ist fehlgeschlagen"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr "Telefon-Attribute"
 
 
-#: 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/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr "Benachrichtige über Wartezeit"
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Anwendungsverwaltung"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr "Erlaube Weiterleiten des Gesprächs (Angerufener)"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "kein Beispiel"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr "Erlaube Weiterleiten des Gesprächs (Anrufer)"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Dieser 'DN' ist keine Anwendung."
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr "Auflegen durch Drücken der Taste '*' (Angerufener)"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "Entfernen der Anwendung ist fehlgeschlagen"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr "Auflegen durch Drücken der Taste '*' (Anrufer)"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr "Entfernen der Anwendung von Objektgruppe '%s' fehlgeschlagen"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr "Klingelton statt Hintergrund-Musik"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Entfernen der Anwendung von der Gruppe '%s' ist fehlgeschlagen"
+#: 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/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Das angegebene Bild wurde nicht korrekt übertragen."
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Warteschlange"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
-msgstr "Der angegebene Ausführungspfad muss zwingend mit '/' beginnen."
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "System"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Arbeitsplätze"
+
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, eine Anwendung unterhalb dieser 'Basis' "
-"anzulegen."
+"Aktionen die hier ausgewählt werden beeinflussen alle Systeme dieser "
+"Objektgruppe. Zusätzlich können alle hier einstellbaren Werte von den "
+"Systemen ererbt werden."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Zeit-Server"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 msgstr ""
-"Ungültiges Zeichen in Anwendungs-Name. Nur a-z und 0-9 sind erlaubte Zeichen."
+"Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Das benötigte Feld 'Auführen' ist nicht ausgefüllt."
+#: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
+msgid "Mode"
+msgstr "Modus"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Eine Anwendung mit diesem Namen existiert bereits."
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:41
+msgid "Select terminal mode"
+msgstr "Wählen Sie den Terminal-Modus"
+
+#: plugins/admin/ogroups/termgroup.tpl:47
+#: plugins/admin/systems/terminal.tpl:42
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Syslog server"
+msgstr "Protokoll-Server"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "Speichern der Anwendung ist fehlgeschlagen"
+#: plugins/admin/ogroups/termgroup.tpl:49
+#: plugins/admin/systems/terminal.tpl:44
+#: plugins/admin/systems/workstation.tpl:49
+msgid "Choose server to use for logging"
+msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Anwendungs-Einstellungen"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Aktion"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Sind sind dabei, den Anwendungseintrag '%s' zu löschen."
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "Sie haben keine Berechtigung, diese Anwendung zu löschen!"
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Wählen Sie die Art der System-Komponente, die Sie anlegen möchten"
 
 
-#: plugins/admin/departments/dep_iframe.tpl:3
+#: plugins/admin/systems/chooser.tpl:4
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+"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 ""
-"Sobald der Vorgang abgeschlossen wurde, können Sie zum unteren Ende der "
-"Seite blättern und auf den 'Weiter'-Knopf drücken, um zum Abteilungs-"
-"Verwaltungs-Dialog zurück zu gelangen."
+"Linux Terminals und Arbeitsstationen werden beim Systemstart automatisch "
+"hinzugefügt. Aus diesem Grund können Sie für diese Systemtypen nur Vorlagen "
+"für einen Unterbaum anlegen. Server werden ebenfalls automatisch "
+"hinzugefügt, in einigen Fällen benötigen Sie Pseudo-Einträge um GOsa mit "
+"benötigten Informationen zu versorgen. Weitere Netzwerk-Komponenten können z."
+"B. für Nagios Umgebungen genutzt werden um die Abhängigkeiten aufzulösen."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Name der Abteilung"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Linux Thin-Client Vorlage"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Name des zu erzeugenden Unterbaums"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Linux Arbeitsstations-Vorlage"
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Beschreibender Text zu dieser Abteilung"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux Server"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Kategorie"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows Arbeitsstation"
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Kategorie dieses Unterbaums"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Netzwerk-Drucker"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
-msgstr "Wählen Sie den Unterbaum, in den die Abteilung eingepflegt werden soll"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Andere Netzwerk-Komponente"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Land, in dem dieser Unterbaum anzusiedeln ist"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Anlegen"
 
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Ort dieses Unterbaums"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Wählen Sie eine Basis"
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Postalische Anschrift dieses Unterbaums"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+"Wechseln Sie in den gewünschten Baum und klicken Sie \"Speichern\", um den "
+"Baum als Basis zu nutzen (Oder klicken sie auf das Bild am Ende des "
+"Eintrags)."
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Einleitende Telefonnummer dieses Unterbaums"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr "Einträge mit dieser Syntax filtern"
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Einleitende Fax-Nummer dieses Unterbaums"
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
+msgstr "Diese Basis auswählen"
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Administrative Einstellungen"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Diese 'dn' hat keine Netzwerk-Erweiterungen."
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr "Abteilung als eigenständige administrative Einheit kennzeichnen"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "Entfernen der Netzwerk-Komponente ist fehlgeschlagen"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Liste der Abteilungen"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "Das benötigte Feld 'Gerätename' ist nicht gesetzt."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
-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_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr "Das benötigte Feld 'IP-Adresse' ist leer."
+
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "Das Feld 'IP-Adresse' enthält eine ungültige Adresse."
+
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+msgid "You have no permissions to create a component on this 'Base'."
 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."
+"Sie haben keine Berechtigung, eine Komponente unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Name der Abteilung"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, 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/departments/class_divListDepartment.inc:70
-msgid "Create new department"
-msgstr "Neue Abteilung erstellen"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "Speichern der Netzwerk-Komponente ist fehlgeschlagen"
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Liste der Systeme"
+
+#: plugins/admin/systems/class_divListSystem.inc:47
 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 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 ""
-"Dies umfasst 'alle' Konten, System- und Setup-Informationen. Bitte prüfen "
-"Sie genau, da es keine Möglichkeit für GOsa gibt, die Daten "
-"wiederherzustellen. "
+"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/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Abteilungsverwaltung"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "System / Abteilung"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "Entfernen der Abeilung ist fehlgeschlagen"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Wählen, um Linux-Terminals zu sehen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-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/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Wählen, um Linux-Arbeitsstationen zu sehen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Eine Abteilung mit diesem Namen existiert bereits."
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Auswählen, um Microsoft Windows Arbeitsstationen zu sehen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt."
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Zeige Windows basierte Arbeitsstationen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
-#, php-format
-msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr ""
-"Das Feld 'Name' enthält das reservierte Wort '%s'. Bitte wählen Sie einen "
-"anderen Namen."
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Wählen, um die Netzwerk-Drucker zu sehen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
-msgstr ""
-"Kritischer Fehler: Kann keine unbenutzte Marke finden, um die administrative "
-"Einheit zu kennzeichnen!"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Zeige Netzwerk-Drucker"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
-msgstr "Speichern der Abteilung ist fehlgeschlagen"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Wählen, um VoIP-Telefone zu sehen"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
-#, php-format
-msgid "Tagging '%s'."
-msgstr "Markiere '%s'."
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Wählen, um Netzwerk-Geräte zu sehen"
+
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Zeige Netzwerk-Geräte"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr "Verschiebe '%s' nach '%s'"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Zeige die Systeme, auf die das Folgende passt"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
-#, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr "Fehler beim kopieren von %s, breche ab"
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Zeige Systeme des Benutzers"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Abteilungen"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Neue Terminal-Vorlage"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#, 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/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Neues Terminal"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-msgid "You have no permission to remove this department."
-msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen."
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Neue Vorlage für Arbeitsstation"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
-msgstr ".."
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Neue Arbeitsstation"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Netzwerk-Einstellungen"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Neuer Server"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "IP-Adresse"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Neuer Drucker"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "MAC-Adresse"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Neues Telefon"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr "Automatisch feststellen"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Neue Netzwerk-Komponente"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
-msgstr "DNS für dieses Gerät aktivieren"
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "CUPS-Server"
 
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
-msgstr "Aktualisieren"
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr "Log-DB"
 
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
-msgstr "Zone"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "Syslog-Server"
 
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
-msgstr "TTL"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Mail-Server"
 
 
-#: plugins/admin/systems/network.tpl:64
-msgid "Dns records"
-msgstr "DNS-Einträge"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "IMAP-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "vorhanden"
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "NFS-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Kerberos-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr ""
-"Das PHP-SNMP-Modul ist nicht installiert, kann daher keine Information "
-"sammeln."
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Asterisk-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "unbekannter Status"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Fax-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-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/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "LDAP-Server"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "aktiv"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "System bearbeiten"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "läuft"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Entferne System"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "läuft nicht"
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "root-Passwort setzen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "inaktiv"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create CD"
+msgstr "Erstelle CD"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Druckertyp"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create FAI CD"
+msgstr "Erstelle FAI-CD"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
-msgstr "Hersteller"
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr "Es wurde kein Server mit einer gültigen glpi-Datenbank gefunden."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Unterstützte Schnittstellen"
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
+msgstr ""
+"Die MySQL-Erweiterung wurde nicht gefunden - kann daher nicht zur glpi-"
+"Datenbank verbinden."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Seriell"
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
+msgstr ""
+"Kann nicht zur glpi-Datenbank verbinden - bitte überprüfen Sie Ihre "
+"Konfiguration."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Parallel"
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr "Dieses Feature wurde noch nicht implementiert."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr "USB"
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
+"Das Hinzufügen des neuen Systemtyps ist fehlgeschlagen - der angegebene Name "
+"wird bereits verwendet."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Kontakte"
+#: plugins/admin/systems/class_glpiAccount.inc:307
+#, php-format
+msgid ""
+"You can't delete this system type, it is still in use by these system(s) '%s'"
+msgstr ""
+"Sie können diesen Systemtyp nicht entfernen, er wird noch von folgendem(n) "
+"System(en) verwendet: '%s'"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
-msgstr "Technischer Kontakt"
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr ""
+"Das Umbenennen schlug fehl: Der angegebene Name wird bereits verwendet."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Kontaktperson"
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
+msgstr ""
+"Das Hinzufügen des neuen Betriebssystems ist fehlgeschlagen - der angegebene "
+"Name wird bereits verwendet."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Anhänge"
+#: plugins/admin/systems/class_glpiAccount.inc:396
+#, php-format
+msgid ""
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
+msgstr ""
+"Sie können dieses Betriebssystem nicht löschen, es wird von folgenden(m) "
+"System(en) verwendet: '%s'"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Installierte Patronen"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
+msgstr ""
+"Das Aktualisieren des Betriebssystems schlug fehl, da der angegebene Name "
+"bereits verwendet wird."
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "System-Information"
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Inventar entfernen"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Prozessor"
+#: plugins/admin/systems/class_glpiAccount.inc:570
+msgid ""
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Dieses Gerät besitzt aktivierte Inventar-Funktionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Speicher"
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Inventar hinzufügen"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-Adresse"
+#: plugins/admin/systems/class_glpiAccount.inc:573
+msgid ""
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt dieses Gerät keine aktivierten Inventar-Funktionen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "USB-Unterstützung"
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
+msgstr "N/A"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "System-Status"
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
+msgstr ""
+"Kann das glpi-Konto nicht entfernen, solange die MySQL-Erweiterung für PHP "
+"fehlt."
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventarnummer"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "Sind sind dabei, den GLPI Anhang '%s' zu löschen."
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Letzte Anmeldung"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
+#, php-format
+msgid ""
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
+msgstr ""
+"Sie können diesen Anhang nicht entfernen, er wird noch von folgendem(n) "
+"System(en) verwendet: '%s'"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Netzwerk-Geräte"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "Es wurde keine gültige Datei hochgeladen."
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE-Geräte"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "Upload war nicht erfolgreich."
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI-Geräte"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
+msgstr ""
+"Das Verzeichnis '%s/glpi/' zum Speichern von GLPI-Uploads wurde nicht "
+"gefunden."
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Disketten-Laufwerk"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "Es wurde bereits eine Datei mit dem selben Namen hochgeladen."
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM-Laufwerk"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
+#, php-format
+msgid "Can't create file '%s'."
+msgstr "Kann Datei '%s' nicht anlegen."
 
 
-#: 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/class_glpiAttachmentPool.inc:181
+msgid "File is available."
+msgstr "Datei ist verfügbar."
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Soundkarte"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
+msgstr "Datei konnte nicht gelesen werden, vielleicht ist nicht vorhanden."
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Eingeschaltet seit"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "Es wurde noch keine Datei hochgeladen."
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Prozessor-Last"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "MIME"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Speicher-Nutzung"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
+msgstr "Diese Tabelle enthält alle verfügbaren Anhänge."
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Nutzung des virtuellen Speichers"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "leer"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "SSH-Dienst"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Neuen Anhang erstellen"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Druck-Dienst"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Neuer Anhang"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Scan-Dienst"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Bitte geben Sie einen gültigen Namen für diesen Anhang an."
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Audio-Dienst"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
+#, php-format
+msgid "Internal Error can't create device of type '%s'"
+msgstr "Interner Fehler: Kann Gerät von Typ '%s' nicht anlegen."
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
+#, php-format
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Sie sind dabei das GLPI Gerät '%s' zu löschen."
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "System-Typ"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr "Kann Objektnamen nicht erkennen."
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "Betriebssystem"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
+#, php-format
+msgid ""
+"You can't delete this device, it is still in use by these system(s) '%s'"
+msgstr ""
+"Sie können dieses Gerät nicht entfernen, es wird noch von folgendem(n) System"
+"(en) verwendet: '%s'"
 
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
-msgstr "Kommentar"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "Geräte"
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Installierte Geräte"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Neuer Monitor"
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
-msgstr "Handeln"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
 
 
-#: plugins/admin/systems/glpi.tpl:91
-msgid "Software"
-msgstr "Software"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Neues Mainboard"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Verträge"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "MB"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Systemverwaltung"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Neuer Prozessor"
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Terminal-Vorlage"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Neues Gehäuse"
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Terminal-Name"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
+msgstr "C"
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: 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_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Neues Netzwerk-Interface"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
-#: plugins/admin/ogroups/termgroup.tpl:38
-msgid "Mode"
-msgstr "Modus"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
-#: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
-msgid "Select terminal mode"
-msgstr "Wählen Sie den Terminal-Modus"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Neuer Arbeitsspeicher"
 
 
-#: plugins/admin/systems/terminal.tpl:42
-#: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
-msgid "Syslog server"
-msgstr "Protokoll-Server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr "R"
 
 
-#: plugins/admin/systems/terminal.tpl:44
-#: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
-msgid "Choose server to use for logging"
-msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Neue Festplatte"
 
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Root-Server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "HDD"
 
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Wählen Sie das NFS-Root-Dateisystem"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
+msgstr "Neues Laufwerk"
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Auslagerungs-Server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/terminal.tpl:69
-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/class_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Neuer Controller"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr "CS"
 
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr "Zeit-Server-Attribute übernehmen"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr "Neue Grafikkarte"
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Zeit-Server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr "GC"
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr ""
-"Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Neue Soundkarte"
 
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Aktion"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr "SC"
 
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr "Neues Netzteil"
 
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Server-Name"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
+msgstr "PS"
 
 
-#: plugins/admin/systems/server.tpl:55
-msgid "Select action to execute for this server"
-msgstr "Wählen Sie die auszuführende Aktion für diesen Server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Neues allgemeines Gerät"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "System-Typen verwalten"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr "OC"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
-msgstr "Umbenennen"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Bitte geben Sie einen gültigen Namen für dieses Gerät an."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Bitte geben Sie einen neuen Namen ein"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "Der angegebene Gerätename wird bereits verwendet."
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
-msgstr "unbekannt"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "keine"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Andere"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "zeige Auswahl"
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, php-format
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
+msgstr ""
+"Sie können diesen Hersteller nicht entfernen, er wird noch von folgendem(n) "
+"System(en) verwendet: '%s'"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "direkt"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Bitte geben Sie einen Namen ein!"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "lastverteilt"
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
+msgstr ""
+"Der angegebene Name wird bereits verwendet. Bitte wählen Sie einen anderen."
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+msgid ""
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieser Server besitzt aktivierte Inventar-Funtionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "Citrix Metaframe"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+msgid ""
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten Inventar-Funktionen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
-msgstr "geerbt"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
+msgstr ""
+"Kann Druckertyp nicht in '%s' umbenennen - der angegebene Name wird bereits "
+"verwendet."
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
+msgstr ""
+"Sie können diesen Druckertyp nicht entfernen, er wird noch von '%s' "
+"verwendet."
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
-msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
+msgid "since"
+msgstr "seit"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr "Bitte geben Sie einen gültigen VSync-Bereich an."
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Sind sind dabei, den GLPI Patronentyp '%s' zu löschen."
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr "Bitte geben Sie einen gültigen HSync-Bereich an."
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
+msgstr ""
+"Sie können diesen Patronentyp nicht entfernen, er wird noch von folgendem(n) "
+"Drucker(n) verwendet: '%s'"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "Speichern der Arbeitsstations-Dienste ist fehlgeschlagen"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr "Patronen"
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Tastatur"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr "Kann diesen Eintrag nicht entfernen, da er noch benutzt wird."
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Modell"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "Der angegebene Name wird bereits verwendet."
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Wählen Sie das Tastatur-Modell"
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "verwenden"
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Layout"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
+msgstr "Spamassassin"
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Wählen Sie das Tastatur-Layout"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+msgid "Remove spamassassin extension"
+msgstr "Spamassassin-Erweiterung entfernen"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Variante"
+#: plugins/admin/systems/class_goSpamServer.inc:98
+msgid ""
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Dieser Server besitzt aktivierte Spamassassin-Funtionen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Wählen Sie die Tastatur-Variante"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+msgid "Add spamassassin service"
+msgstr "Spamassassin-Dienst hinzufügen"
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Maus"
+#: plugins/admin/systems/class_goSpamServer.inc:102
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten Spamassassin-Funktionen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Wählen Sie den Maus-Typ"
+#: plugins/admin/systems/class_goSpamServer.inc:228
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "Der angegebene Wert ist kein gültiges vertrauenswürdiges Netzwerk."
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Anschluss"
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Entfernen des Server-Dienstes Spamassassin ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Wählen Sie den Maus-Port"
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr ""
+"Speichern des Spamassassin Dienstes mit der DN '%s' ist fehlgeschlagen."
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Telefon-Hardware"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+msgid "Required score must be a numeric value."
+msgstr "Die angegebene Score muß ein numerischer Wert sein."
+
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Das in ACTION_HOOK angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
+
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
+"Das Setzen des Status-Flags für den Server-Dienst spamassassin mit der DN '%"
+"dn' ist fehlgeschlagen."
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Telefon"
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr "AntiVirus"
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Treiber"
+#: plugins/admin/systems/class_goVirusServer.inc:80
+msgid "Remove anti virus extension"
+msgstr "AntiVirus Erweiterung entfernen"
 
 
-#: 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/class_goVirusServer.inc:81
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 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
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Wählen Sie die Auflösung, die im Grafik-Modus genutzt wird"
+"Dieser Server besitzt aktivierte AntiVirus-Funtionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Farbtiefe"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+msgid "Add anti virus service"
+msgstr "AntiVirus-Dienst hinzufügen"
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Wählen Sie die Farbtiefe, die im Grafik-Modus genutzt wird"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt dieser Server keine aktivierten AntiVirus-Funktionen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Anzeige"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr ""
+"Entfernen des Server-Dienstes AntiVirus mit der DN '%s' ist fehlgeschlagen."
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
-msgstr "Automatische Erkennung via DDC verwenden"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Speichern des AntiVirus-Dienstes mit der '%dn' ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "HSync"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr "Maximale Verzeichnis-Rekursionen"
 
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Horizontale Wiederholrate für den installierten Monitor"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr "Maximale Anzahl der Threads"
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+msgid "Maximum file size"
+msgstr "Maximale Dateigröße"
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Vertikale Wiederholrate für den installierten Monitor"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr "Maximale Anzahl von Rekursionen"
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "Scanner"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr "Maximale Kompressionsrate"
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
-msgstr "Wählen, um den SANE Scanner-Dienst auf dem Terminal zu starten"
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+msgid "Checks per day"
+msgstr "Überprüfungen pro Tag"
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Bilderfassungsdienste bereitstellen"
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "Der angegebene Wert für '%s' ist nicht numerisch."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
+#: plugins/admin/systems/class_goVirusServer.inc:329
 #, php-format
 #, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
 msgstr ""
 msgstr ""
-"Das in KERNELS angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+"Das Status-Flag des Server-Dienstes AntiVirus mit der DN '%s' konnte nicht "
+"gesetzt werden."
+
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "DNS-Dienst entfernen"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
 msgid ""
 msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Es existieren in Ihrer derzeitigen Konfiguration Pakete, die mit den "
-"momentanen Einstellungen für Server und Release nicht aufgelöst werden "
-"können."
+"Dieser Server besitzt aktivierte DNS-Funktionen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-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_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "DNS-Dienst hinzufügen"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"In Ihrer Auswahl befindet sich bereits ein Profil, das eine Konfiguration "
-"für Partitionstabellen enthält."
+"Aktuell besitzt dieser Server keine aktivierten DNS-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
-msgstr "Im der momentanen Einstellung nicht verfügbar"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Diese 'dn' besitzt keine Telefon-Erweiterungen."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
-#, php-format
-msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
-msgstr ""
-"Kann eine oder mehrere der angegebenen FAI-Klasse(n) [%s] für FAI-Server '%"
-"s' nicht auflösen. Der Server wurde auf 'auto' zurückgesetzt."
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "ja"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "nein"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr "dynamisch"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Netzwerk-Einstellungen"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:240
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
 msgstr ""
 msgstr ""
-"Kann die angegebenen FAI-Klasse(n) [%s] nicht auflösen, bitte überprüfen Sie "
-"Ihre FAI-Konfigurationen (wahrscheinlich wurden einige Klassen entfernt oder "
-"umbenannt). Alle (!) Klassen wurden von diesem Konto entfernt. Der FAI-"
-"Server wurde auf 'automatisch' umgestellt."
+"Das Telefon kann nicht entfernt werden, da es abhängige Benutzer gibt. Der "
+"erste Benutzer in der Liste ist '%s'."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
-msgstr "Speichern der Arbeitsstations-Einstellungen ist fehlgeschlagen"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "Entfernen des Telefons ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
-msgstr "Kann das als REPOSITORY_HOOK angegebene Kommando '%s' nicht ausführen."
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
+msgstr "Das benötigte Feld 'Telefon-Name' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
-#, php-format
-msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+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:302
+msgid "You have no permissions to create a phone on this 'Base'."
 msgstr ""
 msgstr ""
-"Das als REPOSITORY_HOOK '%s' angegebene Kommando lieferte eine leere "
-"Zeichenkette."
+"Sie haben keine Berechtigung, ein Telefon unterhalb dieser 'Basis' anzulegen."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "Speichern des Telefons ist fehlgeschlagen"
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
 #, php-format
 msgid "Can't open '%s', ppd settings resetted."
 msgstr "Kann '%s' nicht öffnen, PPD-Einstellungen wurden  zurückgesetzt."
 
 #, php-format
 msgid "Can't open '%s', ppd settings resetted."
 msgstr "Kann '%s' nicht öffnen, PPD-Einstellungen wurden  zurückgesetzt."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
 msgid "Can't get ppd informations."
 msgstr "Kann PPD-Information nicht lesen"
 
 msgid "Can't get ppd informations."
 msgstr "Kann PPD-Information nicht lesen"
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
 #, php-format
 msgid ""
 "The specified path '%s' which results from PPD_PATH in your gosa.conf is "
 #, php-format
 msgid ""
 "The specified path '%s' which results from PPD_PATH in your gosa.conf is "
@@ -8322,34 +8417,34 @@ msgstr ""
 "Der in Ihrer 'gosa.conf' angegebene PPD-Pfad (PPD_PATH) '%s' ist ungültig - "
 "kann daher keine ppd-Informationen lesen."
 
 "Der in Ihrer 'gosa.conf' angegebene PPD-Pfad (PPD_PATH) '%s' ist ungültig - "
 "kann daher keine ppd-Informationen lesen."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
 msgid "Please specify a valid ppd file."
 msgstr "Bitte geben Sie eine gültige PPD-Datei an."
 
 msgid "Please specify a valid ppd file."
 msgstr "Bitte geben Sie eine gültige PPD-Datei an."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
 #, php-format
 msgid "Can't select PPD file '%s', the file is not readable"
 msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht"
 
 #, php-format
 msgid "Can't select PPD file '%s', the file is not readable"
 msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht"
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
 #, php-format
 msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr "Kann Verzeichnis '%s' für hochgeladene PPD-Datei nicht anlegen."
 
 #, php-format
 msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr "Kann Verzeichnis '%s' für hochgeladene PPD-Datei nicht anlegen."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
 #, php-format
 msgid "Can't create file '%s' to store modifed ppd informations."
 msgstr "Kann Datei '%s' zur Speicherung der PPD-Informationen nicht anlegen."
 
 #, php-format
 msgid "Can't create file '%s' to store modifed ppd informations."
 msgstr "Kann Datei '%s' zur Speicherung der PPD-Informationen nicht anlegen."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
 #, php-format
 msgid "Can't add new ppd file, the source file '%s' is not accessible."
 msgstr ""
 "Kann neue PPD-Datei nicht hinzufügen, auf die Quelldatei '%s' konnte nicht "
 "zugegriffen werden."
 
 #, php-format
 msgid "Can't add new ppd file, the source file '%s' is not accessible."
 msgstr ""
 "Kann neue PPD-Datei nicht hinzufügen, auf die Quelldatei '%s' konnte nicht "
 "zugegriffen werden."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
 #, php-format
 msgid ""
 "The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
 #, php-format
 msgid ""
 "The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
@@ -8358,1469 +8453,1640 @@ msgstr ""
 "Die angegebene PPD-Datei '%s' scheint ungültig zu sein. Es lassen sich keine "
 "Modell- oder Hersteller-Informationen extrahieren."
 
 "Die angegebene PPD-Datei '%s' scheint ungültig zu sein. Es lassen sich keine "
 "Modell- oder Hersteller-Informationen extrahieren."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
 #, 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."
 
 #, 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."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
 #, php-format
 msgid "Can't save file '%s'."
 msgstr "Kann Datei '%s' nicht speichern."
 
 #, php-format
 msgid "Can't save file '%s'."
 msgstr "Kann Datei '%s' nicht speichern."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
 msgid "Uploaded ppd file is empty, can't create new ppd file."
 msgstr ""
 "Die hochgeladene PPD-Datei ist leer, kann daher keine neue PPD-Datei anlegen."
 
 msgid "Uploaded ppd file is empty, can't create new ppd file."
 msgstr ""
 "Die hochgeladene PPD-Datei ist leer, kann daher keine neue PPD-Datei anlegen."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
 msgid "True"
 msgstr "wahr"
 
 msgid "True"
 msgstr "wahr"
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
 msgid "False"
 msgstr "falsch"
 
 msgid "False"
 msgstr "falsch"
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
 #, php-format
 msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr "Nicht unterstützter PPD-Typ '%s' (verwendet von '%s') "
 
 #, php-format
 msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr "Nicht unterstützter PPD-Typ '%s' (verwendet von '%s') "
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
 #, php-format
 msgid "Removing old ppd file '%s' failed."
 msgstr "Entfernen der alten PPD-Datei '%s' schlug fehl."
 
 #, php-format
 msgid "Removing old ppd file '%s' failed."
 msgstr "Entfernen der alten PPD-Datei '%s' schlug fehl."
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
+"Entfernen der alten PPD-Datei '%s' schlug fehl. Auf die Datei konnte nicht "
+"zugegriffen werden."
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
+"Entfernen der alten PPD-Datei '%s' schlug fehl. Die Datei existiert nicht "
+"oder darf nicht entfernt werden."
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
+"Bitte wählen Sie eine gültige PPD-Datei oder drücken Sie 'Abbrechen' um zur "
+"Druckerkonfiguration zurückzukehren."
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Sind sind dabei, die PPD-Datei '%s' bei '%s' zu löschen."
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Die angegebene PPD-Datei '%s' wurde nicht gefunden."
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
+"Irgendetwas schlug fehl während des Versuchs, die PPD-Datei vom Server zu "
+"entfernen, vielleicht haben wir kein Schreibrecht."
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
 #, php-format
 #, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgid "Selected vendor '%s' does not exists in our list of ppds."
 msgstr ""
 msgstr ""
-"Entfernen der alten PPD-Datei '%s' schlug fehl. Auf die Datei konnte nicht "
-"zugegriffen werden."
+"Der ausgewählte Hersteller '%s' existiert nicht in der Liste der PPD's."
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Auswahl der Drucker-PPD"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
+#: plugins/admin/systems/class_printGeneric.inc:105
 #, php-format
 #, php-format
-msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
 msgstr ""
 msgstr ""
-"Entfernen der alten PPD-Datei '%s' schlug fehl. Die Datei existiert nicht "
-"oder darf nicht entfernt werden."
+"Kann keine gültige Basis aus der Objekt-DN auslesen, setze Basis auf '%s'."
+
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr "Drucker-Erweiterung hinzufügen"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
+#: plugins/admin/systems/class_printGeneric.inc:252
 msgid ""
 msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
 msgstr ""
-"Bitte wählen Sie eine gültige PPD-Datei oder drücken Sie 'Abbrechen' um zur "
-"Druckerkonfiguration zurückzukehren."
+"Konnte den 'Druck'-Reiter nicht erstellen, der Parameter 'parent' fehlt"
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Vorlage für Arbeitsstation"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
+"Dies ist eine Arbeitsstations-Vorlage, der Drucker-Tab ist deaktiviert."
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Name der Arbeitsstation"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Dies ist eine Terminal-Vorlage, das Drucker-Tab ist deaktiviert."
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Zonen"
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Dieser 'DN' hat keine Drucker-Erweiterungen."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Boot-Parameter"
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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 dieses Objekt keine aktivierte Drucker-Erweiterung. Sie "
+"können diese nicht aktivieren, solange das 'cn'-Attribut nicht im Eintrag "
+"enthalten ist. Wahrscheinlich erstellen Sie gerade eine neue Terminal-"
+"Vorlage."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Boot-Kernel"
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
+msgstr "Drucker-Erweiterung entfernen"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Angepasste Optionen"
+#: plugins/admin/systems/class_printGeneric.inc:319
+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/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/class_printGeneric.inc:322
 msgid ""
 msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Geben Sie die Parameter ein, die dem Kernel beim Starten übergeben werden "
-"sollen"
+"Dieses Terminal besitzt aktivierte Drucker-Erweiterungen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "LDAP-Server"
+#: plugins/admin/systems/class_printGeneric.inc:327
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Aktuell besitzt diese Workstation keine aktivierte Drucker-Erweiterung. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
-msgstr "FAI-Server"
+#: plugins/admin/systems/class_printGeneric.inc:330
+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/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
-msgstr "Zugewiesene FAI-Klassen"
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, 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/systems/workstationStartup.tpl:87
-msgid "set"
-msgstr "setzen"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "keine PPD-Informationen verfügbar"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Kernel-Module (Format: Name Parameter)"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, 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/systems/workstationStartup.tpl:121
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 msgstr ""
-"Zusätzliche Module hinzufügen, die während des Starts geladen werden sollen"
+"Dieser Drucker gehört zur Arbeitsstation %s. Ein Umbenennen ist daher nicht "
+"möglich."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Mount-Pfad"
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "Entfernen des Druckers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Liste der Geräte"
+#: plugins/admin/systems/class_printGeneric.inc:642
+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/systems/glpiDeviceManagement.tpl:23
-msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "Speichern des Druckers ist fehlgeschlagen"
+
+#: plugins/admin/systems/class_printGeneric.inc:867
+#, php-format
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 msgstr ""
-"Dieser Dialog erlaubt es Ihnen, ein Gerät zum momentan ausgewählten Computer "
+"Es wurde versucht einen ungültigen Druckertyp '%s'   zur Liste '%s' "
 "hinzuzufügen."
 
 "hinzuzufügen."
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Zeige die Geräte, auf die das Folgende passt"
+#: plugins/admin/systems/class_printGeneric.inc:889
+#, php-format
+msgid "Can't add '%s' to the list of members, it is already used."
+msgstr ""
+"'%s' kann nicht zu den Mitgliedern hinzugefügt werden - der Eintrag wird "
+"bereits benutzt."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Regulärer Ausdruck zum Erkennen von Gerätenamen"
+#: plugins/admin/systems/class_printGeneric.inc:897
+#, php-format
+msgid "Can't add '%s' to list of members, it is not reachable."
+msgstr ""
+"Kann '%s' nicht zu den Mitgliedern hinzufügen - es ist nicht erreichbar."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
-msgstr "Es wurde kein Server mit einer gültigen glpi-Datenbank gefunden."
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr ""
-"Die MySQL-Erweiterung wurde nicht gefunden - kann daher nicht zur glpi-"
-"Datenbank verbinden."
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:179
+#: plugins/admin/systems/class_servDB.inc:185
+#, 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/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
-msgstr ""
-"Kann nicht zur glpi-Datenbank verbinden - bitte überprüfen Sie Ihre "
-"Konfiguration."
+#: plugins/admin/systems/class_servDB.inc:154
+#, 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/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
-msgstr "Inventar entfernen"
+#: plugins/admin/systems/class_servDB.inc:158
+msgid "The sieve port needs to be numeric."
+msgstr "Der Sieve-Port muss numerisch sein."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_servDB.inc:169
+#, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Das angebene Kerberos-Passwort ist leer."
+
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
+#, php-format
 msgid ""
 msgid ""
-"This server has inventory features enabled. You can disable them by clicking "
-"below."
+"You can't remove the asterisk database extension, it is still in use by "
+"these objects '%s'."
 msgstr ""
 msgstr ""
-"Dieser Server besitzt aktivierte Inventar-Funtionen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+"Sie können die Asterisk Datenbank-Erweiterung nicht entfernen, sie wird "
+"momentan noch von folgenden Objekten verwendet: '%s'."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
-msgstr "Inventar hinzufügen"
+#: plugins/admin/systems/class_servDB.inc:220
+#, 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/systems/class_servDB.inc:274
+msgid "Saving server db settings failed"
+msgstr "Speichern der Server-Datenbank Einstellungen ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "DHCP-Dienst entfernen"
+
+#: plugins/admin/systems/class_servDHCP.inc:32
 msgid ""
 msgid ""
-"This server has inventory features disabled. You can enable them by clicking "
+"This server has DHCP features enabled. You can disable them by clicking "
 "below."
 msgstr ""
 "below."
 msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten Inventar-Funktionen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Dieser Server besitzt aktivierte DHCP-Funktionen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
-#, php-format
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "DHCP Dienst hinzufügen"
+
+#: plugins/admin/systems/class_servDHCP.inc:35
 msgid ""
 msgid ""
-"Can't rename given printer type to '%s', because this type name already "
-"exists."
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Kann Druckertyp nicht in '%s' umbenennen - der angegebene Name wird bereits "
-"verwendet."
+"Aktuell besitzt dieser Server keine aktivierten DHCP-Funktionen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
-#, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
-msgstr ""
-"Sie können diesen Druckertyp nicht entfernen, er wird noch von '%s' "
-"verwendet."
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Reverse Zone"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr "N/A"
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr "TTL"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
-msgid "since"
-msgstr "seit"
+#: plugins/admin/systems/class_servDNS.inc:229
+#, php-format
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
+msgstr ""
+"Sie können die gewählte Zone nicht entfernen, sie wird noch von folgendem(n) "
+"Eintrag / Einträgen verwendet: '%s'"
 
 
-#: 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_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "Aktualisierung des DNS-Dienstes ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Aktiv"
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "Entfernen von DNS-Einträge ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Es ist kein ACTIONCMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "Speichern von DNS-Einträgen ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
 #, php-format
 #, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Die Ausführung des Befehls '%s' ist fehlgeschlagen!"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Dieser 'DN' hat keine Arbeitsstations-Erweiterungen."
+msgid "Please choose a valid zone name."
+msgstr "Bitte wählen Sie einen gültigen Zonen-Namen"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Ausschalten"
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Bitte wählen Sie einen gültigen Namen für die Reverse-Zone"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Neustarten"
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr ""
+"Der Primäre DNS-Server muss mit '.' enden, um ein gültiger Eintrag zu sein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Sofortiges Update"
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr ""
+"Die angegebene Email-Adresse muss mit '.' enden, um ein gültiger Eintrag zu "
+"sein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Geplantes Update"
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
+msgstr ""
+"Ihre Email-Adresse enthält '@'. Bitte ersetzen Sie dieses Zeichen durch '.', "
+"um einen gültigen SOA-Eintrag zu erzeugen."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
-msgstr "Neu-Installation"
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr "Für den Zonennamen sind nur Kleinbuchstaben zugelassen."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Hardware neu erkennen"
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Bitte geben Sie im Feld 'Seriennummer' einen numerischen Wert ein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Speichertest"
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Bitte geben Sie im Feld 'Aktualisieren' einen numerischen Wert ein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Systemanalyse"
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Bitte geben Sie im Feld 'TTL' einen numerischen Wert ein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Aufwecken"
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Bitte geben Sie im Feld 'Ablauf' einen numerischen Wert ein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
-msgstr "Entfernen der Arbeitsstation ist fehlgeschlagen"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Bitte geben Sie im Feld 'Wiederholen' einen numerischen Wert ein."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-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_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr "Es sind nur Kleinbuchstaben erlaubt, bitte prüfen Sie '%ss'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
-msgstr "Das benötigte Feld 'Arbeiststationsname' ist nicht gesetzt."
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Neuer Eintrag"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
 #, php-format
 #, 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/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
 msgid ""
 msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 msgstr ""
-"Es muss mindestens ein NTP-Server ausgewählt sein, wenn der Übernahme-Modus "
-"nicht aktiv ist."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "Speichern der Arbeisstation ist fehlgeschlagen"
+"Kann '%s' nicht in '%s' umbenennen, da bereits ein Eintrag mit dem gleichen "
+"Namen im Zonen-Bearbeitungs-Dialog existiert."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Liste der Systeme"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "Der Eintragsname '%s' enthält ungültige Zeichen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
-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/systems/class_servDNSeditZoneEntries.inc:214
+#, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
 msgstr ""
 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/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "System / Abteilung"
-
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Zeige Server"
-
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Wählen, um Linux-Terminals zu sehen"
-
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Zeige Terminals"
+"Kann '%s' nicht in '%s' umbenennen, der angegebene Name wird bereits "
+"verwendet."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Wählen, um Linux-Arbeitsstationen zu sehen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Kann '%s' nicht anlegen, der angegebene Name wird bereits verwendet."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Zeige Arbeitsstationen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
+msgstr "Der Name '%s' wird mehr als ein Mal verwendet."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Auswählen, um Microsoft Windows Arbeitsstationen zu sehen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
+msgstr "Der Hostname '%s' sollte in Kleinbuchstaben geschrieben werden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Zeige Windows basierte Arbeitsstationen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
+msgstr ""
+"Der Eintrags-Typ '%s' ist ein einmaliger Typ und kann nicht mehrfach "
+"definiert werden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Wählen, um die Netzwerk-Drucker zu sehen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "Für '%s' wurde ein leerer '%s' gefunden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Zeige Netzwerk-Drucker"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
+msgstr "Es wurde in '%s' ein doppelter Eintrag für '%s' gefunden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Wählen, um VoIP-Telefone zu sehen"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Diese 'dn' hat keine Server-Erweiterungen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Zeige Telefone"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Aufwecken"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Wählen, um Netzwerk-Geräte zu sehen"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "Entfernen des Servers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Zeige Netzwerk-Geräte"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "Das benötigte Feld 'Server-Name' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Zeige Systeme des Benutzers"
+#: plugins/admin/systems/class_servGeneric.inc:242
+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/class_divListSystem.inc:95
-msgid "New Terminal template"
-msgstr "Neue Terminal-Vorlage"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "Speichern des Servers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
-msgstr "Neues Terminal"
+#: plugins/admin/systems/class_servKolab.inc:90
+#, 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_divListSystem.inc:97
-msgid "New Workstation template"
-msgstr "Neue Vorlage für Arbeitsstation"
+#: plugins/admin/systems/class_servKolab.inc:96
+#, 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_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
-msgstr "Neue Arbeitsstation"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid "Remove Kolab extension"
+msgstr "Kolab-Erweiterung entfernen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
-msgstr "Neuer Server"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieser Server besitzt aktivierte Kolab-Funtionen. Sie können diese durch "
+"einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
-msgstr "Neuer Drucker"
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid "Add Kolab service"
+msgstr "Kolab-Dienst hinzufügen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
-msgstr "Neues Telefon"
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid ""
+"This server has kolab 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_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
-msgstr "Neue Netzwerk-Komponente"
+#: plugins/admin/systems/class_servKolab.inc:195
+msgid "Removing kolab host entry failed"
+msgstr "Entfernen des Kolab-Host Eintrags ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
-msgstr "CUPS-Server"
+#: plugins/admin/systems/class_servKolab.inc:211
+msgid "Removing server from kolab object failed"
+msgstr "Entfernen des Servers aus den Kolab-Einstellungen ist fehlgeschlagen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
-msgstr "Log-DB"
+#: plugins/admin/systems/class_servKolab.inc:250
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Intervall für Frei/Belegt-Informationen muß gesetzt sein."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
-msgstr "Syslog-Server"
+#: plugins/admin/systems/class_servKolab.inc:252
+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_divListSystem.inc:125
-msgid "Mail Server"
-msgstr "Mail-Server"
+#: plugins/admin/systems/class_servKolab.inc:256
+msgid "The given Quota settings value must be a number."
+msgstr "Der angegebene Kontingent-Wert muß numerisch sein."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
-msgstr "IMAP-Server"
+#: plugins/admin/systems/class_servKolab.inc:258
+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/class_divListSystem.inc:127
-msgid "Nfs Server"
-msgstr "NFS-Server"
+#: plugins/admin/systems/class_servKolab.inc:260
+msgid "Future days must be a value."
+msgstr "Frei/Belegt-Intervall muß einen Wert besitzen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
-msgstr "Kerberos-Server"
+#: plugins/admin/systems/class_servKolab.inc:264
+msgid "No SMTP privileged networks set."
+msgstr "Es sind keine SMTP-privilegierten Netzwerke vorhanden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
-msgstr "Asterisk-Server"
+#: plugins/admin/systems/class_servKolab.inc:336
+msgid "Saving server to kolab object failed"
+msgstr "Speichern des Servers im Kolab-Objekt ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
-msgstr "Fax-Server"
+#: plugins/admin/systems/class_servNfs.inc:41
+#, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
+"Die Datei '%s/encodings' wurde nicht gefunden, kann die unterstützten "
+"Zeichensätze nicht einlesen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
-msgstr "LDAP-Server"
+#: plugins/admin/systems/class_servNfs.inc:44
+#, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr "Kann '%s/encodings' nicht lesen, bitte prüfen Sie die Rechte."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
-msgstr "System bearbeiten"
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
+msgstr "Bitte geben Sie einen gültigen Pfad an."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
-msgstr "Entferne System"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
+msgstr "Bitte geben Sie einen gültigen Freigabe-Namen an."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "root-Passwort setzen"
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
+msgstr "Bitte geben Sie einen Freigabe-Namen an."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create CD"
-msgstr "Erstelle CD"
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
+msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create FAI CD"
-msgstr "Erstelle FAI-CD"
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
+msgstr "Das Feld 'Volume' enthält ungültige Zeichen!"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
-msgstr "AntiVirus"
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
+msgstr "Das Feld 'Pfad' enthält ungültige Zeichen."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-msgid "Remove anti virus extension"
-msgstr "AntiVirus Erweiterung entfernen"
+#: plugins/admin/systems/class_servNfs.inc:201
+msgid "Option contains invalid characters."
+msgstr "Das Feld 'Option' enthält ungültige Zeichen!"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "FAI-Repository-Erweiterung entfernen"
+
+#: plugins/admin/systems/class_servRepository.inc:126
 msgid ""
 msgid ""
-"This server has anti virus features enabled. You can disable them by "
+"This server has FAI repository features enabled. You can disable them by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Dieser Server besitzt aktivierte AntiVirus-Funtionen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+"Dieser Server besitzt aktivierte FAI-Repository-Erweiterungen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-msgid "Add anti virus service"
-msgstr "AntiVirus-Dienst hinzufügen"
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr "FAI-Repository-Erweiterung hinzufügen"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
+#: plugins/admin/systems/class_servRepository.inc:129
 msgid ""
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
+"This server has FAI repository features disabled. You can enable them by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten AntiVirus-Funktionen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+"Aktuell besitzt dieser Server keine aktivierten FAI-Repository-"
+"Erweiterungen. Sie können diese durch einen Klick auf die Schaltfläche unten "
+"aktivieren."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
+#: plugins/admin/systems/class_servRepository.inc:173
 #, php-format
 #, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
 msgstr ""
 msgstr ""
-"Entfernen des Server-Dienstes AntiVirus mit der DN '%s' ist fehlgeschlagen."
+"Sie können dieses Release nicht entfernen, da es momentan noch von diesen "
+"Arbeitsstationen verwendet wird [%s]. Bitte lösen Sie zunächst diese "
+"Abhängigkeiten, um die Konsistenz der Datenbank zu gewährleisten."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
+#: plugins/admin/systems/class_servRepository.inc:207
 #, php-format
 #, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Speichern des AntiVirus-Dienstes mit der '%dn' ist fehlgeschlagen"
-
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
-msgstr "Maximale Verzeichnis-Rekursionen"
-
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
-msgstr "Maximale Anzahl der Threads"
-
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-msgid "Maximum file size"
-msgstr "Maximale Dateigröße"
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+msgstr ""
+"Seien Sie vorsichtig, wenn Sie dieses Release editieren - es wird momentan "
+"noch von folgenden Arbeitsstationen verwendet [%s]."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
-msgstr "Maximale Anzahl von Rekursionen"
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Sections"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
-msgstr "Maximale Kompressionsrate"
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Bitte geben Sie einen Wert für 'Release' ein."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
-msgid "Checks per day"
-msgstr "Überprüfungen pro Tag"
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Bitte geben Sie im Feld 'url' einen gültigen Wert ein."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
 #, php-format
 #, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "Der angegebene Wert für '%s' ist nicht numerisch."
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr "Kann das als REPOSITORY_HOOK angegebene Kommando '%s' nicht ausführen."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
 msgstr ""
 msgstr ""
-"Das in ACTION_HOOK angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+"Das als REPOSITORY_HOOK '%s' angegebene Kommando lieferte eine leere "
+"Zeichenkette."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_servService.inc:103
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid "The share can't be removed since it is still used by %d users:"
 msgstr ""
 msgstr ""
-"Das Status-Flag des Server-Dienstes AntiVirus mit der DN '%s' konnte nicht "
-"gesetzt werden."
-
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
-#: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "Das Attribut '%s' ist leer oder enthält ungültige Zeichen."
+"Diese Freigabe kann nicht gelöscht werden. Sie wird noch von %d Benutzern "
+"verwendet:"
 
 
-#: plugins/admin/systems/class_servDB.inc:159
-#, 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/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr "Bitte passen Sie die Freigaben-/Profileinstellungen dieser Benutzer an"
 
 
-#: plugins/admin/systems/class_servDB.inc:163
-msgid "The sieve port needs to be numeric."
-msgstr "Der Sieve-Port muss numerisch sein."
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
+msgstr "Terminal-Server benötigt einen Schrift-Suchpfad"
 
 
-#: plugins/admin/systems/class_servDB.inc:174
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Das angebene Kerberos-Passwort ist leer."
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "Speichern des Server-Dienste Objektes ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
-#, php-format
-msgid ""
-"You can't remove the asterisk database extension, it is still in use by "
-"these objects '%s'."
-msgstr ""
-"Sie können die Asterisk Datenbank-Erweiterung nicht entfernen, sie wird "
-"momentan noch von folgenden Objekten verwendet: '%s'."
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "Erstellen des Mount-Containers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_servDB.inc:225
-#, 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/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "Entfernen des Mount-Containers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_servDB.inc:279
-msgid "Saving server db settings failed"
-msgstr "Speichern der Server-Datenbank Einstellungen ist fehlgeschlagen"
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "Speichern des Mount-Containers ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Freigabe bearbeiten"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systeme"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS-Einrichtung"
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "Dieser Objekt-Typ kann momentan noch nicht bearbeitet werden!"
 
 
-#: plugins/admin/systems/servnfs.tpl:33
-msgid "Volume"
-msgstr "Volume"
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
+msgstr ""
+"Erstellen des Abbilds fehlgeschlagen. Bitte schauen Sie in den Fehlerbericht "
+"unten."
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
-msgstr "Freigabe auf Apple-Systemen automatisch einbinden."
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+msgstr ""
+"Der Befehl '%s' (für die Erzeugung des ISO-Abbilds) scheint nicht zu "
+"existieren."
 
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Codepage"
+#: plugins/admin/systems/class_systemManagement.inc:330
+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/servnfs.tpl:104
-msgid "Option"
-msgstr "Option"
+#: plugins/admin/systems/class_systemManagement.inc:347
+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_servNfs.inc:46
+#: plugins/admin/systems/class_systemManagement.inc:401
 #, php-format
 #, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 msgstr ""
-"Die Datei '%s/encodings' wurde nicht gefunden, kann die unterstützten "
-"Zeichensätze nicht einlesen."
+"Sie sind dabei, alle Informationen über die Komponente auf '%s' zu löschen."
 
 
-#: plugins/admin/systems/class_servNfs.inc:49
+#: plugins/admin/systems/class_systemManagement.inc:500
 #, php-format
 #, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr "Kann '%s/encodings' nicht lesen, bitte prüfen Sie die Rechte."
+msgid ""
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
+msgstr ""
+"Kann gotoMode-Status nicht auf aktiv setzen - das momentane Objekt kann "
+"nicht identifiziert werden."
 
 
-#: plugins/admin/systems/class_servNfs.inc:180
-msgid "Please specify a valid path for your setup."
-msgstr "Bitte geben Sie einen gültigen Pfad an."
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Neues Terminal"
 
 
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
-msgstr "Bitte geben Sie einen gültigen Freigabe-Namen an."
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Neue Arbeitsstation"
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
-msgstr "Bitte geben Sie einen Freigabe-Namen an."
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
+msgstr "Neues Gerät"
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
-msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Terminal-Vorlage für"
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
-msgstr "Das Feld 'Volume' enthält ungültige Zeichen!"
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Arbeitsstations-Vorlage für"
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
-msgstr "Das Feld 'Pfad' enthält ungültige Zeichen."
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
+msgstr "Neu erkanntes Gerät"
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
-msgstr "Das Feld 'Option' enthält ungültige Zeichen!"
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Vorlage"
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Postfix 'mydomain'"
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
+msgstr "Arbeitsstation installiert gerade"
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Postfix 'mydestination'"
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "Arbeitsstation wartet auf Aktion"
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
-msgstr "Cyrus-Administratoren"
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "Installation der Arbeitsstation ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "POP3-Dienst"
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr "Server wird installiert"
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "POP3/SSL-Dienst"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "Server wartet auf Aktion"
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "IMAP-Dienst"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "Server-Installation ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "IMAP/SSL-Dienst"
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Windows-Workstation"
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Sieve-Dienst"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Netzwerk-Gerät"
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr "FTP Frei/Belegt-Dienst (alt, inkompatibel mit Kolab 2)"
+#: plugins/admin/systems/class_termDNS.inc:138
+#, php-format
+msgid ""
+"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Kann das als AUTO_NETWORK_HOOK angegebene Kommando '%s' nicht ausführen."
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "HTTP Frei/Belegt-Dienst (alt)"
+#: plugins/admin/systems/class_termDNS.inc:224
+msgid "Not matching"
+msgstr "Passt nicht"
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Email scannen (Virus/Spam)"
+#: plugins/admin/systems/class_termDNS.inc:309
+msgid "The required field 'IP-address' is not set."
+msgstr "Das benötigte Feld 'IP-Adresse' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Kontingent-Einstellungen"
+#: plugins/admin/systems/class_termDNS.inc:316
+msgid "Wrong IP format in field IP-address."
+msgstr "Ungültige IP-Adresse in Feld IP-Adresse"
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Frei/Belegt-Einstellungen"
+#: plugins/admin/systems/class_termDNS.inc:322
+msgid "The required field 'MAC-address' is not set."
+msgstr "Das benötigte Feld 'MAC-Adresse' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
+#: plugins/admin/systems/class_termDNS.inc:328
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 msgstr ""
-"Erlaube nicht-authentifiziertes Herunterladen von Frei/Belegt-Informationen"
+"Die angebene MAC-Adresse ist nicht korrekt. Es müssen sechs 2-Byte Segmente "
+"angegeben werden (getrennt durch ':')."
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "SMTP privilegierte Netzwerke"
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr "Die angegebene IP-Adresse '%s' passt nicht zum gewählten Reverse Zonen-Eintrag '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Rechner/Netzwerke, denen Weiterleitung erlaubt ist"
+#: plugins/admin/systems/class_termDNS.inc:356
+#, php-format
+msgid "Found duplicate value for record type '%s'."
+msgstr "Es wurde ein doppelter Wert für Eintrag-Typ '%s' gefunden."
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
-msgstr "Eingabe mehrerer Werte, getrennt durch"
+#: plugins/admin/systems/class_termDNS.inc:364
+#, php-format
+msgid "Found more than one entry for the uniqe record type '%s'."
+msgstr ""
+"Es wurde mehr als ein Eintrag für den eindeutigen Eintrags-Typ '%s' gefunden."
 
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhost"
+#: plugins/admin/systems/class_termDNS.inc:375
+#, php-format
+msgid ""
+"The device IP '%s' is added as 'A Record', this will be done automatically, "
+"please remove the record."
+msgstr ""
+"Das Gerät mit der-IP-Adresse '%s' erhält automatisch einen 'A'-Eintrag. "
+"Bitte entfernen Sie den Eintrag."
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Aktiviere MX lookup für relayhost"
+#: plugins/admin/systems/class_termDNS.inc:467
+msgid "Saving terminal to DNS object failed"
+msgstr "Speichern des Terminal DNS-Objektes ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Host für Mail Relay"
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "textuell"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Akzeptiere Internet-Mail"
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "grafisch"
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Akzeptiere Mails von anderen Domänen über nicht-authentifiziertes SMTP"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
+msgstr "geerbt"
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Telefon-Name"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Es ist kein WAKECMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
-#, 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_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Es ist kein REBOOTCMD in ihrer gosa.conf definiert"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Es ist kein HALTCMD in ihrer gosa.conf definiert"
 
 
-#: plugins/admin/systems/class_servKolab.inc:100
-#, 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_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Kolab-Erweiterung entfernen"
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "Entfernen des Terminals ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 msgstr ""
-"Dieser Server besitzt aktivierte Kolab-Funtionen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+"Sie haben keine Berechtigung, ein Terminal unterhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Kolab-Dienst hinzufügen"
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Das benötigte Feld 'Terminal-Name' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
 msgid ""
 msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 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_servKolab.inc:199
-msgid "Removing kolab host entry failed"
-msgstr "Entfernen des Kolab-Host Eintrags ist fehlgeschlagen"
-
-#: plugins/admin/systems/class_servKolab.inc:215
-msgid "Removing server from kolab object failed"
-msgstr "Entfernen des Servers aus den Kolab-Einstellungen ist fehlgeschlagen."
-
-#: plugins/admin/systems/class_servKolab.inc:254
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Intervall für Frei/Belegt-Informationen muß gesetzt sein."
+"Es muss mindestens ein NTP-Server ausgewählt sein, wenn der Übernahme-Modus "
+"nicht aktiv ist."
 
 
-#: plugins/admin/systems/class_servKolab.inc:256
-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_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "Speichern des Terminals ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_servKolab.inc:260
-msgid "The given Quota settings value must be a number."
-msgstr "Der angegebene Kontingent-Wert muß numerisch sein."
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "vorhanden"
 
 
-#: plugins/admin/systems/class_servKolab.inc:262
-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/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
+msgstr ""
+"Das PHP-SNMP-Modul ist nicht installiert, kann daher keine Information "
+"sammeln."
 
 
-#: plugins/admin/systems/class_servKolab.inc:264
-msgid "Future days must be a value."
-msgstr "Frei/Belegt-Intervall muß einen Wert besitzen."
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "unbekannter Status"
 
 
-#: plugins/admin/systems/class_servKolab.inc:268
-msgid "No SMTP privileged networks set."
-msgstr "Es sind keine SMTP-privilegierten Netzwerke vorhanden."
+#: plugins/admin/systems/class_terminalInfo.inc:84
+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/systems/class_servKolab.inc:340
-msgid "Saving server to kolab object failed"
-msgstr "Speichern des Servers im Kolab-Objekt ist fehlgeschlagen"
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "aktiv"
 
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Entfernte Arbeitsfläche"
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "läuft"
 
 
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Verbindungsmethode"
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "läuft nicht"
 
 
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
-msgstr "Wählen Sie die Methode der Anbindung an den Terminal-Server"
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "inaktiv"
 
 
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Terminal-Server"
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "unbekannt"
 
 
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Wählen Sie einen bestimmten Terminal-Server"
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
+#, php-format
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
+msgstr ""
+"Sie haben einen Hook für das externe Beziehen von Auflösungen angegeben. "
+"Dieser kann nicht ausgeführt werden. Prüfen Sie die Berechtigungen von '%s'."
 
 
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Schriften-Server"
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Wählen Sie einen bestimmten Schriften-Server"
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "Standard"
 
 
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Drucker"
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "zeige Auswahl"
 
 
-#: plugins/admin/systems/terminalService.tpl:187
-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_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "direkt"
 
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Druckdienste bereitstellen"
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "lastverteilt"
 
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Spool-Server"
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-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_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Citrix Metaframe"
 
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Wählen Sie den Scanner-Treiber, der benutzt werden soll"
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automatisch"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
-msgstr "Diese 'dn' hat keine Netzwerk-Erweiterungen."
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
-msgstr "Entfernen der Netzwerk-Komponente ist fehlgeschlagen"
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
-msgstr "Das benötigte Feld 'Gerätename' ist nicht gesetzt."
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Bitte geben Sie einen gültigen VSync-Bereich an."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
-msgstr "Das benötigte Feld 'IP-Adresse' ist leer."
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Bitte geben Sie einen gültigen HSync-Bereich an."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
-msgstr "Das Feld 'IP-Adresse' enthält eine ungültige Adresse."
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "Speichern der Terminal-Dienst Informationen ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-msgid "You have no permissions to create a component on this 'Base'."
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
-"Sie haben keine Berechtigung, eine Komponente unterhalb dieser 'Basis' "
-"anzulegen."
+"Das in KERNELS angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
-msgstr "Speichern der Netzwerk-Komponente ist fehlgeschlagen"
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "Bitte geben Sie einen gültigen Mount-Pfad an!"
 
 
-#: 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_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "Speichern der Terminal-Start Informationen ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "grafisches Booten nutzen"
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "Entfernen der Samba-Arbeitsstation ist fehlgeschlagen"
 
 
-#: 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_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "Speichern der Samba-Arbeitsstation ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Standard Textmodus nutzen"
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Dieser 'DN' hat keine Arbeitsstations-Erweiterungen."
 
 
-#: 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_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "Entfernen der Arbeitsstation ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "benutze Fehlersuch-Modus"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
+msgstr "Das benötigte Feld 'Arbeiststationsname' ist nicht gesetzt."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
-msgstr ""
-"DIes ist ein neues System, für das bisher noch kein Systemtyp definiert "
-"wurde. Bitte wählen Sie einen Systemtyp für dieses System und drücken auf "
-"'Speichern' klicken. Wenn das System zu einer Gruppe von Systemeinstellungen "
-"hinzugefügt werden soll, geben Sie den Namen der Objektgruppe ein."
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "Speichern der Arbeitsstations-Dienste ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
+#: plugins/admin/systems/class_workstationStartup.inc:447
 msgid ""
 msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 msgstr ""
-"Bitte wählen Sie einen Systemtyp und (optional) einen Satz von "
-"vordefinierten Einstellungen (werden automatisch übernommen)."
+"Es existieren in Ihrer derzeitigen Konfiguration Pakete, die mit den "
+"momentanen Einstellungen für Server und Release nicht aufgelöst werden "
+"können."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Wählen Sie den System-Typ"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+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/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+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/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Objektgruppe wählen"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
+msgstr "Im der momentanen Einstellung nicht verfügbar"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
+#: plugins/admin/systems/class_workstationStartup.inc:898
 #, php-format
 #, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Sind sind dabei, den GLPI Patronentyp '%s' zu löschen."
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
+msgstr ""
+"Kann eine oder mehrere der angegebenen FAI-Klasse(n) [%s] für FAI-Server '%"
+"s' nicht auflösen. Der Server wurde auf 'auto' zurückgesetzt."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
+#: plugins/admin/systems/class_workstationStartup.inc:911
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
 msgstr ""
 msgstr ""
-"Sie können diesen Patronentyp nicht entfernen, er wird noch von folgendem(n) "
-"Drucker(n) verwendet: '%s'"
+"Kann die angegebenen FAI-Klasse(n) [%s] nicht auflösen, bitte überprüfen Sie "
+"Ihre FAI-Konfigurationen (wahrscheinlich wurden einige Klassen entfernt oder "
+"umbenannt). Alle (!) Klassen wurden von diesem Konto entfernt. Der FAI-"
+"Server wurde auf 'automatisch' umgestellt."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
-msgstr "Patronen"
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
+msgstr "Speichern der Arbeitsstations-Einstellungen ist fehlgeschlagen"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Neuer Monitor"
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+msgstr "Kann das als REPOSITORY_HOOK angegebene Kommando '%s' nicht ausführen."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Gerätename"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr "Dieses Feature wurde noch nicht implementiert."
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Wählen Sie die Abteilung, in die das Terminal eingepflegt werden soll"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
-msgstr ""
-"Das Hinzufügen des neuen Systemtyps ist fehlgeschlagen - der angegebene Name "
-"wird bereits verwendet."
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "Installations-CD Erstellung"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
-#, php-format
+#: plugins/admin/systems/gencd.tpl:5
 msgid ""
 msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
 msgstr ""
 msgstr ""
-"Sie können diesen Systemtyp nicht entfernen, er wird noch von folgendem(n) "
-"System(en) verwendet: '%s'"
+"Diese Option erlaubt es Ihnen, ein Abbild einer FAI-Installations-CD für die "
+"gewählte Arbeitsstation zu erstellen. Dieser Vorgang dauert etwa 10 Minuten, "
+"haben Sie also Geduld, nachdem Sie den Knopf 'Erstelle ISO-Abbild' gedrückt "
+"haben."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr ""
-"Das Umbenennen schlug fehl: Der angegebene Name wird bereits verwendet."
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "Erstelle ISO-Abbild"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
-msgstr ""
-"Das Hinzufügen des neuen Betriebssystems ist fehlgeschlagen - der angegebene "
-"Name wird bereits verwendet."
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr "Ihr Browser unterstützt keine iframes."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
-msgstr ""
-"Sie können dieses Betriebssystem nicht löschen, es wird von folgenden(m) "
-"System(en) verwendet: '%s'"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "System-Typ"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
-msgstr ""
-"Das Aktualisieren des Betriebssystems schlug fehl, da der angegebene Name "
-"bereits verwendet wird."
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "Betriebssystem"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
-msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Dieses Gerät besitzt aktivierte Inventar-Funktionen. Sie können diese durch "
-"einen Klick auf die Schaltfläche unten deaktivieren."
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr "Hersteller"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Aktuell besitzt dieses Gerät keine aktivierten Inventar-Funktionen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Kontakte"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr ""
-"Kann das glpi-Konto nicht entfernen, solange die MySQL-Erweiterung für PHP "
-"fehlt."
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Kontaktperson"
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
-msgid "Manage manufacturers"
-msgstr "Hersteller verwalten"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr "Technischer Kontakt"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
-msgstr "Anhang"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Kommentar"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
-msgstr "Dateiname"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Installierte Geräte"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
-msgstr "MIME-Typ"
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
+msgstr "Handeln"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
-#, php-format
-msgid ""
-"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"Kann das als AUTO_NETWORK_HOOK angegebene Kommando '%s' nicht ausführen."
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Software"
 
 
-#: plugins/admin/systems/class_termDNS.inc:291
-msgid "The required field 'IP-address' is not set."
-msgstr "Das benötigte Feld 'IP-Adresse' ist nicht gesetzt."
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Verträge"
 
 
-#: plugins/admin/systems/class_termDNS.inc:298
-msgid "Wrong IP format in field IP-address."
-msgstr "Ungültige IP-Adresse in Feld IP-Adresse"
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Anhänge"
 
 
-#: plugins/admin/systems/class_termDNS.inc:304
-msgid "The required field 'MAC-address' is not set."
-msgstr "Das benötigte Feld 'MAC-Adresse' ist nicht gesetzt."
+#: plugins/admin/systems/glpi_devices.tpl:2
+msgid "Add/Edit monitor"
+msgstr "Monitor hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_termDNS.inc:310
-msgid ""
-"The given macaddress is invalid. There must be 6 2byte segments seperated by "
-"':'."
-msgstr ""
-"Die angebene MAC-Adresse ist nicht korrekt. Es müssen sechs 2-Byte Segmente "
-"angegeben werden (getrennt durch ':')."
+#: plugins/admin/systems/glpi_devices.tpl:17
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
+msgid "Comments"
+msgstr "Kommentare"
 
 
-#: plugins/admin/systems/class_termDNS.inc:331
-#, php-format
-msgid "Found duplicate value for record type '%s'."
-msgstr "Es wurde ein doppelter Wert für Eintrag-Typ '%s' gefunden."
+#: plugins/admin/systems/glpi_devices.tpl:33
+msgid "Monitor size"
+msgstr "Monitorgröße"
+
+#: plugins/admin/systems/glpi_devices.tpl:36
+msgid "Inch"
+msgstr "Zoll"
+
+#: plugins/admin/systems/glpi_devices.tpl:44
+msgid "Integrated microphone"
+msgstr "Integriertes Mikrofon"
+
+#: plugins/admin/systems/glpi_devices.tpl:47
+#: plugins/admin/systems/glpi_devices.tpl:55
+#: plugins/admin/systems/glpi_devices.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:71
+#: plugins/admin/systems/glpi_devices.tpl:176
+#: plugins/admin/systems/glpi_devices.tpl:296
+#: plugins/admin/systems/glpi_devices.tpl:361
+msgid "Yes"
+msgstr "ja"
+
+#: plugins/admin/systems/glpi_devices.tpl:48
+#: plugins/admin/systems/glpi_devices.tpl:56
+#: plugins/admin/systems/glpi_devices.tpl:64
+#: plugins/admin/systems/glpi_devices.tpl:72
+#: plugins/admin/systems/glpi_devices.tpl:177
+#: plugins/admin/systems/glpi_devices.tpl:297
+#: plugins/admin/systems/glpi_devices.tpl:362
+msgid "No"
+msgstr "nein"
+
+#: plugins/admin/systems/glpi_devices.tpl:52
+msgid "Integrated speakers"
+msgstr "Integrierte Lautsprecher"
+
+#: plugins/admin/systems/glpi_devices.tpl:60
+msgid "Sub-D"
+msgstr "Sub-D"
+
+#: plugins/admin/systems/glpi_devices.tpl:68
+msgid "BNC"
+msgstr "BNC"
+
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Seriennummer"
+
+#: plugins/admin/systems/glpi_devices.tpl:83
+msgid "Additional serial number"
+msgstr "Zusätzliche Seriennummer"
 
 
-#: plugins/admin/systems/class_termDNS.inc:339
-#, php-format
-msgid "Found more than one entry for the uniqe record type '%s'."
-msgstr ""
-"Es wurde mehr als ein Eintrag für den eindeutigen Eintrags-Typ '%s' gefunden."
+#: plugins/admin/systems/glpi_devices.tpl:97
+msgid "Add/Edit other device"
+msgstr "Allgemeines Gerät hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_termDNS.inc:350
-#, php-format
-msgid ""
-"The device IP '%s' is added as 'A Record', this will be done automatically, "
-"please remove the record."
-msgstr ""
-"Das Gerät mit der-IP-Adresse '%s' erhält automatisch einen 'A'-Eintrag. "
-"Bitte entfernen Sie den Eintrag."
+#: plugins/admin/systems/glpi_devices.tpl:138
+msgid "Add/Edit power supply"
+msgstr "Netzteil hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr "Es sind nur Kleinbuchstaben erlaubt, bitte prüfen Sie '%ss'."
+#: plugins/admin/systems/glpi_devices.tpl:173
+msgid "Atx"
+msgstr "ATX"
 
 
-#: plugins/admin/systems/class_termDNS.inc:442
-msgid "Saving terminal to DNS object failed"
-msgstr "Speichern des Terminal DNS-Objektes ist fehlgeschlagen"
+#: plugins/admin/systems/glpi_devices.tpl:181
+msgid "Power"
+msgstr "Strom"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr "Kann diesen Eintrag nicht entfernen, da er noch benutzt wird."
+#: plugins/admin/systems/glpi_devices.tpl:193
+msgid "Add/Edit graphic card"
+msgstr "Grafikkarte hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "Der angegebene Name wird bereits verwendet."
+#: plugins/admin/systems/glpi_devices.tpl:228
+#: plugins/admin/systems/glpi_devices.tpl:284
+#: plugins/admin/systems/glpi_devices.tpl:349
+msgid "Interface"
+msgstr "Interface"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:8
-msgid "Rewrite header"
-msgstr "Kopfzeilen umschreiben"
+#: plugins/admin/systems/glpi_devices.tpl:237
+msgid "Ram"
+msgstr "RAM"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:16
-msgid "Required score"
-msgstr "Benötigte Score"
+#: plugins/admin/systems/glpi_devices.tpl:249
+msgid "Add/Edit controller"
+msgstr "Controller hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
-msgstr "Wählen Sie die benötigte Score aus um eine Mail als Spam zu markieren"
+#: plugins/admin/systems/glpi_devices.tpl:307
+msgid "Add/Edit drive"
+msgstr "Laufwerk hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr "Bayes-Filterung aktivieren"
+#: plugins/admin/systems/glpi_devices.tpl:342
+msgid "Speed"
+msgstr "Taktung"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
-msgstr "Automatisches Lernen für Bayes-Filterung aktivieren"
+#: plugins/admin/systems/glpi_devices.tpl:358
+msgid "Writeable"
+msgstr "Beschreibbar"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
-msgstr "RBL-Prüfungen aktivieren"
+#: plugins/admin/systems/glpi_devices.tpl:371
+msgid "Add/Edit harddisk"
+msgstr "Festplatte hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
-msgstr "Verwendung von Razor aktivieren"
+#: plugins/admin/systems/glpi_devices.tpl:406
+msgid "Rpm"
+msgstr "Upm"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr "DDC verwenden"
+#: plugins/admin/systems/glpi_devices.tpl:413
+msgid "Cache"
+msgstr "Cache"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
-msgstr "Verwendung von Pyzer aktivieren"
+#: plugins/admin/systems/glpi_devices.tpl:443
+msgid "Add/Edit memory"
+msgstr "Speicher hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr "FAI-Repository-Erweiterung entfernen"
+#: plugins/admin/systems/glpi_devices.tpl:478
+msgid "Frequenz"
+msgstr "Frequenz"
 
 
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Dieser Server besitzt aktivierte FAI-Repository-Erweiterungen. Sie können "
-"diese durch einen Klick auf die Schaltfläche unten deaktivieren."
+#: plugins/admin/systems/glpi_devices.tpl:507
+msgid "Add/Edit sound card"
+msgstr "Soundkarte hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr "FAI-Repository-Erweiterung hinzufügen"
+#: plugins/admin/systems/glpi_devices.tpl:553
+msgid "Add/Edit network interface"
+msgstr "Netzwerk-Interface hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Aktuell besitzt dieser Server keine aktivierten FAI-Repository-"
-"Erweiterungen. Sie können diese durch einen Klick auf die Schaltfläche unten "
-"aktivieren."
+#: plugins/admin/systems/glpi_devices.tpl:589
+msgid "MAC address"
+msgstr "MAC-Adresse"
 
 
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
-msgstr ""
-"Sie können dieses Release nicht entfernen, da es momentan noch von diesen "
-"Arbeitsstationen verwendet wird [%s]. Bitte lösen Sie zunächst diese "
-"Abhängigkeiten, um die Konsistenz der Datenbank zu gewährleisten."
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Bandbreite"
 
 
-#: plugins/admin/systems/class_servRepository.inc:212
-#, php-format
-msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
-msgstr ""
-"Seien Sie vorsichtig, wenn Sie dieses Release editieren - es wird momentan "
-"noch von folgenden Arbeitsstationen verwendet [%s]."
+#: plugins/admin/systems/glpi_devices.tpl:607
+msgid "Add/Edit processor"
+msgstr "Prozessor hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
-msgstr "Sections"
+#: plugins/admin/systems/glpi_devices.tpl:642
+msgid "Frequence"
+msgstr "Frequenz"
 
 
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Liste der verfügbaren Repositories."
+#: plugins/admin/systems/glpi_devices.tpl:649
+msgid "Default frequence"
+msgstr "Standardfrequenz"
 
 
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
-msgstr "Repository hinzufügen"
+#: plugins/admin/systems/glpi_devices.tpl:661
+msgid "Add/Edit motherboard"
+msgstr "Motherboard hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, Repository-Einstellungen zu erstellen, zu "
-"entfernen und zu bearbeiten."
+#: plugins/admin/systems/glpi_devices.tpl:696
+msgid "Chipset"
+msgstr "Chipsatz"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:5
-msgid "Generic virus filtering"
-msgstr "Generische Einstellung - Virus-Filterung"
+#: plugins/admin/systems/glpi_devices.tpl:707
+msgid "Add/Edit computer case"
+msgstr "Computergehäuse hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-msgid "Database user"
-msgstr "Datenbank-Benutzer"
+#: plugins/admin/systems/glpi_devices.tpl:742
+msgid "format"
+msgstr "Format"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
-msgid "Database mirror"
-msgstr "Datenbank-Spiegel"
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Umbenennen"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
-msgstr "HTTP-Proxy URL"
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr "Betriebssysteme verwalten"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
-msgid "Select number of maximal threads"
-msgstr "Wählen Sie maximale Anzahl von Threads"
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Bitte geben Sie einen neuen Namen ein"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr "Maximale Anzahl von Verzeichnisrekursionen"
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "System-Typen verwalten"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
-msgstr "Debugging aktivieren"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
+msgstr "Anhang"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr "Mail-Filterung aktivieren"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Status"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
-msgstr "Archive untersuchen"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
+msgstr "Dateiname"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
-msgstr "Untersuchen von Archiven aktivieren"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
+msgstr "MIME-Typ"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
-msgstr "Verschlüsselte Archive abweisen"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
+msgstr "Anhänge"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
-msgstr "Maximale Anzahl der Rekursionen"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+"Dieser Dialog erlaubt es Ihnen, verschiedene Objekte (wie Anleitungen, "
+"Hilfen, etc.) zum momentan gewählten Computer hinzuzufügen."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Zonenname"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
+msgstr "Zeige Anhänge, auf die zutrifft"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Netzwerk-Adresse"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
+msgstr "Regulärer Ausdruck zum Erkennen von Anhangs-Namen"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Zonen-Einträge"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Liste der Geräte"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
 msgstr ""
 msgstr ""
-"Kann nicht bearbeitet werden, da die Zone bis jetzt nicht gespeichert wurde."
+"Dieser Dialog erlaubt es Ihnen, ein Gerät zum momentan ausgewählten Computer "
+"hinzuzufügen."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "SOA-Eintrag"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Zeige die Geräte, auf die das Folgende passt"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Primärer DNS-Server für diese Zone"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Regulärer Ausdruck zum Erkennen von Gerätenamen"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
-msgstr "Seriennummer (automatisch inkrementiert)"
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+msgid "Manage manufacturers"
+msgstr "Hersteller verwalten"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Wiederholen"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Hersteller hinzufügen/bearbeiten"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Ablauf"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Website"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "MX-Einträge"
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Druckertyp"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Globale Zonen-Einträge"
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Unterstützte Schnittstellen"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
-msgstr "Entfernen der Samba-Arbeitsstation ist fehlgeschlagen"
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Seriell"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
-msgstr "Speichern der Samba-Arbeitsstation ist fehlgeschlagen"
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Parallel"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "verwenden"
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr "USB"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
-msgstr "Gehe zur Wurzel-Abteilung"
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Installierte Patronen"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
-msgstr "Eine Abteilung nach oben"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
+msgstr "Verfügbare Patronentypen für diesen Druckertyp"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
-msgstr "Gehe zur Abteilung des Benutzers"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
+msgid ""
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
+msgstr ""
+"Dieser Dialog erlaubt es Ihnen, neue Arten von Patronen hinzuzufügen und "
+"einen oder mehrere Typen zu Ihrem Drucker zuzuordnen. Patronentypen sind "
+"abhängig von Ihrem gewählten Druckertyp. Für jeden gewählten Patronentyp "
+"wird eine neue Patrone erstellt. Dies erlaubt es Ihnen, den gleichen "
+"Patronentyp für mehr als einen Drucker zu verwenden."
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
-msgstr "Heimat"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
+msgid "Display cartridge types matching"
+msgstr "Zeige die Patronentypen, auf die Folgendes passt"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr "Liste neu laden"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
+msgid "Regular expression for matching cartridge types"
+msgstr "Regulärer Ausdruck zum Erkennen von Patronentypen"
+
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "Referenz"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Liste der Benutzer"
 
 #: plugins/admin/systems/glpiSelectUser.tpl:23
 msgid ""
 
 #: plugins/admin/systems/glpiSelectUser.tpl:23
 msgid ""
@@ -9829,460 +10095,435 @@ msgstr ""
 "Dieser Dialog erlaubt es Ihnen, einen Benutzer als technische Kontaktperson "
 "zu wählen."
 
 "Dieser Dialog erlaubt es Ihnen, einen Benutzer als technische Kontaktperson "
 "zu wählen."
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "Standard"
-
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
-msgstr "Speichern der Terminal-Dienst Informationen ist fehlgeschlagen"
-
-#: plugins/admin/systems/glpi_devices.tpl:2
-msgid "Add/Edit monitor"
-msgstr "Monitor hinzufügen/bearbeiten"
-
-#: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
-msgid "Comments"
-msgstr "Kommentare"
-
-#: plugins/admin/systems/glpi_devices.tpl:33
-msgid "Monitor size"
-msgstr "Monitorgröße"
-
-#: plugins/admin/systems/glpi_devices.tpl:36
-msgid "Inch"
-msgstr "Zoll"
-
-#: plugins/admin/systems/glpi_devices.tpl:44
-msgid "Integrated microphone"
-msgstr "Integriertes Mikrofon"
+#: plugins/admin/systems/goSpamServer.tpl:8
+msgid "Rewrite header"
+msgstr "Kopfzeilen umschreiben"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:47
-#: plugins/admin/systems/glpi_devices.tpl:55
-#: plugins/admin/systems/glpi_devices.tpl:63
-#: plugins/admin/systems/glpi_devices.tpl:71
-#: plugins/admin/systems/glpi_devices.tpl:176
-#: plugins/admin/systems/glpi_devices.tpl:296
-#: plugins/admin/systems/glpi_devices.tpl:361
-msgid "Yes"
-msgstr "ja"
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr "Benötigte Score"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:48
-#: plugins/admin/systems/glpi_devices.tpl:56
-#: plugins/admin/systems/glpi_devices.tpl:64
-#: plugins/admin/systems/glpi_devices.tpl:72
-#: plugins/admin/systems/glpi_devices.tpl:177
-#: plugins/admin/systems/glpi_devices.tpl:297
-#: plugins/admin/systems/glpi_devices.tpl:362
-msgid "No"
-msgstr "nein"
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr "Wählen Sie die benötigte Score aus um eine Mail als Spam zu markieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:52
-msgid "Integrated speakers"
-msgstr "Integrierte Lautsprecher"
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr "Bayes-Filterung aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:60
-msgid "Sub-D"
-msgstr "Sub-D"
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr "Automatisches Lernen für Bayes-Filterung aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:68
-msgid "BNC"
-msgstr "BNC"
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr "RBL-Prüfungen aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:83
-msgid "Additional serial number"
-msgstr "Zusätzliche Seriennummer"
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr "Verwendung von Razor aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:97
-msgid "Add/Edit other device"
-msgstr "Allgemeines Gerät hinzufügen/bearbeiten"
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr "DDC verwenden"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:138
-msgid "Add/Edit power supply"
-msgstr "Netzteil hinzufügen/bearbeiten"
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr "Verwendung von Pyzer aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:173
-msgid "Atx"
-msgstr "ATX"
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+msgid "Rule"
+msgstr "Regel"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:181
-msgid "Power"
-msgstr "Strom"
+#: plugins/admin/systems/goVirusServer.tpl:5
+msgid "Generic virus filtering"
+msgstr "Generische Einstellung - Virus-Filterung"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:193
-msgid "Add/Edit graphic card"
-msgstr "Grafikkarte hinzufügen/bearbeiten"
+#: plugins/admin/systems/goVirusServer.tpl:13
+msgid "Database user"
+msgstr "Datenbank-Benutzer"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:228
-#: plugins/admin/systems/glpi_devices.tpl:284
-#: plugins/admin/systems/glpi_devices.tpl:349
-msgid "Interface"
-msgstr "Interface"
+#: plugins/admin/systems/goVirusServer.tpl:21
+msgid "Database mirror"
+msgstr "Datenbank-Spiegel"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:237
-msgid "Ram"
-msgstr "RAM"
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr "HTTP-Proxy URL"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:249
-msgid "Add/Edit controller"
-msgstr "Controller hinzufügen/bearbeiten"
+#: plugins/admin/systems/goVirusServer.tpl:40
+msgid "Select number of maximal threads"
+msgstr "Wählen Sie maximale Anzahl von Threads"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:307
-msgid "Add/Edit drive"
-msgstr "Laufwerk hinzufügen/bearbeiten"
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr "Maximale Anzahl von Verzeichnisrekursionen"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:342
-msgid "Speed"
-msgstr "Taktung"
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
+msgstr "Debugging aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:358
-msgid "Writeable"
-msgstr "Beschreibbar"
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
+msgstr "Mail-Filterung aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:371
-msgid "Add/Edit harddisk"
-msgstr "Festplatte hinzufügen/bearbeiten"
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr "Archive untersuchen"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:406
-msgid "Rpm"
-msgstr "Upm"
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr "Untersuchen von Archiven aktivieren"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:413
-msgid "Cache"
-msgstr "Cache"
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr "Verschlüsselte Archive abweisen"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:443
-msgid "Add/Edit memory"
-msgstr "Speicher hinzufügen/bearbeiten"
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr "Maximale Anzahl der Rekursionen"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:478
-msgid "Frequenz"
-msgstr "Frequenz"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "System-Information"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:507
-msgid "Add/Edit sound card"
-msgstr "Soundkarte hinzufügen/bearbeiten"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Prozessor"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:553
-msgid "Add/Edit network interface"
-msgstr "Netzwerk-Interface hinzufügen/bearbeiten"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Speicher"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:589
-msgid "MAC address"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
 msgstr "MAC-Adresse"
 
 msgstr "MAC-Adresse"
 
-#: plugins/admin/systems/glpi_devices.tpl:607
-msgid "Add/Edit processor"
-msgstr "Prozessor hinzufügen/bearbeiten"
-
-#: plugins/admin/systems/glpi_devices.tpl:642
-msgid "Frequence"
-msgstr "Frequenz"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "USB-Unterstützung"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-msgid "Default frequence"
-msgstr "Standardfrequenz"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "System-Status"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:661
-msgid "Add/Edit motherboard"
-msgstr "Motherboard hinzufügen/bearbeiten"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventarnummer"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:696
-msgid "Chipset"
-msgstr "Chipsatz"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Letzte Anmeldung"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:707
-msgid "Add/Edit computer case"
-msgstr "Computergehäuse hinzufügen/bearbeiten"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Netzwerk-Geräte"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:742
-msgid "format"
-msgstr "Format"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE-Geräte"
 
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
-msgstr "Speichern der Terminal-Start Informationen ist fehlgeschlagen"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI-Geräte"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
-msgstr ""
-"Diese Freigabe kann nicht gelöscht werden. Sie wird noch von %d Benutzern "
-"verwendet:"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Disketten-Laufwerk"
 
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
-msgstr "Bitte passen Sie die Freigaben-/Profileinstellungen dieser Benutzer an"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM-Laufwerk"
 
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
-msgstr "Terminal-Server benötigt einen Schrift-Suchpfad"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Grafikkarte"
 
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
-msgstr "Speichern des Server-Dienste Objektes ist fehlgeschlagen"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Soundkarte"
 
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
-msgstr "Erstellen des Mount-Containers ist fehlgeschlagen"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Eingeschaltet seit"
 
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
-msgstr "Entfernen des Mount-Containers ist fehlgeschlagen"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Prozessor-Last"
 
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
-msgstr "Speichern des Mount-Containers ist fehlgeschlagen"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Speicher-Nutzung"
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Parent-Server"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Nutzung des virtuellen Speichers"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Zeit-Dienst"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "SSH-Dienst"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "LDAP-Dienst"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Druck-Dienst"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Terminal-Dienst"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Scan-Dienst"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Anmeldung sperren (temporär)"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Audio-Dienst"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Schrift-Suchpfad"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Protokoll-Dienst"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Systemverwaltung"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Druck-Dienst"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Netzwerk-Einstellungen"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Mail-Server"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "IP-Adresse"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr "Betriebssysteme verwalten"
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "MAC-Adresse"
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-msgid "Rule"
-msgstr "Regel"
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
+msgstr "Automatisch feststellen"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
-msgstr "Verfügbare Patronentypen für diesen Druckertyp"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr "DNS für dieses Gerät aktivieren"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid ""
-"This dialog allows you to create new types of cartridges, and select one or "
-"more types for your printer. Cartridge types depends on the printer type you "
-"have selected. For each selected cartridge type there will be a new "
-"cartridge created, this allows you to select the same cartridge type for "
-"more then one printer."
-msgstr ""
-"Dieser Dialog erlaubt es Ihnen, neue Arten von Patronen hinzuzufügen und "
-"einen oder mehrere Typen zu Ihrem Drucker zuzuordnen. Patronentypen sind "
-"abhängig von Ihrem gewählten Druckertyp. Für jeden gewählten Patronentyp "
-"wird eine neue Patrone erstellt. Dies erlaubt es Ihnen, den gleichen "
-"Patronentyp für mehr als einen Drucker zu verwenden."
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Aktualisieren"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-msgid "Display cartridge types matching"
-msgstr "Zeige die Patronentypen, auf die Folgendes passt"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Zone"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-msgid "Regular expression for matching cartridge types"
-msgstr "Regulärer Ausdruck zum Erkennen von Patronentypen"
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "DNS-Einträge"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "textuell"
+#: 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/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "grafisch"
+#: 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/class_terminalGeneric.inc:178
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Es ist kein WAKECMD in ihrer gosa.conf definiert"
+#: 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/class_terminalGeneric.inc:190
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Es ist kein REBOOTCMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Neues Passwort"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Es ist kein HALTCMD in ihrer gosa.conf definiert"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Neues Passwort (Wiederholung)"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
-msgstr "Entfernen des Terminals ist fehlgeschlagen"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Passwort setzen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr ""
-"Sie haben keine Berechtigung, ein Terminal unterhalb dieser 'Basis' "
-"anzulegen."
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Telefon-Name"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr "Das benötigte Feld 'Terminal-Name' ist nicht gesetzt."
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Erweiterte Telefon-Einstellungen"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
-msgstr "Speichern des Terminals ist fehlgeschlagen"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Telefon-Modell"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Drucker-Treiber"
+#: 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/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Auswahl"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Aktualisieren"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Neuer Treiber"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "DTMF-Modus"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr "Interner Fehler: Kann Gerät von Typ '%s' nicht anlegen."
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Standard IP-Adresse"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Sie sind dabei das GLPI Gerät '%s' zu löschen."
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Wartezeit bis Antwort"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr "Kann Objektnamen nicht erkennen."
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modus"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
-msgstr ""
-"Sie können dieses Gerät nicht entfernen, es wird noch von folgendem(n) System"
-"(en) verwendet: '%s'"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Authentifizierung"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "Geräte"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Passwort"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Neues Mainboard"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GOFon-Schlüssel (eingehend)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Neuer Prozessor"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GOFon-Schlüssel (ausgehend)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Neues Gehäuse"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Konto-Identifikation"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr "C"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Leitungen zusammenfassen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Neues Netzwerk-Interface"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Erlaube diesen Rechnern die Verbindung"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Verbiete diesen Rechnern die Verbindung"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Neuer Arbeitsspeicher"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr "R"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Allgemein"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Neue Festplatte"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Druckername"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "HDD"
+#: plugins/admin/systems/printer.tpl:36
+msgid "Details"
+msgstr "Details"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
-msgstr "Neues Laufwerk"
+#: plugins/admin/systems/printer.tpl:39
+msgid "Printer location"
+msgstr "Drucker-Standort"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: plugins/admin/systems/printer.tpl:43
+msgid "Printer URL"
+msgstr "Drucker URL"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Neuer Controller"
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Treiber"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr "CS"
+#: plugins/admin/systems/printer.tpl:63
+msgid "Permissions"
+msgstr "Berechtigungen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr "Neue Grafikkarte"
+#: plugins/admin/systems/printer.tpl:70
+msgid "Users which are allowed to use this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr "GC"
+#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
+msgid "Add user"
+msgstr "Benutzer hinzufügen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Neue Soundkarte"
+#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
+msgid "Add group"
+msgstr "Gruppe hinzufügen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr "SC"
+#: plugins/admin/systems/printer.tpl:88
+msgid "Users which are allowed to administrate this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr "Neues Netzteil"
+#: plugins/admin/systems/printer.tpl:90
+msgid "Admins"
+msgstr "Administratoren"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
-msgstr "PS"
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Drucker-Treiber"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Neues allgemeines Gerät"
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Modell"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr "OC"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Auswahl"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Bitte geben Sie einen gültigen Namen für dieses Gerät an."
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Neuer Treiber"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "Der angegebene Gerätename wird bereits verwendet."
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes 'all' 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 'alle' 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/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Andere"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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/admin/systems/remove_glpi.tpl:10
 msgid ""
 
 #: plugins/admin/systems/remove_glpi.tpl:10
 msgid ""
@@ -10295,49 +10536,65 @@ msgstr ""
 "'Entfernen', um fortzufahren oder 'Abbrechen', um die aktuelle Aktion "
 "abzubrechen."
 
 "'Entfernen', um fortzufahren oder 'Abbrechen', um die aktuelle Aktion "
 "abzubrechen."
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Allgemein"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
+"Die PPD-Datei wird vom Server entfernt und kann nicht wieder hergestellt "
+"werden."
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Druckername"
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
+"DIes ist ein neues System, für das bisher noch kein Systemtyp definiert "
+"wurde. Bitte wählen Sie einen Systemtyp für dieses System und drücken auf "
+"'Speichern' klicken. Wenn das System zu einer Gruppe von Systemeinstellungen "
+"hinzugefügt werden soll, geben Sie den Namen der Objektgruppe ein."
 
 
-#: plugins/admin/systems/printer.tpl:36
-msgid "Details"
-msgstr "Details"
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
+msgstr ""
+"Bitte wählen Sie einen Systemtyp und (optional) einen Satz von "
+"vordefinierten Einstellungen (werden automatisch übernommen)."
 
 
-#: plugins/admin/systems/printer.tpl:39
-msgid "Printer location"
-msgstr "Drucker-Standort"
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Wählen Sie den System-Typ"
 
 
-#: plugins/admin/systems/printer.tpl:43
-msgid "Printer URL"
-msgstr "Drucker URL"
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
 
 
-#: plugins/admin/systems/printer.tpl:63
-msgid "Permissions"
-msgstr "Berechtigungen"
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Objektgruppe wählen"
 
 
-#: plugins/admin/systems/printer.tpl:70
-msgid "Users which are allowed to use this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Wählen Sie den hinzuzufügenden Drucker"
 
 
-#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
-msgid "Add user"
-msgstr "Benutzer hinzufügen"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Wählen Sie die hinzuzufügenden Einträge"
 
 
-#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
-msgid "Add group"
-msgstr "Gruppe hinzufügen"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Zeige die Mitglieder der Abteilung"
 
 
-#: plugins/admin/systems/printer.tpl:88
-msgid "Users which are allowed to administrate this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Zeige die Mitglieder, auf die Folgendes passt"
 
 
-#: plugins/admin/systems/printer.tpl:90
-msgid "Admins"
-msgstr "Administratoren"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
 
 #: plugins/admin/systems/servdb.tpl:6
 msgid "Kerberos kadmin access"
 
 #: plugins/admin/systems/servdb.tpl:6
 msgid "Kerberos kadmin access"
@@ -10375,261 +10632,82 @@ msgstr "Landesvorwahl"
 msgid "Local dial prefix"
 msgstr "Ortsvorwahl"
 
 msgid "Local dial prefix"
 msgstr "Ortsvorwahl"
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "IMAP-Administrationszugang"
-
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Serverbezeichnung"
-
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Verbindungs-URL"
-
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Sieve-Port"
-
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Protokoll-Datenbank"
-
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
-msgstr "Protokoll-DB Benutzer"
-
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
-msgstr "Glpi-Datenbank"
-
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
-msgstr "Datenbank"
-
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
-msgstr "Diese 'dn' hat keine Server-Erweiterungen."
-
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
-msgstr "Entfernen des Servers ist fehlgeschlagen"
-
-#: plugins/admin/systems/class_servGeneric.inc:240
-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:247
-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/class_servGeneric.inc:317
-msgid "Saving server failed"
-msgstr "Speichern des Servers ist fehlgeschlagen"
-
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "Referenz"
-
-#: 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 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/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
-msgstr "Neuer Eintrag"
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
-msgstr ""
-"Kann '%s' nicht in '%s' umbenennen, da bereits ein Eintrag mit dem gleichen "
-"Namen im Zonen-Bearbeitungs-Dialog existiert."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "Der Eintragsname '%s' enthält ungültige Zeichen."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr ""
-"Kann '%s' nicht in '%s' umbenennen, der angegebene Name wird bereits "
-"verwendet."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Kann '%s' nicht anlegen, der angegebene Name wird bereits verwendet."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr "Der Name '%s' wird mehr als ein Mal verwendet."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr "Der Hostname '%s' sollte in Kleinbuchstaben geschrieben werden."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
-"Der Eintrags-Typ '%s' ist ein einmaliger Typ und kann nicht mehrfach "
-"definiert werden."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "Für '%s' wurde ein leerer '%s' gefunden."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr "Es wurde in '%s' ein doppelter Eintrag für '%s' gefunden."
-
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systeme"
-
-#: plugins/admin/systems/class_systemManagement.inc:220
-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:292
-msgid "Creating the image failed. Please see the report below."
-msgstr ""
-"Erstellen des Abbilds fehlgeschlagen. Bitte schauen Sie in den Fehlerbericht "
-"unten."
-
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
-msgstr ""
-"Der Befehl '%s' (für die Erzeugung des ISO-Abbilds) scheint nicht zu "
-"existieren."
-
-#: plugins/admin/systems/class_systemManagement.inc:330
-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:347
-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:401
-#, 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/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "IMAP-Administrationszugang"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
-msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
-msgstr ""
-"Kann gotoMode-Status nicht auf aktiv setzen - das momentane Objekt kann "
-"nicht identifiziert werden."
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Serverbezeichnung"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Neues Terminal"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Verbindungs-URL"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Neue Arbeitsstation"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Sieve-Port"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
-msgstr "Neues Gerät"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Protokoll-Datenbank"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
-msgstr "Terminal-Vorlage für"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr "Protokoll-DB Benutzer"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Arbeitsstations-Vorlage für"
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
+msgstr "Glpi-Datenbank"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
-msgstr "Neu erkanntes Gerät"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
+msgstr "Datenbank"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Zonen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Arbeitsstation"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Zonenname"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
-msgstr "Arbeitsstation installiert gerade"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Netzwerk-Adresse"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
-msgstr "Arbeitsstation wartet auf Aktion"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Zonen-Einträge"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
-msgstr "Installation der Arbeitsstation ist fehlgeschlagen"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
+msgstr ""
+"Kann nicht bearbeitet werden, da die Zone bis jetzt nicht gespeichert wurde."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
-msgstr "Server wird installiert"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "SOA-Eintrag"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:872
-msgid "Server is waiting for action"
-msgstr "Server wartet auf Aktion"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Primärer DNS-Server für diese Zone"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
-msgstr "Server-Installation ist fehlgeschlagen"
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr "Seriennummer (automatisch inkrementiert)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
-msgstr "Windows-Workstation"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Ablauf"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
-msgstr "Netzwerk-Gerät"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "MX-Einträge"
+
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Globale Zonen-Einträge"
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
@@ -10661,1417 +10739,1386 @@ msgstr ""
 msgid "Create a new DNS zone entry"
 msgstr "Einen neuen DNS-Zonen-Eintrag erstellen"
 
 msgid "Create a new DNS zone entry"
 msgstr "Einen neuen DNS-Zonen-Eintrag erstellen"
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Hersteller hinzufügen/bearbeiten"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Wählen Sie die auszuführende Aktion für diesen Server"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Website"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Postfix 'mydomain'"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
-msgstr "Telefonnummer"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Postfix 'mydestination'"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "DNS-Dienst entfernen"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr "Cyrus-Administratoren"
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr ""
-"Dieser Server besitzt aktivierte DNS-Funktionen. Sie können diese durch "
-"einen Klick auf die untere Schaltfläche deaktivieren."
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "POP3-Dienst"
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "DNS-Dienst hinzufügen"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "POP3/SSL-Dienst"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.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/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "IMAP-Dienst"
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
-msgstr "Reverse Zone"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "IMAP/SSL-Dienst"
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Sieve-Dienst"
+
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr "FTP Frei/Belegt-Dienst (alt, inkompatibel mit Kolab 2)"
+
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "HTTP Frei/Belegt-Dienst (alt)"
+
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Email scannen (Virus/Spam)"
+
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Kontingent-Einstellungen"
+
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Frei/Belegt-Einstellungen"
+
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 msgstr ""
-"Sie können die gewählte Zone nicht entfernen, sie wird noch von folgendem(n) "
-"Eintrag / Einträgen verwendet: '%s'"
+"Erlaube nicht-authentifiziertes Herunterladen von Frei/Belegt-Informationen"
+
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "SMTP privilegierte Netzwerke"
+
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Rechner/Netzwerke, denen Weiterleitung erlaubt ist"
+
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr "Eingabe mehrerer Werte, getrennt durch"
+
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhost"
+
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Aktiviere MX lookup für relayhost"
+
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Host für Mail Relay"
+
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Akzeptiere Internet-Mail"
+
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Akzeptiere Mails von anderen Domänen über nicht-authentifiziertes SMTP"
+
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Freigabe bearbeiten"
+
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS-Einrichtung"
+
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr "Pfad"
+
+#: plugins/admin/systems/servnfs.tpl:33
+msgid "Volume"
+msgstr "Volume"
+
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr "Freigabe auf Apple-Systemen automatisch einbinden."
 
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
-msgstr "Aktualisierung des DNS-Dienstes ist fehlgeschlagen"
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Codepage"
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
-msgstr "Entfernen von DNS-Einträge ist fehlgeschlagen"
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Option"
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
-msgstr "Speichern von DNS-Einträgen ist fehlgeschlagen"
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Liste der verfügbaren Repositories."
 
 
-#: 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/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Repository hinzufügen"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 msgstr ""
-"Lassen Sie die Felder leer, um das Passwort aus den Standard-Einträgen zu "
-"übernehmen."
+"Dieses Menü erlaubt es Ihnen, Repository-Einstellungen zu erstellen, zu "
+"entfernen und zu bearbeiten."
 
 
-#: 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/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Parent-Server"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes 'all' 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 'alle' 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/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "Bitte wählen Sie einen gültigen Zonen-Namen"
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Freigaben"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Bitte wählen Sie einen gültigen Namen für die Reverse-Zone"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Zeit-Dienst"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr ""
-"Der Primäre DNS-Server muss mit '.' enden, um ein gültiger Eintrag zu sein."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "LDAP-Dienst"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr ""
-"Die angegebene Email-Adresse muss mit '.' enden, um ein gültiger Eintrag zu "
-"sein."
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Terminal-Dienst"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
-msgstr ""
-"Ihre Email-Adresse enthält '@'. Bitte ersetzen Sie dieses Zeichen durch '.', "
-"um einen gültigen SOA-Eintrag zu erzeugen."
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Anmeldung sperren (temporär)"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
-msgstr "Für den Zonennamen sind nur Kleinbuchstaben zugelassen."
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Schrift-Suchpfad"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
-msgstr "Bitte geben Sie im Feld 'Seriennummer' einen numerischen Wert ein."
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Protokoll-Dienst"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
-msgstr "Bitte geben Sie im Feld 'Aktualisieren' einen numerischen Wert ein."
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Druck-Dienst"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
-msgstr "Bitte geben Sie im Feld 'TTL' einen numerischen Wert ein."
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Mail-Server"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
-msgstr "Bitte geben Sie im Feld 'Ablauf' einen numerischen Wert ein."
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Terminal-Vorlage"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
-msgstr "Bitte geben Sie im Feld 'Wiederholen' einen numerischen Wert ein."
+#: plugins/admin/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Terminal-Name"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr ""
-"Kann keine gültige Basis aus der Objekt-DN auslesen, setze Basis auf '%s'."
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Root-Server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr "Drucker-Erweiterung hinzufügen"
+#: plugins/admin/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Wählen Sie das NFS-Root-Dateisystem"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Konnte den 'Druck'-Reiter nicht erstellen, der Parameter 'parent' fehlt"
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Auslagerungs-Server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 msgstr ""
-"Dies ist eine Arbeitsstations-Vorlage, der Drucker-Tab ist deaktiviert."
+"Wählen Sie das NFS-Dateisystem, in dem die Auslagerungsdateien abgelegt "
+"werden sollen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Dies ist eine Terminal-Vorlage, das Drucker-Tab ist deaktiviert."
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
+msgstr "Zeit-Server-Attribute übernehmen"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Dieser 'DN' hat keine Drucker-Erweiterungen."
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Tastatur"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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 dieses Objekt keine aktivierte Drucker-Erweiterung. Sie "
-"können diese nicht aktivieren, solange das 'cn'-Attribut nicht im Eintrag "
-"enthalten ist. Wahrscheinlich erstellen Sie gerade eine neue Terminal-"
-"Vorlage."
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Wählen Sie das Tastatur-Modell"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
-msgstr "Drucker-Erweiterung entfernen"
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Layout"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
-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/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Wählen Sie das Tastatur-Layout"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
-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/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Variante"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
-msgstr ""
-"Aktuell besitzt diese Workstation keine aktivierte Drucker-Erweiterung. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Wählen Sie die Tastatur-Variante"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:335
-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/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Maus"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, 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/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Wählen Sie den Maus-Typ"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
-msgstr "keine PPD-Informationen verfügbar"
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Anschluss"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, 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/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Wählen Sie den Maus-Port"
+
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Telefon-Hardware"
+
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Telefon"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 msgstr ""
-"Dieser Drucker gehört zur Arbeitsstation %s. Ein Umbenennen ist daher nicht "
-"möglich."
+"Wählen Sie den Treiber, der von der installierten Grafikkarte benötigt wird."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
-msgstr "Entfernen des Druckers ist fehlgeschlagen"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Auflösung"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-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/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Wählen Sie die Auflösung, die im Grafik-Modus genutzt wird"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-msgid "Saving printer failed"
-msgstr "Speichern des Druckers ist fehlgeschlagen"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Farbtiefe"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr ""
-"Es wurde versucht einen ungültigen Druckertyp '%s'   zur Liste '%s' "
-"hinzuzufügen."
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Wählen Sie die Farbtiefe, die im Grafik-Modus genutzt wird"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr ""
-"'%s' kann nicht zu den Mitgliedern hinzugefügt werden - der Eintrag wird "
-"bereits benutzt."
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Anzeige"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
-msgstr ""
-"Kann '%s' nicht zu den Mitgliedern hinzufügen - es ist nicht erreichbar."
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
+msgstr "Automatische Erkennung via DDC verwenden"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Wählen Sie eine Basis"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
-msgstr ""
-"Wechseln Sie in den gewünschten Baum und klicken Sie \"Speichern\", um den "
-"Baum als Basis zu nutzen (Oder klicken sie auf das Bild am Ende des "
-"Eintrags)."
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Horizontale Wiederholrate für den installierten Monitor"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr "Einträge mit dieser Syntax filtern"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Diese Basis auswählen"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Vertikale Wiederholrate für den installierten Monitor"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Erweiterte Telefon-Einstellungen"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Entfernte Arbeitsfläche"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Telefon-Modell"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Verbindungsmethode"
 
 
-#: 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/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Wählen Sie die Methode der Anbindung an den Terminal-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Aktualisieren"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Terminal-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "DTMF-Modus"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Wählen Sie einen bestimmten Terminal-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Standard IP-Adresse"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Schriften-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Wartezeit bis Antwort"
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Wählen Sie einen bestimmten Schriften-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modus"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Drucker"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Authentifizierung"
+#: plugins/admin/systems/terminalService.tpl:187
+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/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Passwort"
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Druckdienste bereitstellen"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GOFon-Schlüssel (eingehend)"
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Spool-Server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GOFon-Schlüssel (ausgehend)"
+#: plugins/admin/systems/terminalService.tpl:196
+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/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Konto-Identifikation"
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Scanner"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Leitungen zusammenfassen"
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Wählen, um den SANE Scanner-Dienst auf dem Terminal zu starten"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Erlaube diesen Rechnern die Verbindung"
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Bilderfassungsdienste bereitstellen"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Verbiete diesen Rechnern die Verbindung"
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Wählen Sie den Scanner-Treiber, der benutzt werden soll"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Boot-Parameter"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Name des Systems"
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Boot-Kernel"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "Sind sind dabei, den GLPI Anhang '%s' zu löschen."
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Angepasste Optionen"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
 msgid ""
 msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 msgstr ""
-"Sie können diesen Anhang nicht entfernen, er wird noch von folgendem(n) "
-"System(en) verwendet: '%s'"
-
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "Es wurde keine gültige Datei hochgeladen."
+"Geben Sie die Parameter ein, die dem Kernel beim Starten übergeben werden "
+"sollen"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "Upload war nicht erfolgreich."
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "LDAP-Server"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
 msgstr ""
 msgstr ""
-"Das Verzeichnis '%s/glpi/' zum Speichern von GLPI-Uploads wurde nicht "
-"gefunden."
-
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "Es wurde bereits eine Datei mit dem selben Namen hochgeladen."
-
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
-msgstr "Kann Datei '%s' nicht anlegen."
+"Wählen, wenn das Terminal den grafischen Startvorgang mit Fortschrittsbalken "
+"unterstützt"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr "Datei ist verfügbar."
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "grafisches Booten nutzen"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr "Datei konnte nicht gelesen werden, vielleicht ist nicht vorhanden."
+#: 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_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "Es wurde noch keine Datei hochgeladen."
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Standard Textmodus nutzen"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "MIME"
+#: 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_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr "Diese Tabelle enthält alle verfügbaren Anhänge."
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "benutze Fehlersuch-Modus"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "leer"
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Kernel-Module (Format: Name Parameter)"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Neuen Anhang erstellen"
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+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/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Neuer Anhang"
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Mount-Pfad"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Bitte geben Sie einen gültigen Namen für diesen Anhang an."
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Name des Systems"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Wählen Sie die Art der System-Komponente, die Sie anlegen möchten"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Vorlage für Arbeitsstation"
 
 
-#: 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 Terminals und Arbeitsstationen werden beim Systemstart automatisch "
-"hinzugefügt. Aus diesem Grund können Sie für diese Systemtypen nur Vorlagen "
-"für einen Unterbaum anlegen. Server werden ebenfalls automatisch "
-"hinzugefügt, in einigen Fällen benötigen Sie Pseudo-Einträge um GOsa mit "
-"benötigten Informationen zu versorgen. Weitere Netzwerk-Komponenten können z."
-"B. für Nagios Umgebungen genutzt werden um die Abhängigkeiten aufzulösen."
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Name der Arbeitsstation"
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Linux Thin-Client Vorlage"
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "FAI-Server"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Linux Arbeitsstations-Vorlage"
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Zugewiesene FAI-Klassen"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux Server"
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "setzen"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows Arbeitsstation"
+#: plugins/admin/users/class_divListUsers.inc:40
+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 ""
+"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/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Netzwerk-Drucker"
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Wählen Sie dies, um Vorlagen für Benutzer anzuzeigen"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Andere Netzwerk-Komponente"
+#: plugins/admin/users/class_divListUsers.inc:55
+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/chooser.tpl:16
-msgid "Create"
-msgstr "Anlegen"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Zeige zweckbezogene Benutzer"
 
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
-"Die PPD-Datei wird vom Server entfernt und kann nicht wieder hergestellt "
-"werden."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
+msgstr "Auswählen, um die Benutzer mit UNIX-Konto zu sehen"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
-msgstr "Anhänge"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Zeige UNIX-Benutzer"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
-msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
 msgstr ""
 msgstr ""
-"Dieser Dialog erlaubt es Ihnen, verschiedene Objekte (wie Anleitungen, "
-"Hilfen, etc.) zum momentan gewählten Computer hinzuzufügen."
+"Auswählen, um die Benutzer zu sehen, die eine Mail-Erweiterung besitzen"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
-msgstr "Zeige Anhänge, auf die zutrifft"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Zeige Mail-Benutzer"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
-msgstr "Regulärer Ausdruck zum Erkennen von Anhangs-Namen"
+#: plugins/admin/users/class_divListUsers.inc:58
+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_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Bitte geben Sie einen Wert für 'Release' ein."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Zeige SAMBA-Benutzer"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Bitte geben Sie im Feld 'url' einen gültigen Wert ein."
+#: plugins/admin/users/class_divListUsers.inc:59
+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_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr "Kann das als REPOSITORY_HOOK angegebene Kommando '%s' nicht ausführen."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Zeige Proxy-Benutzer"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "Installations-CD Erstellung"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Neuen Benutzer erstellen"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
-"Diese Option erlaubt es Ihnen, ein Abbild einer FAI-Installations-CD für die "
-"gewählte Arbeitsstation zu erstellen. Dieser Vorgang dauert etwa 10 Minuten, "
-"haben Sie also Geduld, nachdem Sie den Knopf 'Erstelle ISO-Abbild' gedrückt "
-"haben."
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Neuer Benutzer"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "Erstelle ISO-Abbild"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Neue Vorlage erstellen"
 
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr "Ihr Browser unterstützt keine iframes."
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Neue Vorlage"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Diese 'dn' besitzt keine Telefon-Erweiterungen."
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
-msgstr "ja"
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Allgemeine Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
-msgstr "nein"
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "UNIX-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr "dynamisch"
+#: plugins/admin/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Umgebungs-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
-msgstr "Netzwerk-Einstellungen"
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Mail-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, 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/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Telefon-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
-msgstr "Entfernen des Telefons ist fehlgeschlagen"
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Fax-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
-msgstr "Das benötigte Feld 'Telefon-Name' ist nicht gesetzt."
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Samba-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-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/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Netatalk-Einstellungen bearbeiten"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-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/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Neuen Benutzer aus Vorlage erstellen"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
-msgstr "Speichern des Telefons ist fehlgeschlagen"
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Neuen Benutzer aus dieser Vorlage erstellen"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Wählen Sie die hinzuzufügenden Einträge"
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Benutzer bearbeiten"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Zeige die Mitglieder der Abteilung"
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "Passwort"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Zeige die Mitglieder, auf die Folgendes passt"
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Passwort ändern"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Benutzer entfernen"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
+msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu setzen!"
+
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
 msgid ""
 msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
 msgstr ""
 msgstr ""
-"Sie können diesen Hersteller nicht entfernen, er wird noch von folgendem(n) "
-"System(en) verwendet: '%s'"
-
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Bitte geben Sie einen Namen ein!"
+"Die Passwörter, die Sie als 'Neues Passwort' und 'Neues Passwort "
+"(Wiederholung)' eingegeben haben sind nicht identisch."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
 msgstr ""
 msgstr ""
-"Der angegebene Name wird bereits verwendet. Bitte wählen Sie einen anderen."
+"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr "Spamassassin"
+#: plugins/admin/users/class_userManagement.inc:336
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Sie löschen gerade den Benutzer %s."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-msgid "Remove spamassassin extension"
-msgstr "Spamassassin-Erweiterung entfernen"
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/users/class_userManagement.inc:553
+msgid "A person with the choosen name is already used in this tree."
 msgstr ""
 msgstr ""
-"Dieser Server besitzt aktivierte Spamassassin-Funtionen. Sie können diese "
-"durch einen Klick auf die Schaltfläche unten deaktivieren."
+"Ein Person mit dem ausgewählten Namen ist in diesem Baum bereits angelegt."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:106
-msgid "Add spamassassin service"
-msgstr "Spamassassin-Dienst hinzufügen"
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Benutzerverwaltung"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
+#: plugins/admin/users/password.tpl:2
 msgid ""
 msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
+"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 ""
-"Aktuell besitzt dieser Server keine aktivierten Spamassassin-Funktionen. Sie "
-"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
-
-#: plugins/admin/systems/class_goSpamServer.inc:233
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "Der angegebene Wert ist kein gültiges vertrauenswürdiges Netzwerk."
-
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Entfernen des Server-Dienstes Spamassassin ist fehlgeschlagen"
+"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/systems/class_goSpamServer.inc:322
-#, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
+msgid ""
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
-"Speichern des Spamassassin Dienstes mit der DN '%s' ist fehlgeschlagen."
-
-#: plugins/admin/systems/class_goSpamServer.inc:331
-msgid "Required score must be a numeric value."
-msgstr "Die angegebene Score muß ein numerischer Wert sein."
+"Das Ändern des Passwortes wirkt sich auf ihre Authentifizierung bei Mail-, "
+"Proxy-, Samba- und Unix-Diensten aus."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+#: 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 ""
-"Das Setzen des Status-Flags für den Server-Dienst spamassassin mit der DN '%"
-"dn' ist fehlgeschlagen."
-
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-#, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "Sind sind dabei, die PPD-Datei '%s' bei '%s' zu löschen."
+"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_printerPPDSelectionDialog.inc:78
-#, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "Die angegebene PPD-Datei '%s' wurde nicht gefunden."
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
+#: plugins/admin/users/template.tpl:6
 msgid ""
 msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
+"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 ""
-"Irgendetwas schlug fehl während des Versuchs, die PPD-Datei vom Server zu "
-"entfernen, vielleicht haben wir kein Schreibrecht."
+"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 'keine' um den Vorlagen-Dialog zu überspringen."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr ""
-"Der ausgewählte Hersteller '%s' existiert nicht in der Liste der PPD's."
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Kennung"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
-msgstr "Auswahl der Drucker-PPD"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "UNIX"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:2
-msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
-msgstr ""
-"Aktionen die hier ausgewählt werden beeinflussen alle Systeme dieser "
-"Objektgruppe. Zusätzlich können alle hier einstellbaren Werte von den "
-"Systemen ererbt werden."
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Mail-Verteilerliste"
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Primäre Mail-Adresse der Verteilerliste"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Thin Client"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
-msgstr "Warteschlange"
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Objektname"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
-msgstr "System"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Inhalt"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Arbeitsplätze"
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
+msgstr "Willkommen %s!"
+
+#: plugins/generic/welcome/welcome.tpl:4
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
 msgstr ""
 msgstr ""
-"In diese Warteschlange werden nur Benutzer mit dem selben Asterisk Home-"
-"Server aufgenommen."
+"Dies ist das GOsa Hauptmenü. Wählen Sie die gewünschte Option aus dem Menü "
+"links oder durch die Auswahl eines Piktogrammes unten. Alle Änderungen "
+"werden direkt in den LDAP-Server Ihres Unternehmens eingepflegt."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
-msgstr "Warteschlangen-Einstellungen"
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Benutzen Sie 'Abmelden' oben links, um die Arbeit mit GOsa zu beenden und "
+"'Hauptmenü', um wieder in diese Ansicht zurückzugelangen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Telefonnummern"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "Das GOsa Team"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
-msgstr "Allgemeine Warteschlangen-Einstellungen"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Fax-Sperrlisten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-msgid "Home server"
-msgstr "Home-Server"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Sie möchten die Sperrliste '%s' löschen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
-msgstr "Wartezeit"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "Sie haben keine Berechtigung, diese Sperrliste zu entfernen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
-msgstr "Strategie"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Bitte geben Sie eine gültige Telefonnummer an."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr "Maximale Grösse der Warteschlange"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "senden"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr "Benachrichtigungsfrequenz"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "empfangen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr "(in Sekunden)"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
+msgstr "Entfernen des Blocklisten-Objekts fehlgeschlagen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
-msgstr "Einstellung der Ansagen/Töne"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr ""
+"Sie haben keine Berechtigung, eine Sperrliste unter dieser 'Basis' anzulegen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr "Benutze Wartemusik statt Klingelton"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Das benötigte Feld 'Name' enthält ungültige Zeichen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
-msgstr "Wartemusik"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "Der angegebene Name wird bereits verwendet."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
-msgstr "'Willkommen'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr ""
+"Sie haben keine Berechtigung, eine Sperrliste unterhalb dieser Basis "
+"anzulegen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
-msgstr "Benachrichtigung"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
+msgstr "Speichern des Blocklisten-Objekts fehlgeschlagen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
-msgstr "Klangdatei für Ansage 'Sie sind der Nächste...'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Liste der Sperrlisten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
-msgstr "'Es gibt ...'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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ü erlaubt es Ihnen, Sperrlisten hinzuzufügen, zu bearbeiten oder "
+"zu entfernen. Bei einer Vielzahl von Sperrlisten bietet sich die Verwendung "
+"der Bereichswahl an"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
-msgstr "'... wartende Anrufe'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "Name der Sperrliste"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
-msgstr "'Vielen Dank'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Auswahl zum Ansehen der Sperrlisten für abgehende Rufe"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr "'Minuten'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Zeige Sperrlisten für abgehende Rufe"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr "'Sekunden'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Auswahl zum Ansehen der Sperrlisten für eingehende Rufe"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr "Gespräch halten"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Zeige eingehende Sperrlisten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
-msgstr "'Weniger als...''"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Regulärer Ausdruck zum Erkennen von Sperrlisten-Namen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
-msgstr "Telefon-Attribute"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Erzeuge neue Sperrliste"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr "Benachrichtige über Wartezeit"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Neue Sperrliste"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr "Erlaube Weiterleiten des Gesprächs (Angerufener)"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Listenname"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr "Erlaube Weiterleiten des Gesprächs (Anrufer)"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Name der Sperrliste"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr "Auflegen durch Drücken der Taste '*' (Angerufener)"
+#: 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/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr "Auflegen durch Drücken der Taste '*' (Anrufer)"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Wählen Sie, ob ein- oder abgehende Rufe gefiltert werden sollen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr "Klingelton statt Hintergrund-Musik"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Beschreibender Text zu dieser Sperrliste"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Name der Gruppe"
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Gesperrte Nummern"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Zusammengefasste Objekte"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Nummern können auch Platzhalter enthalten."
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr "Es muss mindestens ein NTP-Server ausgewählt sein."
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Sperrlistenverwaltung"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-msgstr ""
-"Das Setzen des Aktion-Status für das Objekt '%s' (Wert '%s') ist "
-"fehlgeschlagen."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Dieses Konto besitzt keine Fax-Erweiterungen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Zeige Abteilungen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Fax-Konto entfernen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Zeige Abteilungen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+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/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Wählen, um GOsa-Konten zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Fax-Konto erzeugen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Zeige Personen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Aktuell besitzt dieses Konto keine aktivierten Fax-Erweiterungen. Sie können "
+"diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Wählen, um GOsa Gruppen zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "Sie versuchen, eine ungültige Telefonnummer hinzuzufügen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Zeige Gruppen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "Entfernen des FAX-Kontos ist fehlgeschlagen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Wählen, um Anwendungen zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Das benötigte Feld 'Fax' ist nicht gesetzt."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Zeige Anwendungen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Bitte geben Sie eine gültige Telefonnummer im Feld 'Fax' an."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Wählen, um die Arbeitsstationen zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+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/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Wählen, um die Terminals zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "Die Mail Adresse, die Sie eingegeben haben, ist ungültig."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Wählen, um die Netzwerkdrucker zu sehen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
+"'Fax an Drucker weiterleiten' ist nur möglich, wenn ein gültiger Drucker "
+"angegeben wurde. Bitte korrigieren Sie Ihre Auswahl."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Zeige Netzwerk-Drucker"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr "Speichern des FAX-Kontos fehlgeschlagen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Wählen, um die VOIP Telefone zu sehen"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Fax-Nummer, auf die GOfax ansprechen soll"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Zeige die Objekte der Abteilung"
+#: 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/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Objektgruppen"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Auslieferungsformat"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen."
+#: 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/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Auslieferungsmethode"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Liste von Objektgruppen"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Temporäres Abschalten der Fax-Benutzung"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-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 Makros hinzuzufügen, zu bearbeiten oder zu "
-"entfernen. Bei einer großen Anzahl von Makros bietet sich die Verwendung der "
-"Bereichsauswahl an."
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Fax als Mail ausliefern an"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Name der Objektgruppen"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Als Mail ausliefern"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Zeige Gruppen die Benutzer enthalten"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Fax an Drucker weiterleiten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Zeige Gruppen mit Benutzern"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alternative Fax-Nummern"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Zeige Gruppen die Gruppen enthalten"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Sperrlisten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Zeige Gruppen mit Gruppen"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Sperrlisten für eingehendes Fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "Zeige Gruppen die Applikationen enthalten"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Sperrlisten für abgehendes Fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Zeige Gruppen mit Applikationen"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Gesperrte Nummern/Listen"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Zeige Gruppen die Abteilungen enthalten"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Liste von vordefinierten Sperrlisten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Zeige Gruppen mit Abteilungen"
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Liste zu den Sperrlisten hinzufügen"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Zeige Gruppen die Server enthalten"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Wählen Sie die hinzuzufügenden Nummern"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Zeige Gruppen mit Servern"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Zeige die Nummern der Abteilung"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr "Zeige Gruppen die Arbeitsstationen enthalten"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Zeige die Nummern, auf die Folgendes passt"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Zeige Gruppen mit Arbeitsstationen"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Regulärer Ausdruck zum Erkennen von Telefonnummern"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Zeige Gruppen die Terminals enthalten"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Zeige Nummern des Benutzers"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Zeige Gruppen mit Terminals"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Benutzername, dessen Nummern angezeigt werden"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Zeige Gruppen die Drucker enthalten"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem "
+"Dialog zu ändern"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Zeige Gruppen mit Druckern"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Fax-Einstellungen"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Zeige Gruppen die Telefone enthalten"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+msgid "Alternate fax numbers will not be copied"
+msgstr "Alternative Fax-Nummern werden nicht kopiert"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Zeige Gruppen mit Telefonen"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Fax-Berichte"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
-msgstr "Erstelle neue Objektgruppe"
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
+"Es wurde keine Fax-Erweiterung in der Server-Konfiguration definiert, "
+"Berichte können nicht angezeigt werden!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Objektgruppe"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+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/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen."
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
+msgstr "Kann die Fax-Datenbank zur Berichterstellung nicht öffnen!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "zu viele unterschiedliche Objekte!"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr ""
+"Kann die Fax-Tabelle 'faxlog' nicht für die Berichterstellung abfragen!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "Benutzer"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "Die Anfrage zur Fax-Datenbank ist fehlgeschlagen!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "Gruppen"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "Sie haben keine Berechtigung, ein Fax mit dieser ID einzusehen!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "Anwendungen"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "D.M.Y"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "Abteilungen"
+#: 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/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "Server"
+#: 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/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "Arbeitsstationen"
+#: 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/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "Terminals"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "während"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "Telefone"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Empfänger"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "Drucker"
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# Seiten"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "und"
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Fax Vorschau - bitte warten"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
-msgstr "Unbekannte dn:"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Klicken Sie auf das Fax, um es herunterzuladen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
-msgstr "Diese cn ist bereits vergeben."
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "Fax-ID"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
-msgstr ""
-"Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!"
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Datum / Zeit"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
-msgstr "Speichern des Gruppenobjektes fehlgeschlagen"
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "Absender-MSN"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
-msgstr "Entfernen der Objektgruppe ist fehlgeschlagen"
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "Absender-ID"
 
 
-#: 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/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "Empfänger-MSN"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
-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/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "Empfänger-ID"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-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/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Status-Nachricht"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
-msgstr "Speichern der Mail-Einstellungen für die Objektgruppe fehlgeschlagen"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Übertragungszeit"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
-msgstr "Entfernen der Maileinstellungen der Objektgruppe ist fehlgeschlagen"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Fax-Berichte"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
-#, php-format
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Liste der Konferenz-Räume"
+
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/gofon/conference/headpage.tpl:24
 msgid ""
 msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
+"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 ""
-"Der angegebene HomeServer '%s' ist nicht in der GOsa Server-Verwaltung "
-"verfügbar. Das Speichern dieses Kontos wird einen neuen Eintrag auf dem "
-"Server '%s' erzeugen. Verwenden Sie 'Abbrechen', wenn Sie kein neues Konto "
-"erstellen möchten."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
-msgstr "alle gleichzeitig"
+"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/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
-msgstr "nacheinander"
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Name - Nummer"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
-msgstr "am wenigsten Anrufe"
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "PIN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
-msgstr "am wenigsten abgeschlossene Anrufe"
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Regulärer Ausdruck zum Erkennen von Konferenznamen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
-msgstr "zufällig"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Neue Konferenz erstellen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr "nacheinander (mit Speicher)"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Neue Konferenz"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
-msgstr ""
-"Die MySQL-Erweiterung wurde nicht gefunden - kann daher keine Änderungen in "
-"der Asterisk-DB speichern."
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Konferenz"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 msgstr ""
-"Der MySQL Home-Server '%s' ist als Benutzer '%s' nicht erreichbar, bitte "
-"überprüfen Sie das GOsa-Protokoll auf mysql-Fehler."
+"Konnte den Konferenz-Eintrag nicht aus der Datenbank auf dem Home-Server (%"
+"s) entfernen.Bitte überprüfen Sie Ihre Asterisk Datenbank-Konfiguration."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
 #, php-format
 #, php-format
-msgid "Can't select database '%s' on home server '%s'."
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
 msgstr ""
 msgstr ""
-"Die Datenbank '%s' auf dem Home-Server '%s' kann nicht ausgewählt werden."
+"Der zuvor ausgewählte Asterisk Home-Server (%s) ist nicht mehr verfügbar."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
-#, php-format
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
 msgid ""
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
 msgstr ""
 msgstr ""
-"Der initiale MySQL Home-Server '%s' kann nicht als Benutzer '%s' erreicht "
-"werden, überprüfen Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
+"Sie haben eine Konferenz ohne PIN angelegt - bitte lassen Sie die PIN-Felder "
+"leer."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr ""
-"Die Datenbank '%s' auf dem initialen Home-Server '%s' kann nicht ausgewählt "
-"werden."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr "Bitte geben Sie eine PIN ein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
-msgstr "Warteschlange von diesem Konto entfernen"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Bitte geben Sie einen Namen für die Konferenz ein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-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/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
+msgstr "Der Wert für 'Nummer' muss numerisch sein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
-msgstr "Warteschlange erstellen"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
+msgstr "Der Wert für 'Lebenszeit' muss numerisch sein."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 msgstr ""
-"Diese Gruppe besitzt keine gültigen Warteschlangen-Erweiterung. Sie können "
-"diese durch einen Klick auf die untere Schaltfläche aktivieren."
+"Kann nicht überprüfen, ob bereits Einträge mit der angegebenen Telefonnummer "
+"und/oder cn im betreffenden Home-Server existieren."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
 msgid ""
 msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 msgstr ""
-"Es muss mindestens ein Server mit einer Asterisk-Datenbank vorhanden sein, "
-"um eine Telefon-Warteschlange zu erstellen."
+"Kann Einträge mit manchen Telefonnummern und/oder cn nicht vom betreffenden "
+"Home-Server entfernen."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-msgid "Please select a valid goFonHomeServer."
-msgstr "Bitte wählen Sie einen gültigen goFonHomeServer."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
+msgstr ""
+"Kann nicht überprüfen, ob der Eintrag in der alten Datenbank bereits "
+"existiert. Bitte schauen Sie in das GOsa-Protokoll."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr "Der Wert für 'Wartezeit' muss numerisch sein"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
+msgstr ""
+"Kann die alten Einträge vom anfänglichen Home-Server nicht entfernen. Bitte "
+"schauen Sie in das GOsa-Protokoll."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
-msgstr "Der Wert für 'Wiederholen' muss numerisch sein"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "Speichern der Telefon-Konferenz ist fehlgeschlagen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
-msgstr "Der Wert für 'Maximale Grösse der Warteschlange' muss numerisch sein"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Telefon-Konferenzen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
-msgstr "Der Wert für 'Benachrichtigungsfrequenz' muss numerisch sein"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Verwaltung"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
-msgstr "Es ist mindestens eine Telefonnummer erforderlich."
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Konferenz-Name"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
-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 ""
-"Momentan ist kein Asterisk-Server definiert. Wahrscheinlich fehlt Ihnen ein "
-"Server, der das Asterisk-Management (goFonServer) enthält. Ihre "
-"Einstellungen können daher nicht in der Asterisk-Datenbank gespeichert "
-"werden."
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Name der zu erzeugenden Konferenz"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-msgid "Error while removing old queue entries from database."
-msgstr ""
-"Fehler beim Entfernen der alten Warteschlangen-Einträge aus der Datenbank."
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Wählen Sie den Unterbaum, in den die Konferenz eingepflegt werden soll"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
-msgstr "Bitte schauen Sie in die GOsa Log-Dateien."
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
+msgstr "Lebenszeit (in Tagen)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
-msgstr ""
-"Konnte alten Warteschlangen-Eintrag nicht erkennen, die Abfrage schlug fehl."
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
+msgstr "PIN voreinstellen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
-msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
-msgstr ""
-"Es wurde mehr als ein Eintrag in der Warteschlangen-Tabelle gefunden, der "
-"den Namen '%s' verwendet. Bitte korrigieren Sie zuerst diesen Fehler manuell."
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Konferenz aufnehmen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-msgid "Mysql query failed."
-msgstr "Die MySQL-Abfrage schlug fehl."
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
+msgstr "Format der Audiodatei"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Die angegebene Telefonnummer '%s' wird bereits von '%s' verwendet."
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr "Wartemusik bei Halten"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
-msgstr "Speichern der Telefonwarteschlange ist fehlgeschlagen"
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Sitzungsmenü aktivieren"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
-msgstr "Entfernen der Telefonwarteschlange ist fehlgeschlagen"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr "Benachrichtige über Abgang/Zugang von Teilnehmern"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-msgid "Please enter the new object group name"
-msgstr "Bitte geben Sie einen neuen Namen für die Objektgruppe ein"
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Zähle Benutzer"
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-msgid "Please enter a mail address"
-msgstr "Bitte geben Sie eine Mail-Adresse ein"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
 
 
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Telefon-Berichte"
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Konferenz-Verwaltung"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
@@ -12110,14 +12157,18 @@ msgstr "Kanal"
 msgid "Duration"
 msgstr "Dauer"
 
 msgid "Duration"
 msgstr "Dauer"
 
-#: plugins/gofon/macro/headpage.tpl:6
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Telefon-Berichte"
+
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste der Makros"
 
 msgid "List of macros"
 msgstr "Liste der Makros"
 
-#: plugins/gofon/macro/headpage.tpl:24
 #: plugins/gofon/macro/class_divListMacros.inc:36
 #: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 "
 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 "
@@ -12127,39 +12178,6 @@ msgstr ""
 "entfernen. Bei einer großen Anzahl von Makros bietet sich die Verwendung der "
 "Bereichsauswahl an."
 
 "entfernen. Bei einer großen Anzahl von Makros bietet sich die Verwendung der "
 "Bereichsauswahl an."
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Zeige Makros, auf die zutrifft"
-
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Zeige Makros, auf die zutrifft"
-
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Regulärer Ausdruck zum Erkennen von Makro-Namen"
-
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Makro-Name"
-
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr "Makro-Name der angezeigt wird"
-
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Wählen Sie den Unterbaum, in den das Makro eingepflegt werden soll"
-
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Sichtbar für Benutzer"
-
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "Makro-Inhalt"
-
 #: plugins/gofon/macro/class_divListMacros.inc:46
 msgid "macro name"
 msgstr "Makro-Name"
 #: plugins/gofon/macro/class_divListMacros.inc:46
 msgid "macro name"
 msgstr "Makro-Name"
@@ -12168,6 +12186,11 @@ msgstr "Makro-Name"
 msgid "Visible"
 msgstr "Sichtbar"
 
 msgid "Visible"
 msgstr "Sichtbar"
 
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Regulärer Ausdruck zum Erkennen von Makro-Namen"
+
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Neues Telefon-Makro erstellen"
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Neues Telefon-Makro erstellen"
@@ -12192,57 +12215,39 @@ msgstr "sichtbar"
 msgid "invisible"
 msgstr "unsichtbar"
 
 msgid "invisible"
 msgstr "unsichtbar"
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Telefon-Makros"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Sie sind dabei das Makro '%s' zu löschen."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr "Ok"
-
-#: plugins/gofon/macro/class_gofonMacro.inc:226
+#: plugins/gofon/macro/class_gofonMacro.inc:219
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 "Das Makro kann nicht aus '%s' entfernt werden. Überprüfen Sie die GOsa Log-"
 "Meldungen nach MySQL-Fehlermeldungen."
 
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 "Das Makro kann nicht aus '%s' entfernt werden. Überprüfen Sie die GOsa Log-"
 "Meldungen nach MySQL-Fehlermeldungen."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
+#: plugins/gofon/macro/class_gofonMacro.inc:287
 #, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr "Mehr als ein '(' wird momentan nicht unterstützt (Zeile: '%s')."
 
 #, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr "Mehr als ein '(' wird momentan nicht unterstützt (Zeile: '%s')."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/gofon/macro/class_gofonMacro.inc:290
 #, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr "Mehr als ein ')' wird momentan nicht unterstützt (Zeile: '%s')."
 
 #, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr "Mehr als ein ')' wird momentan nicht unterstützt (Zeile: '%s')."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
+#: plugins/gofon/macro/class_gofonMacro.inc:294
 #, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Es wurde keine Anwendung angegeben (Zeile: '%s')."
 
 #, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Es wurde keine Anwendung angegeben (Zeile: '%s')."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
+#: plugins/gofon/macro/class_gofonMacro.inc:298
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr "Es wurde keine Erweiterung angegeben (in Zeile '%s')."
 
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr "Es wurde keine Erweiterung angegeben (in Zeile '%s')."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/gofon/macro/class_gofonMacro.inc:327
 #, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Einfügen des neuen Makros auf Server '%s' fehlgeschlagen."
 
 #, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Einfügen des neuen Makros auf Server '%s' fehlgeschlagen."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
+#: plugins/gofon/macro/class_gofonMacro.inc:362
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
@@ -12250,30 +12255,30 @@ msgstr ""
 "Es muss mindestens ein Server mit einer Asterisk-Datenbank definiert sein um "
 "das Makro zu speichern."
 
 "Es muss mindestens ein Server mit einer Asterisk-Datenbank definiert sein um "
 "das Makro zu speichern."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/gofon/macro/class_gofonMacro.inc:376
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Die Kennung '%s' exisitiert bereits."
 
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Die Kennung '%s' exisitiert bereits."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 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"
 
 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/macro/class_gofonMacro.inc:393
+#: plugins/gofon/macro/class_gofonMacro.inc:386
 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."
 
 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/macro/class_gofonMacro.inc:399
+#: plugins/gofon/macro/class_gofonMacro.inc:392
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 "Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
 "ändern"
 
 #, 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_gofonMacro.inc:410
+#: plugins/gofon/macro/class_gofonMacro.inc:403
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
@@ -12281,11 +12286,11 @@ msgstr ""
 "Dieses Makro ist noch in Benutzung. Es ist daher erforderlich, dass es als "
 "sichtbar für Benutzer markiert ist."
 
 "Dieses Makro ist noch in Benutzung. Es ist daher erforderlich, dass es als "
 "sichtbar für Benutzer markiert ist."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
+#: plugins/gofon/macro/class_gofonMacro.inc:411
 msgid "Makro length must be lower than 100 lines"
 msgstr "Das Makro darf nicht länger als 100 Zeilen sein"
 
 msgid "Makro length must be lower than 100 lines"
 msgstr "Das Makro darf nicht länger als 100 Zeilen sein"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
@@ -12293,7 +12298,7 @@ msgstr ""
 "Dieses Makro ist in Benutzung. Um es zu entfernen, stellen Sie bitte sicher, "
 "dass niemand dieses Makro ausgewählt hat."
 
 "Dieses Makro ist in Benutzung. Um es zu entfernen, stellen Sie bitte sicher, "
 "dass niemand dieses Makro ausgewählt hat."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
@@ -12301,67 +12306,77 @@ msgstr ""
 "Kann den Makro-Eintrag nicht aus den Asterisk-Datenbanken entfernen. Bitte "
 "überprüfen Sie Ihre Asterisk-Konfigurationen."
 
 "Kann den Makro-Eintrag nicht aus den Asterisk-Datenbanken entfernen. Bitte "
 "überprüfen Sie Ihre Asterisk-Konfigurationen."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
+#: plugins/gofon/macro/class_gofonMacro.inc:448
 msgid "Removing phone macro failed"
 msgstr "Entfernen des Telefon-Markos ist fehlgeschlagen"
 
 msgid "Removing phone macro failed"
 msgstr "Entfernen des Telefon-Markos ist fehlgeschlagen"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
+#: plugins/gofon/macro/class_gofonMacro.inc:457
 msgid "Removing phone macro reverences failed"
 msgstr "Entfernen der Referenzen auf Telefon-Makros ist fehlgeschlagen"
 
 msgid "Removing phone macro reverences failed"
 msgstr "Entfernen der Referenzen auf Telefon-Makros ist fehlgeschlagen"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
+#: plugins/gofon/macro/class_gofonMacro.inc:491
 msgid "Saving phone macro failed"
 msgstr "Speichern des Telefon-Makros ist fehlgeschlagen"
 
 msgid "Saving phone macro failed"
 msgstr "Speichern des Telefon-Makros ist fehlgeschlagen"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Telefon-Makros"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "Typ"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Sie sind dabei das Makro '%s' zu löschen."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr "Ok"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
 msgid "This 'dn' is no phone macro."
 msgstr "Diese 'dn' ist kein Telefon-Makro."
 
 msgid "This 'dn' is no phone macro."
 msgstr "Diese 'dn' ist kein Telefon-Makro."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
 msgid "String"
 msgstr "Zeichenkette"
 
 msgid "String"
 msgstr "Zeichenkette"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
 msgid "Combobox"
 msgstr "Auswahl-Gruppe"
 
 msgid "Combobox"
 msgstr "Auswahl-Gruppe"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
 msgid "Bool"
 msgstr "Schalter"
 
 msgid "Bool"
 msgstr "Schalter"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
 msgid "Delete unused"
 msgstr "Entferne"
 
 msgid "Delete unused"
 msgstr "Entferne"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 "Zugriffsrechte nicht ausreichend, kann Attribut '%s' in goFonMacro nicht "
 "ändern."
 
 #, 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:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
 #, 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"
 
 #, 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:341
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
 #, 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."
 
 #, 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:370
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
@@ -12370,34 +12385,51 @@ msgstr ""
 "Die Parameterzahl des Makros hat sich geändert, sie müssen jeden Benutzer "
 "aktualisieren, der das Makro '%s' benutzt."
 
 "Die Parameterzahl des Makros hat sich geändert, sie müssen jeden Benutzer "
 "aktualisieren, der das Makro '%s' benutzt."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
 msgid "Saving phone macro parameters failed"
 msgstr "Speichern der Telefon-Makro Parameter ist fehlgeschlagen"
 
 msgid "Saving phone macro parameters failed"
 msgstr "Speichern der Telefon-Makro Parameter ist fehlgeschlagen"
 
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Makro-Name"
+
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr "Makro-Name der angezeigt wird"
+
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Wählen Sie den Unterbaum, in den das Makro eingepflegt werden soll"
+
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Sichtbar für Benutzer"
+
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "Makro-Inhalt"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Zeige Makros, auf die zutrifft"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Zeige Makros, auf die zutrifft"
+
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Telefon-Makro-Verwaltung"
 
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Telefon-Makro-Verwaltung"
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-msgid "Select the accounts home server"
-msgstr "Wählen Sie den Home-Server der Konten"
-
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr "Voicemail-PIN"
-
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "Telefon-PIN"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
-msgstr "Telefon-Makro"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "Typ"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
@@ -12410,8 +12442,8 @@ msgstr ""
 "Server '%s' erzeugen. Verwenden Sie 'Abbrechen', wenn Sie kein neues Konto "
 "erstellen möchten."
 
 "Server '%s' erzeugen. Verwenden Sie 'Abbrechen', wenn Sie kein neues Konto "
 "erstellen möchten."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
@@ -12420,21 +12452,21 @@ msgstr ""
 "MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
 "Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
 
 "MySQL-Server '%s' kann nicht als Benutzer '%s' erreicht werden, überprüfen "
 "Sie das GOsa Protokoll auf MySQL-Fehlermeldungen."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "Die Datenbank %s auf %s kann nicht ausgewählt werden."
 
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "Die Datenbank %s auf %s kann nicht ausgewählt werden."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
 msgid "no macro"
 msgstr "kein Makro"
 
 msgid "no macro"
 msgstr "kein Makro"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
 msgid "undefined"
 msgstr "nicht definiert"
 
 msgid "undefined"
 msgstr "nicht definiert"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
@@ -12442,7 +12474,7 @@ 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/phoneaccount/class_phoneAccount.inc:429
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
@@ -12452,8 +12484,8 @@ msgstr ""
 "das Speichern der Einträge, um die Konsistenz der Datenbank zu bewahren. "
 "Überprüfen Sie das GOsa Protokoll auf MySQL-Fehler."
 
 "das Speichern der Einträge, um die Konsistenz der Datenbank zu bewahren. "
 "Überprüfen Sie das GOsa Protokoll auf MySQL-Fehler."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
@@ -12463,7 +12495,7 @@ msgstr ""
 "Einträge, um die Konsistenz der Datenbank zu bewahren. Überprüfen Sie das "
 "GOsa Protokoll auf MySQL-Fehler."
 
 "Einträge, um die Konsistenz der Datenbank zu bewahren. Überprüfen Sie das "
 "GOsa Protokoll auf MySQL-Fehler."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
@@ -12473,27 +12505,27 @@ msgstr ""
 "Unterbreche das Speichern der Einträge, um die Konsistenz der Datenbank zu "
 "bewahren. Überprüfen Sie das GOsa Protokoll auf MySQL-Fehler."
 
 "Unterbreche das Speichern der Einträge, um die Konsistenz der Datenbank zu "
 "bewahren. Überprüfen Sie das GOsa Protokoll auf MySQL-Fehler."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
 msgid "Error while performing query:"
 msgstr "Fehler bei der Ausführung der Anfrage:"
 
 msgid "Error while performing query:"
 msgstr "Fehler bei der Ausführung der Anfrage:"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
 msgid "This account has no phone extensions."
 msgstr "Dieses Konto besitzt keine Telefon-Erweiterungen."
 
 msgid "This account has no phone extensions."
 msgstr "Dieses Konto besitzt keine Telefon-Erweiterungen."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 "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."
 
 msgid ""
 "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:968
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
 msgid "Remove phone account"
 msgstr "Telefon-Konto entfernen"
 
 msgid "Remove phone account"
 msgstr "Telefon-Konto entfernen"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
@@ -12501,2311 +12533,2286 @@ msgstr ""
 "Dieses Konto besitzt aktivierte Telefon-Erweiterungen. Sie können diese "
 "durch einen Klick auf die untere Schaltfläche deaktivieren."
 
 "Dieses Konto besitzt aktivierte Telefon-Erweiterungen. Sie können diese "
 "durch einen Klick auf die untere Schaltfläche deaktivieren."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
-msgid "Create phone account"
-msgstr "Telefon-Konto erstellen"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+msgid "Create phone account"
+msgstr "Telefon-Konto erstellen"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
+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/phoneaccount/class_phoneAccount.inc:970
+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/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
+msgstr "Bitte geben Sie eine gültige Telefonnummer ein"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
+msgstr "Wählen Sie Ihr privates Telefon"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
+msgstr ""
+"Es muss mindestens ein Server mit einer Asterisk-Datenbank vorhanden sein, "
+"um ein Telefonkonto zu erstellen."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Die Voicemail-PIN muss 1-4 Zeichen lang sein."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
+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:1124
+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:1127
+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:1137
+#, 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:1208
+msgid "Saving phone account failed"
+msgstr "Speichern des Telefon-Kontos ist fehlgeschlagen"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
+msgstr "Beenden"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
+msgstr ""
+"Kann das Telefon-Konto nicht entfernen, die MySQL-Erweiterung ist in der PHP-"
+"Konfiguration nicht vorhanden."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Benutzer '%s' von Warteschlange '%s' entfernt."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
+msgstr "Entfernen des Telefon-Kontos ist fehlgeschlagen"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
+msgstr ""
+"Der zuvor gewählte Asterisk Home-Server (%s) ist nicht mehr verfügbar."
+"Entfernen abgebrochen."
+
+#: plugins/gofon/phoneaccount/generic.tpl:35
+msgid "Select the accounts home server"
+msgstr "Wählen Sie den Home-Server der Konten"
+
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr "Voicemail-PIN"
+
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "Telefon-PIN"
+
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Telefon-Makro"
+
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Telefon-Einstellungen"
+
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "Dieses Konto besitzt keine Konnektivitäts-Erweiterungen."
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "Entfernen des Intranet-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "Speichern des Intranet-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+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/connectivity/class_kolabAccount.inc:133
+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/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Immer annehmen"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Immer ablehnen"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Im Konfliktfall ablehnen"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Im Konfliktfall manuell bearbeiten"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Manuell"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anonym"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
+#, php-format
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "Entfernen des Kolab-Kontos mit der DN '%s' ist fehlgeschlagen."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+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:291
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Der Wert für Frei/Gebucht Info URL ist ungültig."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
+#, 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/connectivity/class_kolabAccount.inc:313
+#, 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/connectivity/class_kolabAccount.inc:393
+#, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Speichern des Kolab-Kontos mit der DN '%s' ist fehlgeschlagen."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Opengroupware-Konto"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+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/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr "OpenGroupware: Datenbank-Konfiguration fehlt."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr "OpenGroupware: Die angegebene Datenbank kann nicht erreicht werden."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "Die PostgreSQL-Datenbank kann nicht erreicht werden!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr ""
+"Nicht alle benötigten Parameter für OpenXchange Konnektivitätserweiterung "
+"wurden gefunden!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "PHP4-Erweiterung für PostgreSQL-Datenbank wurde nicht gefunden!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr "Entfernen des oxchange-Adressbuchs fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "Entfernen des oxchange-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
+msgstr ""
+"Der Open-Xchange Kontoname ist leer und damit ungültig! Überprüfen Sie zur "
+"Sicherheit, dass Sie keine ungültigen Zeichen im Kontonamen verwenden."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr "Speichern des oxchange-Adressbuchs fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr "Anlegen des oxchange-Adressbuch-Baums fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "phpGroupware"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "Entfernen des PHPgw-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr "Speichern des PHPgroupware-Kontos fehlgeschlagen"
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPscheduleit"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
-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/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "Entfernen des PHPscheduleit-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
-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/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "Speichern des PHPscheduleit-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
-msgid "Please enter a valid phone number!"
-msgstr "Bitte geben Sie eine gültige Telefonnummer ein"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
-msgid "Choose your private phone"
-msgstr "Wählen Sie Ihr privates Telefon"
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "Entfernen des PPTP-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone account."
-msgstr ""
-"Es muss mindestens ein Server mit einer Asterisk-Datenbank vorhanden sein, "
-"um ein Telefonkonto zu erstellen."
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "Speichern des PPTP-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Die Voicemail-PIN muss 1-4 Zeichen lang sein."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
-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/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
-msgid "Phone PIN must be at least one character long."
-msgstr "Die Telefon-PIN muss mindestens ein Zeichen lang sein."
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "Tag"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
-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/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "Woche"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
-#, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "Bitte geben Sie mindestens eine Telefonnummer an!"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "Monat"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1214
-msgid "Saving phone account failed"
-msgstr "Speichern des Telefon-Kontos ist fehlgeschlagen"
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "Entfernen des Proxy-Kontos ist fehlgeschlagen entfernen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
-msgid "Stop"
-msgstr "Beenden"
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr "Das numerische Feld der Kontingent-Einstellung ist leer."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
-msgid ""
-"Can't remove phone account, the mysql extension is not present in php "
-"configuration."
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
 msgstr ""
 msgstr ""
-"Kann das Telefon-Konto nicht entfernen, die MySQL-Erweiterung ist in der PHP-"
-"Konfiguration nicht vorhanden."
+"Das numerische Feld der Kontingent-Einstellung enthält einen ungültigen Wert."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Benutzer '%s' von Warteschlange '%s' entfernt."
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "Speichern des Proxy-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
-msgid "Removing phone account failed"
-msgstr "Entfernen des Telefon-Kontos ist fehlgeschlagen"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "Entfernen des pureftpd-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available. "
-"Remove aborted."
-msgstr ""
-"Der zuvor gewählte Asterisk Home-Server (%s) ist nicht mehr verfügbar."
-"Entfernen abgebrochen."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Die von Ihnen angegebene 'Upload-Bandbreite' ist nicht gültig."
 
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Telefon-Einstellungen"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Die von Ihnen angegebene 'Download-Bandbreite' ist nicht gültig."
 
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Liste der Konferenz-Räume"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "Das Feld 'Dateien' enthält eine ungültige Eingabe."
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "Das Feld 'Größe' enthält eine ungültige Eingabe."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Das Feld 'Verhältins' enthält eine ungültige Eingabe."
 
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Konferenz-Name"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
+msgstr "Speichern des pureftpd-Kontos fehlgeschlagen"
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Name der zu erzeugenden Konferenz"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Wählen Sie den Unterbaum, in den die Konferenz eingepflegt werden soll"
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "Entfernen des webDAV-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
-msgstr "Lebenszeit (in Tagen)"
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "Sichern des webDAV-Kontos ist fehlgeschlagen"
 
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
-msgstr "PIN voreinstellen"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "GLPI-Konto"
 
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "PIN"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Intranet-Konto"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
-msgstr "Konferenz aufnehmen"
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Kolab-Konto"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
-msgstr "Format der Audiodatei"
+#: 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 ""
+"Das Kolab-Konto ist aktuell deaktiviert. Die Einstellungen können angepasst "
+"werden, wenn Sie ein Postfach hinzufügen."
 
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
-msgstr "Wartemusik bei Halten"
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Stellvertreter"
 
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
-msgstr "Sitzungsmenü aktivieren"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "Mailgröße"
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
-msgstr "Benachrichtige über Abgang/Zugang von Teilnehmern"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "Keine Beschränkung der Mailgröße für dieses Konto"
 
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
-msgstr "Zähle Benutzer"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Frei/Belegt-Information"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Name - Nummer"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Zukunft"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Regulärer Ausdruck zum Erkennen von Konferenznamen"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "Tage"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
-msgstr "Neue Konferenz erstellen"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Einladungs-Richtlinie"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
-msgstr "Neue Konferenz"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Opengroupware"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
-msgstr "Konferenz"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Örtliches Team"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Telefon-Konferenzen"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Benutzer-Vorlage"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Verwaltung"
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Teams"
+
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Open-Xchange Konto"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 msgstr ""
-"Konnte den Konferenz-Eintrag nicht aus der Datenbank auf dem Home-Server (%"
-"s) entfernen.Bitte überprüfen Sie Ihre Asterisk Datenbank-Konfiguration."
+"deaktiviert, keine PostgreSQL-Unterstützung erkannt. Oder die angegebene "
+"Datenbank kann nicht erreicht werden"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
-msgstr ""
-"Der zuvor ausgewählte Asterisk Home-Server (%s) ist nicht mehr verfügbar."
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "Open-Xchange Konto"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
-msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
-msgstr ""
-"Sie haben eine Konferenz ohne PIN angelegt - bitte lassen Sie die PIN-Felder "
-"leer."
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Erinnern"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
-msgstr "Bitte geben Sie eine PIN ein."
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Tage für Termin"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
-msgstr "Bitte geben Sie einen Namen für die Konferenz ein."
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Tage für Aufgabe"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
-msgstr "Der Wert für 'Nummer' muss numerisch sein."
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Benutzerinformation"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
-msgstr "Der Wert für 'Lebenszeit' muss numerisch sein."
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Zeitzone des Benutzers"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
-msgstr ""
-"Kann nicht überprüfen, ob bereits Einträge mit der angegebenen Telefonnummer "
-"und/oder cn im betreffenden Home-Server existieren."
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "phpGroupware-Konto"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
-msgstr ""
-"Kann Einträge mit manchen Telefonnummern und/oder cn nicht vom betreffenden "
-"Home-Server entfernen."
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "PHPscheduleit-Konto"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
-msgstr ""
-"Kann nicht überprüfen, ob der Eintrag in der alten Datenbank bereits "
-"existiert. Bitte schauen Sie in das GOsa-Protokoll."
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "PPTP-Konto"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
+#: 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 die alten Einträge vom anfänglichen Home-Server nicht entfernen. Bitte "
-"schauen Sie in das GOsa-Protokoll."
+"Filtern von unerwünschten Inhalten (z.B. pornografische oder gewalttätige "
+"Inhalte)"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
-msgstr "Speichern der Telefon-Konferenz ist fehlgeschlagen"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Inhaltsfilterung nur während der Arbeitszeit"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Konferenz-Verwaltung"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Proxynutzung durch Kontingent einschränken"
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Thin Client"
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "pro"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Objektname"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "FTP Konto"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Inhalt"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Upload-Bandbreite"
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten."
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/s"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
-msgstr ""
-"Dies ist das GOsa Hauptmenü. Wählen Sie die gewünschte Option aus dem Menü "
-"links oder durch die Auswahl eines Piktogrammes unten. Alle Änderungen "
-"werden direkt in den LDAP-Server Ihres Unternehmens eingepflegt."
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Download-Bandbreite"
 
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
-msgstr ""
-"Benutzen Sie 'Abmelden' oben links, um die Arbeit mit GOsa zu beenden und "
-"'Hauptmenü', um wieder in diese Ansicht zurückzugelangen."
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Kontingent"
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "Das GOsa Team"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Dateien"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Willkommen %s!"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Verhältnis"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr "Warnung: Das Konto hat eine ungültige Mail-Server Adresse!"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Hoch- / heruntergeladene Dateien"
 
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
-msgstr ""
-"Warnung: Der IMAP-Server kann nicht erreicht werden! Einige Mail-"
-"Einstellungen werden nicht auf den Server übertragen!"
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Verschiedenes"
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Kann das IMAP-Postfach nicht anlegen. Der Server meldet '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Wählen Sie diese Option, um FTP-Zugriff zu deaktivieren"
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr ""
-"Kann die Kontingent-Einstellungen nicht sichern. Der Server meldete '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Temporäres Abschalten des FTP-Zugriffs"
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Achtung: Die PHP-Funktion 'imap_getacl' ist nicht verfügbar - "
-"Zugriffsinformationen können nicht entfernt werden."
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "WebDAV-Konto"
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr ""
-"Achtung: Die PHP-Funktion imap_get_acl ist nicht verfügbar, die IMAP-"
-"Berechtigungen können nicht gelesen werden!"
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "auto"
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Kann das IMAP-Postfach nicht entfernen. Der Server meldete '%s'."
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Umgebungs-Erweiterung entfernen"
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Die Anmeldung am SIEVE-Server ist fehlgeschlagen. Die Meldung war '%s'."
+"Dieses Konto besitzt aktivierte Umgebungs-Erweiterungen. Sie können diese "
+"durch einen Klick auf die Schaltfläche unten deaktivieren."
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
+msgstr "Umgebungs-Erweiterung hinzufügen"
+
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+msgid "Environment extension disabled. You can enable it by clicking below."
 msgstr ""
 msgstr ""
-"Kann das aktive SIEVE-Skript nicht herunterladen. Die Meldung lautet '%s'."
+"Aktuell besitzt dieses Konto keine aktivierten Umgebungs-Erweiterungen. Sie "
+"können diese durch einen Klick auf die Schaltfläche unten aktivieren."
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Kann das SIEVE-Skript nicht übertragen. Die Meldung lautet '%s'."
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
+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."
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Kann das GOsa SIEVE-Skript nicht aktivieren. Die Meldung lautet '%s'."
+#: plugins/personal/environment/class_environment.inc:553
+msgid "Spaces are not allowed in the mount path!"
+msgstr "Leerzeichen sind im Laufwerks-Pfad nicht erlaubt!"
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Dieses Paket verfügt über keine debconf-Optionen."
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Passwort zurücksetzen"
 
 
-#: include/class_plugin.inc:404
-#, php-format
-msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Das in CHECK angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Diesen Freigabe-Eintrag entfernen"
 
 
-#: include/class_plugin.inc:555
+#: plugins/personal/environment/class_environment.inc:803
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"Das in POSTCREATE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+"Das ausgewählte Kiosk-Profil '%s' ist nicht mehr verfügbar, die Einstellung "
+"wurde auf 'keins' zurückgesetzt."
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, php-format
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "Entfernen der Umgebungs-Informationen ist fehlgeschlagen"
+
+#: plugins/personal/environment/class_environment.inc:901
+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:908
 msgid ""
 msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 msgstr ""
-"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+"Sie benötigen eine gültige UNIX-Erweiterung, um die Umgebungs-Erweiterung zu "
+"aktivieren."
 
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 msgstr ""
-"Das in POSTREMOVE angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+"Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich besitzen "
+"Sie nicht die nötigen Rechte."
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr "Objekt '%s' ist bereits markiert"
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "Hinzufügen der Umgebungs-Erweiterung ist fehlgeschlagen"
 
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr "Füge Markierung (%s) zu Objekt '%s' hinzu"
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "Gruppen-Freigabe"
 
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
-msgstr "Die Bearbeitung der Objekt-Markierung ist fehlgeschlagen"
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Administrator"
 
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
-msgstr "Entferne Markierung von Objekt '%s'"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Standard Drucker"
 
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr ""
-"Das Setzen des Passwortes ist fehlgeschlagen. Die Meldung vom LDAP-Server "
-"lautet '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+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)."
 
 
-#: include/class_password-methods.inc:204
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 msgstr ""
-"Die Einstellung 'SMBHASH' in /etc/gosa/gosa.conf ist nicht korrekt! Das "
-"Samba-Passwort kann nicht geändert werden."
+"Ungültiges Zeichen im Feld 'Beschreibung'. Bitte geben Sie eine gültige "
+"Beschreibung ein."
 
 
-#: include/functions_setup.inc:84
-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!"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+msgid "Please specify a valid iSerial."
+msgstr "Bitte geben Sie eine gültige Seriennummer ein!"
 
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 msgstr ""
-"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') ist nicht in den "
-"LDAP eingebunden"
+"Bitte geben Sie eine gültige Hersteller-ID an (2 Byte, hexadezimal, z.B. "
+"0xFFFF)"
 
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 msgstr ""
-"Die optionale Objektklasse '%s' (benötigt vom Modul '%s') hat nicht die "
-"Versionsnummer %s"
+"Bitte geben Sie eine gültige Produkt-ID ein (2 Byte, hexadezimal, z.B. "
+"0xFFFF)"
 
 
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Unterstützung für '%s' aktiviert"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Ein Eintrag mit diesem Namen existiert bereits."
 
 
-#: include/functions_setup.inc:118
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Die benötigte Objektklasse '%s' ist nicht im LDAP vorhanden"
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "Bitte wählen Sie einen Eintrag oder 'Abbrechen'."
 
 
-#: include/functions_setup.inc:122
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "Die benötigte Objektklasse '%s' hat nicht die Version %s"
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr ""
+"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Zugriff verweigert."
 
 
-#: include/functions_setup.inc:133
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 msgstr ""
-"SAMBA 3.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
+"Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Datei existiert "
+"nicht."
 
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "SAMBA 3 Unterstützung aktiviert"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
+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."
 
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
 msgstr ""
 msgstr ""
-"SAMBA 2.x Unterstützung wurde deaktiviert, kein passendes Schema installiert"
+"Auf den KIOSK-Pfad '%s' kann nicht zugegriffen werden. Bitte überprüfen Sie "
+"die Rechte."
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "SAMBA 2 Unterstützung aktiviert"
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
+msgstr "Der angegebene Name darf nur aus Buchstaben bestehen."
 
 
-#: include/functions_setup.inc:154
-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"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Bitte geben Sie einen gültigen Skript-Namen ein."
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "Unterstützung für PureFTPd aktiviert"
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
 
 
-#: include/functions_setup.inc:164
-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."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "Unterstützung für WebDAV aktiviert"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Umgebungs-Einstellungen"
 
 
-#: include/functions_setup.inc:174
-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."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Profil-Verwaltung"
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "Unterstützung für PHPGroupware aktiviert"
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Benutze Profil-Verwaltung"
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für Vertrauensstellungen ist deaktiviert, es wurde kein "
-"passendes Schema gefunden"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Profil-Server-Verwaltung"
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Unterstützung für Vertrauensstellungen aktiviert"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Profil-Pfad"
 
 
-#: include/functions_setup.inc:194
-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."
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Profil-Kontingent"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Unterstützung für GOfon aktiviert"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
+msgstr "Profil lokal zwischenspeichern"
 
 
-#: include/functions_setup.inc:204
-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."
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Kiosk-Profil-Einstellungen"
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Unterstützung für Nagios aktiviert"
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
+msgstr "Kiosk-Profil"
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr ""
-"Die Unterstützung für Netatalk wurde deaktiviert, das passende Schema ist "
-"nicht installiert."
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "Verwalten"
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Unterstützung für Netatalk aktiviert"
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
+msgstr "Auflösung änderbar während des Betriebs"
 
 
-#: include/functions_setup.inc:229
-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."
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Benutzer, der für die Verbindung zur Freigabe verwendet wird"
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
-msgstr "Unterstützung für Kolab aktiviert"
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Wählen Sie eine Freigabe"
 
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Einhänge-Pfad"
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Ignoriert"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr "Anmelde-Skripte"
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Fehlgeschlagen"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Verwaltung der Anmelde-Skripte"
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Überprüfung des PHP-Setups"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Hotplug-Geräte"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Prüfe auf eine PHP-Version (>=4.1.0)"
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Einstellungen der Hotplug-Geräte"
 
 
-#: include/functions_setup.inc:279
-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."
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
+msgstr "Vorhanden"
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Prüfe ob register_globals ausgeschaltet ist"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Drucker-Einstellungen"
 
 
-#: include/functions_setup.inc:283
-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 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."
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Admin-Modus umschalten"
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
-msgstr "PHP session.gc_maxlifetime (>= 86400 Sekunden)."
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Standard umschalten"
 
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
-msgstr ""
-"PHP verwendet diesen Wert für den Garbage Collector um alte Sitzungen zu "
-"entfernen. Wenn Sie diesen Wert auf einen Tag setzen, wird dies vermeiden, "
-"dass Sie die Sitzung und den zugehörigen Cookie verlieren, bevor diese "
-"tatsächlich ihre Gültigkeit verlieren."
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug-Geräte hinzufügen"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Suche LDAP-Modul"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Verwaltung der Hotplug-Geräte"
 
 
-#: include/functions_setup.inc:291
-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."
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Prüfe auf XML-Funktionen"
+#: 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"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr ""
-"Die XML-Funktionen werden benötigt, um die Konfigurationsdatei zu lesen."
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Prüfe auf gettext-Erweiterung"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Neuen Hotplug-Eintrag erstellen"
 
 
-#: include/functions_setup.inc:299
-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)."
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Neues Hotplug-Gerät erstellen"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Prüfe auf iconv-Erweiterung"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "(iSerial)"
+msgstr "(iSerial)"
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
-msgstr ""
-"Dieses Modul wird von GOsa benutzt, um Informationen der samba-Erweiterung "
-"zu verarbeiten und wird daher benötigt."
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "Vendor-ID"
+msgstr "Hersteller-ID"
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Suche mhash-Modul"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "(idVendor)"
+msgstr "(idVendor)"
 
 
-#: include/functions_setup.inc:307
-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 ""
-"Bei der Verwendung von speziellen Passwort-Verschlüsselungen (wie z.B. SSHA) "
-"wird dieses Modul benötigt. GOsa funktioniert auch ohne dieses Modul."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
+msgstr "Produkt-ID"
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Suche IMAP-Modul"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
+msgstr "(idProduct)"
 
 
-#: include/functions_setup.inc:311
-msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
-msgstr ""
-"Das IMAP-Modul wird für die Kommunikation mit ihrem IMAP-Server benötigt. "
-"Dort können Benutzer verwaltet und Statusinformationen bezogen werden."
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Verwaltung der Kiosk-Profile"
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Prüfe auf getacl im IMAP-Modul"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Einstellungen für Anmelde-Skripte"
 
 
-#: include/functions_setup.inc:315
-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 Geteilten Ordnern 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."
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Skriptname"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Suche MySQL-Modul"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Optionen für Anmelde-Skripte"
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"Das MySQL-Modul wird benötigt, um Fax-Berichte anzuzeigen und auszuwerten."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Letztes Skript"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Suche CUPS-Modul"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Skript kann vom Benutzer ausgetauscht werden"
 
 
-#: include/functions_setup.inc:323
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
-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."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Anmelde-Skript"
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Suche kadm5-Modul"
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Einstellungen der Benutzer-Umgebung"
 
 
-#: include/functions_setup.inc:327
-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."
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Drucker hinzufügen"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Suche SNMP-Modul"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Zeige die Drucker, auf die Folgendes passt"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr ""
-"Simple Network Management Protocol (SNMP) wird zur Client-Überwachung "
-"benötigt."
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "Detaillierte Überprüfung der verwendeten PHP-Funktionen"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Januar"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Prüfe Funktion %s"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Februar"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
-msgstr ""
-"Die Funktion '%s' wird von GOsa verwendet. Es gibt derzeit noch keine "
-"Information, ob die Funktion optional ist oder zwingend benötigt wird."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "März"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Suche einige zusätzliche Programme"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "April"
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Suche nach GraphicsMagick (>=1.1.2)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Mai"
 
 
-#: include/functions_setup.inc:396
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"GraphicsMagick wird verwendet, um vom Benutzer hochgeladene Bilder auf die "
-"passende Größe zu skalieren und in das einheitliche JPEG-Format zu "
-"konvertieren."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Juni"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Suche nach ImageMagick (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Juli"
 
 
-#: include/functions_setup.inc:400
-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."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "August"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
-msgstr "Prüfe auf imagick Erweiterung"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "September"
 
 
-#: include/functions_setup.inc:405
-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."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Oktober"
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Suche fping-Programm"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "November"
 
 
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
-msgstr ""
-"Fping wird benötigt, um den Status von Thin-Client basierenden Terminal zu "
-"überwachen."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "Dezember"
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Suche einen Weg, um LM/NT Passwort-Hashes zu generieren"
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "weiblich"
 
 
-#: include/functions_setup.inc:429
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
-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."
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "männlich"
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini Überprüfung -> session.auto_register"
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Dieses Konto besitzt keine gültigen GOsa-Erweiterungen."
 
 
-#: include/functions_setup.inc:443
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 msgstr ""
-"Um GOsa fehlerfrei benutzen zu können, muß die Option session.auto_register "
-"in Ihrer php.ini auf 'off' stehen."
+"Die angegebene Datei wurde nicht über HTTP POST übertragen! Aktion "
+"abgebrochen."
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini Überprüfung -> implicit_flush"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Bitte geben Sie eine gültige Seriennummer ein"
 
 
-#: include/functions_setup.inc:447
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 msgstr ""
-"Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie "
-"diese auf 'off', um die Leistung zu erhöhen."
+"(Manche Zertifikate werden momentan nicht unterstützt und werden daher als "
+"'ungültig' angezeigt),"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini Überprüfung -> max_execution_time"
+#: plugins/personal/generic/class_user.inc:472
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr "Zertifkat ist gültig im Zeitraum von %s bis %s (momentan: %s)."
 
 
-#: include/functions_setup.inc:455
-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."
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
+msgstr "gültig"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "php.ini Überprüfung -> memory_limit"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
+msgstr "ungültig"
 
 
-#: include/functions_setup.inc:463
-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."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "Kein Zertifikat eingerichtet"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "php.ini Überprüfung -> expose_php"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
+msgstr "Entfernen des allgemeinen Benutzerkontos fehlgeschlagen"
 
 
-#: include/functions_setup.inc:468
-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."
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen"
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini Überprüfung -> magic_quotes_gpc"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Benutzer kann nicht aus der Kerberos-Datenbank entfernt werden."
 
 
-#: include/functions_setup.inc:473
-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."
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
+msgstr "Speichern des allgemeinen Benutzerkontos fehlgeschlagen"
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-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."
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "Benutzer kann nicht zur Kerberos-Datenbank hinzugefügt werden."
 
 
-#: include/functions_setup.inc:734
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 msgstr ""
-"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Bitte stellen Sie sicher, "
-"dass der Server für GOsa erreichbar ist."
+"Sie haben keine Berechtigung, einen Benutzer innerhalb dieser 'Basis' "
+"anzulegen."
 
 
-#: include/functions_setup.inc:792
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Das Attribut '%s' ist in diesem Formular nicht angegeben. Bitte "
-"vervollständigen Sie Ihre Eingaben!"
+"Sie haben keine Berechtigung, einen Benutzer aus der ursprünglichen 'Basis' "
+"zu verschieben."
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
-msgstr "Kann LDAP Protokoll Version 3 nicht setzen."
+#: plugins/personal/generic/class_user.inc:1037
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Die von Ihnen angegebene 'Kennung' ist bereits vergeben."
 
 
-#: include/functions_setup.inc:841
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr "Das benötigte Feld 'Kennung' ist nicht gesetzt."
+
+#: plugins/personal/generic/class_user.inc:1053
 msgid ""
 msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
-"Die Anmeldung am LDAP-Server ist fehlgeschlagen! Bitte stellen Sie sicher, "
-"dass der Server für GOsa erreichbar ist."
+"Die von Ihnen angegebene Kombination aus 'Name'/'Vorname' ist bereits in der "
+"Datenbank vorhanden."
 
 
-#: include/functions_setup.inc:909
+#: plugins/personal/generic/class_user.inc:1060
 msgid ""
 msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Kann von GOsa benötigte Schema-Informationen nicht lesen. Bitte stellen Sie "
-"sicher, dass diese lesbar sind."
+"Das Feld 'Kennung' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und "
+"Bindestriche sind erlaubt."
+
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Das Feld 'Homepage' enthält eine ungültige Internetadresse."
 
 
-#: include/functions_setup.inc:918
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr ""
-"Die Anmeldung am LDAP-Server ist fehlgeschlagen. Die Meldung lautet '%s'."
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "Die angegebene Datei konnte nicht geöffnet werden!"
 
 
-#: include/functions_setup.inc:1092
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
-msgstr ""
-"Benutzer und/oder Gruppe konnte nicht erstellt werden, bitte überprüfen Sie "
-"Ihre Konfiguration!"
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Persönliche Informationen"
 
 
-#: 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)"
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Bild"
 
 
-#: include/class_password-methods-kerberos.inc:44
-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."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Bild ändern"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "Die Kommunikation mit der Kerberos-Datenbank ist fehlgeschlagen!"
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Name der Vorlage"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr ""
-"Die Änderung des Passworts in der Kerberos-Datenbank ist fehlgeschlagen!"
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Akademischer Titel"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Geburtsdatum"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr "Für dieses Modul ist keine Hilfe verfügbar."
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Bevorzugte Sprache"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
-msgstr "Vorherige"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Wählen Sie den Unterbaum, in den der Benutzer eingepflegt werden soll"
 
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
-msgstr "Nächste"
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Privat-Telefon"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr "%s Ergebnisse für Ihre Suche nach %s"
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Homepage"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% Trefferquote in Datei %s"
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Passwort-Speicherung"
 
 
-#: 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."
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Zertifikate"
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr "Die PPD-Datei '%s' konnte nicht zum Lesen geöffnet werden."
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Zertifikate bearbeiten"
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr ""
-"Die benötigte temporäre Datei '%s' kann nicht zum Schreiben geöffnet werden."
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, 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."
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Eigenschaften bearbeiten"
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Angabe zur Organisationseinheit"
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "Der Gruppenname ist nicht eindeutig!"
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Abteilungs-Nr."
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr "Symbolische Werte werden noch nicht unterstützt!"
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Angestellten-Nr."
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr "Verschachtelte Werte werden noch nicht unterstützt."
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Anstellungsart"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr "Die Option PickMany wird noch nicht unterstützt!"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Zimmer-Nr."
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
-"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
-"gefunden."
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Anrede"
 
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
-msgstr ""
-"Fehler: Der angeforderte Unterbaum besitzt eine Inkonsistenz in der DN-"
-"Kodierung. Prüfen Sie den LDAP!"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Aufgabengebiet"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr ""
-"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder "
-"Zugriffsrechte"
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Sachgebiet"
 
 
-#: 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)"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Amts-/Dienstbezeichnung"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
-"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht "
-"unterstützten Formats (benutzen Sie PEM/DER)"
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Funktion"
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein"
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Dienstort"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Kann Datei nicht anlegen/öffnen"
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Referat"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Kein gültiges Zertifikat geladen"
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Straße"
 
 
-#: 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!"
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Hausbezeichnung"
 
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
-msgstr "Zeige/Verstecke Informationen"
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Verwenden sie den Telefon-Reiter"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "PHP Fehler"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "letzte Übermittlung"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "Klasse"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Öffentlich sichtbar"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "Funktion"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Standard-Zertifikat"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statisch"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "S/MIME-Zertifikat"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "Methode"
+#: 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"
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
-msgstr "Ablaufverfolgung"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Bild entfernen"
 
 
-#: include/php_setup.inc:136
-msgid "Line"
-msgstr "Zeile"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern!"
 
 
-#: include/php_setup.inc:137
-msgid "Arguments"
-msgstr "Argumente"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Generische Benutzer-Information"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+#: 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 ""
-"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'."
+"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."
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Anmeldung des Nutzers ist fehlgeschlagen. Die Meldung lautet '%s'."
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Benutzer-Einstellungen"
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Die Kennung ist nicht eindeutig. Bitte prüfen Sie die LDAP-Datenbank."
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Passwort löschen"
 
 
-#: include/functions.inc:468
-msgid ""
-"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!"
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Neues Passwort setzen"
 
 
-#: include/functions.inc:478
-#, php-format
-msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
-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'."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Benutzerbild"
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr ""
-"Kann keinen Zugriffsschutz anlegen. Die Meldung des LDAP-Servers lautet '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "Kein DESC-Tag in der Abwesenheits-Datei:"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr ""
-"Kann den Zugriffsschutz nicht entfernen. Die Meldung des LDAP-Servers lautet "
-"'%s'."
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "Dieses Konto hat keine Mail-Erweiterungen."
 
 
-#: include/functions.inc:549
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 msgstr ""
-"Es kann nicht geprüft werden, ob das Objekt gesperrt ist. Die Parameter sind "
-"nicht korrekt!"
+"Dieses Konto kann nicht entfernt werden, solange Delegationen konfiguriert "
+"sind. Entfernen Sie diese zunächst."
 
 
-#: include/functions.inc:559
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"You're trying to add an invalid email address to the list of forwarders."
 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!"
+"Sie versuchen, eine ungültige Mail-Adresse in die Liste der Weiterleitungen "
+"aufzunehmen."
+
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "Entfernen des Mail-Kontos fehlgeschlagen"
+
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "Speichern des Mail-Kontos fehlgeschlagen"
 
 
-#: include/functions.inc:567
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Mehrere Sperrungen für ein Objekt gefunden. Dies sollte nicht möglich sein, "
-"bitte entfernen Sie mehrfache Referenzen."
+"Es wurde kein gültiger Mail-Server angegeben, bitte fügen Sie ein passendes "
+"System hinzu."
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!"
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr "Es wurde kein Ordner für die gewählten Spam-Einstellungen angegeben."
 
 
-#: include/functions.inc:655
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
+msgstr "Warte auf Entfernung der Mail-Einstellungen durch Kolab."
+
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 msgstr ""
-"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese "
-"Meldung bei Überschreitung wieder an"
+"Bitte entfernen Sie zunächst das Mail-Konto, damit Kolab Gelegenheit hat "
+"seine Einstellungen zu entfernen."
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "unvollständig"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Nachrichten weiterleiten an"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "LDAP-Fehler:"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Wählen Sie den Mail-Server, auf dem dieses Konto angelegt werden soll"
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Mail-Einstellungen"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
 msgstr ""
 msgstr ""
-"Probleme mit dem LDAP-Server bedeuten meist, dass ihre letzten Änderungen "
-"verloren gegangen sind. Bitte prüfen Sie die LDAP-Konfiguration um "
-"eventuelle Fehler aufzudecken und wiederholen Sie die Aktion."
+"Wählen Sie diese Einstellung, wenn Mails lediglich weitergeleitet werden "
+"sollen, ohne eine lokale Kopie zu speichern."
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Keine Zustellung in eigenes Postfach"
 
 
-#: include/functions.inc:1124
+#: plugins/personal/mail/generic.tpl:75
 msgid ""
 msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
+"Select to automatically response with the vacation message defined below"
 msgstr ""
 msgstr ""
-"Bitte prüfen Sie ihre Eingaben und beheben Sie den Fehler. Drücken Sie den "
-"'OK'-Knopf um dieses Meldungsfenster zu schließen."
+"Wählen Sie dies, um automatisch eine Urlaubsmeldung mit dem unten angebenen "
+"Text zu versenden."
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "Es ist ein Fehler bei der Bearbeitung ihrer Anfrage aufgetreten"
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Urlaubsbenachrichtigung aktivieren"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Trotzdem Fortsetzen"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Wählen Sie dies, um Mails von Spamassassin filtern zu lassen"
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Trotzdem bearbeiten"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Verschiebe Mails mit einem SPAM-Level größer als"
 
 
-#: include/functions.inc:1202
-#, 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."
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
 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."
+"Wählen sie den 'SPAM'-Level - kleinere Werte reagieren empfindlicher auf SPAM"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr "Einträge pro Seite"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "in den Ordner"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
-msgstr "Filter anwenden"
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Mails abweisen, die größer sind als"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Urlaubsbenachrichtigung"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "GOsa Entwicklerversion (Rev %s)"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Erweiterte Mail-Einstellungen"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
-"Konnte die Reverse-Zone für DNS-Zone '%s' nicht finden. Das Einlesen wurde "
-"abgebrochen."
+"Wählen Sie dies, wenn der Benutzer Mails nur innerhalb seiner Domäne senden "
+"und empfangen darf"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
-msgstr ""
-"Es wurde mehr als eine Reverse-Zone für DNS-Zone '%s' gefunden. Das Einlesen "
-"wurde abgebrochen."
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
+msgstr "Der Benutzer darf nur lokale Mails senden und empfangen"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr "Ungültiger Zonenname '%s'. Zonennamen müssen folgendem Format entsprechen: 'server/zone.com'."
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Eigenes Sieve-Skript verwenden"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr "Der Lösch-Vorgang wurde durch das plugin '%s' beendet: %s"
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "schaltet alle übrigen Mail-Einstellungen aus!"
 
 
-#: 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)"
+#: plugins/personal/mail/mail_locals.tpl:35
+msgid "Select department"
+msgstr "Wähle Abteilung"
 
 
-#: include/class_pluglist.inc:116
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Benutzer Mail-Einstellungen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "Dieses Konto besitzt keine Nagios-Erweiterungen."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Nagios-Konto entfernen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Die Konfigurationsdatei gosa.conf hat sich teilweise geändert. Bitte "
-"konvertieren Sie diese mit dem beigefügten Skript fix_config.sh!"
+"Dieses Konto besitzt aktivierte Nagios-Erweiterungen. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
-msgstr "Unbekannt"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Neues Nagios-Konto erzeugen"
 
 
-#: include/class_pluglist.inc:138 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen "
-"werden?"
-
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Sie kopieren gerade den Eintrag %s."
+"Dieses Konto besitzt keine aktivierten Nagios-Erweiterungen. Sie können "
+"diese aktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Einfügen"
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "Speichern des Nagios-Kontos ist fehlgeschlagen"
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "Kann nicht einfügen"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Das benötigte Feld 'NagiosAlias' ist nicht gesetzt."
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Das benötigte Feld 'NagiosMail' ist nicht gesetzt."
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
-"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den "
-"Administrator."
+"Bitte geben Sie eine gültige E-Mail-Adresse in das Feld 'NagiosMail' ein."
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "Entfernen des Nagios-Kontos ist fehlgeschlagen"
 
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
-msgstr ""
-"Der LDAP-Server antwortet sehr langsam (%.2fs für die letzte Anfrage), dies "
-"könnte die Ursache für Leistungseinbrüche sein."
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Nagios-Einstellungen"
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
-"Der LDAP-Server antwortet sehr langsam (%.2f), dies könnte die Ursache für "
-"Leistungseinbrüche sein."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Nagios-Konto"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Erstelle Kopie von %s"
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr "Verarbeite"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Frequenz der Host-Meldungen"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Fehler beim Abrufen des Quell-DN, der Vorgang wurde abgebrochen!"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Frequenz der Dienst-Meldungen"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "unbekannter FAI-Status %s"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Optionen der Dienst-Meldungen"
 
 
-#: include/class_ldap.inc:673
-#, php-format
-msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
-msgstr ""
-"Die Referral-URL '%s' fehlt in der LDAP-Basis. Sie sollte ungefähr so "
-"aussehen 'ldap://server:port/basis'."
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Optionen der Host-Meldungen"
 
 
-#: include/class_ldap.inc:734
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Befehle für Dienst-Meldungen"
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Befehle für Host-Meldungen"
 
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "während der Arbeit auf LDAP-Server '%s'"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Nagios Authentifikation"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
-msgstr ""
-"Dies ist keine valide DN: '%s'.  Ein Block für den Import sollte mit "
-"'dn:...' beginnen in Zeile %s"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "System-Informationen anzeigen"
 
 
-#: include/class_ldap.inc:1014
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "Konfiguration anzeigen"
 
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr ""
-"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab "
-"Zeile %s!"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "Alle System-Befehle ausführen"
 
 
-#: html/setup.php:89
-#, php-format
-msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr ""
-"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht "
-"zugegriffen werden, überprüfen Sie die Existenz und die Rechte!"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "Alle Dienste anzeigen"
 
 
-#: 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!"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "Alle Systeme anzeigen"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr "Hilfe-Browser"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "Alle Dienst-Befehle ausführen"
 
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
-msgstr "Für diese Klasse wurde keine Hilfedatei angegeben"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "Alle Host-Befehle ausführen"
 
 
-#: html/helpviewer.php:265
-#, 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."
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Netatalk-Konto verwalten"
 
 
-#: html/getxls.php:65
-msgid "Birthday"
-msgstr "Geburtstag"
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "Dieses Konto hat keine Netatalk-Erweiterungen."
 
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Name"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Netatalk-Konto entfernen"
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Benutzerliste von %s am %s"
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dieses Konto hat die Netatalk-Erweiterungen aktiviert. Sie können diese "
+"deaktivieren, indem Sie auf die Schaltfläche unten klicken."
 
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
-msgstr "Mitglieder"
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Neues Netatalk-Konto erzeugen"
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Gruppen von %s vom %s"
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dieses Konto hat keine Netatalk-Erweiterungen. Sie können diese aktivieren, "
+"wenn Sie auf die untere Schaltfläche klicken."
 
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
-msgstr "Systeme"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr "Sie müssen eine zu verwendende Freigabe auswählen."
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Name"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "Speichern des Netatalk-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "Entfernen des Netatalk-Kontos ist fehlgeschlagen"
+
+#: plugins/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Netatalk-Einstellungen"
 
 
-#: 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/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Freigabe"
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Server von %s vom %s"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
+msgstr ""
+"Sie haben erfolgreich Ihr Passwort geändert. Bitte denken Sie daran alle "
+"Programme anzupassen, die dieses Passwort auch benutzen."
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
-msgstr "Private Adresse"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr ""
+"Das Passwort, welches Sie als aktuelles Passwort eingegeben haben, ist nicht "
+"korrekt."
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "Mobiltelefon"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Sie müssen das aktuelle Passwort eingeben, um fortfahren zu können."
 
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
-msgstr "Adresse"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "Das alte und neue Passwort sind sich zu ähnlich."
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Funktion"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr ""
+"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz."
 
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
-msgstr "Adressbuch"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Adressbuch von  %s vom %s"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:"
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Name"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "Passwort-Änderung ist nicht erlaubt"
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Geburtsdatum"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "Email-Adresse"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Um das Passwort zu ändern, benutzen Sie das untere Feld. Die Änderung wird "
+"sofort wirksam. Bitte merken Sie sich das neue Passwort, da Sie sich ohne "
+"dieses nicht mehr anmelden können."
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Organisationeinheit"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Momentanes Passwort"
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Postleitzahl"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Felder löschen"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Nachname"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "abgelaufen"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Titel"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
+msgstr "Nachfrist aktiv"
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr "Voll"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "aktiv, Passwort kann nicht geändert werden"
 
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Benutzerliste von %s vom %s"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "aktiv, Passwort abgelaufen"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Systeme von %s vom %s"
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "aktiv"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "Die Sitzung ist nicht verschlüsselt."
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Gruppe des Benutzers"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "SSL Sitzung"
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "unkonfiguriert"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr "Die Konfigurationsdatei %s/gosa.conf ist nicht lesbar. Abgebrochen."
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Dieses Konto besitzt keine UNIX-Erweiterungen."
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr ""
-"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht "
-"zugegriffen werden!"
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "UNIX-Konto entfernen"
 
 
-#: html/index.php:219
+#: plugins/personal/posix/class_posixAccount.inc:268
 msgid ""
 msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
-"GOsa kann keine Informationen über die verfügbaren Schema-Definitionen "
-"anfordern. Bitte stellen Sie sicher, dass dies möglich ist."
+"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Um sie zu deaktivieren, "
+"müssen Sie zunächst die Samba- und Umgebungserweiterungen deaktivieren."
 
 
-#: html/index.php:227
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Ihr LDAP-Server enthält veraltete Schema-Definitionen. Bitte führen Sie "
-"erneut die Einrichtung durch."
+"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: html/index.php:246 ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "UNIX-Konto erstellen"
+
+#: plugins/personal/posix/class_posixAccount.inc:275
 msgid ""
 msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"In ihrem Setup fehlt ein administratives Konto für GOsa, Sie sind deshalb "
-"nicht in der Lage, irgendetwas einzustellen!"
+"Dieses Konto besitzt keine aktivierten UNIX-Erweiterungen. Sie können diese "
+"durch einen Klick auf die untere Schaltfläche aktivieren."
 
 
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!"
+#: plugins/personal/posix/class_posixAccount.inc:438
+#, 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"
 
 
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Bitte geben Sie Ihr Passwort ein!"
+#: plugins/personal/posix/class_posixAccount.inc:440
+#, php-format
+msgid "Password must be changed after %s days"
+msgstr "Der Benutzer muß sein Passwort nach %s Tagen ändern"
 
 
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort."
+#: plugins/personal/posix/class_posixAccount.inc:442
+#, php-format
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr "Konto nach %s Tagen nach Ablauf ohne Aktivität deaktivieren"
 
 
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
-msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator."
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr "Benutzer %s Tage vor dem Ablauf des Passwortes warnen"
 
 
-#: html/index.php:339
-msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
-msgstr ""
-"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies "
-"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "Vollzugriff"
 
 
-#: html/getkiosk.php:25
-#, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
-msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht."
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "erlaube Zugriff auf diese Hosts"
 
 
-#: html/getkiosk.php:30
-#, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Kann Datei '%s' nicht lesen, überprüfen Sie die Rechte."
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "Entfernen des UNIX-Kontos ist fehlgeschlagen"
 
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Die SQL-Datenbank kann nicht erreicht werden!"
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Fehlgeschlagen: Lock wird ignoriert"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "Die angegebene Datenbank kann nicht ausgewählt werden."
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "Speichern des Unix-Kontos ist fehlgeschlagen"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "Die Datenbankabfrage ist fehlgeschlagen!"
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Das benötigte Feld 'Basisverzeichnis' ist nicht gesetzt."
 
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
 msgstr ""
 msgstr ""
-"FATAL: 'Register globals' ist im PHP aktiviert. GOsa läßt keine Anmeldung "
-"zu, bis dies von einem Administrator behoben wurde."
+"Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein."
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr ""
-"Achtung: die Speichernutzung ist zu hoch - bitte erhöhen Sie das "
-"memory_limit!"
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "Die von ihnen angebene 'UID' ist nicht korrekt."
 
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!"
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "Die von ihnen angebene 'UID' ist zu klein."
 
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
-msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort eie"
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "Der von ihnen angegebene Wert 'shadowMin' ist nicht gültig."
+
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "Der von ihnen angegebene Wert 'shadowMax' ist nicht gültig."
 
 
-#: html/main.php:388
-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!"
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "Der von ihnen angegebene Wert 'shadowWarning' ist nicht gültig."
 
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
-msgstr ""
-"Kann nicht zur glpi-Datenbank verbinden, da die MySQL-Erweiterung in Ihrer "
-"PHP-Umgebung nicht verfügbar ist."
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "'shadowWarning' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
 
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"Kann die angegebene Datenbank nicht erreiche, bitte überprüfen Sie Ihre glpi-"
-"Konfiguration."
+"Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein."
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
 msgstr ""
 msgstr ""
-"Kann die gewählte Anhangs-Datei nicht abrufen, es wurde kein Eintrag mit der "
-"angegebenen ID gefunden."
+"Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein."
 
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
-msgstr "Kann Datei '%s' nicht öffnen."
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "Der von ihnen angegebene Wert 'shadowInactive' ist nicht gültig."
 
 
-#: 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."
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
 msgstr ""
 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."
+"'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
+msgstr "Der angegebene Wert 'shadowMin' sollte kleiner als 'shadowMax' sein."
 
 
-#: 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"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Basisverzeichnis"
 
 
-#: 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"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your username and password to log in"
-msgstr "Melden Sie sich bitte mit Ihrem Benutzernamen und Ihrem Passwort an"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Primäre Gruppe"
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Verzeichnis"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Erzwinge UID/GID"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Anmelden"
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Hier klicken zum Anmelden"
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Gruppenmitgliedschaft"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Ein Sitzungskonflikt wurde festgestellt"
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Warnung: mehr als 16 Gruppen werden von NFS nicht unterstützt!)"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
-msgstr ""
-"Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das Arbeiten "
-"mit mehreren Fenstern ist technisch so nicht möglich und hängt stark vom "
-"eingesetzten Browser ab. Die Verwendung unterschiedlicher Browser zur "
-"gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken von 'Abmelden' "
-"schließt diese Sitzung."
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Konto"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
-msgstr ""
-"Falls Sie trotzdem fortfahren, können einige Daten der momentan bearbeiteten "
-"Dialoge verlorengehen. Deshalb schließen Sie bitte die verschiedenen Fenster "
-"und melden sich neu an."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "System-Vertrauen"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Abmelden"
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Vertrauens-Modus"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Willkommen bei der GOsa Einrichtung!"
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "UNIX-Einstellungen"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Scheinbar rufen Sie GOsa zum ersten Mal auf, denn es wurde keine "
-"Konfiguration gefunden. Diese Einrichtung wird Sie dabei unterstützen, eine "
-"initiale, aber lauffähige Konfiguration zu erzeugen, indem es Sie durch drei "
-"grundlegende Schritte führt: Zunächst wird versucht, die PHP-Installation "
-"auf mögliche Fehler zu untersuchen, dann wird die Verfügbarkeit einiger "
-"optionaler Werkzeuge geprüft und abschließend wird die LDAP-Verbindung "
-"konfiguriert."
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "UNIX-Einstellungen"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "Sie haben bereits ein administratives Konto und eine passende Gruppe."
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Wählen Sie die hinzuzufügenden Gruppen"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
-msgstr ""
-"Um GOsa einen uneingeschränkten Zugang zu ermöglichen, müssen Sie eine "
-"spezielle Gruppe anlegen, die den administrativen Benutzer enthält.Das "
-"Einrichtungs-Programm kann Sie dabei unterstützen: Geben Sie den gewünschten "
-"Benutzernamen und das zugehörige Passwort in das untere Feld ein, um die "
-"fehlenden Einträge zu erstellen."
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Zeige Gruppen der Abteilung"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Hauptmenü"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Zeige Gruppen, auf die zutrifft"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Hilfe"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Zeige Gruppen des Benutzers"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Abmelden"
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
+msgstr "Der Benutzer muss beim ersten Anmelden sein Passwort ändern"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Angemeldet:"
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
+msgstr "Passwort läuft ab am"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Ein Zugriffskonflikt wurde festgestellt"
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Wählen Sie die hinzuzufügenden Systeme"
 
 
-#: ihtml/themes/altlinux/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 'Remove' 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 'Entfernen' beseitigen."
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Zeige die Systeme der Abteilung"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "Einrichtung wird fortgesetzt..."
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "Dieses Konto besitzt keine Samba-Erweiterungen."
+
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Samba-Konto entfernen"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Der zweite Schritt prüft auf die Verfügbarkeit einiger Hilfsprogramme und "
-"testet, ob sie in der richtigen Version vorliegen."
+"Dieses Konto besitzt aktivierte Samba-Erweiterungen. Sie können diese durch "
+"einen Klick auf die untere Schaltfläche deaktivieren."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
-msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
-msgstr ""
-"Nun wird ihr LDAP-Server in die Konfiguration eingebunden und eine initiale "
-"Konfigurationsdatei erzeugt. Nachdem Sie die Server-URI unten eingegeben "
-"haben, wird in einem kurzen Test überprüft, ob die notwendigen Schemata "
-"installiert sind. Die verwendete Samba-Version wird auf Basis der "
-"installierten Objektklassen automatisch erkannt. Eine genauere Konfiguration "
-"der Verzeichnisstruktur erfolgt später."
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Samba-Konto erstellen"
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Bitte geben Sie die Server-URI an, damit die Einrichtung sich zu Ihrem LDAP-"
-"Server verbinden kann (Beispiel: ldap://ihr.server:389)"
+"Dieses Konto besitzt deaktivierte Samba-Erweiterungen. Sie können diese "
+"durch einen Klick auf die untere Schaltfläche aktivieren."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
-"Die folgenden Eingabefelder ermöglichen die Grundkonfiguration von GOsa und "
-"beeinflussen verschiedene Eigenschaften der Hauptkonfiguration."
+"Dieses Konto besitzt deaktivierte Samba-Erweiterungen. Um diese zu "
+"aktivieren werden UNIX-Erweiterungen benötigt. Diese müssen zuerst aktiviert "
+"werden."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Geben Sie eine Beschreibung des hier konfigurierten Standortes ein"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "Eingabe EIN, Benachrichtigen EIN"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Name des Standortes:"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "Eingabe EIN, Benachrichtigen AUS"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"GOsa arbeitet immer als Administrator und verwaltet die Rechte intern "
-"(solange die in OpenLDAP implementierten ACIs nicht vollständig unterstützt "
-"werden, wird dieser Workaround bestehen bleiben). Damit dies funktioniert, "
-"wird an dieser Stelle der DN des LDAP-Administrators und das dazugehörige "
-"Passwort benötigt."
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "Eingabe AUS, Benachrichtigen EIN"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "Administrator-DN:"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "Eingabe AUS, Benachrichtigen AUS"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Administrator-Passwort:"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "trennen"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Einige LDAP-Parameter beeinflussen die Art und Weise wie (und wo) GOsa Daten "
-"in der Baumstruktur ablegt. Prüfen Sie die vorgegebenen Werte, ob sie Ihren "
-"Vorgaben entsprechen."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "zurücksetzen"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Basis:"
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "von jedem Client"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Ablage-OU für Benutzer:"
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "nur von vorherigem Client"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "DN-Attribut für Benutzer:"
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "Entfernen des Samba-Kontos ist fehlgeschlagen"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "Ablage-OU für Gruppen:"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Profil-Pfad"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "ID-Basis für Benutzer/Gruppen:"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "Der als '%s' angegebene Wert enhält ungültige Zeichen!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Verbinden"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Trennen"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "Leerlauf"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 msgstr ""
-"GOsa unterstützt zahlreiche Verschlüsselungsarten für Ihre Passwörter. "
-"Üblicherweise wird die Auswahl über Vorlagen verwaltet, Sie können aber auch "
-"eine Standardmethode festlegen, die benutzt werden soll."
-
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Verschlüsselungsalgorithmus"
+"Die Zeitlimitoption '%s' ist ausgewählt, das entsprechende Feld enthält "
+"ungültige oder keine Zeichen!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"GOsa unterstützt verschiedene Zustellungs-Methoden. Diese Methoden stellen "
-"Schnittstellen für Benutzer-Postfächer und die Verwaltung von Kontingenten "
-"bereit. Wählen sie 'deaktiviert', um all Ihre Mail-Einstellungen unberührt "
-"zu lassen."
+"Die Benutzerverwaltung von Windows erlaubt nur acht Clients. Sie haben mehr "
+"als acht angegeben."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "Zustellungs-Methode"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Achtung: Diesem Konto ist eine unbekannte Samba-SID zugeordnet. GOsa kann "
+"dieses Problem nicht beheben!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:928
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 msgstr ""
-"GOsa kann Fehler im PHP-Interpreter erzeugen (insbesondere bei Beta-"
-"Versionen). In einigen Fällen ist es hilfreich, das 'error_reporting' zu "
-"aktivieren (dies kann jedoch ein Sicherheitsrisiko darstellen)."
+"Warnung: Die primäre Benutzergruppe kann nicht identifiziert werden, daher "
+"kann keine Umwandlung in eine Samba-Gruppe vorgenommen werden!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Zeige PHP-Fehler an"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
+msgstr "Speichern des Samba-Kontos fehlgeschlagen"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "wahr"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+msgid "Sunday"
+msgstr "Sonntag"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "falsch"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+msgid "Monday"
+msgstr "Montag"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Prüfen"
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+msgid "Friday"
+msgstr "Freitag"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+msgid "Saturday"
+msgstr "Samstag"
+
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Samba-Einstellungen"
+
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Samba-Basisverzeichnis"
+
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Anmeldeskript"
+
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Zugriffsoptionen"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Einrichtung abgeschlossen"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Der Benutzer darf das Passwort vom Client aus ändern"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
-msgstr ""
-"Die Einrichtung ist nun abgeschlossen. Sie können das Ergebnis der schema-"
-"Überprüfung hier kontrollieren und die automatisch erzeugte gosa.conf "
-"herunterladen."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "Die Anmeldung vom Windows-Client erfordert kein Passwort"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Schema-Konfiguration"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Vorübergehende Deaktivierung des Samba-Zugriffs"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Konfigurationsdatei"
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Domäne"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"GOsa Einrichtung besitzt nun genügend Informationen, um eine initiale "
-"Konfiguration zu erstellen. Speichern Sie den untenstehenden Link als gosa."
-"conf und nehmen Sie gegebenenfalls Anpassungen vor. Verschieben Sie diese "
-"Datei in das Verzeichnis /etc/gosa."
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Terminal-Server"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Konfiguration herunterladen"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Anmeldung am Terminalserver zulassen"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Nachdem Sie die Konfigurationsdatei unter /etc/gosa abgelegt haben, muß "
-"sichergestellt werden, daß der Webserver auch darauf zugreifen kann - "
-"während normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um "
-"die obigen Voraussetzungen zu erfüllen:"
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Client-Konfiguration übernehmen"
 
 
-#: 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 want to take over the lock by "
-"pressing the 'Edit anyway' 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 'Trotzdem bearbeiten' übergehen."
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Startprogramm"
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "GOsa Hilfe-Browser"
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Arbeitsverzeichnis"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Zeitlimit (in Minuten)"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr "Kopieren &amp; Einfügen - Assistent"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Client-Geräte"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-msgid "Object to be pasted"
-msgstr "Einzufügendes Objekt"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Client-Laufwerke beim Anmelden verbinden"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
-msgstr ""
-"Bestimmte Werte müssen im gesamten Verzeichnis eindeutig sein, während "
-"andere Kombinationen keinen Sinn ergeben. GOsa zeigt die relevanten "
-"Attribute. Bitte verwalten Sie die Werte, die unten angezeigt werden, um die "
-"Auflagen zu erfüllen."
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Client-Drucker beim Anmelden verbinden"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Vorgang abgeschlossen"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Standard-Drucker vom Client wählen"
 
 
-#: ihtml/themes/default/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das Arbeiten "
-"mit mehreren Fenstern ist technisch so nicht möglich und hängt stark vom "
-"eingesetzten Browser ab. Die Verwendung unterschiedlicher Browser zur "
-"gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken von 'Abmelden' "
-"schließt diese Sitzung."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Spiegeln"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Scheinbar rufen Sie GOsa zum ersten Mal auf, denn es wurde keine "
-"Konfiguration gefunden. Diese Einrichtung wird Sie dabei unterstützen, eine "
-"initiale, aber lauffähige Konfiguration zu erzeugen, indem es Sie durch drei "
-"grundlegende Schritte führt: Zunächst wird versucht, die PHP-Installation "
-"auf mögliche Fehler sowie benötigte Module zu untersuchen, dann wird die "
-"Verfügbarkeit einiger optionaler Werkzeuge geprüft und abschließend wird, "
-"nachdem Sie die grundlegenden LDAP-Einstellungen festgelegt haben, die LDAP-"
-"Verbindung konfiguriert."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "Bei Trennung oder abgelaufenem Zeitlimit"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
-"Sie können auch das detailliertere Verfahren zum Überprüfen der PHP-"
-"Installation verwenden. Es zeigt Ihnen genau an, welche verwendete PHP-"
-"Funktion auf Ihrem Zielsystem nicht vorhanden ist, bzw. nicht aufgerufen "
-"werden kann. Diese Methode ist nützlich, wenn Sie genau wissen, was Sie tun."
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Wiederherstellen falls unterbrochen"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr "Zeige/Verstecke"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Samba-Konto sperren"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!"
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Limitiere Logon Zeit"
 
 
-#: 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."
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Limitiere Logoff Zeit"
 
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Erneut anmelden"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "Konto läuft ab am"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort ein"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Samba logon times"
+msgstr "Samba-Anmeldezeiten"
 
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Altes Passwort"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Edit settings..."
+msgstr "Einstellungen bearbeiten..."
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Neues Passwort"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Erlaube Verbindungen nur von diesen Arbeitsstationen"
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Passwort überprüfen"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Wählen Sie die hinzuzufügenden Arbeitsstationen"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Passwort ändern"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Zeige die Arbeitsstationen der Abteilung"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Hier klicken, um Ihr Passwort zu ändern"
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Wählen Sie die Stunden, in denen sich der Benutzer anmelden darf"
 
 
-#: 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 ""
-"GOsa kann Fehler im PHP-Interpreter erzeugen. In einigen Fällen ist es "
-"hilfreich, das 'error_reporting' zu aktivieren (dies kann jedoch ein "
-"Sicherheitsrisiko darstellen)."
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+msgid "Hour"
+msgstr "Stunde"
 
 #~ msgid "Repository settings"
 #~ msgstr "Repository-Einstellungen"
 
 #~ msgid "Repository settings"
 #~ msgstr "Repository-Einstellungen"
index d27fbe0f3957b0f6dc7508860086a50a87ed2435..4f98101e17b6d2d2f7ce6cf57b2b6ff0bf0c7850 100644 (file)
Binary files a/locale/es/LC_MESSAGES/messages.mo and b/locale/es/LC_MESSAGES/messages.mo differ
index 4aa66a9e9fa22dde85bb9f2a702a13bb688744f7..fa3d5f208b13faa5dc3bf912ca3b4ecfce6e378f 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2006-06-12 19:27GMT\n"
 "Last-Translator: Alejandro Escanero Blanco <thoth@bbvnet.com>\n"
 "Language-Team: Español\n"
 "PO-Revision-Date: 2006-06-12 19:27GMT\n"
 "Last-Translator: Alejandro Escanero Blanco <thoth@bbvnet.com>\n"
 "Language-Team: Español\n"
@@ -30,29 +30,29 @@ msgstr "Agregados"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Genérico"
 
 msgid "Generic"
 msgstr "Genérico"
 
@@ -61,69 +61,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Entorno"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Entorno"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Correo Electrónico"
 
 msgid "Mail"
 msgstr "Correo Electrónico"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr ""
 
 msgid "Netatalk"
 msgstr ""
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Conectividad"
 
 msgid "Connectivity"
 msgstr "Conectividad"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Teléfono"
 
 msgid "Phone"
 msgstr "Teléfono"
 
@@ -149,14 +150,14 @@ msgid "ACL"
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opciones"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opciones"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Parámetro"
 
 msgid "Parameter"
 msgstr "Parámetro"
 
@@ -171,30 +172,30 @@ msgid "Devices"
 msgstr "Servicios"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Servicios"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Impresora"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Impresora"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Información"
 
 msgid "Information"
 msgstr "Información"
 
@@ -220,12 +221,12 @@ msgstr ""
 msgid "OGo"
 msgstr ""
 
 msgid "OGo"
 msgstr ""
 
-#: contrib/gosa.conf:199 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:199 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"
 
@@ -233,12 +234,12 @@ msgstr "Exportar"
 msgid "Excel Export"
 msgstr "Exportar en XLS"
 
 msgid "Excel Export"
 msgstr "Exportar en XLS"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Importar"
 
 msgid "Import"
 msgstr "Importar"
 
@@ -250,10 +251,10 @@ msgstr "Importación desde CVS"
 msgid "Partitions"
 msgstr "Particiones"
 
 msgid "Partitions"
 msgstr "Particiones"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
@@ -269,8 +270,8 @@ msgstr "Variables"
 msgid "Templates"
 msgstr "Plantillas"
 
 msgid "Templates"
 msgstr "Plantillas"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Perfiles"
 
 msgid "Profiles"
 msgstr "Perfiles"
 
@@ -318,4332 +319,3550 @@ msgstr "Italiano"
 msgid "Polish"
 msgstr "Polaco"
 
 msgid "Polish"
 msgstr "Polaco"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Guardar"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"No puedo conectar a la base de datos glpi, no hay extensión mysql "
+"configurada en su configuración PHP."
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Cancelar"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"No puedo conectar a la base de datos especificada, por favor compruebe la "
+"configuración de GLPI."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
 msgstr ""
 msgstr ""
-"Pulse en el botón - Editar - para cambiar la información de esta ventana"
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Editar"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "No se puede acceder al archivo '%s'."
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Parámetros de Nagios"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "No puedo conectar al servidor de base de datos."
 
 
-#: 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "Esto hace algo"
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
-msgstr "Esta cuenta no tiene extensiones validas de nagios."
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "No puedo seleccionar la base de datos."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
-msgstr "Borrar cuenta de nagios"
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "La consulta a la base de datos ha fallado."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de nagios activas. Puede desactivarlas "
-"apretando a continuación."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
-msgstr "Crear cuenta de nagios"
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "No puedo acceder al archivo '%s', por favor compruebe los permisos."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
+#: 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/getxls.php:65
+msgid "Birthday"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de nagios desactivadas.Puede "
-"activarlas pulsando aqui."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
-msgstr "Ha fallado al grabar la cuenta de nagios"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Sexo"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "El campo requerido 'Alias de Nagios' no ha sido rellenado."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Apellido"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
-msgstr "El campo requerido 'Correo de Nagios' no ha sido rellenado."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Nombre"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr ""
-"Por favor introduzca una dirección valida de correo electrónico en el campo "
-"'Cuenta Nagios'."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Lenguaje"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
-msgstr "Ha fallado borrar cuenta de nagios"
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Usuarios"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Cuenta Nagios"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Lista de usuarios de %s en %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Identificador (ID) de usuario"
 
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
-msgstr "Dirección correo electrónico"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Miembros"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Periodo de Notificación de Host"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Grupos"
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Periodo de Notificación de Servicio"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Grupos de %s en %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Opciones de Notificación de Servicio"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Descripción"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Opciones de Notificación de Host"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Computadoras"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: 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 "Paginador"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Nombre"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Comandos de Notificación de Servicio"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Nombre del servidor"
 
 
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Comandos de Notificación de Host"
+#: 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/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Autenticación de Nagios"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Servidores de %s en %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "Ver la información de sistema"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Nombre mostrado"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "Ver la información de configuración"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Nombre"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Teléfono particular"
+
+#: html/getxls.php:174
+msgid "Home postal address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "Ver todos los servicios"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Iniciales"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "Ver todos los hosts"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Localización"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr ""
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "Dirección correo electrónico"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr ""
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "Teléfono móvil"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Seleccione dirección para añadir"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Ciudad"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Filtros"
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Dirección Postal"
 
 
-#: plugins/personal/mail/mail_locals.tpl:35
-#, fuzzy
-msgid "Select department"
-msgstr "Seleccione para ver los departamentos"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Paginador"
 
 
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Escoja el departamento base de la búsqueda"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Número de teléfono"
 
 
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Expresiones regulares que concuerden con direcciones"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Dirección"
 
 
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Mostrar direcciones del usuario"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Código Postal"
 
 
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Nombre de usuario de las direcciones mostradas"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Estado"
 
 
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Añadir"
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Función"
 
 
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Cuenta Principal"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Libreta de direcciones"
 
 
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Servidor"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Libreta de direcciones de %s en %s"
 
 
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Especificar el servidor de correo donde el usuario estará hospedado."
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Nombre"
 
 
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Uso de la Cola de Correo"
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Fecha de nacimiento"
 
 
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "sin definirse"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Tamaño de la Cola de correo"
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "Dirección de correo electrónico"
 
 
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Direcciones alternativas"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "Teléfono Móvil"
 
 
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Lista de direcciones de correo alternativas."
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Organización"
 
 
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Borrar"
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Unidad organizadora"
 
 
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Opciones de correo"
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Código Postal"
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr "Seleccione si quiere reenviar nagios sin quedarse copias de ellos"
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Apellido"
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "No se enviara a su propia carpeta de correo"
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Título"
 
 
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
+#: html/getxls.php:239
+msgid "Full"
 msgstr ""
 msgstr ""
-"Seleccione para responder automáticamente con el mensaje de ausencia "
-"definido aqui"
 
 
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Activar mensaje de ausencia"
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Lista de usuarios de %s en %s"
 
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Ordenadores de %s en %s"
+
+#: html/helpviewer.php:67
+msgid "Help browser"
 msgstr ""
 msgstr ""
-"Seleccione aquí si quiere que su correo se filtre a través de spamassassin"
 
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Mover los correos etiquetados con nivel de spam mayor que"
-
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
-msgstr "Elija el nivele de spam - los mas bajos son mas sensibles"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "a la carpeta"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "rechazar correos mayores que"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "Mb"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Mensaje de ausencia"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "reenviar mensajes a"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Añadir Cuenta Local"
-
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Opciones de correo avanzadas"
-
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr ""
-"Seleccione si el usuario solo puede enviar y recibir dentro de su propio "
-"dominio"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
+msgstr "No hay archivo de ayuda para esta clase"
 
 
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
 msgstr ""
 msgstr ""
-"El usuario solo esta permitido a enviar y recibir correo de forma local"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Usar 'script sive' propios"
 
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "¡Desactivar todas las opciones de correo!"
-
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "Parámetros de correo"
-
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Parametros del correo de usuarios"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "siguiente"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
+#: html/helpviewer.php:265
 #, php-format
 #, 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'."
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
 
 
-#: plugins/personal/mail/class_mailAccount.inc:212
-msgid "No DESC tag in vacation file:"
-msgstr "En el archivo de ausencia no existe la etiqueta 'DESC':"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Aviso"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "Esta cuenta no tiene extensiones validas de correo."
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "La sesion no sera encriptada."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "Borrar cuenta de correo"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Entrar en sesión SSL"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:268
-msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
 msgstr ""
 msgstr ""
+"No se puede leer la configuración de GOsa (%s/gosa.conf). Se ha abortado la "
+"operación."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
+#: html/index.php:138
+#, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de correo activas. Puede desactivarlas "
-"apretando a continuación."
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "Crear cuenta de correo"
+"El directorio '%s' especificado como directorio de compilación no es "
+"accesible."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene las características de correo desactivadas.Puede "
-"activarlas pulsando aqui."
+"NO se puede conectar a LDAP. Por favor, contacte con su administrador de "
+"sistemas."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:324
+#: html/index.php:223
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"reenvíos."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:330
-#: plugins/admin/groups/class_groupMail.inc:414
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
+#: html/index.php:231
+msgid ""
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 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:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
+#: html/index.php:250 ihtml/themes/altlinux/setup_useradmin.tpl:6
+#: ihtml/themes/default/setup_useradmin.tpl:6
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
+"You're missing an administrative account for GOsa, you'll not be able to "
+"administrate anything!"
 msgstr ""
 msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"direcciones alternativas"
+"No tiene una cuenta administrativa para GOsa, no podrá administrar nada."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:383
-#: plugins/admin/groups/class_groupMail.inc:447
-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"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Por favor especifique un nombre de usuario valido."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:670
-msgid "Removing mail account failed"
-msgstr "No se ha podido borrar la cuenta de correo"
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Por favor especifique su contraseña."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
-msgstr "No se ha podido guardar la cuenta de correo"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Por favor compruebe su nombre de usuario/contraseña."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:851
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
 msgstr ""
 msgstr ""
+"Cuenta bloqueada. Por favor, contacte con su administrador de sistemas."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:856
-#: plugins/admin/groups/class_groupMail.inc:845
-msgid "The required field 'Primary address' is not set."
-msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
+#: html/index.php:343
+msgid ""
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
+msgstr ""
 
 
-#: plugins/personal/mail/class_mailAccount.inc:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-msgid "Please enter a valid email address in 'Primary address' field."
+#: html/main.php:164
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
 msgstr ""
 msgstr ""
-"Por favor introduzca una dirección valida de correo electrónico en el campo "
-"'Cuenta Principal'."
+"FATAL: 'Register globals' está activado. No se permitirá ningún acceso hasta "
+"que sea solucionado por un administrador."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-msgid "The primary address you've entered is already in use."
-msgstr "La cuenta principal que ha introducido ya esta en uso."
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Advertencia: Poca memoria disponible -  por favor aumente 'memory_limit'"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:876
-#: plugins/admin/groups/class_groupMail.inc:860
-msgid "Value in 'Quota size' is not valid."
-msgstr "El valor de 'Tamaño de Cola' no es valido."
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "FATAL: No se pudo encontrar ninguna definición de extensión para '%s'"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:885
-#: plugins/admin/groups/class_groupMail.inc:869
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Por favor especifique un usuario valido."
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr "Su contraseña está a punto de expirar, por favor cambiela."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:895
-#: plugins/admin/groups/class_groupMail.inc:877
-msgid "You need to set the maximum mail size in order to reject anything."
+#: html/main.php:388
+msgid ""
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
 msgstr ""
 msgstr ""
-"Necesita poner un valor máximo en el tamaño de mensaje de correo para poder "
-"rechazar mensajes."
+"¡La generación de esta página provoca que el comprobador de especificaciones "
+"para W3C muestre algunos errores!"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:899
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Información de intercambio"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
 msgstr ""
 msgstr ""
+"El directorio '%s' especificado como directorio de compilación para smarty  "
+"no es accesible, ¡compruebe la existencia y los permisos de este directorio!"
+
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Detectado conflicto de sesiones."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:1055
+#: ihtml/themes/altlinux/conflict.tpl:6
+#, fuzzy
 msgid ""
 msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
 msgstr ""
 msgstr ""
+"Probablemente hay otra instancia de su sesión. Las operaciones con múltiples "
+"ventanas son técnicamente imposibles y dependen altamente del navegador que "
+"este usando. Es posible usar distintos navegadores al mismo tiempo (es "
+"decir, IE y Mozilla). Apretando el botón <b>Salir</b> cerrará está sesión."
 
 
-#: plugins/personal/password/password.tpl:2
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
 msgid ""
 msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
 msgstr ""
 msgstr ""
-"Para cambiar su contraseña personal use los campos siguientes. Los cambios "
-"tendrán efecto inmediato. Por favor memorice la nueva contraseña, porque no "
-"podrá entrar sin ella."
+"Ignorando este mensaje cambiara/borrara los datos que esta actualmente "
+"editando. Por favor, cierre las ventanas múltiples y vuelva a entrar."
+
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Salir"
 
 
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
+#: 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/class_pluglist.inc:138
 msgid ""
 msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"Cambiar la contraseña modifica la autenticación del usuario para el correo, "
-"proxy, samba y los servicios unix."
+"Esta actualmente editando una entrada de la base de datos. ?Quiere quitar "
+"los cambios?"
 
 
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Contraseña actual"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Inicio"
 
 
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Nueva contraseña"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Ayuda"
 
 
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Repetir la nueva contraseña"
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Salir"
 
 
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Poner Contraseña"
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Entrando"
 
 
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Limpiar campos"
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Detectado conflicto de Bloqueos"
 
 
-#: plugins/personal/password/changed.tpl:3
+#: ihtml/themes/altlinux/islocked.tpl:9
+#, fuzzy
 msgid ""
 msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
+"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 'Remove' button."
 msgstr ""
 msgstr ""
-"Su cambio de contraseña se ha realizado correctamente. Recuerde cambiarla en "
-"todos los programas configurados también."
+"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>."
 
 
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Atras"
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
+msgstr "Eliminar"
+
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Cancelar"
+
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+#, fuzzy
+msgid "Please use your username and password to log in"
+msgstr ""
+"Por favor introduzca su <i>usuario</i> y <i>contraseña</i> para entrar."
+
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Nombre de Usuario"
 
 
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
 msgid "Password"
 msgstr "Contraseña"
 
 msgid "Password"
 msgstr "Contraseña"
 
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "No se permite cambiar contraseña"
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Directorio"
 
 
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "¡No tiene permisos para cambiar su contraseña! en este momento"
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Entrando"
 
 
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr "La contraseña introducida como contraseña actual no es correcta."
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Pulse aquí para entrar"
 
 
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Necesita introducir su contraseña actual para continuar."
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filtros"
 
 
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Configuración finalizada"
+
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
 msgid ""
 msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
 msgstr ""
 msgstr ""
-"Las contraseñas ingresadas como 'Nueva contraseña' y 'Repetir nueva "
-"contraseña' no concuerdan."
-
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr "La contraseña que ingreso como 'Nueva contraseña' está vacia."
+"Básicamente la configuración ha terminado. Puede comprobar los resultados de "
+"este esquema aquí y descargar el gosa.conf generado automáticamente."
 
 
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "Las contraseñas antigua y nueva son demasiado parecidas."
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Configuración de esquemas"
 
 
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "La nueva contraseña es demasiado corta."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "No tiene permisos para cambiar su contraseña."
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "El programa externo de cambio de contraseña informo de un problema: "
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Cambiar contraseña"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Directorio Principal"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Grupo primario"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Estado"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Forzar UID/GID"
-
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
-
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
-
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Miembros del grupo"
-
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Aviso: ¡NFS no soporta mas de 16 grupos!)"
-
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Cuenta"
-
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Autenticación del sistema"
-
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Modo Autenticado"
-
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
-msgstr "Seleccione grupo a añadir"
-
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
-msgstr "Mostrar los grupos de departamentos"
-
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr ""
-
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Mostrar grupos que concuerden con"
-
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Expresión regular que concuerde con nombres de grupos"
-
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Mostrar grupos de usuarios"
-
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Nombres de usuarios de los grupos que se muestran"
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Fichero de configuración"
 
 
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
 msgstr ""
 msgstr ""
-"Los usuarios deben cambiar su contraseña en el próximo inicio de sesión"
-
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "La contraseña expira en"
-
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "Parámetros Posix"
-
-#: 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/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Mostrar sistemas que concuerden con"
-
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Parametros Unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "UNIX"
+"La configuración de GOsa ha recogido toda la información necesaria para "
+"crear una configuración inicial. Guarde esta configuración como gosa.conf en "
+"'/etc/gosa/'. Modifíquela tanto como sea necesario"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
-msgstr "expiró"
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Descargar configuración"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
 msgstr ""
 msgstr ""
+"Después de colocar el archivo en /etc/gosa, asegúrese que el usuario del "
+"servidor web pueda leer gosa.conf y que los otros no deberían poder leerlo. "
+"Para cumplir con este requerimiento puede ejecutar estos comandos:"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
-msgstr "activo, no puede cambiar la contraseña"
-
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
-msgstr "activo, la contraseña expiró"
-
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
-msgstr "activo"
-
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Grupo de usuarios"
-
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "Desconfigurado"
-
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "automático"
-
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "Este cuenta no tiene extensiones unix."
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Atras"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "Eliminar cuenta Posix"
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Reintentar"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:273
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
-msgstr ""
-"Esta cuenta tiene las características unix activadas. Para desactivarlas, "
-"necesita eliminar la cuenta samba primero."
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Bienvenido a la configuración de GOsa"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:276
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
 msgid ""
 msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
+"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."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene características posix activadas. Puede desactivarla "
-"pulsando aqui"
-
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "Crear cuenta posix"
+"Parece que esta ejecutando GOsa por primera vez - no se encontró la "
+"configuración. Los siguientes pasos tratarán de asistirlo en crear una "
+"configuración funcional, efectuando las siguientes tareas: comprobar la "
+"instalación de PHP y de los módulos necesarios, luego comprobar los "
+"programas opcionales y, luego de ingresar la información necesaria para "
+"conectarse al servidor LDAP, vamos a comprobar la configuración de LDAP."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene la extensión posix desactivada. Puede activarla pulsando "
-"aquí."
-
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr ""
-"La contraseñas no pueden ser cambiadas hasta %s días desde el último cambio"
-
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "La contraseñas deben ser cambiadas despues de %s días"
-
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr ""
-"Desactivar cuente despues de %s días de inactividad despues de expirar la "
-"contraseña"
-
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Avisar al usuario %s días antes de expirar la contraseña"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Enero"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Febrero"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "Marzo"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "Abril"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Mayo"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Junio"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Julio"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "Agosto"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "Septiembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Octubre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "Noviembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "Diciembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "desactivado"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "Acceso completo"
-
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "Permitir el acceso a estos equipos"
-
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "Ha fallado  al borrar la cuenta unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Fallo: Sobrepasado bloqueo"
-
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "Ha fallado  al grabar la cuenta unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "El campo requerido 'Directorio de usuario' no esta rellenado."
-
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr ""
-"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
-
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "El valor especificado en 'UID' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "El valor especificado como 'UID' es demasiado pequeño."
-
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "El valor especificado como 'GID' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "El valor especificado como 'GID' es muy pequeño."
-
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "El valor especificado en 'shadowMin' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "El valor especificado en 'shadowMax' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "El valor especificado en 'shadowWarning' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "'shadowWarning' sin 'shadowMax' no tiene sentido."
-
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"El valor especificado como 'shadowWarning' debería ser menor que 'shadowMax'."
-
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr ""
-"El valor especificado como 'shadowWarning' debería ser mayor que 'shadowMin'."
-
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "El valor especificado en 'shadowInactive' no es valido."
-
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr "'shadowInactive' sin 'shadowMax' no tiene sentido."
-
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr ""
-"El valor especificado como 'shadowMin' debería ser menor que 'shadowMax'."
-
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr "¡Demasiados usuarios, no hay identificadores (ID) libres!"
-
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Compartido"
-
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr ""
-
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Terminar"
-
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Parámetros de Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Gestionar cuenta Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
-msgstr "Esta cuenta no tiene extensiones Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
-msgstr "Borrar cuenta Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:188
-msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene las características Netatalk activas. Puede desactivarlas "
-"pulsando a continuación."
-
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
-msgstr "Crear cuenta Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:200
-msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene las características Netatalk desactivadas.Puede activarlas "
-"pulsando aqui."
-
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr ""
-
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
-msgstr "Ha fallado la grabación de la cuenta Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
-msgstr "Ha fallado la eliminación de la cuenta Netatalk"
-
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Directorio Samba"
-
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Ruta del Script"
-
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Ruta del Perfil"
-
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Opciones de acceso"
-
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr "Permitir al usuario cambiar las opciones desde el cliente"
-
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr "El inicio de sesión en window no requiere contraseña"
-
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Desactivar temporalmente la cuenta samba"
-
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Dominio"
-
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Servidor de terminal"
-
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Permitir entrada en el servidor de terminal"
-
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Configuración del cliente por defecto"
-
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Programa inicial"
-
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Directorio de trabajo"
-
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Características de tiempo de desconexión (en minutos)"
-
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Conexión"
-
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Desconexión"
-
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "IDLE"
-
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Dispositivos clientes"
-
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Conectar los discos clientes al iniciar"
-
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Conectar las impresoras clientes al iniciar"
-
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Por defecto a la impresora principal del cliente"
-
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Varios"
-
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Ocultamiento"
-
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "Desconexión o tiempo excedido"
-
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Reconexión si se ha desconectado"
-
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Bloquear cuenta samba"
-
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Tiempo de entrada límite"
-
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Tiempo de salida límite"
-
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "La cuenta expirará después de"
-
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Samba logon times"
-msgstr "Directorio Samba"
-
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Edit settings..."
-msgstr "Parámetros de correo"
-
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Permitir la conexión solo desde estas estaciones de trabajo"
-
-#: plugins/personal/samba/main.inc:124
-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:26
-msgid "Display workstations of department"
-msgstr "Mostrar estaciones de trabajo de departamentos"
-
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "Esta cuenta no tiene extensión samba valida."
-
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Eliminar cuenta samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:224
-msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene la extensión samba activada. Puede desactivarla pulsando "
-"aquí."
-
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Crear cuenta samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:235
-msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Esta cuenta tiene la extensión samba desactivada. Puede activarla pulsando "
-"aquí."
-
-#: plugins/personal/samba/class_sambaAccount.inc:238
-msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
-msgstr ""
-"Esta cuenta tiene sus características samba desactivadas, las "
-"características Posix son necesarias para las cuentas samba, activelas "
-"primero."
-
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "Activación, Notificación"
-
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "Activación, No notificación"
-
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "Desactivación, Notificación"
-
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "Desactivación, No notificación"
-
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "desconectar"
-
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "Borrar"
-
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "Desde cualquier cliente"
-
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "solo desde el cliente anterior"
-
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
-msgstr "Ha fallado al eliminar la cuenta samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:696
-#, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "¡El valor especificado como '%s' contiene caracteres no validos!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:706
-#, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
-msgstr ""
-"¡La propiedad 'tiempo de desconexión' '%s' esta activada y contiene "
-"caracteres no validos o no caracteres!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:712
-msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
-msgstr ""
-"El gestor de usuarios de windows solo permite ocho clientes. Ha especificado "
-"mas de ocho."
-
-#: plugins/personal/samba/class_sambaAccount.inc:909
-msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
-msgstr ""
-"Aviso: Esta cuenta tiene asignado un SID indefinido. ¡El problema no puede "
-"ser solucionado por GOsa!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:933
-msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
-msgstr ""
-"Aviso: No puedo identificar el grupo primario de usuarios - ¡No se puede "
-"realizar una conversión a grupo de samba!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr ""
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-#, fuzzy
-msgid "Sunday"
-msgstr "día"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-#, fuzzy
-msgid "Monday"
-msgstr "día"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-#, fuzzy
-msgid "Tuesday"
-msgstr "día"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
-msgstr ""
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-#, fuzzy
-msgid "Thursday"
-msgstr "horas"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-#, fuzzy
-msgid "Friday"
-msgstr "día"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-#, fuzzy
-msgid "Saturday"
-msgstr "Estrategia"
-
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-#, fuzzy
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Especificar el servidor de correo donde el usuario estará hospedado."
-
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-#, fuzzy
-msgid "Hour"
-msgstr "hora"
-
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Aplicar"
-
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Parámetros de gestión de estado"
-
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Gestión de perfiles"
-
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Gestión de perfiles de usuario"
-
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Gestión de perfiles de servidor"
-
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Ruta del Perfil"
-
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Cuota del Perfil"
-
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Parámetros del perfil de Kiosk"
-
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "Gestionar"
-
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Resolución"
-
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Recursos compartidos"
-
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Usuario utilizado para conectarse con el recurso compartido"
-
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Seleccione un recurso compartido"
-
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Punto de montaje"
-
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
-msgid "Remove"
-msgstr "Eliminar"
-
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Gestión del script de gestión"
-
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
-msgstr "Dispositivos de conexión en caliente (HotPlug)"
-
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Parámetros dispositivos de conexión en caliente (HotPlug)"
-
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Nuevo"
-
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Parámetros de impresora"
-
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Cambio de administrador"
-
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Cambio por defecto"
-
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Parámetros de estado de usuarios"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Por favor especifique un nombre  valido: Solo se permiten 0-9 a-Z."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
-msgstr ""
-"Caracteres no validos en la descripción, por favor especifique una "
-"descripción valida."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-#, fuzzy
-msgid "Please specify a valid iSerial."
-msgstr "Por favor especifique un id valido."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-#, fuzzy
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-msgstr "Por favor especifique un valor para el atributo 'fichero'."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-#, fuzzy
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-msgstr "Por favor especifique un nombre de archivo PPD valido."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
-msgstr "Ya existe una entrada con este 'Nombre'."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
-msgstr "¡Por favor seleccione una entrada o presione cancelar."
-
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "¡Por favor seleccione una impresora o presione cancelar."
-
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Añadir dispositivos de conexión en caliente (HotPlug)"
-
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Gestión de dispositivos de conexión en caliente (HotPlug)"
-
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Seleccione dispositivos de conexión en caliente (HotPlug) para añadir"
-
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Escoja el departamento base de la búsqueda"
-
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Mostrar usuarios que concuerden con"
-
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr ""
-"Expresiones regulares que concuerden con dispositivos de conexión en "
-"caliente (HotPlug)"
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Continuar"
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "automático"
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "La instalación continua"
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
-#, php-format
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
 msgid ""
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
-msgstr ""
-
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
-msgstr "Eliminar extensión de estado"
-
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-msgid "Environment extension enabled. You can disable it by clicking below."
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
 msgstr ""
 msgstr ""
-"La extensión de estado está activada. Puede desactivarla pulsando aquí."
+"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."
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
+msgid ""
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 msgstr ""
+"Vamos a incluir el servidor LDAP y crear una configuración inicial. Una vez "
+"que usted ingrese el URI del servidor, se realizara una pequeña comprobación "
+"para comprobar que los esquemas de LDAP requeridos están correctamente "
+"instalados. La versión de samba es detectada a través de los \"objectclass\" "
+"instalados. Los detalles sobre como el árbol LDAP está organizado serán "
+"preguntados más adelante."
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
+#, fuzzy
+msgid ""
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
 msgstr ""
 msgstr ""
-"La extensión de estado está desactivada. Puede activarla pulsando aquí."
+"Por favor introduzca la dirección URI del servidor para que el programa de "
+"configuración pueda conectar con su servidor LDAP <i>(Ejemplo: ldap://su."
+"servidor:389).</i>"
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 msgstr ""
-"La extensión de estado está desactivada. Debe crear una cuenta Posix antes "
-"de poder activarla."
-
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "Ninguno"
-
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
-msgstr "Por favor especifique un punto de montaje válido."
-
-#: plugins/personal/environment/class_environment.inc:558
-#, fuzzy
-msgid "Spaces are not allowed in the mount path!"
-msgstr "¡No tiene permisos para cambiar su contraseña!"
+"Los campos siguientes permiten la configuración básica del control de GOsa y "
+"afectara a varios parámetros de su configuración principal."
 
 
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
-msgstr "Reiniciar hash de la contraseña"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Ingrese una descripción para la ubicación que está configurando"
 
 
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
-msgstr "Eliminar entrada compartida"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Nombre de la localización"
 
 
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
 msgstr ""
 msgstr ""
+"GOsa siempre actúa en modo administrador y controla los permisos de acceso "
+"internamente. Esto es una solución temporal hasta que las ACI (Access "
+"control information) estén completamente implementadas en OPENLDAP.  Para "
+"que esto funcione, necesitamos el DN del administrador y la contraseña "
+"correspondiente."
 
 
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
-msgstr "Ha fallado al eliminar la extensión de estado"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "DN del administrador"
 
 
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
-msgstr "Por favor especifique un tamaño de cuota del perfil valido"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Nueva contraseña"
 
 
-#: plugins/personal/environment/class_environment.inc:913
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
-msgstr ""
-
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
 msgstr ""
 msgstr ""
+"Algunos parámetros básicos de LDAP son modificables y afectarán las "
+"ubicaciones donde GOSa guarda información de los usuarios y los grupos, "
+"incluyendo la manera en que las cuentas son creadas. Compruebe los valores a "
+"continuación si se ajustan a sus necesidades."
 
 
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
-msgstr "Ha fallado al añadir la información de estado"
-
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
-msgstr "grupos compartidos"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Base "
 
 
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
-msgstr "Administrador"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Carpeta de almacenamiento - ou - para los usuarios"
 
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Impresora por defecto"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "Atributo 'dn' de los usuarios"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Añadir dispositivos de Impresión"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "Carpeta de almacenamiento - ou - para los grupos"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Seleccione impresora para añadir"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "Identificador base - ID -, para usuarios y grupos"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Mostrar impresoras que concuerden con"
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
+"Gosa soporta varios tipos diferentes de encriptación para las claves. "
+"Normalmente esto es ajustable a través de las plantillas de usuario, pero "
+"usted puede especificar un método para ser usado por defecto."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Expresiones regulares que concuerden con nombres de impresoras"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Algoritmo de encriptación"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
 msgstr ""
 msgstr ""
+"Gosa tiene un soporte modular para diferentes métodos de correo electrónico. "
+"Estos proveen de herramientas de control de la cuentas de correo y control "
+"general de cuotas. Puede elegir el método 'dummy' para dejar su "
+"configuración de correo limpia."
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Por favor especifique un nombre de script valido."
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "Método de correo"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "La descripción especificada contiene caracteres no validos!"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "desactivado"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Parámetros del script de inicio de sesión"
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nombre del Script"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Mostrar errores PHP:"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Descripción"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "verdadero"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Prioridad"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "falso"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Comprobación"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "Ya tiene una cuenta y un grupo administrativo."
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
 msgstr ""
 msgstr ""
+"Para proveer de acceso administrativo total a GOsa, se necesita crear un "
+"grupo especial que contendrá los usuarios administrativos. Este programa de "
+"configuración puede ayudarle en esta tarea. Introduzca el nombre y "
+"contraseñas deseadas para crear las entradas necesarias."
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: 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 ""
 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 búsqueda a valores pequeños y usar filtros para encontrar las entradas "
+"que está buscando."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr ""
+#: 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"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
+#: 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 ""
 msgstr ""
+"ignore este error y enseñe todas las entradas devueltas por el servidor LDAP"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
 msgstr ""
 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"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr ""
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "por debajo"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
 msgstr ""
 msgstr ""
-"Crear una nueva entrada en dispositivos de conexión en caliente (HotPlug)"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Crear un nuevo dispositivo de conexión en caliente (HotPlug)"
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Contraseña vieja"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nombre del dispositivo"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Nueva contraseña"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Número de serie"
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Verificar contraseña"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "(iSerial)"
-msgstr "Serie"
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Cambiar contraseña"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-#, fuzzy
-msgid "Vendor-ID"
-msgstr "ID del Remitente"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Pulse aquí para cambiar su contraseña."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#: ihtml/themes/default/conflict.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "(idVendor)"
-msgstr "ID del Remitente"
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
+msgstr ""
+"Probablemente hay otra instancia de su sesión. Las operaciones con múltiples "
+"ventanas son técnicamente imposibles y dependen altamente del navegador que "
+"este usando. Es posible usar distintos navegadores al mismo tiempo (es "
+"decir, IE y Mozilla). Apretando el botón <b>Salir</b> cerrará está sesión."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+#, fuzzy
+msgid "Object to be pasted"
+msgstr "Grupos de objetos"
+
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Gestión de perfil de Kiosk"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Guardar"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Visualizar"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Operación completada"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Cerrar"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Terminar"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "mujer"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "hombre"
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "Esta cuenta no tiene extensiones GOsa validas"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Buscar"
 
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: ihtml/themes/default/islocked.tpl:9
+#, fuzzy
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may want to take over the lock by "
+"pressing the 'Edit anyway' button."
 msgstr ""
 msgstr ""
-"¡El archivo especificado no ha podido ser subido vía HTTP POST! Abortado."
+"Si esta detección de bloqueo es falsa, otra persona cerro su navegador "
+"mientras estaba editando. Puede eliminar el bloqueo en ese caso, pulsando en "
+"el botón <i>Editar de cualquier modo</i>."
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Por favor introduzca un número de serie válido"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: ihtml/themes/default/logout.tpl:7
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"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 "Acceder de nuevo"
+
+#: ihtml/themes/default/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Parece que esta ejecutando GOsa por primera vez - no se ha encontrado la "
+"configuración. Este asistente le ayudara en los siguientes pasos para crear "
+"una configuración funcional a través de tres pasos: Primero: comprobar la "
+"instalación de PHP y de los módulos necesarios, luego comprobar los "
+"programas opcionales y, por último introducir la información necesaria para "
+"conectarse al servidor LDAP, vamos a comprobar la configuración de LDAP."
+
+#: ihtml/themes/default/setup_introduction.tpl:17
+msgid ""
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:477
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "valid"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
-msgstr "No hay certificados instalados"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "La comunicación con la base de datos Kerberos ha fallado"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "No se puede eliminar el usuario de la base de datos Kerberos"
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "No puedo crear/abrir archivo"
 
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "No se puede añadir el usuario de la base de datos Kerberos"
-
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "No tiene permisos para crear un usuario en esta 'Base'."
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Error XML en 'gosa.conf': %s en la linea %d"
 
 
-#: plugins/personal/generic/class_user.inc:1027
-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"
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID y/o RIDBASE no se encuentran en su configuración."
 
 
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "Has decidido copiar la entrada %s"
 
 
-#: plugins/personal/generic/class_user.inc:1042
-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."
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Pegar"
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "No se puede pegar"
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr " El campo requerido 'Login' no ha sido rellenado."
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Este paquete no tiene opciones debconf"
 
 
-#: plugins/personal/generic/class_user.inc:1058
+#: include/class_ldap.inc:196
+#, php-format
 msgid ""
 msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
 msgstr ""
 msgstr ""
-"Ya existe un usuario con la misma combinación 'Nombre' / 'Sobrenombre' en la "
-"base de datos."
 
 
-#: plugins/personal/generic/class_user.inc:1065
+#: include/class_ldap.inc:230
+#, php-format
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
 msgstr ""
 msgstr ""
-"El campo 'Login' contiene caracteres no validos. Solo minúsculas, números y "
-"guiones están permitidos."
-
-#: plugins/personal/generic/class_user.inc:1068
-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:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "El campo 'Nombre' contiene caracteres no validos."
-
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "El campo 'Sobrenombre' contiene caracteres no validos"
-
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-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:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-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:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "El campo 'Teléfono móvil' contiene un número de teléfono invalido."
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
+msgstr "Creando copia de %s"
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
+#: include/class_ldap.inc:459
+msgid "Processing"
 msgstr ""
 msgstr ""
-"El campo 'Dispositivo de Búsqueda' contiene un número de teléfono invalido."
-
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
-msgstr "¡No puedo abrir el certificado especificado!"
-
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Información personal"
-
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Foto Personal"
-
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Cambiar foto"
-
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Apellidos"
-
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Nombre de la plantilla"
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Nombre"
-
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Inicio de sesión"
-
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Título Personal"
-
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Títulos academicos"
-
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Fecha de nacimiento"
-
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "por debajo"
-
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Sexo"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objeto"
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Lenguaje preferido"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Ha habido un error mientras se accedía al dn origen - ¡Abortado!"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Base"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "Estado FAI desconocido %s"
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Elija el subárbol donde colocar el usuario"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
-msgstr "Seleccione una base"
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
+msgstr ""
+"Actualmente no esta soportada la creación automática del tipo '%s'. Por "
+"favor, informe de esto al equipo de desarrollo de GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Dirección"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Numero privado"
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "Mientras se conectaba al servidor LDAP '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Página Web Principal"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"El DN: '%s' no es válido, Un bloque importado debería comenzar por 'dn:...' "
+"en la linea %s"
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Carpeta de almacenamiento de Contraseñas"
+#: include/class_ldap.inc:1014
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificados"
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
+"Ha habido un error mientras se importaba el dn: '%s', ¡pro favor compruebe "
+"el LDIF desde la linea %s en adelante!"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Editar certificados"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Aviso: ¡No se puede acceder al servidor IMAP! Si guarda esta cuenta, algunos "
+"de los valores de la configuración del correo no serán guardados en el "
+"servidor"
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Editar propiedades"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr ""
+"No se pueden crear carpetas de correo IMAP. El error del servidor es: '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Información organizativa"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "No se puede activar una cuota IMAP. El error del servidor es: '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Organización"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Aviso: imap_getacl no ha sido implementado, no se eliminara información "
+"sobre las listas de acceso."
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Departamento"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr ""
+"Aviso: no esta disponible imap_getacl, ¡no se puede acceder a los permisos "
+"IMAP!"
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Departamento No."
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr ""
+"No se puede eliminar la carpeta de correo IMAP. El error del servidor es: '%"
+"s'"
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Empleado No."
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "No se puede conectar al servidor SIEVE. El error del servidor es: '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Tipo de empleado"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "No puedo ejecutar un 'script' SIEVE. El error del servidor es: '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Habitación No."
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "No puedo subir un 'script' SIEVE. El error del servidor es: '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr ""
+"No se puede activar el 'script GOsa para SIEVE'. El error del servidor es: '%"
+"s'"
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Localización"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Cerrar"
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Estado"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Ir al departamento raíz"
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Intereses"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Raíz"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Descripción de la unidad"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Subir un departamento"
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Adjunto al area"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Título Funcional"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Ir al departamento de los usuarios"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Papel desempeñado"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Inicio"
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Población de la Persona"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Unidad"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr ""
+
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+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."
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Calle"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "¡La comunicación con la base de datos Kerberos fallo!."
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: 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"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr ""
+"¡Fallo al tratar de cambiar la contraseña en la base de datos de kerberos!."
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Tipo de Vía"
+#: 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"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Por favor use la casilla teléfono"
+#: 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)"
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Último envío"
+#: include/class_password-methods.inc:167
+#, 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'."
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Visible Publicamente"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, 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."
 
 
-#: plugins/personal/generic/password.tpl:2
+#: include/class_password-methods.inc:204
 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."
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 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."
+"La configuración para SMBHASH en /etc/gosa/gosa.conf es incorrecta. No se "
+"pueden cambiar las contraseñas de SAMBA."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Eliminar foto"
+#: include/class_plugin.inc:404
+#, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+msgstr ""
+"El comando '%s', especificado como acción 'CHECK' para la extensión '%s' no "
+"parece existir."
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Parámetros del usuario"
+#: include/class_plugin.inc:555
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Borrar contraseña"
+#: include/class_plugin.inc:623
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Poner nueva Contraseña"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr ""
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Foto del usuario"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr ""
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "¡No tiene permisos para cambiar su contraseña!"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr ""
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Información genérica del usuario"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificado estandar"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"El contenido de la configuración 'gosa.conf' ha cambiado parcialmente. ¡Por "
+"favor actualízela usando el script 'fix_config.sh'!"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Certificado S/MIME"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Desconocido"
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Certificado PKCS12"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numero de serie del certificado"
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr ""
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Crear cuenta de intranet"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Cuenta proxy"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
 
 
-#: 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)"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "¡No están soportados Grupos embebidos!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Limitar acceso al proxy al horario laboral"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "¡El nombre del grupo no es unico!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Restringir el uso del proxy con cuota"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "por"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "Cuenta PPTP"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Cuenta FTP"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr ""
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Ancho de banda"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr ""
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Ancho de banda ascendente"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"FATAL: Hay un error tratando de conectarse al servidor LDAP. El error del "
+"servidor es: '%s'"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "Kb/s"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Ancho de banda descendente"
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr ""
+"Nombre de usuario o UID no son únicos. Por favor, compruebe su base de datos "
+"LDAP."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Cuota"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr ""
+"Error al tratar de agregar un bloqueo. Los parámetros no son correctos, por "
+"favor, compruebe el código fuente."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Archivos"
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+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'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Tamaño"
+#: include/functions.inc:494
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Relación"
+#: include/functions.inc:520
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Archivos Subidos / Descargados"
+#: include/functions.inc:550
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr ""
+"Fallo al tratar de obtener un bloqueo de LDAP. Los parámetros no fueron "
+"correctamente configurados, por favor, compruebe el código fuente."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Active para desactivar acceso FTP"
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"No puedo bloquear la información en la base de datos LDAP. Por favor, "
+"compruebe la entrada 'config' en el archivos gosa.conf."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Acceso FTP desactivado temporalmente"
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Se encontraron varios bloqueos para el objeto a bloquear. Esto no debería "
+"ser posible, eliminando referencias múltiples."
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Cuenta PHPGroupware"
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "¡Ha excedido el tamaño máximo de %d entradas!"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Indique el nuevo tamaño limite a %s y enséñame este mensaje si el tamaño "
+"limite es todavía superado"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
-msgstr "Ha fallado al eliminar la cuenta WebDAV"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Configurar"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
-msgstr "Ha fallado al guardar la cuenta WebDAV"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "incompleto"
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Cuenta Kolab"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "Error LDAP:"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: include/functions.inc:1117
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
 msgstr ""
 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:25
-msgid "Delegations"
-msgstr "Delegaciones"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
+msgstr ""
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "Tamaño del correo electrónico"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "Un error ha ocurrido mientras se procesaba su petición"
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "No hay restricción de correo para esta cuenta."
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "Perfecto"
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Información de estado de presencia"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Continuar de cualquier modo"
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Editar de cualquier modo"
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Futuro"
+#: include/functions.inc:1203
+#, 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 ""
+"Va ha editar la entrada LDAP '%s' que parece estar siendo usada por '%s'. "
+"Por favor, contacte con esta persona para clarificar los procedimientos."
 
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
-msgstr "días"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr ""
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Política de invitación"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Cuenta Open-Xchange"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Versión de desarrollo de GOsa (Rev %s)"
+
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+
+#: include/functions_dns.inc:174
+#, php-format
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
 msgstr ""
 msgstr ""
-"desactivado, No se ha detectado soporte Postgresql, o la base de datos "
-"especificada no puede ser alcanzada"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "Cuenta de Open-Xchange"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Recordar"
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Error XML en 'guide.xml': %s en la linea %d"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Días de recordatorio"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Días para tareas"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Información de Usuario"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Zona de uso horario del usuario"
+#: include/functions_setup.inc:84
+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."
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "Cuenta GLPI"
+#: include/functions_setup.inc:99
+#, 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."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: include/functions_setup.inc:103
+#, php-format
+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"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "Kb"
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Es soporte para '%s' esta activado"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "Gb"
+#: include/functions_setup.inc:118
+#, 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."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "hora"
+#: include/functions_setup.inc:122
+#, 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"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "día"
+#: include/functions_setup.inc:133
+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"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "semana"
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
+msgstr "Soporte de SAMBA 3 activado"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "mes"
+#: include/functions_setup.inc:143
+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"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
-msgstr "Se ha fallado al eliminar la cuenta del proxy"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "Soporte de SAMBA 2 activado"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
+#: include/functions_setup.inc:154
+msgid "Support for pureftp disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
+"El soporte para pureftp se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "El valor numérico para cuota no es valido."
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "Soporte de PUREFTP activado"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
-msgstr "Ha fallado la grabación de la cuenta proxy"
+#: include/functions_setup.inc:164
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr ""
+"El soporte para WebDAV se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "Cuenta OpenGroupware"
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "Soporte de WebDAV activado"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "Equipo de localización"
+#: include/functions_setup.inc:174
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr ""
+"El soporte para phpgroupware se encuentra desactivado, no parece haber "
+"esquemas instalados"
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Plantilla de usuario"
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "El soporte para phpgroupware está activado"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Bloqueado"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr ""
+"El soporte para trustAccount se encuentra desactivado, no parece haber "
+"esquemas instalados"
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Equipos"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Soporte de trustAccount activado"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Cuenta WebDAV"
+#: include/functions_setup.inc:194
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr ""
+"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Soporte de GOFON activado"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
-msgstr "Ha fallado la eliminación de la cuenta PPTP"
+#: include/functions_setup.inc:204
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr ""
+"El soporte para nagios se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
-msgstr "Ha fallado la grabación de la cuenta PPTP"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Soporte de nagios activado"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
 msgstr ""
 msgstr ""
+"El soporte para netatalk se encuentra desactivado, no parece haber esquemas "
+"instalados"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
-msgstr "Ha fallado la eliminación de la cuenta de intranet"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Soporte de nettatalk activado"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
-msgstr "Ha fallado la grabación de la cuenta de intranet"
+#: include/functions_setup.inc:229
+msgid ""
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
+msgstr ""
+"El soporte para Kolab se encuentra desactivado, no parece haber esquemas "
+"instalados, cambiando el método de correo a cyrus"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Soporte de KOLAB activado"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
-msgstr "Ha fallado la eliminación de la cuenta de PHPgw"
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Ignorado"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
-msgstr ""
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Fallado"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "Cuenta PHPschedulñeit"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Comprobación configuración PHP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Comprobando la versión de PHP (>=4.1.0)"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
+#: include/functions_setup.inc:279
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 msgstr ""
-"Esta intentando añadir una dirección de correo no valida a la lista de "
-"reenvíos."
+"Debe tener una versión de PHP 4.1.0 o superior para el correcto "
+"funcionamiento de GOsa."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
 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:165
-msgid "Always accept"
-msgstr "Aceptar siempre"
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
-msgstr "Denegar siempre"
-
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
-msgstr "Denegar si hay conflictos"
+"Comprobando si el registro de variables globales (register_globals) esta "
+"desactivado."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
-msgstr "Preguntar si hay conflictos"
+#: include/functions_setup.inc:283
+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 ""
+"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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
-msgstr "Manual"
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
-msgstr "Anónimo"
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, fuzzy, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "Ha fallado al eliminar la cuenta samba"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Comprobando los módulos de ldap"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "El valor especificado como presencia futura necesita ser un entero."
+#: include/functions_setup.inc:291
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "El valor especificado como Dirección URL de  no es válido"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Comprobando el soporte de funciones XML"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 msgstr ""
-"La entrada de la política de invitación para la dirección '%s' no es valida."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
-#, 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!"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Comprobando el soporte de gettext"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, fuzzy, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Ha fallado la eliminación de la cuenta de Kolab"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr ""
+"El soporte de gettext es requerido para la intenacionalización de GOsa."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Comprobando el soporte de iconv"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
-msgstr "Ha fallado la eliminación de la cuenta de pureftpd"
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
+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."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "El valor especificado en 'Ancho de Banda ascendente' no es válido"
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Comprobando por el módulo de mhash"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "El valor especificado en 'Ancho de Banda descendente' no es válido"
+#: include/functions_setup.inc:307
+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 ""
+"Necesitará este módulo para usar crifrado SSHA. Si usted solo usa crypt o "
+"md5, ignore este mensaje. GOsa correra si él."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "El valor especificado como 'Archivos' no es válido"
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Comprobando el módulo de imap"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "El valor especificado como 'Tamaño' no es válido"
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"El módulo de IMAP es necesario para comunicarse con el servidor IMAP. "
+"Obtiene el estado, crea y borra usuarios del correo."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "El valor especificado como 'relación' no es válido"
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Comprobando por getacl en imap"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
+#: include/functions_setup.inc:315
+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. "
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
-msgstr "No puedo conectar al servidor de base de datos postgresql."
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Comprobando el módulo de mysql"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
-"¡Los parámetros necesarios para extensión de conectividad open-xchange no se "
-"encuentran!"
+"El soporte de MySQL es necesario para leer los repotes de GOfax de la base "
+"de datos."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "¡El módulo de PHP4 para la base de datos Postgresql no está instalado!"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Comprobando el módulo de cups"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
+#: include/functions_setup.inc:323
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 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."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
-msgstr "Ha fallado la eliminación de la cuenta de open-xchange"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Comprobando el módulo kadm5"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
+#: include/functions_setup.inc:327
 msgid ""
 msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 msgstr ""
+"Manejando usuarios en kerberos requiere el módulo kadm5 que esta disponible "
+"en la red PEAR."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
-msgstr ""
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Comprobando el módulo de snmp"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Cuenta OpenGroupware"
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "Comprobación detallada de las funciones de PHP"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Comprobando la función %s"
+
+#: include/functions_setup.inc:373
+#, php-format
 msgid ""
 msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 msgstr ""
+"La función %s es usada por GOsa. Todavía no hay información de si es "
+"opcional o requerido"
+
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Comprobando programas adicionales"
+
+#: include/functions_setup.inc:395
+#, fuzzy
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Comprobando por ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
+#: include/functions_setup.inc:396
+#, fuzzy
 msgid ""
 msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 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:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Comprobando por ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
+#: include/functions_setup.inc:400
 msgid ""
 msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
+"ImageMagick se usa para convertir las imagenes de los usuarios para que "
+"encajen en el tamaño sugerido y el formato JPEG."
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPscheduleit"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
-msgstr "Ha fallado la eliminación de la cuenta PHPscheduleit"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Comprobando el módulo PHP de imagick"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
-msgstr "Ha fallado la grabación de la cuenta PHPscheduleit"
+#: include/functions_setup.inc:405
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr ""
+"ImageMagick se usa para convertir las imagenes de los usuarios para que "
+"encajen en el tamaño sugerido y tengan formato JPEG."
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "Esta cuenta no tiene extensiones de conectividad"
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Comprobando la herramienta fping"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Nombre de la lista"
+#: include/functions_setup.inc:413
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"La herramienta fping solo se usa si tiene un entorno de terminales clientes "
+"delgados (thinclient)."
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Nombre de la lista de bloqueos"
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Buscando una manera de generar hashes de contraseñas LM/NT"
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Seleccione un subárbol para colocar la lista de bloqueos"
+#: include/functions_setup.inc:429
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
+msgstr ""
+"Para poder usar SAMBA 2/3, tiene que instalar algunos paquetes adicionales "
+"para generar los hashes de contraseñas."
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Tipo"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini comprobación -> session.auto_register"
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Seleccione la manera de filtrar llamadas entrantes o salientes"
+#: include/functions_setup.inc:443
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
+"Para poder usar GOsa sin ningún problema la opción session.auto_register de "
+"su php.ini debe estar puesta en 'Off'."
 
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Descripción de esta lista de bloqueos"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini comprobación -> implicit_flush"
 
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Números bloqueados"
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Esta opción controla el manejador de salida. Desactive esta opción para "
+"mejorar el rendimiento."
 
 
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Los números pueden contener también comodínes"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini comprobación -> max_execution_time"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Lista de bloqueos de FAX"
+#: include/functions_setup.inc:455
+msgid ""
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
+msgstr ""
+"El tiempo máximo de ejecución debe ser de al menos 30 segundos, algunas "
+"acciones pueden consumir mucho tiempo."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Has decidido eliminar la lista de bloqueo '%s'."
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "pnp.ini comprobación -> memory_limit"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "No tiene permisos para eliminar esta lista de bloqueo."
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
+msgstr ""
+"GOsa necesita la menos 16Mb de memoria, ¡menos memoria causara errores "
+"impredecibles! Para sitios con grandes cargas sera aún mayor."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Por favor especifique un usuario valido."
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "php.ini comprobación -> expose_php"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "enviar"
+#: include/functions_setup.inc:468
+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 ""
+"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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "recibir"
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini comprobación -> magic_quotes_gpc"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
+#: include/functions_setup.inc:473
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-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'."
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "El campo requerido 'Nombre' no ha sido rellenado."
+#: include/functions_setup.inc:734
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "El campo requerido 'Nombre' contiene caracteres no validos"
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr ""
+"Falta el atributo requerido '%s' de este formulario. Por favor, complételo."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "El nombre especificado ya esta siendo usado"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr "No tiene permisos para crear una lista de bloqueos en esta base"
+#: include/functions_setup.inc:841
+#, fuzzy
+msgid ""
+"Could not 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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Lista de listas de bloqueos"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "No se puede conectar al servidor LDAP. El motivo fue: %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+#: include/functions_setup.inc:1112
+#, fuzzy
 msgid ""
 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."
+"User and/or group could not be created, please check your configuration "
+"twice !"
 msgstr ""
 msgstr ""
-"Este menú permite añadir, editar o eliminar las listas de bloqueo "
-"seleccionadas. Puede usar el selector de rango en la parte superior de la "
-"lista de bloqueos, cuando trabaja con un gran número de bloqueos."
+"No puedo conectar a la base de datos especificada, por favor compruebe la "
+"configuración de GLPI."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "N0mbre de listas de bloqueo"
+#: 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!"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Acciones"
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Error PHP:"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Seleccione para mostrar listas de bloqueo salientes"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "clase"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Mostrar listas de bloqueos salientes"
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "Función"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Seleccione para mostrar listas de bloqueo entrantes"
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "estatico"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Mostrar listas de bloqueos entrantes"
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "método"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
-msgstr "Seleccione para buscar dentro del subárbol"
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Traza"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Expresiones regulares para encontrar nombres de listas"
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "Archivo"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
-msgstr "Crear nueva lista de bloqueos"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Linea"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
-msgstr "Nueva lista de bloqueo"
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Tipo"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
-msgstr "Enviar departamentos"
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Argumentos"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
-msgstr ""
+#: 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/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
-msgstr "Editar"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Personal"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
-msgstr "Editar usuario"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Apellidos"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
-msgstr "borrar"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Nombre"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
-msgstr "Borrar usuario"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Título Personal"
+
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Privado"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Aviso"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "Correo Electrónico"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.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 ""
-"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/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "De organización"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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 ""
-"Entonces, si esta seguro, presione <i>Eliminar</i> para continuar o "
-"<i>Cancelar</i> para Abortar."
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Compañia"
 
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Gestión de listas de bloqueo"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Departamento"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Numero de fax que activa GOfax"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Pais"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Lenguaje"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "FAX"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr ""
-"Especificar el lenguaje de comunicación de GOfax para pasarela de fax a "
-"correo"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Libreta de direcciones"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Formato de envío"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Esto hace algo"
 
 
-#: 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/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "¿Llamar desde %s a %s ahora?"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Metodos de envío"
+#: plugins/addons/addressbook/class_addressbook.inc:164
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
+msgstr ""
+"No tiene configurado un numero de teléfono personal. Por favor cambie esto "
+"para permitir llamadas directas."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Desactivación temporal del uso del fax"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "Ha fallado la eliminación de la cuenta de la libreta de direcciones"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Enviar fax como correo electrónico a"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "¡No tiene permisos para eliminar esta entrada!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Enviar fax como correo electrónico"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Has decidido eliminar la entrada %s"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Enviar fax a la impresora"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Llamar"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Intercambiar los números de fax"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Salvar el contacto %s como una vcard"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Listas de bloqueo"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Enviar correo a %s"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Listas de bloqueo para fax entrante"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "Directorio de contactos global"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Listas de bloqueo para fax saliente"
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "Usuario de Base de datos"
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-#, fuzzy
-msgid "Alternate fax numbers will not be copied"
-msgstr "Intercambiar los números de fax"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contacto guardado en '%s'"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Seleccione números para añadir"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Crear una nueva entrada en"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Mostrar número de Departamentos"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Todo"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Mostrar números que concuerdan con"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Teléfono del trabajo"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Expresiones regulares que concuerden con números"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "Móvil"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Mostrar números de usuarios"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
 
 
-#: 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/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "El campo requerido 'Sobrenombre' no ha sido rellenado."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Listas/Numeros bloqueados"
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "El campo 'Nombre' contiene caracteres no validos."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Listas de listas de bloqueos predefinidas"
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "El campo 'Sobrenombre' contiene caracteres no validos"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Añadir a la lista de bloqueos"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "El campo 'Teléfono' contiene un número de teléfono no valido."
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Parametros del Fax"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "El campo 'Fax' contiene un número de teléfono no valido."
 
 
-#: 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/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+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/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "Esta cuenta no tiene extensiones de fax."
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr ""
+"El campo 'Dispositivo de Búsqueda' contiene un número de teléfono invalido."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "Eliminar cuenta de fax"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+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/gofax/faxaccount/class_gofaxAccount.inc:168
+#: plugins/addons/addressbook/class_addressbook.inc:606
 msgid ""
 msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
-"Esta cuenta tiene la extensión de fax activada. Puede desactivarla pulsando "
-"aquí."
+"No se puede crear un 'DN' único para esta entrada. Por favor rellene los "
+"campos del formulario."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Crear cuenta de fax"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+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/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "Ha fallado la grabación de la cuenta de la libreta de direcciones"
+
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Contacto"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
+#: plugins/addons/addressbook/contents.tpl:37
 msgid ""
 msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+"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 ""
-"Esta cuenta tiene la extensión de fax desactivada. Puede activarla pulsando "
-"aquí."
+"La extensión de lista telefónica provee las facilidades de listado y "
+"búsqueda de usuarios en su sitio. Se puede especificar asterisco (*) como en "
+"'Go*us' para encontrar 'Gonicus'. Use estos filtros para reducir su búsqueda."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "Esta intentando añadir un número de teléfono no valido."
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Acciones"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "Atrás"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Añadir entrada"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
-msgstr "Ha fallado la eliminación de la cuenta de Fax"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Editar entrada"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "No ha rellenado el campo requerido 'Fax'"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Eliminar entrada"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-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/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Seleccione para ver usuarios estandar"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-msgid "Mail delivery is checked, but no address has been specified."
-msgstr ""
-"Envío de correo ha sido seleccionado, pero no se ha especificado ninguna "
-"dirección de correo."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Mostrar entradas de organizaciones"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-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/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Seleccione para ver los usuarios en la libreta de direcciones"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
-msgstr ""
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Enseñar las entradas de la libreta de direcciones"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
-msgstr ""
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Mostrar resultados para departamentos"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filtro"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Escoja el departamento base de la búsqueda"
+
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Encontrar objeto"
+
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Elegir el objeto que sera buscado"
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
 #: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/logview/contents.tpl:47
 #: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Buscar por"
 
 #: 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 búsqueda"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Cadena de búsqueda"
 
 
-#: 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/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Marcando conexión"
 
 
-#: 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 búsqueda"
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Libreta de direcciones"
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "durante"
+#: 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/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+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/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Borrar"
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "Ese compartido DFS ya existe."
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "El campo requerido 'Nombre del compartido DFS' no ha sido rellenado."
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "El campo requerido 'Descripción' no ha sido rellenado."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Buscar"
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "El campo requerido 'Servidor de ficheros' no ha sido rellenado."
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Usuario"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr ""
+"El campo requerido 'Compartido en el servidor de ficheros' no ha sido "
+"rellenado."
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Fecha"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "El campo requerido 'Localización' no ha sido rellenado."
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Remitente"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "Gestión de DFS"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Receptor"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "Ha fallado la eliminación del compartido DFS"
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# páginas"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+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 "La búsqueda no ha encontrado resultados"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Subir un nivel en el compartido DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Previsualización del Fax - Por favor espere"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Pulse en 'Fax' para descargar"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Crear un nuevo compartido DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "FAX ID"
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Base"
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Fecha / Hora"
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Enviar departamentos"
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "MSN del Remitente"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "Compartidos DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "ID del Remitente"
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"Este menú permite añadir, editar o eliminar los compartidos DFS "
+"seleccionados. Puede usar el selector de rango en la parte superior de la "
+"lista de compartidos DFS, cuando trabaja con un gran número de compartidos "
+"DFS."
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "MSN del Receptor"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Mostrar compartidos DFS que concuerden con"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "ID del Receptor"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Expresión regular para encontrar nombre de compartidos DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Estado del mensaje"
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "Propiedades DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Tiempo de envio"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Nombre del compartido DFS"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Reportes de FAX"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Servidor de Archivos"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Informes de FAX"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Compartido en el Servicio de Archivos"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
-msgstr ""
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "Localización del DFS"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-msgid "There is no mysql extension available, please check your php setup."
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-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:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Exportar a LDIF"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-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: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:125
-#, fuzzy
-msgid "Can't query fax table 'faxlog' 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: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:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "¡La consulta a la base de datos de fax ha fallado!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "Fallado"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr ""
-"¡No tiene permisos para recuperar información sobre el identificador (ID) "
-"del fax!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "Y-M-D"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "Estado"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Nombre"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr ""
+"Un error ha ocurrido cuando se insertaba la entrada '%s' - El proceso ha "
+"sido abortado."
 
 
-#: 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/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "¡No hay nada que importar!"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contacto"
+#: 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/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 ""
-"La extensión de lista telefónica provee las facilidades de listado y "
-"búsqueda de usuarios en su sitio. Se puede especificar asterisco (*) como en "
-"'Go*us' para encontrar 'Gonicus'. Use estos filtros para reducir su búsqueda."
+#: 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:47
-msgid "Add entry"
-msgstr "Añadir entrada"
+#: 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:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "Editar entrada"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "Importar desde CSV"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Eliminar entrada"
+#: 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/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Seleccione para ver usuarios estandar"
+#: 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/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Mostrar entradas de organizaciones"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "Importar desde XLS"
 
 
-#: 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/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "No tiene permisos para hacer importaciones LDAP"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Enseñar las entradas de la libreta de direcciones"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Error desconocido"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Mostrar resultados para departamentos"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "Gestor LDAP"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Encontrar objeto"
+#: 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:93
-msgid "Choose the object that will be searched in"
-msgstr "Elegir el objeto que sera buscado"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Seleccione el archivo CSV para importar"
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Cadena de búsqueda"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Visualizar"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Marcando conexión"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Selecciona plantilla"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Llamar"
+#: 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/remove.tpl:6
+#: 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
+msgid "Here is the status report for the import:"
+msgstr "Este es el informe de estado de la importación:"
+
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Plantilla seleccionada"
+
+#: plugins/addons/ldapmanager/contentexport.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 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 ""
-"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."
+"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:7
-msgid "Choose the department to store entry in"
-msgstr "Elija un departamento para guardar la entrada"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exportar solo esta entrada"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Personal"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exportación del LDIF completada para"
 
 
-#: 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: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/addons/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "Correo Electrónico"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Exportación IVBB LDIF 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:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Exportación completada"
 
 
-#: 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 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:148
-#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Ciudad"
+#: 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:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Pais"
+#: 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 ""
+"La extensión exportar XLS provee los métodos para descargar una copia espejo "
+"del directorio LDAP actual como un archivo XLS. Puede grabar estos ficheros "
+"como documentación."
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Libreta de direcciones"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr "Elija la información que quiera exportar"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Libreta de direcciones"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exportación del XLS completada para"
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+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 XLS"
+
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Pulse aquí para exportar la base de datos LDAP a un fichero XLS"
+
+#: 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 ""
+"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/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "¿Llamar desde %s a %s ahora?"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importar archivo LDIF"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:164
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
-msgstr ""
-"No tiene configurado un numero de teléfono personal. Por favor cambie esto "
-"para permitir llamadas directas."
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Modificar los atributos existentes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "Ha fallado la eliminación de la cuenta de la libreta de direcciones"
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Sobreescribir la entrada actual"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "¡No tiene permisos para eliminar esta entrada!"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Importación correcta"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Has decidido eliminar la entrada %s"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Registro del sistema"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Salvar el contacto %s como una vcard"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "¡No se han definido servidores LOG!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Enviar correo a %s"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "Directorio de contactos global"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+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:477
-msgid "user database"
-msgstr "Usuario de Base de datos"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
+msgstr ""
+"No puedo consultar la base de datos de registro para la generación de "
+"registros."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contacto guardado en '%s'"
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "¡Consulta a la base de datos de logs fallida!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Crear una nueva entrada en"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "Una hora"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Todo"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 horas"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Nombre"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 horas"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Teléfono del trabajo"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 horas"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "Móvil"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 días"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Teléfono particular"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "una semana"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 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/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 semanas"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-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/class_logview.inc:128
+msgid "one month"
+msgstr "un mes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-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:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filtro"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "Ha fallado la grabación de la cuenta de la libreta de direcciones"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Mostrar equipos"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "Compartidos DFS"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Nivel de log"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"Este menú permite añadir, editar o eliminar los compartidos DFS "
-"seleccionados. Puede usar el selector de rango en la parte superior de la "
-"lista de compartidos DFS, cuando trabaja con un gran número de compartidos "
-"DFS."
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Intervalo de tiempo"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Mostrar compartidos DFS que concuerden con"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Introducir la cadena de búsqueda"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Expresión regular para encontrar nombre de compartidos DFS"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Paquete de reglas"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "Propiedades DFS"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Editar"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Nombre del compartido DFS"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Nivel"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Servidor de Archivos"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nombre de Maquina"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Compartido en el Servicio de Archivos"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Fecha"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "Localización del DFS"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Mensaje"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "Gestión de DFS"
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "La búsqueda no ha encontrado resultados"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "Ha fallado la eliminación del compartido DFS"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Ver registro del sistema"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Cola de correo"
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Subir un nivel en el compartido DFS"
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, fuzzy, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr "No tiene permisos para crear un usuario en esta 'Base'."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
-msgstr "Raíz"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "Arriba"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Crear un nuevo compartido DFS"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "Abajo"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "Ese compartido DFS ya existe."
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "El campo requerido 'Nombre del compartido DFS' no ha sido rellenado."
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "hora"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "El campo requerido 'Descripción' no ha sido rellenado."
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "horas"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "El campo requerido 'Servidor de ficheros' no ha sido rellenado."
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
 msgstr ""
 msgstr ""
-"El campo requerido 'Compartido en el servidor de ficheros' no ha sido "
-"rellenado."
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "El campo requerido 'Localización' no ha sido rellenado."
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Activo"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
 msgstr ""
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgstr ""
 
 #: plugins/addons/mailqueue/contents.tpl:12
@@ -4702,10 +3921,32 @@ msgstr "La búsqueda no ha devuelto resultados"
 msgid "ID"
 msgstr "ID"
 
 msgid "ID"
 msgstr "ID"
 
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Servidor"
+
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Tamaño"
+
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Llegada"
 
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Llegada"
 
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Remitente"
+
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Recipiente"
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Recipiente"
@@ -4714,10 +3955,24 @@ msgstr "Recipiente"
 msgid "Error"
 msgstr ""
 
 msgid "Error"
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Activo"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "borrar"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
@@ -4755,1305 +4010,1431 @@ msgstr "cabecera"
 msgid "Display header from this message"
 msgstr "Mostrar cabeceras para este mensaje"
 
 msgid "Display header from this message"
 msgstr "Mostrar cabeceras para este mensaje"
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Cola de correo"
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "sin ejemplo"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
-msgstr ""
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Este 'dn' no es una aplicación"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, fuzzy, php-format
-msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
-msgstr "No tiene permisos para crear un usuario en esta 'Base'."
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "Ha fallado la eliminación de la aplicación"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#: plugins/admin/applications/class_applicationGeneric.inc:218
 #, php-format
 #, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgid "Removing application from objectgroup '%s' failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
+msgstr "Ha fallado la eliminación de la aplicación del grupo '%s'"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "La foto indicada no ha sido subida correctamente."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "Arriba"
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+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/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "Abajo"
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "El campo requerido 'Nombre' no ha sido llenado."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "horas"
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "El campo requerido 'Ejecutar' no ha sido llenado."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr ""
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Ya existe una aplicación con este 'Nombre'."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr ""
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "Ha fallado la grabación de la aplicación"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Parámetros de aplicaciones"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Nombre de la aplicación"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
 msgstr ""
+"Nombre que sera mostrado de la aplicación(por ejemplo despues de los iconos)."
 
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
-msgstr "Gestor LDAP"
+#: plugins/admin/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Va ha eliminar la aplicación '%s'."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "¡No tiene permisos para eliminar esta aplicación!"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Eliminar opciones"
+
+#: plugins/admin/applications/class_applicationParameters.inc:55
+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:57
+msgid "Create options"
+msgstr "Crear opciones"
+
+#: plugins/admin/applications/class_applicationParameters.inc:58
 msgid ""
 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."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"La extensión exportar XLS provee los métodos para descargar una copia espejo "
-"del directorio LDAP actual como un archivo XLS. Puede grabar estos ficheros "
-"como documentación."
+"Esta aplicación tiene opciones desactivadas. Puede activarlas pulsando aquí."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exportar solo esta entrada"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Variable"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Elija la información que quiera exportar"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Valor por defecto"
+
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Añadir opción"
+
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "Ha fallado la eliminación de parámetros de aplicaciones"
+
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, 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/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "Ha fallado la grabación de parámetros de aplicaciones"
+
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Lista de aplicaciones"
+
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exportación del XLS completada para"
+#: plugins/admin/applications/class_divListApplication.inc:34
+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/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/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Seleccione para buscar dentro del subárbol"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exportación IVBB LDIF para"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr ""
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Exportación completada"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Mostrar usuarios que concuerden con"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-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 XLS"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "nuevo"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Pulse aquí para exportar la base de datos LDAP a un fichero XLS"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Crear nueva aplicación"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Exportar a LDIF"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Aplicación"
 
 
-#: 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/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "Cortar"
 
 
-#: 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/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Cortar por esta entrada"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "Fallado"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr ""
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Copiar esta entrada"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "Estado"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "Editar"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
-"Un error ha ocurrido cuando se insertaba la entrada '%s' - El proceso ha "
-"sido abortado."
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Editar esta entrada"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "¡No hay nada que importar!"
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Borrar esta entrada"
 
 
-#: 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/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Ejecute"
 
 
-#: 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/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Ruta y nombre del binario de la aplicación"
 
 
-#: 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/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Elija lugar del árbol para colocar la aplicación"
 
 
-#: 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 ""
-"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/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Seleccione una base"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importar archivo LDIF"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Icono"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Modificar los atributos existentes"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Actualizar"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Sobreescribir la entrada actual"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Recargar imagen desde LDAP"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Importación correcta"
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Solo ejecutables para los miembros"
 
 
-#: 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/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Reemplazar la configuración del usuario en el inicio"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Seleccione el archivo CSV para importar"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Colocar icono en los escritorios de los miembros "
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Selecciona plantilla"
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Colocar entrado en los menús de inicio de los miembros"
 
 
-#: 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/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Colocar entrada en los barra de inicio de los miembros"
 
 
-#: 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/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Enviar"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Este es el informe de estado de la importación:"
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Descargar"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Plantilla seleccionada"
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Mantenimiento de aplicaciones"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "Importar desde XLS"
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Ramas"
 
 
-#: 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/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "Versión actual"
 
 
-#: 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/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/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/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "Ha fallado la eliminación del departamento"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Error desconocido"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "No tiene permisos para crear un departamento en esta 'Base'."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Ya existe un Departamento con este 'Nombre'."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "El campo requerido 'Nombre' no ha sido rellenado."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "El campo requerido 'Descripción' no ha sido rellenado."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
 msgid ""
 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."
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
 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."
+"El campo 'Nombre' contiene la palabra reservada '%s'. Por favor elija otro "
+"nombre."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exportación del LDIF completada para"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
 
 
-#: 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/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "Ha fallado la grabación del departamento"
 
 
-#: 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/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
+msgstr ""
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "Importar desde CSV"
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
+msgstr ""
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Ver registro del sistema"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
+msgstr ""
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Registro del sistema"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Departamentos"
 
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "¡No se han definido servidores LOG!"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, 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/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-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/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "No tiene permisos para eliminar este departamento."
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
 msgstr ""
 msgstr ""
-"No puedo consultar la base de datos de registro para la generación de "
-"registros."
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "¡Consulta a la base de datos de logs fallida!"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Lista de Departamentos"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "Una hora"
+#: plugins/admin/departments/class_divListDepartment.inc:33
+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/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 horas"
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Nombre del departamento"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 horas"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Expresión regular que concuerde con nombres de grupos"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 horas"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Crear nuevo departamento"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 días"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "departamento"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "una semana"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Procesando la operación pedida"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 semanas"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "un mes"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
+msgstr ""
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Mostrar equipos"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Propiedades"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Nivel de log"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nombre del departamento"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Intervalo de tiempo"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nombre del subárbol para crear"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Introducir la cadena de búsqueda"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Descripción del departamento"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Paquete de reglas"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Categoría"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Nivel"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Categoría de este subarbol"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nombre de Maquina"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Elija subárbol para colocar el departamento"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Mensaje"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "País donde esta localizado el subarbol"
 
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
-msgstr "Objetos"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Localización de este subarbol"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Lista de variables asignadas"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Dirección postal de este subarbol"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr ""
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Número base de teléfono de este subarbol"
 
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Instalación Totalmente Automática"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Número base de fax de este subarbol"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
-msgstr "Descargar"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Parámetros administrativos"
 
 
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
-#, php-format
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Mantenimiento de Departamentos"
+
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
-"given 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 ""
+"Esto incluye 'todas' 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/fai/class_faiScript.inc:393
-msgid "Creating FAI script base failed"
-msgstr "Ha fallado la Creación de la base del script FAI"
-
-#: plugins/admin/fai/class_faiScript.inc:477
-msgid "Removing FAI script failed"
-msgstr "Ha fallado la eliminación del script FAI"
-
-#: plugins/admin/fai/class_faiScript.inc:496
-msgid "Saving FAI script failed"
-msgstr "Ha fallado la grabación del script FAI"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
+"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 'Eliminar' para continuar o 'Cancelar' para abortar."
 
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
 #: plugins/admin/departments/tabs_department.inc:31
 #: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, php-format
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
+"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/fai/class_faiTemplate.inc:390
-msgid "Saving FAI template base failed"
-msgstr "Ha fallado la grabación de la base de la plantilla FAI"
+#: 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/fai/class_faiTemplate.inc:468
-#, fuzzy
-msgid "Removing FAI template entry failed"
-msgstr "Ha fallado la grabación de la base de la plantilla FAI"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:473
-#, fuzzy
-msgid "Modifying FAI template entry failed"
-msgstr "Ha fallado la grabación de la base de la plantilla FAI"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Nombre de la clase"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
-#, fuzzy
-msgid "Creating FAI template entry failed"
-msgstr "Ha fallado la grabación de la base de la plantilla FAI"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Elija nombre de clase"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
-msgstr "Gestión - Instalación totalmente automática"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Usa"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, 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 la clase FAI en '%s'."
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Un nuevo nombre de clase."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-msgid "You are not allowed to delete this component!"
-msgstr "¡No tiene permisos para eliminar este componente!"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Crear una nueva rama"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
-msgstr "Está a punto de borrar la rama FAI / suspendida '%s'."
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Crear una nueva rama bloqueada"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:287
-msgid "You are not allowed to delete this release!"
-msgstr "¡No le es permitido borrar esta versión!"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Eliminar la versión actual"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:345
-msgid "Specified branch name is invalid."
-msgstr "El nombre de la rama especificado no es válido."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Crear nuevo objeto FAI: tabla de particiones."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:347
-msgid "Specified freeze name is invalid."
-msgstr "El nombre de la rama suspendida especificada no es valido."
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Crear nuevo objeto FAI: Colección de paquetes"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-msgid "This name is already in use."
-msgstr "El nombre especificado ya esta siendo usado"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Crear nuevo objeto FAI: Colección de scripts."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Crear nuevo objeto FAI: Colección de variables."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Por favor introduzca una cadena de búsqueda"
+#: plugins/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Crear nuevo objeto FAI: Colección de acciones."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Crear nuevo objeto FAI:: Perfil."
+
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Crear nuevo objeto FAI: Plantilla."
+
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Crear nuevo objeto FAI."
+
+#: plugins/admin/fai/class_askClassName.inc:138
+#, fuzzy
+msgid "Spaces are not allowed within class names."
+msgstr "¡No tiene permisos para cambiar su contraseña!"
+
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "El nombre de la clase especificado está vacío."
+
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
+msgstr "El nombre de la clase especificado esta siendo utilizado."
+
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Lista de clases FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:44
+#, fuzzy
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
+
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
+
+#: plugins/admin/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Nombre de las clases FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
-msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
-msgstr "Ramas"
-
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
-msgstr "Versión actual"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Mostrar perfiles"
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Crear una nueva rama"
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Mostrar objetos de plantilla FAI"
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Crear una nueva rama bloqueada"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Mostrar plantillas"
 
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Eliminar la versión actual"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Mostrar scrips FAI"
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "Árbol de objetos FAI"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Mostrar scrips"
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Mostrar acciones FAI"
 
 
-#: 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 ""
-"Esto incluye <b>todo</b> la información de objeto. 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/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Mostrar acciones"
 
 
-#: 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 ""
-"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 'Eliminar' para continuar o 'Cancelar' para abortar."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Mostrar variables FAI"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Discos"
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Mostrar variables"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Mostrar paquetes FAI"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Mostrar paquetes"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Mostrar particiones FAI"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
-msgstr "Mostrar solo clases con plantillas"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Mostrar particiones"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Nuevo perfil"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
-msgstr "Mostrar solo clases con variables"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Nueva tabla de particiones"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
-msgstr "Mostrar solo clases con particiones"
-
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Mostrar objetos que concuerden con"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Nuevos scripts"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Expresiones regulares que concuerden con nombres de objetos"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "S"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Paquete"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Nuevas acciones"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
-msgstr "Scripts"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
-msgstr "Tabla de particiones"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Nuevas variables"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Nuevas plantillas"
+
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Nueva lista de paquetes"
+
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
-msgid "Open"
-msgstr "Abierto"
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Editar clase"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
-msgid "No."
-msgstr "No."
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Eliminar clase"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-msgid "FS options"
-msgstr "Opciones FS"
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
-msgstr "Opciones de Montaje"
+#: plugins/admin/fai/class_faiHook.inc:382
+#, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
-msgstr "Tamaño en Mb"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
-msgstr "Punto de montaje"
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr ""
+
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
 msgid "Please select a valid file."
 msgstr "Por favor seleccione un fichero válido."
 
 msgid "Please select a valid file."
 msgstr "Por favor seleccione un fichero válido."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
 msgid "Selected file is empty."
 msgstr "El archivo especificado está vacío."
 
 msgid "Selected file is empty."
 msgstr "El archivo especificado está vacío."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Por favor introduzca un valor para el script"
+
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
 msgid "Please enter a name."
 msgstr "Por favor introduzca un nombre."
 
 msgid "Please enter a name."
 msgstr "Por favor introduzca un nombre."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Por favor introduzca un script."
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Propiedades"
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
+msgstr "Gestión - Instalación totalmente automática"
+
+#: plugins/admin/fai/class_faiManagement.inc:173
+#, 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 la clase FAI en '%s'."
+
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
+msgstr "¡No tiene permisos para eliminar este componente!"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Parámetros del script"
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr "Está a punto de borrar la rama FAI / suspendida '%s'."
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Elija una prioridad"
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
+msgstr "¡No le es permitido borrar esta versión!"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Script de importación"
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
+msgstr "El nombre de la rama especificado no es válido."
+
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
+msgstr "El nombre de la rama suspendida especificada no es valido."
+
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:342
+#: plugins/admin/fai/class_faiPackage.inc:337
 msgid "Removing FAI package base failed"
 msgstr ""
 
 msgid "Removing FAI package base failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:371
+#: plugins/admin/fai/class_faiPackage.inc:366
 msgid "Please select a least one Package."
 msgstr "Por favor seleccione al menos un Paquete."
 
 msgid "Please select a least one Package."
 msgstr "Por favor seleccione al menos un Paquete."
 
-#: plugins/admin/fai/class_faiPackage.inc:375
+#: plugins/admin/fai/class_faiPackage.inc:370
 msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 "Por favor especifique una combinación valida para la configuración de su "
 "repositorio."
 
 msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 "Por favor especifique una combinación valida para la configuración de su "
 "repositorio."
 
-#: plugins/admin/fai/class_faiPackage.inc:388
+#: plugins/admin/fai/class_faiPackage.inc:383
 #, php-format
 msgid ""
 "Can't insert a fai package list named '%s' in '%s' there is already a "
 "package list with the given name."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't insert a fai package list named '%s' in '%s' there is already a "
 "package list with the given name."
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:410
+#: plugins/admin/fai/class_faiPackage.inc:405
 msgid "package is configured"
 msgstr "El paquete está configurado"
 
 msgid "package is configured"
 msgstr "El paquete está configurado"
 
-#: plugins/admin/fai/class_faiPackage.inc:416
+#: plugins/admin/fai/class_faiPackage.inc:411
 msgid "Package marked for removal"
 msgstr ""
 
 msgid "Package marked for removal"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:442
+#: plugins/admin/fai/class_faiPackage.inc:437
 #, php-format
 msgid "Package file '%s' does not exist."
 msgstr ""
 
 #, php-format
 msgid "Package file '%s' does not exist."
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:506
+#: plugins/admin/fai/class_faiPackage.inc:501
 msgid "Saving FAI package base failed"
 msgstr ""
 
 msgid "Saving FAI package base failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:551
+#: plugins/admin/fai/class_faiPackage.inc:547
 msgid "Saving FAI package entry failed"
 msgstr ""
 
 msgid "Saving FAI package entry failed"
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-msgid "Release"
-msgstr "Versión"
-
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-msgid "Section"
-msgstr "Sección"
-
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
-msgstr "Método de instalación"
-
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
-msgstr "Paquetes usados"
-
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
-msgstr "Paquetes elegidos"
-
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Configurar"
-
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
-msgstr "Cambiar la marca de eliminación"
-
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
-msgstr ""
-
-#: plugins/admin/fai/class_faiHook.inc:387
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
 #, php-format
 #, php-format
-msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
-msgstr ""
-
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
-msgstr ""
-
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
-msgstr ""
-
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
+msgid "Debconf information for package '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr ""
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
+msgstr "Por favor introduzca una cadena de búsqueda"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
-msgstr "Plantilla de paquete"
-
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
-msgstr "Script del paquete"
-
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
-msgstr "Variables del paquete"
-
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "partición %s"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
-msgstr "Abajo"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "partición(es) %s"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
+msgid ""
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "Ha fallado la grabación de la base de la tabla de particiones FAI"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
-msgstr "Por favor introduzca un nombre válido"
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "Ha fallado la eliminación de la tabla de particiones FAI"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:425
-msgid "There is already a profile with this class name defined."
-msgstr "Ya existe un perfil con este nombre de clase definido."
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "Ha fallado la grabación de la tabla de particiones FAI"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "Ha fallado la eliminación de la entrada en la tabla de particiones FAI"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "Clases FAI"
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "Ha fallado la grabación de la entrada en la tabla de particiones FAI"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 #, fuzzy
 msgid "primary"
 msgstr "Grupo primario"
 
 #, fuzzy
 msgid "primary"
 msgstr "Grupo primario"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 #, fuzzy
 msgid "logical"
 msgstr "Añadir Cuenta Local"
 
 #, fuzzy
 msgid "logical"
 msgstr "Añadir Cuenta Local"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
 msgid "FS type"
 msgstr "Tipo de FS"
 
 msgid "FS type"
 msgstr "Tipo de FS"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Punto de montaje"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Tamaño en Mb"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Opciones de Montaje"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
 msgid "FS option"
 msgstr "Opciones de FS"
 
 msgid "FS option"
 msgstr "Opciones de FS"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
 msgid "Preserve"
 msgstr "Preservar"
 
 msgid "Preserve"
 msgstr "Preservar"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
 #, php-format
 msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 #, php-format
 msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
 #, php-format
 msgid "Please enter a valid mount point for partition %s."
 msgstr "Por favor introduzca un punto de montaje valido para la partición %s."
 
 #, php-format
 msgid "Please enter a valid mount point for partition %s."
 msgstr "Por favor introduzca un punto de montaje valido para la partición %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
 "partition %s."
 msgstr ""
 
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
 "partition %s."
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
 msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
 msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
 #, php-format
 msgid "Please enter a valid partition size for partition %s."
 msgstr ""
 "Por favor introduzca un tamaño de partición valido para la partición %s."
 
 #, php-format
 msgid "Please enter a valid partition size for partition %s."
 msgstr ""
 "Por favor introduzca un tamaño de partición valido para la partición %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
 #, php-format
 msgid "Please enter a valid range for partition %s."
 msgstr "Por favor introduzca un rango valido para la partición %s."
 
 #, php-format
 msgid "Please enter a valid range for partition %s."
 msgstr "Por favor introduzca un rango valido para la partición %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
 #, php-format
 msgid "Please enter a range for partition size for partition %s."
 msgstr ""
 "Por favor introduzca un rango para el tamaño de la partición valido para la "
 "partición %s."
 
 #, php-format
 msgid "Please enter a range for partition size for partition %s."
 msgstr ""
 "Por favor introduzca un rango para el tamaño de la partición valido para la "
 "partición %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
 msgstr ""
 
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Dispositivo"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Entradas en la partición"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Añadir partición"
-
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Lista de scripts"
-
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Por favor especifique un valor para el atributo 'contenido'."
-
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
-msgstr ""
-
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Por favor introduzca un nombre para la rama"
-
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Procesando la operación pedida"
-
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
-
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Iniciando operación"
-
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Atributos de las variables"
-
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Contenido de la Variable"
-
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Lista de ficheros plantillas"
-
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Lista de paquetes disponibles"
-
-#: 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/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Plantilla de paquete"
 
 
-#: plugins/admin/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Lista de clases FAI"
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Script del paquete"
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-#, fuzzy
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Variables del paquete"
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Nombre de las clases FAI"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Tabla de particiones"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr ""
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "Abajo"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Mostrar perfiles"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Mostrar objetos de plantilla FAI"
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
+msgid ""
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Mostrar plantillas"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Mostrar scrips FAI"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Por favor introduzca un nombre válido"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Mostrar scrips"
+#: plugins/admin/fai/class_faiProfile.inc:420
+msgid "There is already a profile with this class name defined."
+msgstr "Ya existe un perfil con este nombre de clase definido."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Mostrar acciones FAI"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Mostrar acciones"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Mostrar variables FAI"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Objetos"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Mostrar variables"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Mostrar paquetes FAI"
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
+msgstr "Ha fallado la Creación de la base del script FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Mostrar paquetes"
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
+msgstr "Ha fallado la eliminación del script FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Mostrar particiones FAI"
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
+msgstr "Ha fallado la grabación del script FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Mostrar particiones"
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Por favor introduzca un script."
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
-msgstr "Nuevo perfil"
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
+msgstr "Scripts"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "New partition table"
-msgstr "Nueva tabla de particiones"
-
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
-msgstr "Nuevos scripts"
-
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
-msgstr "S"
-
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
-msgstr "Nuevas acciones"
-
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
-msgstr "Nuevas variables"
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
+msgstr "Abierto"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr ""
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
+msgstr "No."
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "New templates"
-msgstr "Nuevas plantillas"
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
+msgstr "Opciones FS"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
-msgstr "Nueva lista de paquetes"
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
+msgstr "Ha fallado la grabación de la base de la plantilla FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
-msgstr ""
+#: plugins/admin/fai/class_faiTemplate.inc:463
+#, fuzzy
+msgid "Removing FAI template entry failed"
+msgstr "Ha fallado la grabación de la base de la plantilla FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
-msgstr "Cortar"
+#: plugins/admin/fai/class_faiTemplate.inc:468
+#, fuzzy
+msgid "Modifying FAI template entry failed"
+msgstr "Ha fallado la grabación de la base de la plantilla FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
-msgstr "Cortar por esta entrada"
+#: plugins/admin/fai/class_faiTemplate.inc:481
+#, fuzzy
+msgid "Creating FAI template entry failed"
+msgstr "Ha fallado la grabación de la base de la plantilla FAI"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "no se ha subido ningún archivo todavía"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
-msgstr "Copiar esta entrada"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Por favor especifique un valor para el atributo 'fichero'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
-msgstr "Editar clase"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
+msgstr "Por favor especifique un valor para el atributo 'ruta'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
-msgstr "Eliminar clase"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
+msgstr "Por favor introduzca un usuario."
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Lista de scripts de acciones"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr ""
+"Por favor especifique un usuario valido. Solo están permitidos a-Z/0-9."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
-msgstr "partición %s"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
+msgstr "Por favor introduzca un grupo."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
-msgstr "partición(es) %s"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Por favor especifique un grupo valido. Solo están permitidos a-Z/0-9."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:335
+#: plugins/admin/fai/class_faiVariable.inc:280
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
-msgstr "Ha fallado la grabación de la base de la tabla de particiones FAI"
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
-msgstr "Ha fallado la eliminación de la tabla de particiones FAI"
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
-msgstr "Ha fallado la grabación de la tabla de particiones FAI"
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
-msgstr "Ha fallado la eliminación de la entrada en la tabla de particiones FAI"
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
-msgstr "Ha fallado la grabación de la entrada en la tabla de particiones FAI"
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Por favor introduzca un valor para el script"
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Por favor especifique un valor para el atributo 'contenido'."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr ""
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Lista de scripts de acciones"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Nombre de la clase"
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Añadir"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
@@ -6067,181 +5448,221 @@ msgstr "Tareas"
 msgid "Choose an existing FAI task"
 msgstr ""
 
 msgid "Choose an existing FAI task"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
+msgstr "Script de importación"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, php-format
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Aplicar"
+
+#: plugins/admin/fai/faiNewBranch.tpl:5
 msgid ""
 msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
-msgstr ""
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Por favor introduzca un nombre para la rama"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Crear nuevo objeto FAI: tabla de particiones."
-
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Crear nuevo objeto FAI: Colección de paquetes"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr ""
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Crear nuevo objeto FAI: Colección de scripts."
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Iniciando operación"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Crear nuevo objeto FAI: Colección de variables."
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
+msgstr "Versión"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Crear nuevo objeto FAI: Colección de acciones."
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
+msgstr "Sección"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Crear nuevo objeto FAI:: Perfil."
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
+msgstr "Método de instalación"
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Crear nuevo objeto FAI: Plantilla."
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
+msgstr "Paquetes usados"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Crear nuevo objeto FAI."
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
+msgstr "Paquetes elegidos"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
-#, fuzzy
-msgid "Spaces are not allowed within class names."
-msgstr "¡No tiene permisos para cambiar su contraseña!"
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
+msgstr "Cambiar la marca de eliminación"
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
-msgstr "El nombre de la clase especificado está vacío."
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Paquete"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
-msgid "The specified class name is already in use for this object type."
-msgstr "El nombre de la clase especificado esta siendo utilizado."
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Lista de paquetes disponibles"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:26
 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 menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 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."
-msgstr ""
+#: plugins/admin/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Mostrar objetos que concuerden con"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr ""
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Expresiones regulares que concuerden con nombres de objetos"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Discos"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Elija nombre de clase"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Dispositivo"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
-msgstr "Usa"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Entradas en la partición"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Un nuevo nombre de clase."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Añadir partición"
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "Clases FAI"
+
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Elija una prioridad"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr ""
+
+#: plugins/admin/fai/faiProfileEntry.tpl:26
 msgid ""
 msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
+msgstr ""
+
+#: plugins/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
+msgstr "Mostrar solo clases con plantillas"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr ""
+
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
 msgstr ""
 msgstr ""
-"Esto incluye toda las información de cuentas, reglas de acceso al sistema, "
-"etc. de esta rama. 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/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "no se ha subido ningún archivo todavía"
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
+msgstr "Mostrar solo clases con variables"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Por favor especifique un valor para el atributo 'fichero'."
+#: plugins/admin/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
+msgstr "Mostrar solo clases con particiones"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Por favor especifique un valor para el atributo 'ruta'."
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Lista de scripts"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr "Por favor introduzca un usuario."
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Parámetros del script"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr ""
-"Por favor especifique un usuario valido. Solo están permitidos a-Z/0-9."
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Prioridad"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr "Por favor introduzca un grupo."
+#: plugins/admin/fai/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "Árbol de objetos FAI"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Por favor especifique un grupo valido. Solo están permitidos a-Z/0-9."
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr ""
+
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Lista de ficheros plantillas"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Atributos de la plantilla"
 
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Atributos de la plantilla"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
-msgstr "Archivo"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Guardar plantilla"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Guardar plantilla"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Enviar"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Ruta de destino"
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Ruta de destino"
@@ -6253,9 +5674,9 @@ msgstr ""
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Grupo"
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Grupo"
@@ -6265,7 +5686,7 @@ msgid "Access"
 msgstr "Acceso"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
 msgstr "Acceso"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
+#: plugins/admin/systems/class_servDNS.inc:164
 msgid "Class"
 msgstr "Clase"
 
 msgid "Class"
 msgstr "Clase"
 
@@ -6273,186 +5694,389 @@ msgstr "Clase"
 msgid "Read"
 msgstr "Lectura"
 
 msgid "Read"
 msgstr "Lectura"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Escritura"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Escritura"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Especial"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Usuario"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Otros"
+
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "estatico"
+
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Lista de variables asignadas"
+
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr ""
+
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Atributos de las variables"
+
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Contenido de la Variable"
+
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Instalación Totalmente Automática"
+
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#, fuzzy
+msgid "Enter FAI object name"
+msgstr "Árbol de objetos FAI"
+
+#: 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 ""
+"Esto incluye <b>todo</b> la información de objeto. 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/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. 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, "
+"etc. de esta rama. 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/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Elige"
+
+#: 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/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Enfocado a la versión"
+
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Seleccione nombre de la versión"
+
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Aplicaciones Usadas"
+
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
+msgstr "Añadir categoría"
+
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Aplicaciones disponibles"
+
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Opciones de aplicaciones"
+
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
+msgstr "Lista de grupos"
+
+#: plugins/admin/groups/class_divListGroup.inc:41
+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 ""
+"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/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
+msgstr "Nombre de grupo / Departamento"
+
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Select to see groups that are primary groups of users"
+msgstr "Seleccione para ver que grupos son grupos primarios de usuarios"
+
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
+msgstr "Mostrar grupos primarios"
+
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
+msgstr "Seleccione para ver que grupos tienen asignado un grupo samba"
+
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
+msgstr "Mostrar los grupos samba"
+
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Seleccione para ver que grupos tienen aplicaciones configuradas"
+
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Mostrar los grupos de aplicaciones"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr ""
+"Seleccione para ver que grupos tienen configuración de correo electrónico"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Mostrar grupos de correo"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr "Seleccione para ver que grupos tienen solo aspectos funcionales"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Mostrar grupos funcionales"
+
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Nombres de usuarios de los grupos que se muestran"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Crear nuevo grupo"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Nuevo"
+
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
+
+#: plugins/admin/groups/class_groupAcl.inc:52
+#, fuzzy
+msgid "You have no permissions to view and edit ACLs."
+msgstr "No tiene permisos para crear un usuario en esta 'Base'."
+
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Este 'dn' no es un contenedor de listas de acceso."
+
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Ejecute"
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr ""
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Especial"
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Todos los campos son rellenarles."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Esta'dn' no es un grupo de aplicaciones."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Borrar aplicaciones"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Otros"
+#: plugins/admin/groups/class_groupApplication.inc:405
+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/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "estatico"
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Crear aplicaciones"
 
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#, fuzzy
-msgid "Enter FAI object name"
-msgstr "Árbol de objetos FAI"
+#: plugins/admin/groups/class_groupApplication.inc:408
+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/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Enfocado a la versión"
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
+msgstr "El campo 'Nombre de categoría' contiene caracteres no validos."
 
 
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Seleccione nombre de la versión"
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
+msgstr "La categoría especificada ya existe."
 
 
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Aplicaciones Usadas"
+#: plugins/admin/groups/class_groupApplication.inc:523
+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/groups/application.tpl:19
-msgid "Add category"
-msgstr "Añadir categoría"
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "La aplicación seleccionada no tiene opciones."
 
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Aplicaciones disponibles"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "Atrás"
 
 
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
+msgstr "aplicación"
 
 
-#: 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/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
+msgstr "Borrar entrada"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Carpetas compartidas IMAP"
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr "Arriba"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permisos por defecto"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "Abajo"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Miembro con Permisos"
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr ""
 
 
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Reenviar mensajes a miembros que no sean del grupo"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "La aplicación ya no está disponible."
 
 
-#: 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/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
 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/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Administración de grupos"
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Comprobar parámetros"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Grupos"
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Los parámetros de la aplicación han cambiado."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
-#, fuzzy
-msgid "You are not allowed to execute this method!"
-msgstr "¡No tiene permisos para eliminar esta entrada!"
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "Ha fallado la eliminación de información de la aplicación"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:261
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Está a punto de borrar el grupo '%s'."
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "Ha fallado la grabación de información de la aplicación"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
-msgstr "¡No le está permitido eliminar este grupo!"
+#: plugins/admin/groups/class_groupApplication.inc:932
+#, php-format
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
+#: plugins/admin/groups/class_groupGeneric.inc:120
 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!"
 
 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:181
+#: plugins/admin/groups/class_groupGeneric.inc:176
 msgid "This 'dn' is no group."
 msgstr "Este 'dn' no es un grupo."
 
 msgid "This 'dn' is no group."
 msgstr "Este 'dn' no es un grupo."
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Samba group"
 msgstr "Grupo de samba"
 
 msgid "Samba group"
 msgstr "Grupo de samba"
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Domain admins"
 msgstr "Administradores del dominio"
 
 msgid "Domain admins"
 msgstr "Administradores del dominio"
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Domain users"
 msgstr "Usuarios del dominio"
 
 msgid "Domain users"
 msgstr "Usuarios del dominio"
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
+#: plugins/admin/groups/class_groupGeneric.inc:317
 msgid "Domain guests"
 msgstr "Invitados del dominio"
 
 msgid "Domain guests"
 msgstr "Invitados del dominio"
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
+#: plugins/admin/groups/class_groupGeneric.inc:322
 #, php-format
 msgid "Special group (%d)"
 msgstr "Grupo especial (%d)"
 
 #, php-format
 msgid "Special group (%d)"
 msgstr "Grupo especial (%d)"
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
+#: plugins/admin/groups/class_groupGeneric.inc:434
 msgid "! unknown id"
 msgstr "! id desconocido"
 
 msgid "! unknown id"
 msgstr "! id desconocido"
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
+#: plugins/admin/groups/class_groupGeneric.inc:475
 #, php-format
 msgid ""
 "Your search method returned more than '%s' users, only '%s' users are shown."
 msgstr ""
 
 #, php-format
 msgid ""
 "Your search method returned more than '%s' users, only '%s' users are shown."
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
+#: plugins/admin/groups/class_groupGeneric.inc:504
 msgid "Removing group failed"
 msgstr ""
 
 msgid "Removing group failed"
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
+#: plugins/admin/groups/class_groupGeneric.inc:611
 #, php-format
 msgid "No configured SID found for '%s'."
 msgstr ""
 
 #, php-format
 msgid "No configured SID found for '%s'."
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
+#: plugins/admin/groups/class_groupGeneric.inc:616
 #, php-format
 msgid "No configured RIDBASE found for '%s'."
 msgstr ""
 
 #, php-format
 msgid "No configured RIDBASE found for '%s'."
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
+#: plugins/admin/groups/class_groupGeneric.inc:701
 msgid "Saving group failed"
 msgstr ""
 
 msgid "Saving group failed"
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
+#: plugins/admin/groups/class_groupGeneric.inc:730
 #: plugins/admin/ogroups/class_ogroup.inc:611
 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/ogroups/class_ogroup.inc:611
 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:745
+#: plugins/admin/groups/class_groupGeneric.inc:740
 msgid ""
 "The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
 "are allowed."
 msgid ""
 "The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
 "are allowed."
@@ -6460,194 +6084,206 @@ msgstr ""
 "El campo 'Nombre' contiene caracteres no validos. Puede utilizar minúsculas, "
 "numeros y guiones."
 
 "El campo 'Nombre' contiene caracteres no validos. Puede utilizar minúsculas, "
 "numeros y guiones."
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
 msgid "Value specified as 'Name' is already used."
 msgid "Value specified as 'Name' is already used."
-msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
-
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
-msgstr "Lista de grupos"
-
-#: plugins/admin/groups/class_divListGroup.inc:41
-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 ""
-"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/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
-msgstr "Nombre de grupo / Departamento"
-
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Select to see groups that are primary groups of users"
-msgstr "Seleccione para ver que grupos son grupos primarios de usuarios"
-
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
-msgstr "Mostrar grupos primarios"
-
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
-msgstr "Seleccione para ver que grupos tienen asignado un grupo samba"
-
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
-msgstr "Mostrar los grupos samba"
-
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Seleccione para ver que grupos tienen aplicaciones configuradas"
-
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Mostrar los grupos de aplicaciones"
-
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr ""
-"Seleccione para ver que grupos tienen configuración de correo electrónico"
-
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Mostrar grupos de correo"
-
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
-msgstr "Seleccione para ver que grupos tienen solo aspectos funcionales"
-
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Mostrar grupos funcionales"
-
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
-msgstr "Crear nuevo grupo"
-
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
-msgstr "Posix"
-
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Aplicación"
-
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
-msgstr "Editar esta entrada"
-
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
-msgstr "Borrar esta entrada"
-
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Objeto"
+msgstr "El valor especificado como 'Nombre' esta siendo utilizado."
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Elige"
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "El valor especificado como 'GID' no es valido."
 
 
-#: 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/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "El valor especificado como 'GID' es muy pequeño."
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Administradores de Carpetas"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr "¡Demasiados usuarios, no hay identificadores (ID) libres!"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Seleccionar un departamento especifico"
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, 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/admin/groups/class_groupMail.inc:292
+#: plugins/admin/groups/class_groupMail.inc:287
 msgid "read"
 msgstr "leer"
 
 msgid "read"
 msgstr "leer"
 
-#: plugins/admin/groups/class_groupMail.inc:293
+#: plugins/admin/groups/class_groupMail.inc:288
 msgid "post"
 msgstr "post"
 
 msgid "post"
 msgstr "post"
 
-#: plugins/admin/groups/class_groupMail.inc:294
+#: plugins/admin/groups/class_groupMail.inc:289
 msgid "external post"
 msgstr "post externo"
 
 msgid "external post"
 msgstr "post externo"
 
-#: plugins/admin/groups/class_groupMail.inc:295
+#: plugins/admin/groups/class_groupMail.inc:290
 msgid "append"
 msgstr "añadir"
 
 msgid "append"
 msgstr "añadir"
 
-#: plugins/admin/groups/class_groupMail.inc:296
+#: plugins/admin/groups/class_groupMail.inc:291
 msgid "write"
 msgstr "escribir"
 
 msgid "write"
 msgstr "escribir"
 
-#: plugins/admin/groups/class_groupMail.inc:328
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "ninguno"
+
+#: plugins/admin/groups/class_groupMail.inc:324
 msgid "This 'dn' has no valid mail extensions."
 msgstr "Esta 'dn' no tiene extensiones validas de correo."
 
 msgid "This 'dn' has no valid mail extensions."
 msgstr "Esta 'dn' no tiene extensiones validas de correo."
 
-#: plugins/admin/groups/class_groupMail.inc:352
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Borrar cuenta de correo"
+
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"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."
+
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Crear cuenta de correo"
+
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+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/admin/groups/class_groupMail.inc:348
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:353
+#: plugins/admin/groups/class_groupMail.inc:349
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:408
+#: plugins/admin/groups/class_groupMail.inc:404
 msgid "You're trying to add an invalid email address "
 msgstr "Esta intentando añadir una dirección de correo no valida"
 
 msgid "You're trying to add an invalid email address "
 msgstr "Esta intentando añadir una dirección de correo no valida"
 
-#: plugins/admin/groups/class_groupMail.inc:409
+#: plugins/admin/groups/class_groupMail.inc:405
 msgid "to the list of forwarders."
 msgstr "a la lista de remitentes."
 
 msgid "to the list of forwarders."
 msgstr "a la lista de remitentes."
 
-#: plugins/admin/groups/class_groupMail.inc:645
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+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/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+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/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+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/admin/groups/class_groupMail.inc:641
 msgid "Removing group mail settings failed"
 msgstr "Ha fallado la eliminación de parámetros de correo de grupo"
 
 msgid "Removing group mail settings failed"
 msgstr "Ha fallado la eliminación de parámetros de correo de grupo"
 
-#: plugins/admin/groups/class_groupMail.inc:819
+#: plugins/admin/groups/class_groupMail.inc:829
 msgid "Saving group mail settings failed"
 msgstr "Ha fallado la grabación de los parámetros de correo de grupos"
 
 msgid "Saving group mail settings failed"
 msgstr "Ha fallado la grabación de los parámetros de correo de grupos"
 
-#: plugins/admin/groups/class_groupMail.inc:848
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr " El campo requerido 'Cuenta Principal' no ha sido rellenado."
+
+#: plugins/admin/groups/class_groupMail.inc:858
 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'."
 
 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/groups/class_groupMail.inc:881
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "La cuenta principal que ha introducido ya esta en uso."
+
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "El valor de 'Tamaño de Cola' no es valido."
+
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Por favor especifique un usuario valido."
+
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+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/admin/groups/class_groupMail.inc:891
 msgid ""
 "Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
 msgid ""
 "Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:885
+#: plugins/admin/groups/class_groupMail.inc:895
 msgid "Please select a valid mail server."
 msgstr "Por favor seleccione un servidor de correo valido."
 
 msgid "Please select a valid mail server."
 msgstr "Por favor seleccione un servidor de correo valido."
 
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+#, fuzzy
+msgid "You are not allowed to execute this method!"
+msgstr "¡No tiene permisos para eliminar esta entrada!"
+
+#: plugins/admin/groups/class_groupManagement.inc:261
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Está a punto de borrar el grupo '%s'."
+
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "¡No le está permitido eliminar este grupo!"
+
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
@@ -6691,1713 +6327,1605 @@ msgstr "Seleccione para crear un grupo samba"
 msgid "in domain"
 msgstr "en dominio"
 
 msgid "in domain"
 msgstr "en dominio"
 
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
-msgstr "Miembros están en un grupo de salto telefónico"
-
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
-msgstr "Miembros están en un grupo de Nagios"
-
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
-msgstr "Miembros del grupo"
-
-#: 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:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Seleccione para ver los servidores"
-
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Buscar dentro del subárbol"
-
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Mostrar usuarios del departamento"
-
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
-
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Parámetros de grupo"
-
-#: plugins/admin/groups/class_groupAcl.inc:57
-#, fuzzy
-msgid "You have no permissions to view and edit ACLs."
-msgstr "No tiene permisos para crear un usuario en esta 'Base'."
-
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
-msgstr "Este 'dn' no es un contenedor de listas de acceso."
-
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
-msgstr ""
-
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
-msgstr ""
-
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
-msgstr "Todos los campos son rellenarles."
-
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Opciones de aplicaciones"
-
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Mostrar las direcciones de los departamentos"
-
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Mostrar direcciones que concuerden con"
-
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
-msgstr "Esta'dn' no es un grupo de aplicaciones."
-
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
-msgstr "Borrar aplicaciones"
-
-#: plugins/admin/groups/class_groupApplication.inc:410
-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/groups/class_groupApplication.inc:412
-msgid "Create applications"
-msgstr "Crear aplicaciones"
-
-#: plugins/admin/groups/class_groupApplication.inc:413
-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/groups/class_groupApplication.inc:425
-msgid "Invalid character in category name."
-msgstr "El campo 'Nombre de categoría' contiene caracteres no validos."
-
-#: plugins/admin/groups/class_groupApplication.inc:433
-msgid "The specified category already exists."
-msgstr "La categoría especificada ya existe."
-
-#: plugins/admin/groups/class_groupApplication.inc:528
-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/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
-msgstr "La aplicación seleccionada no tiene opciones."
-
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
-msgstr "departamento"
-
-#: plugins/admin/groups/class_groupApplication.inc:657
-msgid "application"
-msgstr "aplicación"
-
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-msgid "Delete entry"
-msgstr "Borrar entrada"
-
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
-msgstr "Arriba"
-
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
-msgstr "Abajo"
-
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr ""
-
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
-msgstr "La aplicación ya no está disponible."
-
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr ""
-
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
-msgstr "Comprobar parámetros"
-
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
-msgstr "Los parámetros de la aplicación han cambiado."
-
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
-msgstr "Ha fallado la eliminación de información de la aplicación"
-
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
-msgstr "Ha fallado la grabación de información de la aplicación"
-
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
-msgstr ""
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
+msgstr "Miembros están en un grupo de salto telefónico"
 
 
-#: 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/groups/generic.tpl:85
+msgid "Members are in a nagios group"
+msgstr "Miembros están en un grupo de Nagios"
 
 
-#: 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 ""
-"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/groups/generic.tpl:101
+msgid "Group members"
+msgstr "Miembros del grupo"
 
 
-#: plugins/admin/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Usuarios"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Seleccione usuarios que serán añadidos"
 
 
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
-msgstr "No le es permitido cambiarle la contraseña a estos usuarios."
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Seleccione para ver los servidores"
 
 
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Esta a punto de borrar el usuario %s"
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Buscar dentro del subárbol"
 
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "No le es permitido borrar este usuario"
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Mostrar usuarios del departamento"
 
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "ninguno"
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
 
 
-#: plugins/admin/users/class_userManagement.inc:553
-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/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Cuenta Principal"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Crear un nuevo usuario usando plantillas"
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Dirección de correo electrónica primaria para esta carpeta compartida"
 
 
-#: 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 ""
-"Para crear un nuevo usuario puede ser asistido a través de plantillas. "
-"Algunos valores en la base de datos serán introducidos automáticamente. "
-"Elegir 'ninguno' para saltarse el uso de plantillas."
+#: 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/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Plantilla"
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Uso de la Cola de Correo"
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Administración de Usuarios"
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "sin definirse"
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Lista de usuarios"
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Tamaño de la Cola de correo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
-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/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Direcciones alternativas"
 
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Nombre de Usuario"
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Lista de direcciones de correo alternativas."
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Seleccione para mostrar los usuarios pseudo plantillas"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Carpetas compartidas IMAP"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
-msgstr "Seleccione para ver los usuarios que solo tienen objeto GOsa"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permisos por defecto"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Mostrar usuarios funcionales"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Miembro con Permisos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Seleccione para ver usuario que tienen configuraciones posix"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Reenviar mensajes a miembros que no sean del grupo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Mostrar los usuarios unix"
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Añadir Cuenta Local"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr "Seleccione para ver los usuarios que tiene confiraciones de correo"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Administradores de Carpetas"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Mostrar los usuarios de correo"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Seleccionar un departamento especifico"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Seleccione para ver los usuarios que tiene configuraciones samba"
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Seleccione dirección para añadir"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Mostrar usuarios samba"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Mostrar las direcciones de los departamentos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Seleccione para ver los usuarios que tienen configuraciones de proxy"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Mostrar direcciones que concuerden con"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Mostrar los usuarios de proxy"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Expresiones regulares que concuerden con direcciones"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
-msgstr "Crear nuevo usuario"
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Mostrar direcciones del usuario"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
-msgstr "Nuevo usuario"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Nombre de usuario de las direcciones mostradas"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
-msgstr "Crear nueva plantilla"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Administración de grupos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Nueva plantilla"
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Parámetros de grupo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "Parámetros de correo"
+
+#: 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 ""
+"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/class_divListUsers.inc:138
-msgid "Edit generic properties"
-msgstr "Editar propiedades genéricas"
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Lista de objetos grupo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
-msgstr "Editar propiedades UNIX"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
-msgstr "Editar propiedades de estado"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Nombre del objeto grupo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
-msgstr "Editar propiedades de correo"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Seleccione para mostrar grupos que tienen usuarios"
 
 
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
-msgstr "Editar propiedades telefónicas"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Mostrar grupos que tienen usuarios"
 
 
-#: plugins/admin/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
-msgstr "Editar propiedades de fax"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Seleccione para mostrar grupos que contienen grupos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
-msgstr "Editar propiedades samba"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Mostrar grupos que contienen grupos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
-msgstr "Editar propiedades Netatalk"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "seleccione para mostrar grupos que contienen aplicaciones"
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
-msgstr "Crear usuario desde plantilla"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Mostrar grupos que contienen aplicaciones"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
-msgstr "Crear usuario con esta plantilla"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Seleccione para mostrar grupos que contienen departamentos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
-msgstr "contraseña"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Mostrar grupos que contienen departamentos"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Nombre de la aplicación"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Seleccione para mostrar grupos que contienen servidores"
 
 
-#: 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/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Mostrar grupos que contienen servidores"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-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/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
+msgstr "Seleccione para mostrar grupos que contienen estaciones de trabajo"
 
 
-#: 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/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Mostrar grupos que contienen estaciones de trabajo"
 
 
-#: 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/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Seleccione para mostrar grupos que contienen terminales"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Icono"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Mostrar grupos que contienen terminales"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Actualizar"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Seleccione para mostrar grupos que contienen impresoras"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Recargar imagen desde LDAP"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Mostrar grupos que contienen impresoras"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Solo ejecutables para los miembros"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Seleccione para mostrar grupos que contienen teléfonos"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Reemplazar la configuración del usuario en el inicio"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Mostrar grupos que contienen teléfonos"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Colocar icono en los escritorios de los miembros "
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Crear nuevo objeto grupo"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Colocar entrado en los menús de inicio de los miembros"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Grupo de objetos"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Colocar entrada en los barra de inicio de los miembros"
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
+msgstr ""
+"Este grupo tiene las características de correo activas. Puede desactivarlas "
+"apretando a continuación."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Lista de aplicaciones"
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"Este grupo tiene las características de correo desactivadas.Puede activarlas "
+"pulsando aqui."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "Ha fallado la grabación de los parámetros de correo del objeto grupo"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-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/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
 msgstr ""
 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."
+"Ha fallado la eliminación de los parámetros del correo del objeto grupo"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
-msgstr "nuevo"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Este 'dn' no es un objeto tipo grupo."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
-msgstr "Crear nueva aplicación"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "¡Demasiados objetos diferentes!"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Eliminar opciones"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "usuarios"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-msgid "This application has options. You can disable them by clicking below."
-msgstr "Esta aplicación tiene opciones. Puede desactivarlas pulsando aquí."
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "grupos"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Crear opciones"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "Aplicaciones"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-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/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "departamentos"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "servidores"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Valor por defecto"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "estaciones de trabajo"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Añadir opción"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "terminales"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
-msgstr "Ha fallado la eliminación de parámetros de aplicaciones"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "teléfonos"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, 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/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "servidores de Impresión"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
-msgstr "Ha fallado la grabación de parámetros de aplicaciones"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "y"
 
 
-#: 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/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "No existe 'dn':"
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Mantenimiento de aplicaciones"
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "Ya existe un objeto con este 'cn'."
+
+#: plugins/admin/ogroups/class_ogroup.inc:621
+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/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "sin ejemplo"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "Ha fallado la grabación del objeto grupo"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Este 'dn' no es una aplicación"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "Ha fallado la eliminación del objeto grupo"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "Ha fallado la eliminación de la aplicación"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Grupos de objetos"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
 #, php-format
 #, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr ""
+msgid "You're about to delete the object group '%s'."
+msgstr "Has decidido eliminar el objeto grupo '%s'."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Ha fallado la eliminación de la aplicación del grupo '%s'"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "¡No tiene permisos para eliminar este objeto grupo!"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "La foto indicada no ha sido subida correctamente."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Estación de trabajo"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminal"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-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/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "llamar a todos"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "El campo requerido 'Nombre' no ha sido llenado."
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "El campo requerido 'Ejecutar' no ha sido llenado."
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Ya existe una aplicación con este 'Nombre'."
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "al azar"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "Ha fallado la grabación de la aplicación"
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Parámetros de aplicaciones"
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Va ha eliminar la aplicación '%s'."
-
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "¡No tiene permisos para eliminar esta aplicación!"
-
-#: plugins/admin/departments/dep_iframe.tpl:3
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nombre del departamento"
-
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nombre del subárbol para crear"
-
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Descripción del departamento"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, fuzzy, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Categoría"
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, php-format
+msgid ""
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
+msgstr ""
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Categoría de este subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, fuzzy, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
-msgstr "Elija subárbol para colocar el departamento"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Eliminar la cola telefónica de esta cuenta"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "País donde esta localizado el subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
+msgstr ""
+"Esta cuenta tiene la cola telefónica activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Localización de este subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Crear cola telefónica"
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Dirección postal de este subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Esta grupo tiene las colas telefónicas desactivadas. Puede activarlas "
+"pulsando aquí."
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Número base de teléfono de este subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr ""
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Número base de fax de este subarbol"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#, fuzzy
+msgid "Please select a valid goFonHomeServer."
+msgstr "Por favor seleccione un servidor de correo valido."
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Parámetros administrativos"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Tiempo de espera debe ser un valor numérico"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Lista de Departamentos"
-
-#: plugins/admin/departments/class_divListDepartment.inc:33
-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/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
 msgstr ""
 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/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Nombre del departamento"
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr ""
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
-msgid "Create new department"
-msgstr "Crear nuevo departamento"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr ""
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
 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."
+"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 ""
 msgstr ""
-"Esto incluye 'todas' 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/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Mantenimiento de Departamentos"
-
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "Ha fallado la eliminación del departamento"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-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/ogroups/class_phonequeue.inc:374
+#, fuzzy
+msgid "Error while removing old queue entries from database."
+msgstr "¡Error mientras se exportaban las entradas indicadas!"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Ya existe un Departamento con este 'Nombre'."
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "El campo requerido 'Descripción' no ha sido rellenado."
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
+#: plugins/admin/ogroups/class_phonequeue.inc:520
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr ""
-"El campo 'Nombre' contiene la palabra reservada '%s'. Por favor elija otro "
-"nombre."
-
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
-msgstr "Ha fallado la grabación del departamento"
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#, fuzzy
+msgid "Mysql query failed."
+msgstr "La consulta a la base de datos ha fallado."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
 #, php-format
 #, php-format
-msgid "Tagging '%s'."
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "Ha fallado la grabación de la cola telefónica"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "Ha fallado la eliminación de la cola telefónica"
+
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Activado"
+
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Bloqueado"
+
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Testeo de memoria"
+
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Análisis del sistema"
+
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+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/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
+#: plugins/admin/ogroups/class_termgroup.inc:174
 #, php-format
 #, php-format
-msgid "FAILED to copy %s, aborting operation"
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Departamentos"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "No se ha encontrado ninguna definición de 'ACTIONCMD' en 'gosa.conf'"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
 #, php-format
 #, 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'."
+msgid "Execution of '%s' failed!"
+msgstr "¡La ejecución de '%s' ha fallado!"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-msgid "You have no permission to remove this department."
-msgstr "No tiene permisos para eliminar este departamento."
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Apagar"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Reiniciar"
+
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Actualización instantánea"
+
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Actualización programada"
+
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Red\tparámetros"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Buscar hardware"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "Dirección IP"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "Ha fallado la grabación de la estación de trabajo"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "Dirección MAC"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nombre del grupo"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr ""
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Objetos miembro"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
-msgstr "Refrescar"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr ""
+"Dirección de correo electrónica primaria para esta lista de distribución"
 
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
-msgstr "Zona"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Seleccione objetos a añadir"
 
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Seleccione para ver los departamentos"
 
 
-#: plugins/admin/systems/network.tpl:64
-msgid "Dns records"
-msgstr "Registros DNS"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Mostrar departamentos"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "presente"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Seleccione para ver las cuentas GOsa"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Esta 'dn' no tiene características de terminal."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Mostrar personal"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr ""
-"Aviso: no está instalado el módulo php_snmp, no se puede acceder a ninguna "
-"información."
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Seleccione para ver los grupos GOsa"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "estado desconocido"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Mostrar grupos"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-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/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Seleccione para ver las aplicaciones"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "en linea"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Mostrar aplicaciones"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "Activo"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Mostrar servidores"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "no esta activo"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Seleccione para ver las estaciones de trabajo"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "fuera de linea"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Mostrar estaciones de trabajo"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Tipo de impresora"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Seleccione para ver los terminales"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Mostrar terminales"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Interfaces soportados"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Seleccione para ver impresoras"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Serie"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Mostrar impresoras"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Paralelo"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Seleccione para ver teléfonos"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Mostrar teléfonos"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Contactos"
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Mostrar objetos de departamentos"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
-msgstr ""
+#: plugins/admin/ogroups/paste_generic.tpl:7
+#, fuzzy
+msgid "Please enter the new object group name"
+msgstr "Por favor introduzca un nuevo nombre"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Persona de contacto"
+#: plugins/admin/ogroups/paste_mail.tpl:7
+#, fuzzy
+msgid "Please enter a mail address"
+msgstr "Por favor introduzca un nombre válido"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Adjuntos"
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Cartuchos instalados"
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Parámetros de la cola"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Información de sistema"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Números de teléfonos"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Parámetros genéricos de la cola"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Memoria"
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+#, fuzzy
+msgid "Home server"
+msgstr "Servidor Raíz"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Tiempo de espera"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Soporte USB"
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Estrategia"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Estado del Sistema"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Número de inventario"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Ultimo Inicio de Sesion"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Dispositivos de Red"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Controladora IDE"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Controladora SCSI"
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Disquetera"
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "Archivo de sonido de Bienvenida"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Unidad de CDROM"
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Mensaje de presentación"
 
 
-#: 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/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Tarjeta Sonido"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Arriba desde"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Carga de CPU"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "Mensaje de Despedida"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Uso de memoria"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "Archivo de sonido 'minutos'"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Uso de partición de intercambio"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "Archivo de sonido 'segundos'"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Servicio SSH"
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Servicio de impresión"
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Servicio de exploración"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Servicio de sonido"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "Tipo de sistema"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "Sistema operativo"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
-msgstr "Comentario"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Dispositivos instalados"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
-msgstr "Comercial"
+#: 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/glpi.tpl:91
-msgid "Software"
-msgstr "Software"
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Cola de teléfono"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Contratos"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "Sistema"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Gestión del sistema"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Terminales"
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Plantilla de terminal"
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
+msgstr ""
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nombre de terminal"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Servidor NTP"
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Elija un subárbol donde colocar el terminal"
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Elija un servidor que será usado para sincronización horaria"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
 #: plugins/admin/ogroups/termgroup.tpl:38
 #: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
 msgid "Mode"
 msgstr "Modo"
 
 msgid "Mode"
 msgstr "Modo"
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
 #: plugins/admin/systems/workstation.tpl:41
 #: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
 msgid "Select terminal mode"
 msgstr "Seleccionar modo de terminal"
 
 msgid "Select terminal mode"
 msgstr "Seleccionar modo de terminal"
 
+#: plugins/admin/ogroups/termgroup.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
 msgid "Syslog server"
 msgstr "Servidor de Logs"
 
 msgid "Syslog server"
 msgstr "Servidor de Logs"
 
+#: plugins/admin/ogroups/termgroup.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
 msgid "Choose server to use for logging"
 msgstr "Elija un servidor que será usado para registro"
 
 msgid "Choose server to use for logging"
 msgstr "Elija un servidor que será usado para registro"
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Servidor Raíz"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Acción"
 
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Seleccione sistema de archivos raíz 'NFS' que se usará"
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Seleccione una acción que se ejecutara en este terminal"
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Servidor de Intercambio"
+#: 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:69
-msgid "Choose NFS filesystem to place swap files on"
+#: 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 ""
-"Seleccione sistema de archivos 'NFS' donde estarán los archivos de "
-"intercambio"
+"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:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr ""
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Plantilla de clientes ligeros Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Servidor NTP"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Plantilla de estaciones de trabajo linux"
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Elija un servidor que será usado para sincronización horaria"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Servidor Linux"
 
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Acción"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Estación de trabajo Windows"
 
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Seleccione una acción que se ejecutara en este terminal"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Impresora de Red"
 
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Nombre del servidor"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Otros componentes de red"
 
 
-#: plugins/admin/systems/server.tpl:55
-msgid "Select action to execute for this server"
-msgstr "Seleccione una acción que se ejecutara en este servidor"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Crear"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "Gestionar tipos de sistemas"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Seleccionar una base"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
-msgstr "Renombrar"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Por favor introduzca un nuevo nombre"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
-msgstr "desconocido"
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
+msgstr "Seleccionar esta base"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
-msgstr "bit"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Esta 'dn' no tiene características de red."
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "mostrar elegidos"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "Ha fallado la eliminación de componente genérico"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "Directo"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "El campo requerido 'Nombre de componente' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "balanceo de carga"
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr " El campo requerido 'Dirección IP' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "El campo 'Dirección IP' contiene una dirección no valida."
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "Cliente ICA"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+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/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, 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/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "Ha fallado la grabación de componente genérico"
+
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Lista de sistemas"
+
+#: plugins/admin/systems/class_divListSystem.inc:47
+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 ""
+"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_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "Sistema / Departamento"
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
-msgstr "Elija el teléfono localizado en el terminal actual"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Seleccione para ver los terminales Linux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr "Por favor especifique un rango VSync valido"
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Seleccione para ver las estaciones de trabajo Linux"
+
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Seleccione para ver estaciones de trabajo basadas en Windows"
+
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Mostrara estaciones de trabajo basadas en windows"
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr "Por favor especifique un rango HSync valido"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Seleccione para ver impresoras de red"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "Ha fallado la grabación de los servicios de la estación de trabajo"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Mostrar impresoras de red"
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Teclado"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Seleccione para ver teléfonos VOIP"
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Modelo"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Seleccione para ver los dispositivos de red"
 
 
-#: 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_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Mostrar dispositivos de Red"
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Disposición"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Mostrar sistemas que concuerden con"
 
 
-#: 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_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Mostrar sistemas del usuario"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Variante"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Nueva plantilla de 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_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Nuevo terminal"
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Ratón"
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Nueva plantilla de 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_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Nueva estación de trabajo"
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Puerto"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Nuevo servidor"
 
 
-#: 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_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Nueva impresora"
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Componente telefónico"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Nuevo teléfono"
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Teléfono"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Nuevo componente"
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Controlador"
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "Servidor CUPS"
 
 
-#: 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/class_divListSystem.inc:123
+msgid "Log Db"
 msgstr ""
 msgstr ""
-"Elija controlador gráfico que se necesita para la tarjeta gráfica instalada"
 
 
-#: 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_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "Servidor SYSLOG"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Profundidad del Color"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Servidor de correo"
 
 
-#: 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_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "Servidor IMAP"
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Mostrar dispositivo"
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "Servidor NFS"
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
-msgstr ""
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Servidor Kerberos"
 
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "HSync"
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Servidor Asterisk"
 
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Frecuencia de refresco horizontal para el monitor instalado"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Servidor FAX"
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "Servidor LDAP"
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Frecuencia de refresco vertical para el monitor instalado"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "Editar sistema"
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "Dispositivo de escaneo"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Eliminar sistema"
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-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_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "Poner Contraseña de root"
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Provee servicios de exploración"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create CD"
+msgstr "Crear"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create FAI CD"
+msgstr "Crear nuevo objeto FAI."
+
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
 msgstr ""
 msgstr ""
-"El comando '%s', especificado como acción 'KERNELS' para la extensión '%s' "
-"no parece existir."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
-msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
 msgstr ""
 msgstr ""
+"No puedo conectar a la base de datos glpi, la extensión php-mysql no se "
+"encuentra."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
 msgstr ""
 msgstr ""
+"No puedo conectar a la base de datos glpi, compruebe la configuración de "
+"nuevo."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
 msgstr ""
 msgstr ""
-"Ya existe un usuario con este perfil en su selección que tiene "
-"configuraciones de tabla de particiones."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
+#: plugins/admin/systems/class_glpiAccount.inc:307
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+"You can't delete this system type, it is still in use by these system(s) '%s'"
+msgstr ""
+
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr ""
+"El cambio de nombre ha fallado, ha especificado uno que está siendo usado."
+
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
 msgstr ""
 msgstr ""
+"Añadir nuevo sistema operativo ha fallado, el valor especificado esta siendo "
+"utilizado."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
+#: plugins/admin/systems/class_glpiAccount.inc:396
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
 msgstr ""
 msgstr ""
-"Ha fallado la grabación de los parámetros de inicio de la estación de trabajo"
+"Actualizar sistema operativo ha fallado, el valor especificado esta siendo "
+"utilizado."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Eliminar inventario"
+
+#: plugins/admin/systems/class_glpiAccount.inc:570
 msgid ""
 msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
+"Este dispositivo tiene información de inventario activada. Puede "
+"desactivarla pulsando aquí."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Añadir inventario"
+
+#: plugins/admin/systems/class_glpiAccount.inc:573
 msgid ""
 msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Este dispositivo tiene información de inventario desactivada. Puede "
+"activarla pulsando aquí."
+
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
 msgstr ""
 msgstr ""
+"Mientras no se encuentra la extensión php_mysql no se puede eliminar la "
+"cuenta glpi."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
-msgstr "No se puede acceder a la información PPD"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "Va ha eliminar el componente adjunto glpi '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
-msgstr "Por favor especifique un nombre de archivo PPD valido."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "No se ha subido ningún archivo valido."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
-#, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
-msgstr ""
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "El envío no fue correcto."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
 #, php-format
 #, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
-#, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr ""
-"No se puede crear el archivo '%s' para guardar la información PPD modificada."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "Ya existe un fichero con este nombre."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
 #, php-format
 #, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgid "Can't create file '%s'."
+msgstr "No puedo crear el fichero '%s'."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
-#, php-format
-msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "Ya existe un archivo PPD para ese tipo de impresora."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "No se ha subido ningún archivo actualmente."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "No se puede grabar el archivo '%s'."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "Mime"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
-msgstr "Verdadero"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "vacío"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
-msgstr "Falso"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Crear nuevo adjunto"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Nuevo adjunto"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Por favor especifique un nombre de adjunto valido."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
 #, php-format
 #, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+msgid "Internal Error can't create device of type '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed."
-msgstr "Ha fallado la eliminación de la impresora"
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
 #, php-format
 #, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Está a punto de borrar el dispositivo glpi '%s'."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+"You can't delete this device, it is still in use by these system(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "dispositivos"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Nuevo monitor"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Nueva placa base"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "Mb"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Nuevo procesador"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Nueva caja"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Plantilla de estación de trabajo"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Nuevo dispositivo de red"
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Nombre de la estación de trabajo"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Zonas"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Nueva memoria"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Parametros de inicio"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Kernel de inicio"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Nuevo disco duro"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Otras opciones"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "HDD"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
 msgstr ""
 msgstr ""
-"Introducir que parámetros serán pasados a la configuración de arranque del "
-"nucleo"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "Servidor LDAP"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
-msgstr "Servidor FAI"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Nueva controladora"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
-msgstr "Asignar clases FAI"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:87
-msgid "set"
-msgstr "poner"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Módulos del núcleo (formato: nombre parámetros)"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: 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_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Nueva tarjeta de sonido"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Punto de montaje"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Lista de dispositivos"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
-msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Mostrar dispositivos que concuerden con"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Nuevo dispositivo (otros)"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Expresiones regulares que concuerden con nombres de dispositivos"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr ""
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Por favor especifique un nombre valido para este dispositivo."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "El nombre de dispositivo especificado ya esta siendo usado"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "Ninguno"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Otro"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, php-format
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr ""
-"No puedo conectar a la base de datos glpi, la extensión php-mysql no se "
-"encuentra."
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Por favor especifique un nombre"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
 msgstr ""
 msgstr ""
-"No puedo conectar a la base de datos glpi, compruebe la configuración de "
-"nuevo."
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
-msgstr "Eliminar inventario"
+"El valor especificado como 'Nombre' esta siendo utilizado. Por favor elija "
+"otro."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
 msgid ""
 "This server has inventory features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This server has inventory features enabled. You can disable them by clicking "
 "below."
@@ -8405,12 +7933,7 @@ msgstr ""
 "Este servidor tiene la extensión inventario activada. Puede desactivarla "
 "pulsando aquí."
 
 "Este servidor tiene la extensión inventario activada. Puede desactivarla "
 "pulsando aquí."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
-msgstr "Añadir inventario"
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
 msgid ""
 "This server has inventory features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This server has inventory features disabled. You can enable them by clicking "
 "below."
@@ -8418,655 +7941,778 @@ msgstr ""
 "Este servidor tiene la extensión inventario desactivada. Puede activarla "
 "pulsando aquí."
 
 "Este servidor tiene la extensión inventario desactivada. Puede activarla "
 "pulsando aquí."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
 #, php-format
 msgid ""
 "Can't rename given printer type to '%s', because this type name already "
 "exists."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't rename given printer type to '%s', because this type name already "
 "exists."
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
 #, php-format
 msgid "Can't delete printer type, it is still in use by '%s'."
 msgstr ""
 
 #, php-format
 msgid "Can't delete printer type, it is still in use by '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr ""
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
 msgid "since"
 msgstr "desde"
 
 msgid "since"
 msgstr "desde"
 
-#: 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_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Va ha eliminar el paquete glpi tipo '%s'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Activado"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "No se ha encontrado ninguna definición de 'ACTIONCMD' en 'gosa.conf'"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "¡La ejecución de '%s' ha fallado!"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Esta 'dn' no tiene características de estación de trabajo."
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Apagar"
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "uso"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Reiniciar"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Actualización instantánea"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+#, fuzzy
+msgid "Remove spamassassin extension"
+msgstr "Eliminar extensión de impresión"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Actualización programada"
+#: plugins/admin/systems/class_goSpamServer.inc:98
+#, fuzzy
+msgid ""
+"This server has spamassassin 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_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+#, fuzzy
+msgid "Add spamassassin service"
+msgstr "Añadir el servicio Kolab"
+
+#: plugins/admin/systems/class_goSpamServer.inc:102
+#, fuzzy
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
+"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Buscar hardware"
+#: plugins/admin/systems/class_goSpamServer.inc:228
+#, fuzzy
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "El puerto sieve necesita ser un numero."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Testeo de memoria"
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, fuzzy, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Ha fallado al eliminar la cuenta samba"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Análisis del sistema"
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, fuzzy, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr "Ha fallado la eliminación de la cuenta de Kolab"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Despertar"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+#, fuzzy
+msgid "Required score must be a numeric value."
+msgstr "Días futuros debe ser un valor"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
-msgstr "Ha fallado la eliminación de la estación de trabajo"
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"El comando '%s', especificado como acción 'CHECK' para la extensión '%s' no "
+"parece existir."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-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/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
 msgstr ""
 msgstr ""
-" El campo requerido 'Nombre de la estación de trabajo' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
+#: plugins/admin/systems/class_goVirusServer.inc:80
+#, fuzzy
+msgid "Remove anti virus extension"
+msgstr "Eliminar extensión de impresión"
+
+#: plugins/admin/systems/class_goVirusServer.inc:81
+#, fuzzy
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Este servidor tiene la extensión inventario activada. Puede desactivarla "
+"pulsando aquí."
+
+#: plugins/admin/systems/class_goVirusServer.inc:84
+#, fuzzy
+msgid "Add anti virus service"
+msgstr "Añadir el servicio Kolab"
+
+#: plugins/admin/systems/class_goVirusServer.inc:85
+#, fuzzy
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Este servidor tiene la extensión inventario desactivada. Puede activarla "
+"pulsando aquí."
+
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, fuzzy, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr "Ha fallado al eliminar la cuenta samba"
+
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, fuzzy, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Ha fallado la eliminación de la cuenta de Kolab"
+
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr ""
+
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr ""
+
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+#, fuzzy
+msgid "Maximum file size"
+msgstr "Tamaño del correo electrónico"
+
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr ""
+
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr ""
+
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+#, fuzzy
+msgid "Checks per day"
+msgstr "Comprobar parámetros"
+
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, fuzzy, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "El puerto sieve necesita ser un numero."
+
+#: plugins/admin/systems/class_goVirusServer.inc:329
 #, php-format
 #, 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"
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgstr ""
+
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Eliminar servicio DNS"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
 msgid ""
 msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+"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/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Añadir servicio DNS"
+
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
+"Este servidor tiene la extensión DNS desactivada. Puede activarla pulsando "
+"aquí."
+
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Esta 'dn' no tiene características de teléfono."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "Ha fallado la grabación de la estación de trabajo"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "si"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Lista de sistemas"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "no"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
-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/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
 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/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "Sistema / Departamento"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Mostrar servidores"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Configuración de red"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Seleccione para ver los terminales Linux"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Mostrar terminales"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "Ha fallado la eliminación del teléfono"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Seleccione para ver las estaciones de trabajo Linux"
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
+msgstr "El campo requerido 'Nombre del teléfono' no ha sido rellenado."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Mostrar estaciones de trabajo"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Seleccione para ver estaciones de trabajo basadas en Windows"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+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/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Mostrara estaciones de trabajo basadas en windows"
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "Ha fallado la grabación del nombre de teléfono"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Seleccione para ver impresoras de red"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Mostrar impresoras de red"
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
+msgstr "No se puede acceder a la información PPD"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Seleccione para ver teléfonos VOIP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Mostrar teléfonos"
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
+msgstr "Por favor especifique un nombre de archivo PPD valido."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Seleccione para ver los dispositivos de red"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Mostrar dispositivos de Red"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Mostrar sistemas del usuario"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr ""
+"No se puede crear el archivo '%s' para guardar la información PPD modificada."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-msgid "New Terminal template"
-msgstr "Nueva plantilla de terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
-msgstr "Nuevo terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-msgid "New Workstation template"
-msgstr "Nueva plantilla de estación de trabajo"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr "Ya existe un archivo PPD para ese tipo de impresora."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
-msgstr "Nueva estación de trabajo"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "No se puede grabar el archivo '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
-msgstr "Nuevo servidor"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
-msgstr "Nueva impresora"
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
+msgstr "Verdadero"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
-msgstr "Nuevo teléfono"
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
+msgstr "Falso"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
-msgstr "Nuevo componente"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
-msgstr "Servidor CUPS"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "Ha fallado la eliminación de la impresora"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
-msgstr "Servidor SYSLOG"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-msgid "Mail Server"
-msgstr "Servidor de correo"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
-msgstr "Servidor IMAP"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, fuzzy, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Va ha eliminar la aplicación '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-msgid "Nfs Server"
-msgstr "Servidor NFS"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, fuzzy, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "¡No puedo abrir el certificado especificado!"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
-msgstr "Servidor Kerberos"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
-msgstr "Servidor Asterisk"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
-msgstr "Servidor FAX"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Seleccionar impresora ppd"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
-msgstr "Servidor LDAP"
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
-msgstr "Editar sistema"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
-msgstr "Eliminar sistema"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "Poner Contraseña de root"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create CD"
-msgstr "Crear"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create FAI CD"
-msgstr "Crear nuevo objeto FAI."
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Esta 'dn' no tiene características de impresora."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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 ""
+"Este servidor tiene la extensión impresora desactivada. Puede activarla "
+"siempre que 'cn' no este presente en esta entrada. Posiblemente está "
+"actualmente creando una nueva plantilla de terminal"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-#, fuzzy
-msgid "Remove anti virus extension"
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
 msgstr "Eliminar extensión de impresión"
 
 msgstr "Eliminar extensión de impresión"
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
-#, fuzzy
+#: plugins/admin/systems/class_printGeneric.inc:319
 msgid ""
 msgid ""
-"This server has anti virus features enabled. You can disable them by "
+"This workstation has printer extension enabled.You can disable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Este servidor tiene la extensión inventario activada. Puede desactivarla "
-"pulsando aquí."
-
-#: plugins/admin/systems/class_goVirusServer.inc:84
-#, fuzzy
-msgid "Add anti virus service"
-msgstr "Añadir el servicio Kolab"
+"Esta estación de trabajo tiene la extensión impresora activada. Puede "
+"desactivarla pulsando aquí."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
-#, fuzzy
+#: plugins/admin/systems/class_printGeneric.inc:322
 msgid ""
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
-"clicking below."
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión inventario desactivada. Puede activarla "
+"Este terminal tiene la extensión impresora activada. Puede desactivarla "
 "pulsando aquí."
 
 "pulsando aquí."
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, fuzzy, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
-msgstr "Ha fallado al eliminar la cuenta samba"
-
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, fuzzy, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Ha fallado la eliminación de la cuenta de Kolab"
+#: plugins/admin/systems/class_printGeneric.inc:327
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Esta estación de trabajo tiene la extensión impresora desactivada. Puede "
+"activarla pulsando aquí."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Este terminal tiene la extensión impresora desactivada. Puede activarla "
+"pulsando aquí."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-#, fuzzy
-msgid "Maximum file size"
-msgstr "Tamaño del correo electrónico"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "no puedo acceder a la información PPD"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "Ha fallado la eliminación de la impresora"
+
+#: plugins/admin/systems/class_printGeneric.inc:642
 #, fuzzy
 #, fuzzy
-msgid "Checks per day"
-msgstr "Comprobar parámetros"
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "No tiene permisos para crear un teléfono en esta 'Base'."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
-#, fuzzy, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "El puerto sieve necesita ser un numero."
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "Ha fallado la grabación de la impresora"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+#: plugins/admin/systems/class_printGeneric.inc:867
+#, php-format
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 msgstr ""
-"El comando '%s', especificado como acción 'CHECK' para la extensión '%s' no "
-"parece existir."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_printGeneric.inc:889
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid "Can't add '%s' to the list of members, it is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
+#: plugins/admin/systems/class_printGeneric.inc:897
+#, php-format
+msgid "Can't add '%s' to list of members, it is not reachable."
+msgstr ""
+
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "¡Por favor seleccione una impresora o presione cancelar."
+
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
 #: plugins/admin/systems/class_servDB.inc:179
 #: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
+#: plugins/admin/systems/class_servDB.inc:185
 #, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "¡El atributo '%s' está vacío o contiene caracteres no validos!"
 
 #, 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_servDB.inc:159
+#: plugins/admin/systems/class_servDB.inc:154
 #, 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'."
 
 #, 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:163
+#: plugins/admin/systems/class_servDB.inc:158
 msgid "The sieve port needs to be numeric."
 msgstr "El puerto sieve necesita ser un numero."
 
 msgid "The sieve port needs to be numeric."
 msgstr "El puerto sieve necesita ser un numero."
 
-#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:169
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "la clave kerberos especificada está vacía."
 
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "la clave kerberos especificada está vacía."
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 "these objects '%s'."
 msgstr ""
 
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 "these objects '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:225
+#: plugins/admin/systems/class_servDB.inc:220
 #, php-format
 msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 "La cadena del nombre IMAP necesita ser un nombre de host o una dirección IP."
 
 #, php-format
 msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 "La cadena del nombre IMAP necesita ser un nombre de host o una dirección IP."
 
-#: plugins/admin/systems/class_servDB.inc:279
+#: plugins/admin/systems/class_servDB.inc:274
 msgid "Saving server db settings failed"
 msgstr ""
 "Ha fallado la grabación de los parámetros del servidor de base de datos"
 
 msgid "Saving server db settings failed"
 msgstr ""
 "Ha fallado la grabación de los parámetros del servidor de base de datos"
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Editar recurso compartido"
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Eliminar servicio DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
+#: plugins/admin/systems/class_servDHCP.inc:32
+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/servnfs.tpl:33
-msgid "Volume"
-msgstr "Volumen"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Añadir servicio DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
+#: plugins/admin/systems/class_servDHCP.inc:35
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Este servidor tiene la extensión DHCP desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Pagina de códigos"
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Zona Inversa"
 
 
-#: plugins/admin/systems/servnfs.tpl:104
-msgid "Option"
-msgstr "Opción"
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 #, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:49
-#, fuzzy, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr ""
-"No se puede leer '/etc/gosa/encodings', por favor compruebe los permisos."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "Ha fallado la actualización del servicio DNS"
 
 
-#: plugins/admin/systems/class_servNfs.inc:180
-msgid "Please specify a valid path for your setup."
-msgstr "Por favor especifique una ruta valida para su configuración."
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "Ha fallado la eliminación de las entradas DNS"
 
 
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
-msgstr "Por favor especifique un nombre valido para su recurso compartido."
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "Ha fallado la grabación de las entradas DNS"
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
-msgstr "Por favor especifique un nombre para su recurso compartido."
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
+#, php-format
+msgid "Please choose a valid zone name."
+msgstr "Por favor seleccione un nombre de zona válido."
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
-msgstr "¡La descripción contiene caracteres no validos."
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Por favor seleccione un nombre de zona inversa válido."
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
-msgstr "El volumen contiene caracteres no validos."
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
-msgstr "La ruta contiene caracteres no validos."
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
-msgstr "La opción contiene caracteres no validos."
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Postfix mydomain"
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Postfix mydestination"
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Por favor especifique un valor numérico para el número de serie."
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
-msgstr ""
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Por favor especifique un valor numérico para el refresco."
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "Servicio POP3"
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Por favor especifique un valor numérico para TTL."
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "Servicio POP3/SSL"
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Por favor especifique un valor numérico para expiración."
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "Servicio IMAP"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Por favor especifique un valor numérico para reintento."
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "Servicio IMAP/SSL"
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Servicio Sieve"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Nueva entrada"
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
+#, php-format
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 msgstr ""
-"Servicio de presencia de FTP (propio, no tiene interacción con el servicio "
-"de presencia de Kolab2)"
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Servicio de presencia HTTP (propio)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "¡El nombre de la entrada '%s' contiene caracteres no validos!"
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Desinfectado de correo Amavis (virus/spam)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
+#, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr "No se puede renombrar '%s' a '%s',ya existe el nombre de destino."
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Parámetros de quotas"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "No se puede crear '%s', el nombre de destino ya existe."
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Parámetros de Presencia"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Permite descarga no autentificada de información de presencia."
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "Redes privilegiadas SMTP"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Equipos/Redes que son permitidos para hacer relay"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "Hay un '%s' vacío para el host '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhos"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Esta 'dn' no tiene características de servidor."
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Permitir búsquedas MX para los relayhost"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Despertar"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Equipo usado para reenviar correos"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "Ha fallado la eliminación del servidor"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Aceptar correo desde internet"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "El campo requerido 'Nombre del servidor' no ha sido rellenado."
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-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_servGeneric.inc:242
+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/phone.tpl:6
-msgid "Phone name"
-msgstr "Número de teléfono"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "Ha fallado la grabación del servidor"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
+#: plugins/admin/systems/class_servKolab.inc:90
 #, 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"
 
 #, 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_servKolab.inc:100
+#: plugins/admin/systems/class_servKolab.inc:96
 #, 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"
 
 #, 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/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid "Remove Kolab extension"
 msgstr "Eliminar extensión Kolab"
 
 msgid "Remove Kolab extension"
 msgstr "Eliminar extensión Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
@@ -9074,11 +8720,11 @@ msgstr ""
 "Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
 "aquí."
 
 "Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
 "aquí."
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid "Add Kolab service"
 msgstr "Añadir el servicio Kolab"
 
 msgid "Add Kolab service"
 msgstr "Añadir el servicio Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
@@ -9086,600 +8732,769 @@ msgstr ""
 "Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
 "aquí."
 
 "Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
 "aquí."
 
-#: plugins/admin/systems/class_servKolab.inc:199
+#: plugins/admin/systems/class_servKolab.inc:195
 msgid "Removing kolab host entry failed"
 msgstr "Ha fallado la eliminación de la entrada de host Kolab"
 
 msgid "Removing kolab host entry failed"
 msgstr "Ha fallado la eliminación de la entrada de host Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:215
+#: plugins/admin/systems/class_servKolab.inc:211
 msgid "Removing server from kolab object failed"
 msgstr "Ha fallado la eliminación del servidor del objeto Kolab"
 
 msgid "Removing server from kolab object failed"
 msgstr "Ha fallado la eliminación del servidor del objeto Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:254
+#: plugins/admin/systems/class_servKolab.inc:250
 msgid "Future days in Free/Busy settings must be set."
 msgstr "Se deben poner días futuros en la configuración de presencia"
 
 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_servKolab.inc:256
+#: plugins/admin/systems/class_servKolab.inc:252
 msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 "Días futuros en la configuración de presencia debe ser un número positivo."
 
 msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 "Días futuros en la configuración de presencia debe ser un número positivo."
 
-#: plugins/admin/systems/class_servKolab.inc:260
+#: plugins/admin/systems/class_servKolab.inc:256
 msgid "The given Quota settings value must be a number."
 msgstr "El valor introducido como cuota debe ser un número."
 
 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_servKolab.inc:262
+#: plugins/admin/systems/class_servKolab.inc:258
 msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 "Por favor introduzca un valor entre 1 y 100 para el parámetro de cuota."
 
 msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 "Por favor introduzca un valor entre 1 y 100 para el parámetro de cuota."
 
-#: plugins/admin/systems/class_servKolab.inc:264
+#: plugins/admin/systems/class_servKolab.inc:260
 msgid "Future days must be a value."
 msgstr "Días futuros debe ser un valor"
 
 msgid "Future days must be a value."
 msgstr "Días futuros debe ser un valor"
 
-#: plugins/admin/systems/class_servKolab.inc:268
+#: plugins/admin/systems/class_servKolab.inc:264
 msgid "No SMTP privileged networks set."
 msgstr "No se han indicado redes privilegiadas SMTP."
 
 msgid "No SMTP privileged networks set."
 msgstr "No se han indicado redes privilegiadas SMTP."
 
-#: plugins/admin/systems/class_servKolab.inc:340
+#: plugins/admin/systems/class_servKolab.inc:336
 msgid "Saving server to kolab object failed"
 msgstr "Ha fallado la grabación del servidor del objeto Kolab"
 
 msgid "Saving server to kolab object failed"
 msgstr "Ha fallado la grabación del servidor del objeto Kolab"
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Escritorio remoto"
-
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Método de conexión"
+#: plugins/admin/systems/class_servNfs.inc:41
+#, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:152
-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_servNfs.inc:44
+#, fuzzy, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr ""
+"No se puede leer '/etc/gosa/encodings', por favor compruebe los permisos."
 
 
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Servidor de terminal"
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
+msgstr "Por favor especifique una ruta valida para su configuración."
 
 
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Seleccione específicamente que servidor de terminal usará"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
+msgstr "Por favor especifique un nombre valido para su recurso compartido."
 
 
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Servidor de fuentes"
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
+msgstr "Por favor especifique un nombre para su recurso compartido."
 
 
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Seleccione específicamente que servidor de fuentes usará"
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
+msgstr "¡La descripción contiene caracteres no validos."
 
 
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Dispositivo de Impresión"
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
+msgstr "El volumen contiene caracteres no validos."
 
 
-#: plugins/admin/systems/terminalService.tpl:187
-msgid "Select to start IPP based printing service on terminal"
-msgstr ""
-"Seleccione para iniciar el servicio de impresión basado en 'IPP' en el "
-"terminal"
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
+msgstr "La ruta contiene caracteres no validos."
 
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Proveer servicios de impresión"
+#: plugins/admin/systems/class_servNfs.inc:201
+msgid "Option contains invalid characters."
+msgstr "La opción contiene caracteres no validos."
 
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Servidor de Cola"
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "Eliminar extensión de repositorio FAI."
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-msgid "Select NFS filesystem to place spool files on"
+#: plugins/admin/systems/class_servRepository.inc:126
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Seleccione un sistema de archivos 'NFS' para colocar los ficheros de la cola"
-
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Seleccione que controladores de escáner se usaran"
-
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
-msgstr "Esta 'dn' no tiene características de red."
-
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
-msgstr "Ha fallado la eliminación de componente genérico"
-
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
-msgstr "El campo requerido 'Nombre de componente' no ha sido rellenado."
+"Este servidor tiene la extensión repositorio FAI activada. Puede "
+"desactivarla pulsando aquí."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
-msgstr " El campo requerido 'Dirección IP' no ha sido rellenado."
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr ""
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
-msgstr "El campo 'Dirección IP' contiene una dirección no valida."
+#: plugins/admin/systems/class_servRepository.inc:129
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Este servidor tiene la extensión repositorio FAI desactivada. Puede "
+"activarla pulsando aquí."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-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/class_servRepository.inc:173
+#, php-format
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
+msgstr ""
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
-msgstr "Ha fallado la grabación de componente genérico"
+#: plugins/admin/systems/class_servRepository.inc:207
+#, php-format
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+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/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Secciones"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Usar arranque gráfico"
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Por favor introduzca un valor para esta 'versión'."
 
 
-#: 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_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Por favor especifique un valor para la 'url' valido."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Usar arranque en modo texto"
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"No puedo ejecutar el REPOSITORY_HOOK '%s' indicado. Por favor compruebe el "
+"archivo gosa.conf."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
+#, php-format
+msgid ""
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
 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/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Elija tipo de sistema"
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "Ha fallado la grabación del objeto de servicio de servidor"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Elija un grupo de objetos como plantilla"
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "Ha fallado la creación del contenedor de montaje"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Elija un grupo de objetos"
+#: plugins/admin/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "Ha fallado la eliminación del contenedor de montaje"
+
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "Ha fallado la grabación del contenedor de montaje"
+
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Sistemas"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Va ha eliminar el paquete glpi tipo '%s'."
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "¡No puede editar este tipo de objeto todavía!"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
-#, php-format
-msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, fuzzy, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
 msgstr ""
 msgstr ""
+"El comando '%s', especificado como POSTMODIFY para la extensión '%s' no "
+"parece existir."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Nuevo monitor"
-
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/class_systemManagement.inc:330
+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/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
+msgstr "¡No tiene permisos para cambiar contraseñas de sistema!"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 msgstr ""
+"Esta a punto de borrar toda la información sobre el componente en '%s'."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
+#: plugins/admin/systems/class_systemManagement.inc:500
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr ""
-"El cambio de nombre ha fallado, ha especificado uno que está siendo usado."
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Nuevo terminal"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
-msgstr ""
-"Añadir nuevo sistema operativo ha fallado, el valor especificado esta siendo "
-"utilizado."
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Nueva estación de trabajo"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
+msgstr "Nuevo dispositivo"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
-msgstr ""
-"Actualizar sistema operativo ha fallado, el valor especificado esta siendo "
-"utilizado."
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Plantilla de terminal para"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
-msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Este dispositivo tiene información de inventario activada. Puede "
-"desactivarla pulsando aquí."
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Plantilla de estación de trabajo para"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Este dispositivo tiene información de inventario desactivada. Puede "
-"activarla pulsando aquí."
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
+msgstr "Nuevo sistema desde la entrada"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Plantilla"
+
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
+msgstr "La estación de trabajo se está instalando"
+
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "la estación de trabajo esta esperando por una acción"
+
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "Ha fallado la instalación de la estación de trabajo"
+
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
 msgstr ""
 msgstr ""
-"Mientras no se encuentra la extensión php_mysql no se puede eliminar la "
-"cuenta glpi."
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
-msgid "Manage manufacturers"
-msgstr "Gestione fabricantes"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "El servidor está esperando por una acción"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
-msgstr "Adjuntos"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "Ha fallado la instalación del servidor"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
-msgstr "Nombre del archivo"
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Estación de trabajo Windows"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
-msgstr "Tipo MIME"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Dispositivo de Red"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
+#: plugins/admin/systems/class_termDNS.inc:138
 #, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:291
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Mostrar objetos que concuerden con"
+
+#: plugins/admin/systems/class_termDNS.inc:309
 msgid "The required field 'IP-address' is not set."
 msgstr " El campo requerido 'Dirección IP' no ha sido rellenado."
 
 msgid "The required field 'IP-address' is not set."
 msgstr " El campo requerido 'Dirección IP' no ha sido rellenado."
 
-#: plugins/admin/systems/class_termDNS.inc:298
+#: plugins/admin/systems/class_termDNS.inc:316
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:304
+#: plugins/admin/systems/class_termDNS.inc:322
 msgid "The required field 'MAC-address' is not set."
 msgstr " El campo requerido 'Dirección MAC' no ha sido rellenado."
 
 msgid "The required field 'MAC-address' is not set."
 msgstr " El campo requerido 'Dirección MAC' no ha sido rellenado."
 
-#: plugins/admin/systems/class_termDNS.inc:310
+#: plugins/admin/systems/class_termDNS.inc:328
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
 msgstr ""
 
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:331
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr ""
+
+#: plugins/admin/systems/class_termDNS.inc:356
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr ""
 
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:339
+#: plugins/admin/systems/class_termDNS.inc:364
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr ""
 
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:350
+#: plugins/admin/systems/class_termDNS.inc:375
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
 "please remove the record."
 msgstr ""
 
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
 "please remove the record."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr ""
-
-#: plugins/admin/systems/class_termDNS.inc:442
+#: plugins/admin/systems/class_termDNS.inc:467
 msgid "Saving terminal to DNS object failed"
 msgstr "Ha fallado la grabación del terminal en el objeto DNS."
 
 msgid "Saving terminal to DNS object failed"
 msgstr "Ha fallado la grabación del terminal en el objeto DNS."
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "texto"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "Gráfico"
+
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "El nombre especificado ya esta siendo usado"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+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/goSpamServer.tpl:8
-#, fuzzy
-msgid "Rewrite header"
-msgstr "cabecera"
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+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/goSpamServer.tpl:16
-msgid "Required score"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+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/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Esta 'dn' no tiene características de terminal."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "Ha fallado la eliminación del terminal"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+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/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr " El campo requerido 'Nombre del terminal' no ha sido rellenado."
+
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
+msgid ""
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "Ha fallado la grabación del terminal"
+
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "presente"
+
+#: plugins/admin/systems/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
 msgstr ""
 msgstr ""
+"Aviso: no está instalado el módulo php_snmp, no se puede acceder a ninguna "
+"información."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "estado desconocido"
+
+#: plugins/admin/systems/class_terminalInfo.inc:84
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 msgstr ""
+"Este es un terminal virtual que no tiene propiedades que puedan ser mostradas"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "en linea"
+
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "Activo"
+
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "no esta activo"
+
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "fuera de linea"
+
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "desconocido"
+
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
+#, php-format
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "bit"
+
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "por defecto"
+
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "mostrar elegidos"
+
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "Directo"
+
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "balanceo de carga"
+
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
+
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Cliente ICA"
+
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automático"
 
 
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr "Eliminar extensión de repositorio FAI."
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Este servidor tiene la extensión repositorio FAI activada. Puede "
-"desactivarla pulsando aquí."
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Elija el teléfono localizado en el terminal actual"
 
 
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Por favor especifique un rango VSync valido"
 
 
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Este servidor tiene la extensión repositorio FAI desactivada. Puede "
-"activarla pulsando aquí."
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Por favor especifique un rango HSync valido"
 
 
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "Ha fallado la grabación de la información del servicio de terminal"
 
 
-#: plugins/admin/systems/class_servRepository.inc:212
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
+"El comando '%s', especificado como acción 'KERNELS' para la extensión '%s' "
+"no parece existir."
 
 
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
-msgstr "Secciones"
-
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Lista de repositorios configurados."
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "Por favor especifique un punto de montaje válido."
 
 
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
-msgstr "Añadir repositorio"
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "Ha fallado la grabación de los parámetros de inicio de terminal"
 
 
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "Ha fallado la eliminación de la estación de trabajo Samba"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:5
-#, fuzzy
-msgid "Generic virus filtering"
-msgstr "Información genérica del usuario"
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "Ha fallado la grabación de la estación de trabajo Samba"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-#, fuzzy
-msgid "Database user"
-msgstr "Bases de datos"
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Esta 'dn' no tiene características de estación de trabajo."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
-#, fuzzy
-msgid "Database mirror"
-msgstr "Bases de datos"
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "Ha fallado la eliminación de la estación de trabajo"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
 msgstr ""
 msgstr ""
+" El campo requerido 'Nombre de la estación de trabajo' no ha sido rellenado."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
-#, fuzzy
-msgid "Select number of maximal threads"
-msgstr "Seleccione números para añadir"
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "Ha fallado la grabación de los servicios de la estación de trabajo"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 msgstr ""
+"Ya existe un usuario con este perfil en su selección que tiene "
+"configuraciones de tabla de particiones."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
 msgstr ""
 msgstr ""
+"Ha fallado la grabación de los parámetros de inicio de la estación de trabajo"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Nombre de la zona"
-
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Dirección de red"
-
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Registros de zona"
-
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "Registros SOA"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Nombre del dispositivo"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Servidor DNS primario para esta zona"
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Elija un subárbol donde colocar el terminal"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Reintentar"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Expira"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "Registros MX"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Registros de zona global"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "Tipo de sistema"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
-msgstr "Ha fallado la eliminación de la estación de trabajo Samba"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "Sistema operativo"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
-msgstr "Ha fallado la grabación de la estación de trabajo Samba"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "uso"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Contactos"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
-msgstr "Ir al departamento raíz"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Persona de contacto"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
-msgstr "Subir un departamento"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
-msgstr "Ir al departamento de los usuarios"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Comentario"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
-msgstr "Inicio"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Dispositivos instalados"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr ""
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
+msgstr "Comercial"
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
-msgstr ""
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Software"
 
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "por defecto"
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Contratos"
 
 
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
-msgstr "Ha fallado la grabación de la información del servicio de terminal"
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Adjuntos"
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Añadir/Editar monitor"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Añadir/Editar monitor"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 msgid "Comments"
 msgstr "Comentarios"
 
 msgid "Comments"
 msgstr "Comentarios"
 
@@ -9727,6 +9542,11 @@ msgstr ""
 msgid "BNC"
 msgstr ""
 
 msgid "BNC"
 msgstr ""
 
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Número de serie"
+
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Número de serie adicional"
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Número de serie adicional"
@@ -9809,316 +9629,535 @@ msgstr "Añadir/Editar dispositivo de red"
 msgid "MAC address"
 msgstr "Dirección MAC"
 
 msgid "MAC address"
 msgstr "Dirección MAC"
 
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Ancho de banda"
+
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Añadir/Editar procesador"
 
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Añadir/Editar procesador"
 
-#: plugins/admin/systems/glpi_devices.tpl:642
-msgid "Frequence"
-msgstr "Frecuencia"
+#: plugins/admin/systems/glpi_devices.tpl:642
+msgid "Frequence"
+msgstr "Frecuencia"
+
+#: plugins/admin/systems/glpi_devices.tpl:649
+msgid "Default frequence"
+msgstr "Frecuencia por defecto"
+
+#: plugins/admin/systems/glpi_devices.tpl:661
+msgid "Add/Edit motherboard"
+msgstr "Añadir/Editar placa base"
+
+#: plugins/admin/systems/glpi_devices.tpl:696
+msgid "Chipset"
+msgstr "Chipset"
+
+#: plugins/admin/systems/glpi_devices.tpl:707
+msgid "Add/Edit computer case"
+msgstr "Añadir/Editar Caja de ordenador"
+
+#: plugins/admin/systems/glpi_devices.tpl:742
+msgid "format"
+msgstr "formateo"
+
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Renombrar"
+
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr ""
+
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Por favor introduzca un nuevo nombre"
+
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "Gestionar tipos de sistemas"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
+msgstr "Adjuntos"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Estado"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
+msgstr "Nombre del archivo"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
+msgstr "Tipo MIME"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
+msgstr "Lista de Adjuntos"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
+msgstr "Mostrar adjuntos que concuerden con"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
+msgstr "Expresiones regulares para encontrar nombres de adjuntos"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Lista de dispositivos"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
+msgstr ""
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Mostrar dispositivos que concuerden con"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Expresiones regulares que concuerden con nombres de dispositivos"
+
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+msgid "Manage manufacturers"
+msgstr "Gestione fabricantes"
+
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Añadir/Editar Fabricante"
+
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Sitio web"
+
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Tipo de impresora"
+
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Interfaces soportados"
+
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Serie"
+
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Paralelo"
+
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr ""
+
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Cartuchos instalados"
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
+msgstr ""
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
+msgid ""
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
+msgstr ""
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
+msgid "Display cartridge types matching"
+msgstr "Mostrar tipos de cartuchos que concuerdan con"
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
+msgid "Regular expression for matching cartridge types"
+msgstr "Expresiones regulares que concuerden con tipos de cartuchos"
+
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "Referencia"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Lista de usuarios"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:8
+#, fuzzy
+msgid "Rewrite header"
+msgstr "cabecera"
+
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+#, fuzzy
+msgid "Rule"
+msgstr "Papel desempeñado"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-msgid "Default frequence"
-msgstr "Frecuencia por defecto"
+#: plugins/admin/systems/goVirusServer.tpl:5
+#, fuzzy
+msgid "Generic virus filtering"
+msgstr "Información genérica del usuario"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:661
-msgid "Add/Edit motherboard"
-msgstr "Añadir/Editar placa base"
+#: plugins/admin/systems/goVirusServer.tpl:13
+#, fuzzy
+msgid "Database user"
+msgstr "Bases de datos"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:696
-msgid "Chipset"
-msgstr "Chipset"
+#: plugins/admin/systems/goVirusServer.tpl:21
+#, fuzzy
+msgid "Database mirror"
+msgstr "Bases de datos"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:707
-msgid "Add/Edit computer case"
-msgstr "Añadir/Editar Caja de ordenador"
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:742
-msgid "format"
-msgstr "formateo"
+#: plugins/admin/systems/goVirusServer.tpl:40
+#, fuzzy
+msgid "Select number of maximal threads"
+msgstr "Seleccione números para añadir"
 
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
-msgstr "Ha fallado la grabación de los parámetros de inicio de terminal"
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
-msgstr "Ha fallado la grabación del objeto de servicio de servidor"
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
-msgstr "Ha fallado la creación del contenedor de montaje"
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
-msgstr "Ha fallado la eliminación del contenedor de montaje"
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
-msgstr "Ha fallado la grabación del contenedor de montaje"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Información de sistema"
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Servidor Origen"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Servicio de Hora"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Memoria"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Servicio LDAP"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Servidor de terminal"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Soporte USB"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Desactivación temporal del acceso"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Estado del Sistema"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Ruta a las fuentes tipográficas"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Número de inventario"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Servicio de Logs"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Ultimo Inicio de Sesion"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Servicio de impresión"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Dispositivos de Red"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Servidor de correo"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Controladora IDE"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr ""
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Controladora SCSI"
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-#, fuzzy
-msgid "Rule"
-msgstr "Papel desempeñado"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Disquetera"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
-msgstr ""
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Unidad de CDROM"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid ""
-"This dialog allows you to create new types of cartridges, and select one or "
-"more types for your printer. Cartridge types depends on the printer type you "
-"have selected. For each selected cartridge type there will be a new "
-"cartridge created, this allows you to select the same cartridge type for "
-"more then one printer."
-msgstr ""
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Tarjeta Gráfica"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-msgid "Display cartridge types matching"
-msgstr "Mostrar tipos de cartuchos que concuerdan con"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Tarjeta Sonido"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-msgid "Regular expression for matching cartridge types"
-msgstr "Expresiones regulares que concuerden con tipos de cartuchos"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Arriba desde"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "texto"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Carga de CPU"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "Gráfico"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Uso de memoria"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-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/info.tpl:102
+msgid "Swap usage"
+msgstr "Uso de partición de intercambio"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-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/info.tpl:116
+msgid "SSH service"
+msgstr "Servicio SSH"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-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/info.tpl:119
+msgid "Print service"
+msgstr "Servicio de impresión"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
-msgstr "Ha fallado la eliminación del terminal"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Servicio de exploración"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-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/info.tpl:125
+msgid "Sound service"
+msgstr "Servicio de sonido"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr " El campo requerido 'Nombre del terminal' no ha sido rellenado."
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
-msgstr "Ha fallado la grabación del terminal"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Gestión del sistema"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Controlador de dispositivo de Impresión"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Red\tparámetros"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Seleccionar"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "Dirección IP"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nuevo controlador de dispositivo"
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "Dirección MAC"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Está a punto de borrar el dispositivo glpi '%s'."
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr ""
+
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Refrescar"
+
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Zona"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr ""
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "Registros DNS"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
+#: plugins/admin/systems/password.tpl:2
 msgid ""
 msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
+"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 ""
+"Para cambiar la contraseña del administrador del terminal use los campos a "
+"continuación. Los cambios tomarán efecto en el próxima reinicio. Por favor, "
+"recuerde la nueva contraseña, porque no podrá autenticarse sin ella."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "dispositivos"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Nueva placa base"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Nuevo procesador"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Nueva caja"
+#: 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/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr ""
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Nueva contraseña"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Nuevo dispositivo de red"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Repetir la nueva contraseña"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Poner Contraseña"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Nueva memoria"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Número de teléfono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Configuración telefónica avanzada"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Nuevo disco duro"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Tipo de teléfono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "HDD"
+#: 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 "Elija tipo de teléfono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "Modo DTMF"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Nueva controladora"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Dirección IP por defecto"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modo"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Nueva tarjeta de sonido"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Secreto"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Nuevo dispositivo (otros)"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Código de cuenta"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Por favor especifique un nombre valido para este dispositivo."
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Lineas troncales"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "El nombre de dispositivo especificado ya esta siendo usado"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Equipos/Redes que tienen permiso para conectar"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Otro"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Equipos/Redes que no tienen permisos para conectar"
 
 
-#: plugins/admin/systems/remove_glpi.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 msgstr ""
-"La mejor opción antes de ejecutar esta acción es haber grabado el contenido "
-"actual de su base de datos MySql en un fichero. Entonces - Y solo si lo ha "
-"hecho - presione 'Eliminar' para continuar o 'Cancelar' para abortar."
 
 #: plugins/admin/systems/printer.tpl:6
 msgid "General"
 
 #: plugins/admin/systems/printer.tpl:6
 msgid "General"
@@ -10140,6 +10179,12 @@ msgstr "Localización de la impresora"
 msgid "Printer URL"
 msgstr "URL de la impresora"
 
 msgid "Printer URL"
 msgstr "URL de la impresora"
 
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Controlador"
+
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Permisos"
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Permisos"
@@ -10152,17 +10197,118 @@ msgstr "Usuarios que tienen permiso para acceder a esta impresora"
 msgid "Add user"
 msgstr "Añadir usuario"
 
 msgid "Add user"
 msgstr "Añadir usuario"
 
-#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
-msgid "Add group"
-msgstr "Añadir grupo"
+#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
+msgid "Add group"
+msgstr "Añadir grupo"
+
+#: plugins/admin/systems/printer.tpl:88
+msgid "Users which are allowed to administrate this printer"
+msgstr "usuarios que tienen permisos para administrar esta impresora"
+
+#: plugins/admin/systems/printer.tpl:90
+msgid "Admins"
+msgstr "Administradores"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Controlador de dispositivo de Impresión"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Modelo"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Seleccionar"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nuevo controlador de dispositivo"
+
+#: plugins/admin/systems/remove.tpl:6
+#, fuzzy
+msgid ""
+"This includes 'all' 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/remove_glpi.tpl:6
+#: 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 ""
+"Por favor pulse dos veces si realmente quiere hacer esto, ya que no hay "
+"manera de que GOsa recupere posteriormente la información."
+
+#: plugins/admin/systems/remove_glpi.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"La mejor opción antes de ejecutar esta acción es haber grabado el contenido "
+"actual de su base de datos MySql en un fichero. Entonces - Y solo si lo ha "
+"hecho - presione 'Eliminar' para continuar o 'Cancelar' para abortar."
+
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
+
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
+
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
+msgstr ""
+
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Elija tipo de sistema"
+
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Elija un grupo de objetos como plantilla"
+
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Elija un grupo de objetos"
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Seleccione impresora para añadir"
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Seleccione entradas para añadir"
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Mostrar miembros del departamento"
 
 
-#: plugins/admin/systems/printer.tpl:88
-msgid "Users which are allowed to administrate this printer"
-msgstr "usuarios que tienen permisos para administrar esta impresora"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Mostrar miembros que concuerden con"
 
 
-#: plugins/admin/systems/printer.tpl:90
-msgid "Admins"
-msgstr "Administradores"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Expresiones regulares que concuerden con nombres de miembros"
 
 #: plugins/admin/systems/servdb.tpl:6
 msgid "Kerberos kadmin access"
 
 #: plugins/admin/systems/servdb.tpl:6
 msgid "Kerberos kadmin access"
@@ -10232,1589 +10378,1438 @@ msgstr "Base de datos Glpi"
 msgid "Database"
 msgstr "Bases de datos"
 
 msgid "Database"
 msgstr "Bases de datos"
 
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
-msgstr "Esta 'dn' no tiene características de servidor."
-
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
-msgstr "Ha fallado la eliminación del servidor"
-
-#: plugins/admin/systems/class_servGeneric.inc:240
-msgid "The required field 'Server name' is not set."
-msgstr "El campo requerido 'Nombre del servidor' no ha sido rellenado."
-
-#: plugins/admin/systems/class_servGeneric.inc:247
-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_servGeneric.inc:317
-msgid "Saving server failed"
-msgstr "Ha fallado la grabación del servidor"
-
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "Referencia"
-
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Eliminar servicio DHCP"
-
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
-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_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Este servidor tiene la extensión DHCP desactivada. Puede activarla pulsando "
-"aquí."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
-msgstr "Nueva entrada"
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
-msgstr ""
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "¡El nombre de la entrada '%s' contiene caracteres no validos!"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Zonas"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "No se puede renombrar '%s' a '%s',ya existe el nombre de destino."
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Nombre de la zona"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "No se puede crear '%s', el nombre de destino ya existe."
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Dirección de red"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr ""
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Registros de zona"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "Registros SOA"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "Hay un '%s' vacío para el host '%s'."
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Servidor DNS primario para esta zona"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Sistemas"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Expira"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "¡No puede editar este tipo de objeto todavía!"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "Registros MX"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
-msgstr ""
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Registros de zona global"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, fuzzy, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
+msgid ""
+"This dialog allows you to configure all components of this DNS zone on a "
+"single list."
 msgstr ""
 msgstr ""
-"El comando '%s', especificado como POSTMODIFY para la extensión '%s' no "
-"parece existir."
-
-#: plugins/admin/systems/class_systemManagement.inc:330
-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/class_systemManagement.inc:347
-msgid "You are not allowed to set this systems password!"
-msgstr "¡No tiene permisos para cambiar contraseñas de sistema!"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:401
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
+msgid ""
+"Be careful editing record types with this dialog. All changes will be saved "
+"immediately when using the save button."
 msgstr ""
 msgstr ""
-"Esta a punto de borrar toda la información sobre el componente en '%s'."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
 msgid ""
 msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
+"This dialog can't be used until the currently edited zone was saved or the "
+"zone entry exists in the ldap database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Nuevo terminal"
-
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Nueva estación de trabajo"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "Create a new DNS zone entry"
+msgstr "Crear una nueva entrada de zona DNS"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
-msgstr "Nuevo dispositivo"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Seleccione una acción que se ejecutara en este servidor"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
-msgstr "Plantilla de terminal para"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Postfix mydomain"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Plantilla de estación de trabajo para"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Postfix mydestination"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
-msgstr "Nuevo sistema desde la entrada"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "Servicio POP3"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Estación de trabajo"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "Servicio POP3/SSL"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
-msgstr "La estación de trabajo se está instalando"
+#: plugins/admin/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "Servicio IMAP"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
-msgstr "la estación de trabajo esta esperando por una acción"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "Servicio IMAP/SSL"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
-msgstr "Ha fallado la instalación de la estación de trabajo"
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Servicio Sieve"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
+#: plugins/admin/systems/servkolab.tpl:80
+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_systemManagement.inc:872
-msgid "Server is waiting for action"
-msgstr "El servidor está esperando por una acción"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Servicio de presencia HTTP (propio)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
-msgstr "Ha fallado la instalación del servidor"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Desinfectado de correo Amavis (virus/spam)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
-msgstr "Estación de trabajo Windows"
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Parámetros de quotas"
+
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Parámetros de Presencia"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
-msgstr "Dispositivo de Red"
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Permite descarga no autentificada de información de presencia."
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
-msgid ""
-"This dialog allows you to configure all components of this DNS zone on a "
-"single list."
-msgstr ""
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "Redes privilegiadas SMTP"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
-msgid ""
-"Be careful editing record types with this dialog. All changes will be saved "
-"immediately when using the save button."
-msgstr ""
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Equipos/Redes que son permitidos para hacer relay"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
-msgid ""
-"This dialog can't be used until the currently edited zone was saved or the "
-"zone entry exists in the ldap database."
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "Create a new DNS zone entry"
-msgstr "Crear una nueva entrada de zona DNS"
-
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Añadir/Editar Fabricante"
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhos"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Sitio web"
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Permitir búsquedas MX para los relayhost"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
-msgstr "Número de teléfono"
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Equipo usado para reenviar correos"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Eliminar servicio DNS"
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Aceptar correo desde internet"
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 msgstr ""
-"Esta servidor tiene la extensión DNS activada. Puede desactivarla pulsando "
-"aquí."
+"Aceptar correo desde otros dominios que usen ninguna autentificación SMTP"
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Añadir servicio DNS"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Editar recurso compartido"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión DNS desactivada. Puede activarla pulsando "
-"aquí."
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
-msgstr "Zona Inversa"
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/servnfs.tpl:33
+msgid "Volume"
+msgstr "Volumen"
+
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
-msgstr "Ha fallado la actualización del servicio DNS"
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Pagina de códigos"
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
-msgstr "Ha fallado la eliminación de las entradas DNS"
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Opción"
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
-msgstr "Ha fallado la grabación de las entradas DNS"
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Lista de repositorios configurados."
 
 
-#: 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 ""
-"Para cambiar la contraseña del administrador del terminal use los campos a "
-"continuación. Los cambios tomarán efecto en el próxima reinicio. Por favor, "
-"recuerde la nueva contraseña, porque no podrá autenticarse sin ella."
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Añadir repositorio"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 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/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Servidor Origen"
 
 
-#: plugins/admin/systems/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' 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/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "Por favor seleccione un nombre de zona válido."
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Recursos compartidos"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Por favor seleccione un nombre de zona inversa válido."
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Servicio de Hora"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Servicio LDAP"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Servidor de terminal"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Desactivación temporal del acceso"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Ruta a las fuentes tipográficas"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
-msgstr "Por favor especifique un valor numérico para el número de serie."
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Servicio de Logs"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
-msgstr "Por favor especifique un valor numérico para el refresco."
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Servicio de impresión"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
-msgstr "Por favor especifique un valor numérico para TTL."
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Servidor de correo"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
-msgstr "Por favor especifique un valor numérico para expiración."
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Plantilla de terminal"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
-msgstr "Por favor especifique un valor numérico para reintento."
+#: plugins/admin/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nombre de terminal"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr ""
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Servidor Raíz"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr ""
+#: plugins/admin/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Seleccione sistema de archivos raíz 'NFS' que se usará"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Servidor de Intercambio"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 msgstr ""
+"Seleccione sistema de archivos 'NFS' donde estarán los archivos de "
+"intercambio"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Esta 'dn' no tiene características de impresora."
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Teclado"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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 impresora desactivada. Puede activarla "
-"siempre que 'cn' no este presente en esta entrada. Posiblemente está "
-"actualmente creando una nueva plantilla de terminal"
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Elija modelo de teclado"
+
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Disposición"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
-msgstr "Eliminar extensión de impresión"
+#: plugins/admin/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Elija localización del teclado"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
-msgstr ""
-"Esta estación de trabajo tiene la extensión impresora activada. Puede "
-"desactivarla pulsando aquí."
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Variante"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
-msgstr ""
-"Este terminal tiene la extensión impresora activada. Puede desactivarla "
-"pulsando aquí."
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Elija variante de teclado"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
-msgstr ""
-"Esta estación de trabajo tiene la extensión impresora desactivada. Puede "
-"activarla pulsando aquí."
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Ratón"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:335
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
-msgstr ""
-"Este terminal tiene la extensión impresora desactivada. Puede activarla "
-"pulsando aquí."
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Elija tipo de ratón"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Puerto"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
-msgstr "no puedo acceder a la información PPD"
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Elija el puerto del ratón"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Componente telefónico"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Teléfono"
+
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 msgstr ""
+"Elija controlador gráfico que se necesita para la tarjeta gráfica instalada"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
-msgstr "Ha fallado la eliminación de la impresora"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Resolución"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-#, fuzzy
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "No tiene permisos para crear un teléfono en esta 'Base'."
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.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_printGeneric.inc:825
-msgid "Saving printer failed"
-msgstr "Ha fallado la grabación de la impresora"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Profundidad del Color"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Elija la profundidad de color usada en modo gráfico"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Mostrar dispositivo"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Seleccionar una base"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Frecuencia de refresco horizontal para el monitor instalado"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Seleccionar esta base"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Frecuencia de refresco vertical para el monitor instalado"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Configuración telefónica avanzada"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Escritorio remoto"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Tipo de teléfono"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Método de conexión"
 
 
-#: 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 "Elija tipo de teléfono"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Elija el método de conexión con el servidor de terminal"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Servidor de terminal"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "Modo DTMF"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Seleccione específicamente que servidor de terminal usará"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Dirección IP por defecto"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Servidor de fuentes"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Seleccione específicamente que servidor de fuentes usará"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modo"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Dispositivo de Impresión"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
+#: plugins/admin/systems/terminalService.tpl:187
+msgid "Select to start IPP based printing service on terminal"
 msgstr ""
 msgstr ""
+"Seleccione para iniciar el servicio de impresión basado en 'IPP' en el "
+"terminal"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Secreto"
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Proveer servicios de impresión"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Servidor de Cola"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
 msgstr ""
 msgstr ""
+"Seleccione un sistema de archivos 'NFS' para colocar los ficheros de la cola"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Código de cuenta"
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Dispositivo de escaneo"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Lineas troncales"
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+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/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Equipos/Redes que tienen permiso para conectar"
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Provee servicios de exploración"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Equipos/Redes que no tienen permisos para conectar"
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Seleccione que controladores de escáner se usaran"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Parametros de inicio"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nombre de la maquina"
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Kernel de inicio"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "Va ha eliminar el componente adjunto glpi '%s'."
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Otras opciones"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
 msgid ""
 msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 msgstr ""
+"Introducir que parámetros serán pasados a la configuración de arranque del "
+"nucleo"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "No se ha subido ningún archivo valido."
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "Servidor LDAP"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "El envío no fue correcto."
+#: 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_glpiAttachmentPool.inc:134
-#, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Usar arranque gráfico"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "Ya existe un fichero con este nombre."
+#: 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_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
-msgstr "No puedo crear el fichero '%s'."
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Usar arranque en modo texto"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 msgstr ""
+"Seleccione para obtener una información mas prolija durante el arranque"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr ""
+#: 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_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "No se ha subido ningún archivo actualmente."
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Módulos del núcleo (formato: nombre parámetros)"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "Mime"
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
+msgstr "Añadir módulos adicionales que serán cargados al arrancar"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Punto de montaje"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "vacío"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nombre de la maquina"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Crear nuevo adjunto"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Plantilla de estación de trabajo"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Nuevo adjunto"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Nombre de la estación de trabajo"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Por favor especifique un nombre de adjunto valido."
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "Servidor FAI"
 
 
-#: 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/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Asignar clases FAI"
 
 
-#: plugins/admin/systems/chooser.tpl:4
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "poner"
+
+#: plugins/admin/users/class_divListUsers.inc:40
 msgid ""
 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."
+"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 ""
-"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/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Plantilla de estaciones de trabajo linux"
-
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Servidor Linux"
+"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/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Estación de trabajo Windows"
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Seleccione para mostrar los usuarios pseudo plantillas"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Impresora de Red"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
+msgstr "Seleccione para ver los usuarios que solo tienen objeto GOsa"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Otros componentes de red"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Mostrar usuarios funcionales"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Crear"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
+msgstr "Seleccione para ver usuario que tienen configuraciones posix"
 
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Mostrar los usuarios unix"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
-msgstr "Lista de Adjuntos"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
+msgstr "Seleccione para ver los usuarios que tiene confiraciones de correo"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
-msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Mostrar los usuarios de correo"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
-msgstr "Mostrar adjuntos que concuerden con"
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Seleccione para ver los usuarios que tiene configuraciones samba"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
-msgstr "Expresiones regulares para encontrar nombres de adjuntos"
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Mostrar usuarios samba"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Por favor introduzca un valor para esta 'versión'."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
+msgstr "Seleccione para ver los usuarios que tienen configuraciones de proxy"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Por favor especifique un valor para la 'url' valido."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Mostrar los usuarios de proxy"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"No puedo ejecutar el REPOSITORY_HOOK '%s' indicado. Por favor compruebe el "
-"archivo gosa.conf."
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Crear nuevo usuario"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Nuevo usuario"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Crear nueva plantilla"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Nueva plantilla"
 
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Esta 'dn' no tiene características de teléfono."
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Editar propiedades genéricas"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
-msgstr "si"
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "Editar propiedades UNIX"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
-msgstr "no"
+#: plugins/admin/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Editar propiedades de estado"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Editar propiedades de correo"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
-msgstr "Configuración de red"
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Editar propiedades telefónicas"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Editar propiedades de fax"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
-msgstr "Ha fallado la eliminación del teléfono"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Editar propiedades samba"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
-msgstr "El campo requerido 'Nombre del teléfono' no ha sido rellenado."
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Editar propiedades Netatalk"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Crear usuario desde plantilla"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-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/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Crear usuario con esta plantilla"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
-msgstr "Ha fallado la grabación del nombre de teléfono"
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Editar usuario"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Seleccione entradas para añadir"
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "contraseña"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Mostrar miembros del departamento"
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Cambiar contraseña"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Mostrar miembros que concuerden con"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Borrar usuario"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Expresiones regulares que concuerden con nombres de miembros"
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
+msgstr "No le es permitido cambiarle la contraseña a estos usuarios."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
 msgid ""
 msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
 msgstr ""
 msgstr ""
+"Las contraseñas ingresadas como 'Nueva contraseña' y 'Repetir nueva "
+"contraseña' no concuerdan."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Por favor especifique un nombre"
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
+msgstr "La contraseña que ingreso como 'Nueva contraseña' está vacia."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
-msgstr ""
-"El valor especificado como 'Nombre' esta siendo utilizado. Por favor elija "
-"otro."
+#: plugins/admin/users/class_userManagement.inc:336
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Esta a punto de borrar el usuario %s"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr ""
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "No le es permitido borrar este usuario"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-#, fuzzy
-msgid "Remove spamassassin extension"
-msgstr "Eliminar extensión de impresión"
+#: plugins/admin/users/class_userManagement.inc:553
+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/systems/class_goSpamServer.inc:103
-#, fuzzy
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Administración de Usuarios"
+
+#: plugins/admin/users/password.tpl:2
 msgid ""
 msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
+"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 ""
-"Este servidor tiene la extensión Kolab activada. Puede desactivarla pulsando "
-"aquí."
-
-#: plugins/admin/systems/class_goSpamServer.inc:106
-#, fuzzy
-msgid "Add spamassassin service"
-msgstr "Añadir el servicio Kolab"
+"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/class_goSpamServer.inc:107
-#, fuzzy
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
 msgid ""
 msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
-"Este servidor tiene la extensión Kolab desactivada. Puede activarla pulsando "
-"aquí."
-
-#: plugins/admin/systems/class_goSpamServer.inc:233
-#, fuzzy
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "El puerto sieve necesita ser un numero."
-
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, fuzzy, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Ha fallado al eliminar la cuenta samba"
-
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, fuzzy, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr "Ha fallado la eliminación de la cuenta de Kolab"
-
-#: plugins/admin/systems/class_goSpamServer.inc:331
-#, fuzzy
-msgid "Required score must be a numeric value."
-msgstr "Días futuros debe ser un valor"
+"Cambiar la contraseña modifica la autenticación del usuario para el correo, "
+"proxy, samba y los servicios unix."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+#: 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/systems/class_printerPPDSelectionDialog.inc:74
-#, fuzzy, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "Va ha eliminar la aplicación '%s'."
-
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, fuzzy, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "¡No puedo abrir el certificado especificado!"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Crear un nuevo usuario usando plantillas"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
+#: plugins/admin/users/template.tpl:6
 msgid ""
 msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
+"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 ""
+"Para crear un nuevo usuario puede ser asistido a través de plantillas. "
+"Algunos valores en la base de datos serán introducidos automáticamente. "
+"Elegir 'ninguno' para saltarse el uso de plantillas."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr ""
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Inicio de sesión"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
-msgstr "Seleccionar impresora ppd"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "UNIX"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:2
-msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
-msgstr ""
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr ""
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr ""
-"Dirección de correo electrónica primaria para esta lista de distribución"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Cliente ligero"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
-msgstr "Cola de teléfono"
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Nombre de objeto"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
-msgstr "Sistema"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Contenidos"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Terminales"
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Este objeto no tiene ninguna relación con otros objetos."
+
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
+msgstr "¡Bienvenido %s!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
+#: plugins/generic/welcome/welcome.tpl:4
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
 msgstr ""
 msgstr ""
+"Esta es la pantalla principal de GOsa. Puede seleccionar las tareas del menú "
+"en la izquierda, o eligiendo entre los iconos siguientes. Todos los cambios "
+"se aplican directamente sobre los servidores LDAP de su empresa."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
-msgstr "Parámetros de la cola"
-
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Números de teléfonos"
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Para cerrar la conexión use 'Cerrar' en la parte superior izquierda y para "
+"volver a la vista de iconos use 'Principal'"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
-msgstr "Parámetros genéricos de la cola"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "El equipo de GOsa"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-#, fuzzy
-msgid "Home server"
-msgstr "Servidor Raíz"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Lista de bloqueos de FAX"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
-msgstr "Tiempo de espera"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Has decidido eliminar la lista de bloqueo '%s'."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
-msgstr "Estrategia"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "No tiene permisos para eliminar esta lista de bloqueo."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Por favor especifique un usuario valido."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "enviar"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "recibir"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+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/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "El campo requerido 'Nombre' contiene caracteres no validos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
-msgstr "Archivo de sonido de Bienvenida"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "El nombre especificado ya esta siendo usado"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
-msgstr "Mensaje de presentación"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr "No tiene permisos para crear una lista de bloqueos en esta base"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Lista de listas de bloqueos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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 ""
+"Este menú permite añadir, editar o eliminar las listas de bloqueo "
+"seleccionadas. Puede usar el selector de rango en la parte superior de la "
+"lista de bloqueos, cuando trabaja con un gran número de bloqueos."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
-msgstr "Mensaje de Despedida"
-
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr "Archivo de sonido 'minutos'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "N0mbre de listas de bloqueo"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr "Archivo de sonido 'segundos'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Seleccione para mostrar listas de bloqueo salientes"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Mostrar listas de bloqueos salientes"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Seleccione para mostrar listas de bloqueo entrantes"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Mostrar listas de bloqueos entrantes"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Expresiones regulares para encontrar nombres de listas"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Crear nueva lista de bloqueos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Nueva lista de bloqueo"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Nombre de la lista"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nombre de la lista de bloqueos"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr ""
+#: 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/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nombre del grupo"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Seleccione la manera de filtrar llamadas entrantes o salientes"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Objetos miembro"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Descripción de esta lista de bloqueos"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Números bloqueados"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Los números pueden contener también comodínes"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Seleccione para ver los departamentos"
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Gestión de listas de bloqueo"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Mostrar departamentos"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Esta cuenta no tiene extensiones de fax."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Seleccione para ver las cuentas GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Eliminar cuenta de fax"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Mostrar personal"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Esta cuenta tiene la extensión de fax activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Seleccione para ver los grupos GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Crear cuenta de fax"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Mostrar grupos"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Esta cuenta tiene la extensión de fax desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Seleccione para ver las aplicaciones"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "Esta intentando añadir un número de teléfono no valido."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Mostrar aplicaciones"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "Ha fallado la eliminación de la cuenta de Fax"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Seleccione para ver las estaciones de trabajo"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "No ha rellenado el campo requerido 'Fax'"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Seleccione para ver los terminales"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+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/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Seleccione para ver impresoras"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr ""
+"Envío de correo ha sido seleccionado, pero no se ha especificado ninguna "
+"dirección de correo."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Mostrar impresoras"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "La cuenta de correo electrónico que ha introducido no es válida."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Seleccione para ver teléfonos"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Mostrar objetos de departamentos"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Grupos de objetos"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Numero de fax que activa GOfax"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Has decidido eliminar el objeto grupo '%s'."
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr ""
+"Especificar el lenguaje de comunicación de GOfax para pasarela de fax a "
+"correo"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "¡No tiene permisos para eliminar este objeto grupo!"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Formato de envío"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Lista de objetos grupo"
+#: 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/admin/ogroups/class_divListOGroup.inc:44
-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/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Metodos de envío"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Nombre del objeto grupo"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Desactivación temporal del uso del fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Seleccione para mostrar grupos que tienen usuarios"
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Enviar fax como correo electrónico a"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Mostrar grupos que tienen usuarios"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Enviar fax como correo electrónico"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Seleccione para mostrar grupos que contienen grupos"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Enviar fax a la impresora"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Mostrar grupos que contienen grupos"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Intercambiar los números de fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "seleccione para mostrar grupos que contienen aplicaciones"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Listas de bloqueo"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Mostrar grupos que contienen aplicaciones"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Listas de bloqueo para fax entrante"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Seleccione para mostrar grupos que contienen departamentos"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Listas de bloqueo para fax saliente"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Mostrar grupos que contienen departamentos"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Listas/Numeros bloqueados"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Seleccione para mostrar grupos que contienen servidores"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Listas de listas de bloqueos predefinidas"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Mostrar grupos que contienen servidores"
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Añadir a la lista de bloqueos"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr "Seleccione para mostrar grupos que contienen estaciones de trabajo"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Seleccione números para añadir"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Mostrar grupos que contienen estaciones de trabajo"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Mostrar número de Departamentos"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Seleccione para mostrar grupos que contienen terminales"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Mostrar números que concuerdan con"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Mostrar grupos que contienen terminales"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Expresiones regulares que concuerden con números"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Seleccione para mostrar grupos que contienen impresoras"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Mostrar números de usuarios"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Mostrar grupos que contienen impresoras"
+#: 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/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Seleccione para mostrar grupos que contienen teléfonos"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Pulse en el botón - Editar - para cambiar la información de esta ventana"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Mostrar grupos que contienen teléfonos"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Parametros del Fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
-msgstr "Crear nuevo objeto grupo"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+#, fuzzy
+msgid "Alternate fax numbers will not be copied"
+msgstr "Intercambiar los números de fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Grupo de objetos"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Informes de FAX"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Este 'dn' no es un objeto tipo grupo."
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "¡Demasiados objetos diferentes!"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+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/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "usuarios"
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+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/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "grupos"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+#, fuzzy
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr ""
+"¡No puedo seleccionar la base de datos de fax para la generación de informes!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "Aplicaciones"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "¡La consulta a la base de datos de fax ha fallado!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "departamentos"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr ""
+"¡No tiene permisos para recuperar información sobre el identificador (ID) "
+"del fax!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "servidores"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "Y-M-D"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "estaciones de trabajo"
+#: 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 búsqueda"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "terminales"
+#: 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/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "teléfonos"
+#: 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 búsqueda"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "servidores de Impresión"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "durante"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "y"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Receptor"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
-msgstr "No existe 'dn':"
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# páginas"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
-msgstr "Ya existe un objeto con este 'cn'."
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Previsualización del Fax - Por favor espere"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
-msgstr "¡Solo se pueden combinar dos objetos diferentes hasta un máximo!"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Pulse en 'Fax' para descargar"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
-msgstr "Ha fallado la grabación del objeto grupo"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "FAX ID"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
-msgstr "Ha fallado la eliminación del objeto grupo"
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Fecha / Hora"
 
 
-#: 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/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "MSN del Remitente"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"Este grupo tiene las características de correo activas. Puede desactivarlas "
-"apretando a continuación."
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "ID del Remitente"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"Este grupo tiene las características de correo desactivadas.Puede activarlas "
-"pulsando aqui."
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "MSN del Receptor"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
-msgstr "Ha fallado la grabación de los parámetros de correo del objeto grupo"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "ID del Receptor"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
-msgstr ""
-"Ha fallado la eliminación de los parámetros del correo del objeto grupo"
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Estado del mensaje"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
-#, php-format
-msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Tiempo de envio"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
-msgstr "llamar a todos"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Reportes de FAX"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
-msgstr ""
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Lista de habitaciones de conferencias"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: 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 ""
+"Este menú permite añadir, editar o eliminar las conferencias telefónicas "
+"seleccionadas. Puede usar el selector de rango en la parte superior de la "
+"lista de conferencias telefónicas, cuando trabaja con un gran número de "
+"conferencias telefónicas."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
-msgstr ""
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Nombre - Número"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
-msgstr "al azar"
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "PIN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr ""
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Expresiones regulares que concuerden con nombres de conferencias"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
-msgstr ""
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Crear una nueva conferencia"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
-#, php-format
-msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
-msgstr ""
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Nueva conferencia"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
-#, fuzzy, php-format
-msgid "Can't select database '%s' on home server '%s'."
-msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Conferencia"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
-msgstr "Eliminar la cola telefónica de esta cuenta"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Esta cuenta tiene la cola telefónica activada. Puede desactivarla pulsando "
-"aquí."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
-msgstr "Crear cola telefónica"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:215
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Esta grupo tiene las colas telefónicas desactivadas. Puede activarlas "
-"pulsando aquí."
+"The previously selected asterisk home server (%s) is no longer available."
+msgstr "La aplicación ya no está disponible."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
 msgid ""
 msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-#, fuzzy
-msgid "Please select a valid goFonHomeServer."
-msgstr "Por favor seleccione un servidor de correo valido."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr "Por favor introduzca un PIN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr "Tiempo de espera debe ser un valor numérico"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Por favor introduzca un nombre para la conferencia."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
+msgid ""
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+msgid ""
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
 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."
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-#, fuzzy
-msgid "Error while removing old queue entries from database."
-msgstr "¡Error mientras se exportaban las entradas indicadas!"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "Ha fallado la grabación de la conferencia telefónica"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Conferencia telefónica"
+
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Gestión"
+
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Nombre de la conferencia"
+
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Nombre de la conferencia a crear"
+
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Elija el subárbol donde colocar la conferencia"
+
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
-msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#, fuzzy
-msgid "Mysql query failed."
-msgstr "La consulta a la base de datos ha fallado."
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Grabación de conferencia"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
-msgstr "Ha fallado la grabación de la cola telefónica"
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
-msgstr "Ha fallado la eliminación de la cola telefónica"
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Activar menú de sesión"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-#, fuzzy
-msgid "Please enter the new object group name"
-msgstr "Por favor introduzca un nuevo nombre"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr ""
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-#, fuzzy
-msgid "Please enter a mail address"
-msgstr "Por favor introduzca un nombre válido"
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Cuenta de usuarios"
 
 
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Informes telefónicos"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Gestión de conferencias"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
@@ -11853,14 +11848,18 @@ msgstr "Canal"
 msgid "Duration"
 msgstr "Duración"
 
 msgid "Duration"
 msgstr "Duración"
 
-#: plugins/gofon/macro/headpage.tpl:6
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Informes telefónicos"
+
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Lista de macros"
 
 msgid "List of macros"
 msgstr "Lista de macros"
 
-#: plugins/gofon/macro/headpage.tpl:24
 #: plugins/gofon/macro/class_divListMacros.inc:36
 #: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 "
 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 "
@@ -11870,39 +11869,6 @@ msgstr ""
 "usar el selector de rango en la parte superior de la lista de grupos, cuando "
 "trabaja con un gran número de macros."
 
 "usar el selector de rango en la parte superior de la lista de grupos, cuando "
 "trabaja con un gran número de macros."
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Mostrar macros que concuerden con"
-
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Mostrar macros que concuerden con"
-
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Expresión regular que concuerde con nombres de macros"
-
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Nombre de la macro"
-
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr ""
-
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Elija lugar del árbol para colocar la macro"
-
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Visible para el usuario"
-
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "macro de texto"
-
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
@@ -11912,6 +11878,11 @@ msgstr "Nombre de la macro"
 msgid "Visible"
 msgstr "Visible"
 
 msgid "Visible"
 msgstr "Visible"
 
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Expresión regular que concuerde con nombres de macros"
+
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Crear nueva macro telefónica"
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Crear nueva macro telefónica"
@@ -11938,99 +11909,81 @@ msgstr "visible"
 msgid "invisible"
 msgstr "invisible"
 
 msgid "invisible"
 msgstr "invisible"
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Macros telefónicas"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Está a punto de borrar la macro '%s'."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "¡No le está permitido eliminar esta macro!"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacro.inc:226
+#: plugins/gofon/macro/class_gofonMacro.inc:219
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
+#: plugins/gofon/macro/class_gofonMacro.inc:287
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Actualmente no esta soportada la creación automática del tipo '%s'. Por "
 "favor, informe de esto al equipo de desarrollo de GOsa."
 
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Actualmente no esta soportada la creación automática del tipo '%s'. Por "
 "favor, informe de esto al equipo de desarrollo de GOsa."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/gofon/macro/class_gofonMacro.inc:290
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Actualmente no esta soportada la creación automática del tipo '%s'. Por "
 "favor, informe de esto al equipo de desarrollo de GOsa."
 
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Actualmente no esta soportada la creación automática del tipo '%s'. Por "
 "favor, informe de esto al equipo de desarrollo de GOsa."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
+#: plugins/gofon/macro/class_gofonMacro.inc:294
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "La aplicación ya no está disponible."
 
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "La aplicación ya no está disponible."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
+#: plugins/gofon/macro/class_gofonMacro.inc:298
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/gofon/macro/class_gofonMacro.inc:327
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
 
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
+#: plugins/gofon/macro/class_gofonMacro.inc:362
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgstr ""
 
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/gofon/macro/class_gofonMacro.inc:376
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Ya existe un cn '%s'."
 
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Ya existe un cn '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 msgid "You must specify the 'Display Name' in order to save this macro"
 msgstr ""
 
 msgid "You must specify the 'Display Name' in order to save this macro"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:393
+#: plugins/gofon/macro/class_gofonMacro.inc:386
 msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
 msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:399
+#: plugins/gofon/macro/class_gofonMacro.inc:392
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:410
+#: plugins/gofon/macro/class_gofonMacro.inc:403
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgstr ""
 
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
+#: plugins/gofon/macro/class_gofonMacro.inc:411
 msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
 msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgstr ""
 
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
@@ -12039,100 +11992,126 @@ msgstr ""
 "No puedo conectar a la base de datos especificada, por favor compruebe la "
 "configuración de GLPI."
 
 "No puedo conectar a la base de datos especificada, por favor compruebe la "
 "configuración de GLPI."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
+#: plugins/gofon/macro/class_gofonMacro.inc:448
 msgid "Removing phone macro failed"
 msgstr "Ha fallado la eliminación de la macro telefónica"
 
 msgid "Removing phone macro failed"
 msgstr "Ha fallado la eliminación de la macro telefónica"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
+#: plugins/gofon/macro/class_gofonMacro.inc:457
 msgid "Removing phone macro reverences failed"
 msgstr "Ha fallado la eliminación de la macro telefónica de presentación"
 
 msgid "Removing phone macro reverences failed"
 msgstr "Ha fallado la eliminación de la macro telefónica de presentación"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
+#: plugins/gofon/macro/class_gofonMacro.inc:491
 msgid "Saving phone macro failed"
 msgstr "Ha fallado la grabación de la macro telefónica"
 
 msgid "Saving phone macro failed"
 msgstr "Ha fallado la grabación de la macro telefónica"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argumento"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Macros telefónicas"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "tipo"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Está a punto de borrar la macro '%s'."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "¡No le está permitido eliminar esta macro!"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr ""
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
 msgid "This 'dn' is no phone macro."
 msgstr "Esta 'dn' no es una macro de teléfono."
 
 msgid "This 'dn' is no phone macro."
 msgstr "Esta 'dn' no es una macro de teléfono."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
 msgid "String"
 msgstr "Cadena de texto"
 
 msgid "String"
 msgstr "Cadena de texto"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
 msgid "Combobox"
 msgstr ""
 
 msgid "Combobox"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
 msgid "Bool"
 msgstr ""
 
 msgid "Bool"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
 msgid "Delete unused"
 msgstr "Eliminar sin usar"
 
 msgid "Delete unused"
 msgstr "Eliminar sin usar"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
 #, php-format
 msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 "¡El parámetro '%s' contiene caracteres no validos: '!,#' son usados como "
 "delimitadores"
 
 #, php-format
 msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 "¡El parámetro '%s' contiene caracteres no validos: '!,#' son usados como "
 "delimitadores"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:341
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
 #, php-format
 msgid "The parameter %s has incorrect value for type bool."
 msgstr ""
 
 #, php-format
 msgid "The parameter %s has incorrect value for type bool."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:370
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
 "using this macro '%s'."
 msgstr ""
 
 #, 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_gofonMacroParameters.inc:396
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
 msgid "Saving phone macro parameters failed"
 msgstr "Ha fallado la grabación de los parámetros de la macro telefónica"
 
 msgid "Saving phone macro parameters failed"
 msgstr "Ha fallado la grabación de los parámetros de la macro telefónica"
 
-#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
-msgid "Phone macro management"
-msgstr "Gestión de macros telefónicas"
-
-#: plugins/gofon/phoneaccount/generic.tpl:35
-#, fuzzy
-msgid "Select the accounts home server"
-msgstr "Seleccione para ver los servidores"
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Nombre de la macro"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "PIN del teléfono"
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Elija lugar del árbol para colocar la macro"
+
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Visible para el usuario"
+
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "macro de texto"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Mostrar macros que concuerden con"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Mostrar macros que concuerden con"
+
+#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
+msgid "Phone macro management"
+msgstr "Gestión de macros telefónicas"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
-msgstr "Macro telefónica"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argumento"
+
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "tipo"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
@@ -12141,76 +12120,76 @@ msgid ""
 "accounts."
 msgstr ""
 
 "accounts."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 "error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 "error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
 
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "No puedo seleccionar la base de datos '%s' en '%s'."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
 msgid "no macro"
 msgstr "no macro"
 
 msgid "no macro"
 msgstr "no macro"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
 msgid "undefined"
 msgstr "sin definir"
 
 msgid "undefined"
 msgstr "sin definir"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgstr ""
 
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 "keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 "keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 "entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 "entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
 msgid "Error while performing query:"
 msgstr "Ha habido un error mientras se ejecutaba la consulta:"
 
 msgid "Error while performing query:"
 msgstr "Ha habido un error mientras se ejecutaba la consulta:"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
 msgid "This account has no phone extensions."
 msgstr "Esta cuenta no tiene extensiones telefónicas"
 
 msgid "This account has no phone extensions."
 msgstr "Esta cuenta no tiene extensiones telefónicas"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgstr ""
 
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
 msgid "Remove phone account"
 msgstr "Eliminar cuenta telefónica"
 
 msgid "Remove phone account"
 msgstr "Eliminar cuenta telefónica"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
@@ -12218,12 +12197,12 @@ msgstr ""
 "Esta cuenta tiene la extensión telefónica activada. Puede desactivarla "
 "pulsando aquí."
 
 "Esta cuenta tiene la extensión telefónica activada. Puede desactivarla "
 "pulsando aquí."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
 msgid "Create phone account"
 msgstr "Crear cuenta telefónica"
 
 msgid "Create phone account"
 msgstr "Crear cuenta telefónica"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
 "is set."
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
 "is set."
@@ -12231,7 +12210,7 @@ msgstr ""
 "Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
 "mientras no se haya indicado ningún uid."
 
 "Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
 "mientras no se haya indicado ningún uid."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:970
 msgid ""
 "This account has phone features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This account has phone features disabled. You can enable them by clicking "
 "below."
@@ -12239,25 +12218,25 @@ msgstr ""
 "Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
 "pulsando aquí."
 
 "Esta cuenta tiene la extensión telefónica desactivada. Puede activarla "
 "pulsando aquí."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:983
 msgid "Please enter a valid phone number!"
 msgstr "¡Por favor introduzca un número de teléfono valido!"
 
 msgid "Please enter a valid phone number!"
 msgstr "¡Por favor introduzca un número de teléfono valido!"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
 msgid "Choose your private phone"
 msgstr "Indique su teléfono particular"
 
 msgid "Choose your private phone"
 msgstr "Indique su teléfono particular"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
 msgid ""
 "There must be at least one server with an asterisk database to create a "
 "phone account."
 msgstr ""
 
 msgid ""
 "There must be at least one server with an asterisk database to create a "
 "phone account."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
 msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
 msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
 msgid ""
 "The specified Voicemail PIN contains invalid characters, only numeric values "
 "are allowed here."
 msgid ""
 "The specified Voicemail PIN contains invalid characters, only numeric values "
 "are allowed here."
@@ -12265,11 +12244,11 @@ msgstr ""
 "El campo 'PIN del buzón de voz' contiene caracteres no validos. Solo están "
 "permitidos números."
 
 "El campo 'PIN del buzón de voz' contiene caracteres no validos. Solo están "
 "permitidos números."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
 msgid "Phone PIN must be at least one character long."
 msgstr ""
 
 msgid "Phone PIN must be at least one character long."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
 msgid ""
 "The specified phone PIN contains invalid characters, only aphanumeric values "
 "are allowed here."
 msgid ""
 "The specified phone PIN contains invalid characters, only aphanumeric values "
 "are allowed here."
@@ -12277,2176 +12256,2203 @@ msgstr ""
 "El campo 'PIN del teléfono' contiene caracteres no validos. Solo están "
 "permitidos números y letras."
 
 "El campo 'PIN del teléfono' contiene caracteres no validos. Solo están "
 "permitidos números y letras."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
 #, php-format
 msgid "You need to specify at least one phone number!"
 msgstr "¡Necesita introducir al menos un número de teléfono!"
 
 #, 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:1214
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1208
 msgid "Saving phone account failed"
 msgstr "Ha fallado la grabación de la cuenta telefónica"
 
 msgid "Saving phone account failed"
 msgstr "Ha fallado la grabación de la cuenta telefónica"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
 msgid "Stop"
 msgstr ""
 
 msgid "Stop"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
 msgid ""
 "Can't remove phone account, the mysql extension is not present in php "
 "configuration."
 msgstr ""
 
 msgid ""
 "Can't remove phone account, the mysql extension is not present in php "
 "configuration."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
 msgid "Removing phone account failed"
 msgstr "Ha fallado la eliminación de la cuenta telefónica"
 
 msgid "Removing phone account failed"
 msgstr "Ha fallado la eliminación de la cuenta telefónica"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
 #, php-format
 msgid ""
 "The previously selected asterisk home server (%s) is no longer available. "
 "Remove aborted."
 msgstr ""
 
 #, php-format
 msgid ""
 "The previously selected asterisk home server (%s) is no longer available. "
 "Remove aborted."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:35
+#, fuzzy
+msgid "Select the accounts home server"
+msgstr "Seleccione para ver los servidores"
+
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "PIN del teléfono"
+
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Macro telefónica"
+
 #: plugins/gofon/phoneaccount/main.inc:122
 #: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
 msgid "Phone settings"
 msgstr "Configuración telefónica"
 
 msgid "Phone settings"
 msgstr "Configuración telefónica"
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Lista de habitaciones de conferencias"
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "Esta cuenta no tiene extensiones de conectividad"
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr ""
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "Ha fallado la eliminación de la cuenta de intranet"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "Ha fallado la grabación de la cuenta de intranet"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
 msgid ""
 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."
+"You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 msgstr ""
-"Este menú permite añadir, editar o eliminar las conferencias telefónicas "
-"seleccionadas. Puede usar el selector de rango en la parte superior de la "
-"lista de conferencias telefónicas, cuando trabaja con un gran número de "
-"conferencias telefónicas."
+"Esta intentando añadir una dirección de correo no valida a la lista de "
+"reenvíos."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Expresiones regulares que concuerden con nombres de usuarios"
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
+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/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Nombre de la conferencia"
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Aceptar siempre"
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Nombre de la conferencia a crear"
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Denegar siempre"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Elija el subárbol donde colocar la conferencia"
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Denegar si hay conflictos"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Preguntar si hay conflictos"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Manual"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anónimo"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
+#, fuzzy, php-format
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "Ha fallado al eliminar la cuenta samba"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+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/connectivity/class_kolabAccount.inc:291
+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/connectivity/class_kolabAccount.inc:305
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
 msgstr ""
 msgstr ""
+"La entrada de la política de invitación para la dirección '%s' no es valida."
 
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
+#: plugins/personal/connectivity/class_kolabAccount.inc:313
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
 msgstr ""
 msgstr ""
+"¡No hay ningún usuario con cuenta de correo '%s' para su política de "
+"invitación!"
 
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "PIN"
+#: plugins/personal/connectivity/class_kolabAccount.inc:393
+#, fuzzy, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Ha fallado la eliminación de la cuenta de Kolab"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
-msgstr "Grabación de conferencia"
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Cuenta OpenGroupware"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
-msgstr "Activar menú de sesión"
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "No puedo conectar al servidor de base de datos postgresql."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 msgstr ""
+"¡Los parámetros necesarios para extensión de conectividad open-xchange no se "
+"encuentran!"
 
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
-msgstr "Cuenta de usuarios"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "¡El módulo de PHP4 para la base de datos Postgresql no está instalado!"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Nombre - Número"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Expresiones regulares que concuerden con nombres de conferencias"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "Ha fallado la eliminación de la cuenta de open-xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
+msgstr ""
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr ""
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr ""
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "Ha fallado la eliminación de la cuenta de PHPgw"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr ""
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPscheduleit"
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "Ha fallado la eliminación de la cuenta PHPscheduleit"
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "Ha fallado la grabación de la cuenta PHPscheduleit"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "Ha fallado la eliminación de la cuenta PPTP"
+
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "Ha fallado la grabación de la cuenta PPTP"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "Kb"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "Gb"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "día"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "semana"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "mes"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "Se ha fallado al eliminar la cuenta del proxy"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr ""
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "El valor numérico para cuota no es valido."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
-msgstr "Crear una nueva conferencia"
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "Ha fallado la grabación de la cuenta proxy"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
-msgstr "Nueva conferencia"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "Ha fallado la eliminación de la cuenta de pureftpd"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
-msgstr "Conferencia"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "El valor especificado en 'Ancho de Banda ascendente' no es válido"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Conferencia telefónica"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "El valor especificado en 'Ancho de Banda descendente' no es válido"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Gestión"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "El valor especificado como 'Archivos' no es válido"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
-msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
-msgstr ""
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "El valor especificado como 'Tamaño' no es válido"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, fuzzy, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
-msgstr "La aplicación ya no está disponible."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "El valor especificado como 'relación' no es válido"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
-msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
-msgstr "Por favor introduzca un PIN"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
-msgstr "Por favor introduzca un nombre para la conferencia."
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "Ha fallado al eliminar la cuenta WebDAV"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
-msgstr ""
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "Ha fallado al guardar la cuenta WebDAV"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
-msgstr ""
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "Cuenta GLPI"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
-msgstr ""
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Crear cuenta de intranet"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
-msgstr ""
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Cuenta Kolab"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+#: plugins/personal/connectivity/kolab.tpl:4
 msgid ""
 msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 msgstr ""
+"La cuenta kolab está actualmente desactivada. Sus características serán "
+"modificadas si añade una cuenta de correo."
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
-msgstr ""
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Delegaciones"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
-msgstr "Ha fallado la grabación de la conferencia telefónica"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "Tamaño del correo electrónico"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Gestión de conferencias"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "No hay restricción de correo para esta cuenta."
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Cliente ligero"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Información de estado de presencia"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Nombre de objeto"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Futuro"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Contenidos"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "días"
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Este objeto no tiene ninguna relación con otros objetos."
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Política de invitación"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
-msgstr ""
-"Esta es la pantalla principal de GOsa. Puede seleccionar las tareas del menú "
-"en la izquierda, o eligiendo entre los iconos siguientes. Todos los cambios "
-"se aplican directamente sobre los servidores LDAP de su empresa."
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Cuenta OpenGroupware"
 
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
-msgstr ""
-"Para cerrar la conexión use 'Cerrar' en la parte superior izquierda y para "
-"volver a la vista de iconos use 'Principal'"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Equipo de localización"
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "El equipo de GOsa"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Plantilla de usuario"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "¡Bienvenido %s!"
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Equipos"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr ""
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Cuenta Open-Xchange"
 
 
-#: include/class_mail-methods-cyrus.inc:53
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 msgstr ""
-"Aviso: ¡No se puede acceder al servidor IMAP! Si guarda esta cuenta, algunos "
-"de los valores de la configuración del correo no serán guardados en el "
-"servidor"
+"desactivado, No se ha detectado soporte Postgresql, o la base de datos "
+"especificada no puede ser alcanzada"
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr ""
-"No se pueden crear carpetas de correo IMAP. El error del servidor es: '%s'"
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "Cuenta de Open-Xchange"
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "No se puede activar una cuota IMAP. El error del servidor es: '%s'"
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Recordar"
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Aviso: imap_getacl no ha sido implementado, no se eliminara información "
-"sobre las listas de acceso."
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Días de recordatorio"
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr ""
-"Aviso: no esta disponible imap_getacl, ¡no se puede acceder a los permisos "
-"IMAP!"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Días para tareas"
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr ""
-"No se puede eliminar la carpeta de correo IMAP. El error del servidor es: '%"
-"s'"
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Información de Usuario"
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "No se puede conectar al servidor SIEVE. El error del servidor es: '%s'"
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Zona de uso horario del usuario"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "No puedo ejecutar un 'script' SIEVE. El error del servidor es: '%s'"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Cuenta PHPGroupware"
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "No puedo subir un 'script' SIEVE. El error del servidor es: '%s'"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "Cuenta PHPschedulñeit"
+
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "Cuenta PPTP"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr ""
-"No se puede activar el 'script GOsa para SIEVE'. El error del servidor es: '%"
-"s'"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Cuenta proxy"
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Este paquete no tiene opciones debconf"
+#: 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)"
 
 
-#: include/class_plugin.inc:404
-#, php-format
-msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
-msgstr ""
-"El comando '%s', especificado como acción 'CHECK' para la extensión '%s' no "
-"parece existir."
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Limitar acceso al proxy al horario laboral"
 
 
-#: include/class_plugin.inc:555
-#, 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."
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Restringir el uso del proxy con cuota"
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, 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."
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "por"
 
 
-#: include/class_plugin.inc:623
-#, 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."
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Cuenta FTP"
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Ancho de banda ascendente"
 
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "Kb/s"
 
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Ancho de banda descendente"
 
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Cuota"
 
 
-#: include/class_password-methods.inc:167
-#, 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'."
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Archivos"
 
 
-#: include/class_password-methods.inc:204
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
-msgstr ""
-"La configuración para SMBHASH en /etc/gosa/gosa.conf es incorrecta. No se "
-"pueden cambiar las contraseñas de SAMBA."
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Relación"
 
 
-#: include/functions_setup.inc:84
-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."
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Archivos Subidos / Descargados"
 
 
-#: include/functions_setup.inc:99
-#, 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."
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Varios"
 
 
-#: include/functions_setup.inc:103
-#, php-format
-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"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Active para desactivar acceso FTP"
 
 
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Es soporte para '%s' esta activado"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Acceso FTP desactivado temporalmente"
 
 
-#: include/functions_setup.inc:118
-#, 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."
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Cuenta WebDAV"
 
 
-#: include/functions_setup.inc:122
-#, 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"
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "automático"
 
 
-#: include/functions_setup.inc:133
-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"
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Eliminar extensión de estado"
 
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "Soporte de SAMBA 3 activado"
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"La extensión de estado está activada. Puede desactivarla pulsando aquí."
 
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
 msgstr ""
 msgstr ""
-"El soporte de SAMBA 2 se encuentra desactivado, no parece haber esquemas "
-"instalados"
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "Soporte de SAMBA 2 activado"
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"La extensión de estado está desactivada. Puede activarla pulsando aquí."
 
 
-#: include/functions_setup.inc:154
-msgid "Support for pureftp disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
 msgstr ""
 msgstr ""
-"El soporte para pureftp se encuentra desactivado, no parece haber esquemas "
-"instalados"
+"La extensión de estado está desactivada. Debe crear una cuenta Posix antes "
+"de poder activarla."
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "Soporte de PUREFTP activado"
+#: plugins/personal/environment/class_environment.inc:553
+#, fuzzy
+msgid "Spaces are not allowed in the mount path!"
+msgstr "¡No tiene permisos para cambiar su contraseña!"
 
 
-#: include/functions_setup.inc:164
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para WebDAV se encuentra desactivado, no parece haber esquemas "
-"instalados"
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Reiniciar hash de la contraseña"
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "Soporte de WebDAV activado"
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Eliminar entrada compartida"
 
 
-#: include/functions_setup.inc:174
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_environment.inc:803
+#, php-format
+msgid ""
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"El soporte para phpgroupware se encuentra desactivado, no parece haber "
-"esquemas instalados"
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "El soporte para phpgroupware está activado"
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "Ha fallado al eliminar la extensión de estado"
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para trustAccount se encuentra desactivado, no parece haber "
-"esquemas instalados"
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
+msgstr "Por favor especifique un tamaño de cuota del perfil valido"
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Soporte de trustAccount activado"
+#: plugins/personal/environment/class_environment.inc:908
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
 
 
-#: include/functions_setup.inc:194
-msgid "Support for gofon disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 msgstr ""
-"El soporte para gofon se encuentra desactivado, no parece haber esquemas "
-"instalados"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Soporte de GOFON activado"
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "Ha fallado al añadir la información de estado"
 
 
-#: include/functions_setup.inc:204
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para nagios se encuentra desactivado, no parece haber esquemas "
-"instalados"
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "grupos compartidos"
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Soporte de nagios activado"
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Administrador"
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr ""
-"El soporte para netatalk se encuentra desactivado, no parece haber esquemas "
-"instalados"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Impresora por defecto"
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Soporte de nettatalk activado"
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Por favor especifique un nombre  valido: Solo se permiten 0-9 a-Z."
 
 
-#: include/functions_setup.inc:229
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
 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:236
-msgid "Support for Kolab enabled"
-msgstr "Soporte de KOLAB activado"
+"Caracteres no validos en la descripción, por favor especifique una "
+"descripción valida."
 
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "Perfecto"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+#, fuzzy
+msgid "Please specify a valid iSerial."
+msgstr "Por favor especifique un id valido."
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Ignorado"
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+#, fuzzy
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+msgstr "Por favor especifique un valor para el atributo 'fichero'."
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Fallado"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+#, fuzzy
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+msgstr "Por favor especifique un nombre de archivo PPD valido."
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Comprobación configuración PHP"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Ya existe una entrada con este 'Nombre'."
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Comprobando la versión de PHP (>=4.1.0)"
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "¡Por favor seleccione una entrada o presione cancelar."
 
 
-#: include/functions_setup.inc:279
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 msgstr ""
-"Debe tener una versión de PHP 4.1.0 o superior para el correcto "
-"funcionamiento de GOsa."
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 msgstr ""
-"Comprobando si el registro de variables globales (register_globals) esta "
-"desactivado."
 
 
-#: include/functions_setup.inc:283
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
 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."
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 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:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Comprobando los módulos de ldap"
-
-#: include/functions_setup.inc:291
-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."
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Por favor especifique un nombre de script valido."
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Comprobando el soporte de funciones XML"
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "La descripción especificada contiene caracteres no validos!"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Comprobando el soporte de gettext"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Parámetros de gestión de estado"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr ""
-"El soporte de gettext es requerido para la intenacionalización de GOsa."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Gestión de perfiles"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Comprobando el soporte de iconv"
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Gestión de perfiles de usuario"
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
-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."
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Gestión de perfiles de servidor"
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Comprobando por el módulo de mhash"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Ruta del Perfil"
 
 
-#: include/functions_setup.inc:307
-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."
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Cuota del Perfil"
+
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
 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/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Comprobando el módulo de imap"
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Parámetros del perfil de Kiosk"
 
 
-#: include/functions_setup.inc:311
-msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
 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/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Comprobando por getacl en imap"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "Gestionar"
 
 
-#: include/functions_setup.inc:315
-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."
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
 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:318
-msgid "Checking for mysql module"
-msgstr "Comprobando el módulo de mysql"
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Usuario utilizado para conectarse con el recurso compartido"
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"El soporte de MySQL es necesario para leer los repotes de GOfax de la base "
-"de datos."
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Seleccione un recurso compartido"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Comprobando el módulo de cups"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Punto de montaje"
 
 
-#: include/functions_setup.inc:323
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
 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:326
-msgid "Checking for kadm5 module"
-msgstr "Comprobando el módulo kadm5"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Gestión del script de gestión"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Dispositivos de conexión en caliente (HotPlug)"
+
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Parámetros dispositivos de conexión en caliente (HotPlug)"
+
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
 msgstr ""
 msgstr ""
-"Manejando usuarios en kerberos requiere el módulo kadm5 que esta disponible "
-"en la red PEAR."
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Comprobando el módulo de snmp"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Parámetros de impresora"
+
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Cambio de administrador"
+
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Cambio por defecto"
+
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Añadir dispositivos de conexión en caliente (HotPlug)"
+
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Gestión de dispositivos de conexión en caliente (HotPlug)"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Seleccione dispositivos de conexión en caliente (HotPlug) para añadir"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "Comprobación detallada de las funciones de PHP"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Escoja el departamento base de la búsqueda"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Comprobando la función %s"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr ""
+"Expresiones regulares que concuerden con dispositivos de conexión en "
+"caliente (HotPlug)"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
 msgstr ""
 msgstr ""
-"La función %s es usada por GOsa. Todavía no hay información de si es "
-"opcional o requerido"
+"Crear una nueva entrada en dispositivos de conexión en caliente (HotPlug)"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Comprobando programas adicionales"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Crear un nuevo dispositivo de conexión en caliente (HotPlug)"
 
 
-#: include/functions_setup.inc:395
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
 #, fuzzy
 #, fuzzy
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Comprobando por ImageMagick (>=5.4.0)"
+msgid "(iSerial)"
+msgstr "Serie"
 
 
-#: include/functions_setup.inc:396
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
 #, fuzzy
 #, fuzzy
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick se usa para convertir las imagenes de los usuarios para que "
-"encajen en el tamaño sugerido y el formato JPEG."
+msgid "Vendor-ID"
+msgstr "ID del Remitente"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Comprobando por ImageMagick (>=5.4.0)"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "(idVendor)"
+msgstr "ID del Remitente"
 
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
 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:404
-msgid "Checking imagick module for PHP"
-msgstr "Comprobando el módulo PHP de imagick"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
 msgstr ""
 msgstr ""
-"ImageMagick se usa para convertir las imagenes de los usuarios para que "
-"encajen en el tamaño sugerido y tengan formato JPEG."
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Comprobando la herramienta fping"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Gestión de perfil de Kiosk"
 
 
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
-msgstr ""
-"La herramienta fping solo se usa si tiene un entorno de terminales clientes "
-"delgados (thinclient)."
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Parámetros del script de inicio de sesión"
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Buscando una manera de generar hashes de contraseñas LM/NT"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nombre del Script"
 
 
-#: include/functions_setup.inc:429
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 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:442
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini comprobación -> session.auto_register"
 
 
-#: include/functions_setup.inc:443
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 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'."
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini comprobación -> implicit_flush"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr ""
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 msgstr ""
-"Esta opción controla el manejador de salida. Desactive esta opción para "
-"mejorar el rendimiento."
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini comprobación -> max_execution_time"
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Parámetros de estado de usuarios"
 
 
-#: include/functions_setup.inc:455
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
-"El tiempo máximo de ejecución debe ser de al menos 30 segundos, algunas "
-"acciones pueden consumir mucho tiempo."
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Añadir dispositivos de Impresión"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "pnp.ini comprobación -> memory_limit"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Mostrar impresoras que concuerden con"
 
 
-#: include/functions_setup.inc:463
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-msgstr ""
-"GOsa necesita la menos 16Mb de memoria, ¡menos memoria causara errores "
-"impredecibles! Para sitios con grandes cargas sera aún mayor."
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Expresiones regulares que concuerden con nombres de impresoras"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "php.ini comprobación -> expose_php"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Enero"
 
 
-#: include/functions_setup.inc:468
-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 ""
-"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."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Febrero"
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini comprobación -> magic_quotes_gpc"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "Marzo"
 
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
-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."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "Abril"
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-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."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Mayo"
 
 
-#: include/functions_setup.inc:734
-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."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Junio"
 
 
-#: include/functions_setup.inc:792
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
-msgstr ""
-"Falta el atributo requerido '%s' de este formulario. Por favor, complételo."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Julio"
+
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "Agosto"
+
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "Septiembre"
+
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Octubre"
+
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "Noviembre"
+
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "Diciembre"
+
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "mujer"
+
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "hombre"
+
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Esta cuenta no tiene extensiones GOsa validas"
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 msgstr ""
+"¡El archivo especificado no ha podido ser subido vía HTTP POST! Abortado."
 
 
-#: include/functions_setup.inc:841
-#, fuzzy
-msgid ""
-"Could not 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."
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Por favor introduzca un número de serie válido"
 
 
-#: include/functions_setup.inc:909
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:918
+#: plugins/personal/generic/class_user.inc:472
 #, 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."
-
-#: include/functions_setup.inc:1092
-#, fuzzy
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
+msgid "Certificate is valid from %s to %s and is currently %s."
 msgstr ""
 msgstr ""
-"No puedo conectar a la base de datos especificada, por favor compruebe la "
-"configuración de GLPI."
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
 msgstr ""
 msgstr ""
-"No puedo usar sha para encriptación, falta la función sha1 / mhash / crypt"
 
 
-#: include/class_password-methods-kerberos.inc:44
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
 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."
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "¡La comunicación con la base de datos Kerberos fallo!."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "No hay certificados instalados"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
 msgstr ""
 msgstr ""
-"¡Fallo al tratar de cambiar la contraseña en la base de datos de kerberos!."
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Error XML en 'guide.xml': %s en la linea %d"
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "La comunicación con la base de datos Kerberos ha fallado"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "No se puede eliminar el usuario de la base de datos Kerberos"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
-msgstr "siguiente"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "No se puede añadir el usuario de la base de datos Kerberos"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "No tiene permisos para crear un usuario en esta 'Base'."
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1022
+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"
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1037
+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."
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr " El campo requerido 'Login' no ha sido rellenado."
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
+#: plugins/personal/generic/class_user.inc:1053
+msgid ""
+"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."
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
+#: plugins/personal/generic/class_user.inc:1060
 msgid ""
 msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"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."
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "¡No están soportados Grupos embebidos!"
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "El campo 'Pagina web principal' contiene un URL no valida"
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "¡El nombre del grupo no es unico!"
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "¡No puedo abrir el certificado especificado!"
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Información personal"
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Foto Personal"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Cambiar foto"
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Nombre de la plantilla"
 
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Títulos academicos"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Fecha de nacimiento"
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Lenguaje preferido"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Elija el subárbol donde colocar el usuario"
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Numero privado"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "No puedo crear/abrir archivo"
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Página Web Principal"
+
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Carpeta de almacenamiento de Contraseñas"
+
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificados"
+
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Editar certificados"
+
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
+
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Editar propiedades"
+
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Información organizativa"
+
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Departamento No."
+
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Empleado No."
+
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Tipo de empleado"
+
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Habitación No."
+
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Intereses"
+
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Descripción de la unidad"
+
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Adjunto al area"
+
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Título Funcional"
+
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Papel desempeñado"
+
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Población de la Persona"
+
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Unidad"
+
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Calle"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Tipo de Vía"
 
 
-#: 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!"
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Por favor use la casilla teléfono"
 
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
-msgstr "Información de intercambio"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Último envío"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Error PHP:"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Visible Publicamente"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "clase"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificado estandar"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "Función"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Certificado S/MIME"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "estatico"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Certificado PKCS12"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "método"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numero de serie del certificado"
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
-msgstr "Traza"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Eliminar foto"
 
 
-#: include/php_setup.inc:136
-msgid "Line"
-msgstr "Linea"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "¡No tiene permisos para cambiar su contraseña!"
 
 
-#: include/php_setup.inc:137
-msgid "Arguments"
-msgstr "Argumentos"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Información genérica del usuario"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+#: 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 ""
-"FATAL: Hay un error tratando de conectarse al servidor LDAP. El error del "
-"servidor es: '%s'"
+"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."
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Autenticación del usuario fallida. El servidor LDAP contesto '%s'."
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Parámetros del usuario"
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr ""
-"Nombre de usuario o UID no son únicos. Por favor, compruebe su base de datos "
-"LDAP."
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Borrar contraseña"
 
 
-#: include/functions.inc:468
-msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
-msgstr ""
-"Error al tratar de agregar un bloqueo. Los parámetros no son correctos, por "
-"favor, compruebe el código fuente."
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Poner nueva Contraseña"
 
 
-#: include/functions.inc:478
-#, php-format
-msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
-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'."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Foto del usuario"
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "En el archivo de ausencia no existe la etiqueta 'DESC':"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Fallo al tratar de agregar un bloqueo. El servidor LDAP contesto '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "Esta cuenta no tiene extensiones validas de correo."
 
 
-#: include/functions.inc:549
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 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.inc:559
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"You're trying to add an invalid email address to the list of forwarders."
 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 intentando añadir una dirección de correo no valida a la lista de "
+"reenvíos."
 
 
-#: include/functions.inc:567
-msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
-msgstr ""
-"Se encontraron varios bloqueos para el objeto a bloquear. Esto no debería "
-"ser posible, eliminando referencias múltiples."
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "No se ha podido borrar la cuenta de correo"
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "¡Ha excedido el tamaño máximo de %d entradas!"
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "No se ha podido guardar la cuenta de correo"
 
 
-#: include/functions.inc:655
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Indique el nuevo tamaño limite a %s y enséñame este mensaje si el tamaño "
-"limite es todavía superado"
-
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "incompleto"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "Error LDAP:"
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr ""
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1124
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "Un error ha ocurrido mientras se procesaba su petición"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "reenviar mensajes a"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Continuar de cualquier modo"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Especificar el servidor de correo donde el usuario estará hospedado."
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Editar de cualquier modo"
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Opciones de correo"
 
 
-#: include/functions.inc:1202
-#, php-format
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
+msgstr "Seleccione si quiere reenviar nagios sin quedarse copias de ellos"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "No se enviara a su propia carpeta de correo"
+
+#: plugins/personal/mail/generic.tpl:75
 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."
+"Select to automatically response with the vacation message defined below"
 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."
+"Seleccione para responder automáticamente con el mensaje de ausencia "
+"definido aqui"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr ""
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Activar mensaje de ausencia"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
 msgstr ""
 msgstr ""
+"Seleccione aquí si quiere que su correo se filtre a través de spamassassin"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Mover los correos etiquetados con nivel de spam mayor que"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Versión de desarrollo de GOsa (Rev %s)"
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
+msgstr "Elija el nivele de spam - los mas bajos son mas sensibles"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
-msgstr ""
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "a la carpeta"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
-msgstr ""
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "rechazar correos mayores que"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr ""
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Mensaje de ausencia"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr ""
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Opciones de correo avanzadas"
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
-"No se puede usar sha para encriptación. (Falta la función mhash / sha1)"
+"Seleccione si el usuario solo puede enviar y recibir dentro de su propio "
+"dominio"
 
 
-#: include/class_pluglist.inc:116
-msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
 msgstr ""
 msgstr ""
-"El contenido de la configuración 'gosa.conf' ha cambiado parcialmente. ¡Por "
-"favor actualízela usando el script 'fix_config.sh'!"
+"El usuario solo esta permitido a enviar y recibir correo de forma local"
 
 
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
-msgstr "Desconocido"
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Usar 'script sive' propios"
 
 
-#: include/class_pluglist.inc:138 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 ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
-msgstr ""
-"Esta actualmente editando una entrada de la base de datos. ?Quiere quitar "
-"los cambios?"
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "¡Desactivar todas las opciones de correo!"
 
 
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Has decidido copiar la entrada %s"
+#: plugins/personal/mail/mail_locals.tpl:35
+#, fuzzy
+msgid "Select department"
+msgstr "Seleccione para ver los departamentos"
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Pegar"
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Parametros del correo de usuarios"
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "No se puede pegar"
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "Esta cuenta no tiene extensiones validas de nagios."
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Error XML en 'gosa.conf': %s en la linea %d"
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Borrar cuenta de nagios"
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"NO se puede conectar a LDAP. Por favor, contacte con su administrador de "
-"sistemas."
+"Esta cuenta tiene las características de nagios activas. Puede desactivarlas "
+"apretando a continuación."
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID y/o RIDBASE no se encuentran en su configuración."
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Crear cuenta de nagios"
 
 
-#: include/class_ldap.inc:196
-#, php-format
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
 msgid ""
 msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene las características de nagios desactivadas.Puede "
+"activarlas pulsando aqui."
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "Ha fallado al grabar la cuenta de nagios"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Creando copia de %s"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "El campo requerido 'Alias de Nagios' no ha sido rellenado."
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "El campo requerido 'Correo de Nagios' no ha sido rellenado."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
+"Por favor introduzca una dirección valida de correo electrónico en el campo "
+"'Cuenta Nagios'."
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Ha habido un error mientras se accedía al dn origen - ¡Abortado!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "Ha fallado borrar cuenta de nagios"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "Estado FAI desconocido %s"
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Parámetros de Nagios"
 
 
-#: include/class_ldap.inc:673
-#, php-format
-msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Cuenta Nagios"
 
 
-#: include/class_ldap.inc:734
-#, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
-msgstr ""
-"Actualmente no esta soportada la creación automática del tipo '%s'. Por "
-"favor, informe de esto al equipo de desarrollo de GOsa."
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Periodo de Notificación de Host"
 
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "Mientras se conectaba al servidor LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Periodo de Notificación de Servicio"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
-msgstr ""
-"El DN: '%s' no es válido, Un bloque importado debería comenzar por 'dn:...' "
-"en la linea %s"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Opciones de Notificación de Servicio"
 
 
-#: include/class_ldap.inc:1014
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Opciones de Notificación de Host"
 
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr ""
-"Ha habido un error mientras se importaba el dn: '%s', ¡pro favor compruebe "
-"el LDIF desde la linea %s en adelante!"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Comandos de Notificación de Servicio"
 
 
-#: html/setup.php:89
-#, php-format
-msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr ""
-"El directorio '%s' especificado como directorio de compilación para smarty  "
-"no es accesible, ¡compruebe la existencia y los permisos de este directorio!"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Comandos de Notificación de Host"
 
 
-#: 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."
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Autenticación de Nagios"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "Ver la información de sistema"
+
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "Ver la información de configuración"
+
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
 msgstr ""
 
 msgstr ""
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
-msgstr "No hay archivo de ayuda para esta clase"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "Ver todos los servicios"
 
 
-#: html/helpviewer.php:265
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "Ver todos los hosts"
+
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:65
-msgid "Birthday"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Apellido"
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Gestionar cuenta Netatalk"
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Lista de usuarios de %s en %s"
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "Esta cuenta no tiene extensiones Netatalk"
 
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
-msgstr "Miembros"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Borrar cuenta Netatalk"
+
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Esta cuenta tiene las características Netatalk activas. Puede desactivarlas "
+"pulsando a continuación."
+
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Crear cuenta Netatalk"
+
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Esta cuenta tiene las características Netatalk desactivadas.Puede activarlas "
+"pulsando aqui."
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Grupos de %s en %s"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr ""
 
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
-msgstr "Computadoras"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "Ha fallado la grabación de la cuenta Netatalk"
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Nombre"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "Ha fallado la eliminación de la cuenta Netatalk"
 
 
-#: 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/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Parámetros de Netatalk"
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Servidores de %s en %s"
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Compartido"
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
 msgstr ""
 msgstr ""
+"Su cambio de contraseña se ha realizado correctamente. Recuerde cambiarla en "
+"todos los programas configurados también."
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "Teléfono móvil"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr "La contraseña introducida como contraseña actual no es correcta."
 
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
-msgstr "Dirección Postal"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Necesita introducir su contraseña actual para continuar."
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Función"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "Las contraseñas antigua y nueva son demasiado parecidas."
 
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
-msgstr "Libreta de direcciones"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "La nueva contraseña es demasiado corta."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Libreta de direcciones de %s en %s"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "No tiene permisos para cambiar su contraseña."
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Nombre"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr "El programa externo de cambio de contraseña informo de un problema: "
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Fecha de nacimiento"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "No se permite cambiar contraseña"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "Dirección de correo electrónico"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "¡No tiene permisos para cambiar su contraseña! en este momento"
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Unidad organizadora"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Para cambiar su contraseña personal use los campos siguientes. Los cambios "
+"tendrán efecto inmediato. Por favor memorice la nueva contraseña, porque no "
+"podrá entrar sin ella."
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Código Postal"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Contraseña actual"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Apellido"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Limpiar campos"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Título"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "expiró"
 
 
-#: html/getxls.php:239
-msgid "Full"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Lista de usuarios de %s en %s"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "activo, no puede cambiar la contraseña"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Ordenadores de %s en %s"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "activo, la contraseña expiró"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "La sesion no sera encriptada."
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "activo"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "Entrar en sesión SSL"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Grupo de usuarios"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr ""
-"No se puede leer la configuración de GOsa (%s/gosa.conf). Se ha abortado la "
-"operación."
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "Desconfigurado"
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr ""
-"El directorio '%s' especificado como directorio de compilación no es "
-"accesible."
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Este cuenta no tiene extensiones unix."
 
 
-#: html/index.php:219
-msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
-msgstr ""
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Eliminar cuenta Posix"
 
 
-#: html/index.php:227
+#: plugins/personal/posix/class_posixAccount.inc:268
 msgid ""
 msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene las características unix activadas. Para desactivarlas, "
+"necesita eliminar la cuenta samba primero."
 
 
-#: html/index.php:246 ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"No tiene una cuenta administrativa para GOsa, no podrá administrar nada."
-
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Por favor especifique un nombre de usuario valido."
-
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Por favor especifique su contraseña."
-
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Por favor compruebe su nombre de usuario/contraseña."
+"Esta cuenta tiene características posix activadas. Puede desactivarla "
+"pulsando aqui"
 
 
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
-msgstr ""
-"Cuenta bloqueada. Por favor, contacte con su administrador de sistemas."
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "Crear cuenta posix"
 
 
-#: html/index.php:339
+#: plugins/personal/posix/class_posixAccount.inc:275
 msgid ""
 msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Esta cuenta tiene la extensión posix desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: html/getkiosk.php:25
+#: plugins/personal/posix/class_posixAccount.inc:438
 #, php-format
 #, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
+msgid "Password can't be changed up to %s days after last change"
 msgstr ""
 msgstr ""
+"La contraseñas no pueden ser cambiadas hasta %s días desde el último cambio"
 
 
-#: html/getkiosk.php:30
+#: plugins/personal/posix/class_posixAccount.inc:440
 #, php-format
 #, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "No puedo acceder al archivo '%s', por favor compruebe los permisos."
-
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "No puedo conectar al servidor de base de datos."
+msgid "Password must be changed after %s days"
+msgstr "La contraseñas deben ser cambiadas despues de %s días"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "No puedo seleccionar la base de datos."
+#: plugins/personal/posix/class_posixAccount.inc:442
+#, php-format
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr ""
+"Desactivar cuente despues de %s días de inactividad despues de expirar la "
+"contraseña"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "La consulta a la base de datos ha fallado."
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr "Avisar al usuario %s días antes de expirar la contraseña"
 
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
-msgstr ""
-"FATAL: 'Register globals' está activado. No se permitirá ningún acceso hasta "
-"que sea solucionado por un administrador."
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "Acceso completo"
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr ""
-"Advertencia: Poca memoria disponible -  por favor aumente 'memory_limit'"
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "Permitir el acceso a estos equipos"
 
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "FATAL: No se pudo encontrar ninguna definición de extensión para '%s'"
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "Ha fallado  al borrar la cuenta unix"
 
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
-msgstr "Su contraseña está a punto de expirar, por favor cambiela."
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Fallo: Sobrepasado bloqueo"
 
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
-msgstr ""
-"¡La generación de esta página provoca que el comprobador de especificaciones "
-"para W3C muestre algunos errores!"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "Ha fallado  al grabar la cuenta unix"
 
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
-msgstr ""
-"No puedo conectar a la base de datos glpi, no hay extensión mysql "
-"configurada en su configuración PHP."
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "El campo requerido 'Directorio de usuario' no esta rellenado."
 
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
 msgstr ""
 msgstr ""
-"No puedo conectar a la base de datos especificada, por favor compruebe la "
-"configuración de GLPI."
+"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'"
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
-msgstr ""
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "El valor especificado en 'UID' no es valido."
 
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
-msgstr "No se puede acceder al archivo '%s'."
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "El valor especificado como 'UID' es demasiado pequeño."
 
 
-#: 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 búsqueda a valores pequeños y usar filtros para encontrar las entradas "
-"que está buscando."
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "El valor especificado en 'shadowMin' no es valido."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "El valor especificado en 'shadowMax' no es valido."
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "El valor especificado en 'shadowWarning' no es valido."
+
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "'shadowWarning' sin 'shadowMax' no tiene sentido."
+
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"ignore este error y enseñe todas las entradas devueltas por el servidor LDAP"
+"El valor especificado como 'shadowWarning' debería ser menor que 'shadowMax'."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
 msgstr ""
 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"
+"El valor especificado como 'shadowWarning' debería ser mayor que 'shadowMin'."
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-#, fuzzy
-msgid "Please use your username and password to log in"
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "El valor especificado en 'shadowInactive' no es valido."
+
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
+msgstr "'shadowInactive' sin 'shadowMax' no tiene sentido."
+
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"Por favor introduzca su <i>usuario</i> y <i>contraseña</i> para entrar."
+"El valor especificado como 'shadowMin' debería ser menor que 'shadowMax'."
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Directorio"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Directorio Principal"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Entrando"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Pulse aquí para entrar"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Grupo primario"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Detectado conflicto de sesiones."
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Forzar UID/GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
-msgstr ""
-"Probablemente hay otra instancia de su sesión. Las operaciones con múltiples "
-"ventanas son técnicamente imposibles y dependen altamente del navegador que "
-"este usando. Es posible usar distintos navegadores al mismo tiempo (es "
-"decir, IE y Mozilla). Apretando el botón <b>Salir</b> cerrará está sesión."
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
-msgstr ""
-"Ignorando este mensaje cambiara/borrara los datos que esta actualmente "
-"editando. Por favor, cierre las ventanas múltiples y vuelva a entrar."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Miembros del grupo"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Salir"
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Aviso: ¡NFS no soporta mas de 16 grupos!)"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Bienvenido a la configuración de GOsa"
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Cuenta"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Parece que esta ejecutando GOsa por primera vez - no se encontró la "
-"configuración. Los siguientes pasos tratarán de asistirlo en crear una "
-"configuración funcional, efectuando las siguientes tareas: comprobar la "
-"instalación de PHP y de los módulos necesarios, luego comprobar los "
-"programas opcionales y, luego de ingresar la información necesaria para "
-"conectarse al servidor LDAP, vamos a comprobar la configuración de LDAP."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Autenticación del sistema"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "Ya tiene una cuenta y un grupo administrativo."
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Modo Autenticado"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
-msgstr ""
-"Para proveer de acceso administrativo total a GOsa, se necesita crear un "
-"grupo especial que contendrá los usuarios administrativos. Este programa de "
-"configuración puede ayudarle en esta tarea. Introduzca el nombre y "
-"contraseñas deseadas para crear las entradas necesarias."
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Parametros Unix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Inicio"
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "Parámetros Posix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Ayuda"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Seleccione grupo a añadir"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Salir"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Mostrar los grupos de departamentos"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Entrando"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Mostrar grupos que concuerden con"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Detectado conflicto de Bloqueos"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Mostrar grupos de usuarios"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:9
-#, fuzzy
-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 'Remove' button."
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
 msgstr ""
 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>."
+"Los usuarios deben cambiar su contraseña en el próximo inicio de sesión"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "La instalación continua"
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+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"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
-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."
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "Esta cuenta no tiene extensión samba valida."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Eliminar cuenta samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Vamos a incluir el servidor LDAP y crear una configuración inicial. Una vez "
-"que usted ingrese el URI del servidor, se realizara una pequeña comprobación "
-"para comprobar que los esquemas de LDAP requeridos están correctamente "
-"instalados. La versión de samba es detectada a través de los \"objectclass\" "
-"instalados. Los detalles sobre como el árbol LDAP está organizado serán "
-"preguntados más adelante."
+"Esta cuenta tiene la extensión samba activada. Puede desactivarla pulsando "
+"aquí."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-#, fuzzy
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Crear cuenta samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Por favor introduzca la dirección URI del servidor para que el programa de "
-"configuración pueda conectar con su servidor LDAP <i>(Ejemplo: ldap://su."
-"servidor:389).</i>"
+"Esta cuenta tiene la extensión samba desactivada. Puede activarla pulsando "
+"aquí."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
-"Los campos siguientes permiten la configuración básica del control de GOsa y "
-"afectara a varios parámetros de su configuración principal."
+"Esta cuenta tiene sus características samba desactivadas, las "
+"características Posix son necesarias para las cuentas samba, activelas "
+"primero."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Ingrese una descripción para la ubicación que está configurando"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "Activación, Notificación"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Nombre de la localización"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "Activación, No notificación"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"GOsa siempre actúa en modo administrador y controla los permisos de acceso "
-"internamente. Esto es una solución temporal hasta que las ACI (Access "
-"control information) estén completamente implementadas en OPENLDAP.  Para "
-"que esto funcione, necesitamos el DN del administrador y la contraseña "
-"correspondiente."
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "Desactivación, Notificación"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "DN del administrador"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "Desactivación, No notificación"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Nueva contraseña"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "desconectar"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Algunos parámetros básicos de LDAP son modificables y afectarán las "
-"ubicaciones donde GOSa guarda información de los usuarios y los grupos, "
-"incluyendo la manera en que las cuentas son creadas. Compruebe los valores a "
-"continuación si se ajustan a sus necesidades."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "Borrar"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Base "
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "Desde cualquier cliente"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Carpeta de almacenamiento - ou - para los usuarios"
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "solo desde el cliente anterior"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "Atributo 'dn' de los usuarios"
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "Ha fallado al eliminar la cuenta samba"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "Carpeta de almacenamiento - ou - para los grupos"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Ruta del Perfil"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "Identificador base - ID -, para usuarios y grupos"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "¡El valor especificado como '%s' contiene caracteres no validos!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Conexión"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Desconexión"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "IDLE"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 msgstr ""
-"Gosa soporta varios tipos diferentes de encriptación para las claves. "
-"Normalmente esto es ajustable a través de las plantillas de usuario, pero "
-"usted puede especificar un método para ser usado por defecto."
-
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Algoritmo de encriptación"
+"¡La propiedad 'tiempo de desconexión' '%s' esta activada y contiene "
+"caracteres no validos o no caracteres!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"Gosa tiene un soporte modular para diferentes métodos de correo electrónico. "
-"Estos proveen de herramientas de control de la cuentas de correo y control "
-"general de cuotas. Puede elegir el método 'dummy' para dejar su "
-"configuración de correo limpia."
+"El gestor de usuarios de windows solo permite ocho clientes. Ha especificado "
+"mas de ocho."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "Método de correo"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Aviso: Esta cuenta tiene asignado un SID indefinido. ¡El problema no puede "
+"ser solucionado por GOsa!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:928
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
+msgstr ""
+"Aviso: No puedo identificar el grupo primario de usuarios - ¡No se puede "
+"realizar una conversión a grupo de samba!"
+
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Mostrar errores PHP:"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+#, fuzzy
+msgid "Sunday"
+msgstr "día"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "verdadero"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+#, fuzzy
+msgid "Monday"
+msgstr "día"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+#, fuzzy
+msgid "Tuesday"
+msgstr "día"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr ""
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+#, fuzzy
+msgid "Thursday"
+msgstr "horas"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+#, fuzzy
+msgid "Friday"
+msgstr "día"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+#, fuzzy
+msgid "Saturday"
+msgstr "Estrategia"
+
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Parametros de samba"
+
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Directorio Samba"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "falso"
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Ruta del Script"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Comprobación"
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Opciones de acceso"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Configuración finalizada"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Permitir al usuario cambiar las opciones desde el cliente"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
-msgstr ""
-"Básicamente la configuración ha terminado. Puede comprobar los resultados de "
-"este esquema aquí y descargar el gosa.conf generado automáticamente."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "El inicio de sesión en window no requiere contraseña"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Configuración de esquemas"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Desactivar temporalmente la cuenta samba"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Fichero de configuración"
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Dominio"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"La configuración de GOsa ha recogido toda la información necesaria para "
-"crear una configuración inicial. Guarde esta configuración como gosa.conf en "
-"'/etc/gosa/'. Modifíquela tanto como sea necesario"
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Servidor de terminal"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Descargar configuración"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Permitir entrada en el servidor de terminal"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Después de colocar el archivo en /etc/gosa, asegúrese que el usuario del "
-"servidor web pueda leer gosa.conf y que los otros no deberían poder leerlo. "
-"Para cumplir con este requerimiento puede ejecutar estos comandos:"
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Configuración del cliente por defecto"
 
 
-#: ihtml/themes/default/islocked.tpl:9
-#, fuzzy
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may want to take over the lock by "
-"pressing the 'Edit anyway' button."
-msgstr ""
-"Si esta detección de bloqueo es falsa, otra persona cerro su navegador "
-"mientras estaba editando. Puede eliminar el bloqueo en ese caso, pulsando en "
-"el botón <i>Editar de cualquier modo</i>."
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Programa inicial"
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Directorio de trabajo"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Características de tiempo de desconexión (en minutos)"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Dispositivos clientes"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-#, fuzzy
-msgid "Object to be pasted"
-msgstr "Grupos de objetos"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Conectar los discos clientes al iniciar"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Conectar las impresoras clientes al iniciar"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Operación completada"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Por defecto a la impresora principal del cliente"
 
 
-#: ihtml/themes/default/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Probablemente hay otra instancia de su sesión. Las operaciones con múltiples "
-"ventanas son técnicamente imposibles y dependen altamente del navegador que "
-"este usando. Es posible usar distintos navegadores al mismo tiempo (es "
-"decir, IE y Mozilla). Apretando el botón <b>Salir</b> cerrará está sesión."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Ocultamiento"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Parece que esta ejecutando GOsa por primera vez - no se ha encontrado la "
-"configuración. Este asistente le ayudara en los siguientes pasos para crear "
-"una configuración funcional a través de tres pasos: Primero: comprobar la "
-"instalación de PHP y de los módulos necesarios, luego comprobar los "
-"programas opcionales y, por último introducir la información necesaria para "
-"conectarse al servidor LDAP, vamos a comprobar la configuración de LDAP."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "Desconexión o tiempo excedido"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Reconexión si se ha desconectado"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Bloquear cuenta samba"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Tiempo de entrada límite"
 
 
-#: 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 ""
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Tiempo de salida límite"
 
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Acceder de nuevo"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "La cuenta expirará después de"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr ""
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Samba logon times"
+msgstr "Directorio Samba"
 
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Contraseña vieja"
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Edit settings..."
+msgstr "Parámetros de correo"
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Nueva contraseña"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Permitir la conexión solo desde estas estaciones de trabajo"
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Verificar contraseña"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Selecciones estaciones de trabajo para añadir"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Cambiar contraseña"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Mostrar estaciones de trabajo de departamentos"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Pulse aquí para cambiar su contraseña."
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+#, fuzzy
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Especificar el servidor de correo donde el usuario estará hospedado."
 
 
-#: 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 ""
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+#, fuzzy
+msgid "Hour"
+msgstr "hora"
 
 #~ msgid "Repository settings"
 #~ msgstr "Parámetros del repositorio"
 
 #~ msgid "Repository settings"
 #~ msgstr "Parámetros del repositorio"
index 5a99bd98eafb235cffc809c6a226563981ed8602..0e46a2adf0cfc5c1e95d0ecf9bdb71dd15a45c2e 100644 (file)
Binary files a/locale/fr/LC_MESSAGES/messages.mo and b/locale/fr/LC_MESSAGES/messages.mo differ
index fe08e0f5e478710161571848c2a4836ee8fe88d6..4cda93831aac1cd29add44c46ba46c810a097c46 100644 (file)
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2007-01-14 15:21+0100\n"
 "Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
 "Language-Team: Français <fr@li.org>\n"
 "PO-Revision-Date: 2007-01-14 15:21+0100\n"
 "Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
 "Language-Team: Français <fr@li.org>\n"
@@ -30,29 +30,29 @@ msgstr "Extensions"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Informations"
 
 msgid "Generic"
 msgstr "Informations"
 
@@ -61,69 +61,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Environnement"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Environnement"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Messagerie"
 
 msgid "Mail"
 msgstr "Messagerie"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr "Netatalk"
 
 msgid "Netatalk"
 msgstr "Netatalk"
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Connectivité"
 
 msgid "Connectivity"
 msgstr "Connectivité"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Téléphone"
 
 msgid "Phone"
 msgstr "Téléphone"
 
@@ -149,14 +150,14 @@ msgid "ACL"
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Options"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Options"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Paramètres"
 
 msgid "Parameter"
 msgstr "Paramètres"
 
@@ -171,30 +172,30 @@ msgid "Devices"
 msgstr "Périphériques"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Périphériques"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Imprimante"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Imprimante"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Information"
 
 msgid "Information"
 msgstr "Information"
 
@@ -220,12 +221,12 @@ msgstr "Sommaire FAI"
 msgid "OGo"
 msgstr "OGo"
 
 msgid "OGo"
 msgstr "OGo"
 
-#: contrib/gosa.conf:199 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:199 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"
 
@@ -233,12 +234,12 @@ msgstr "Exporter"
 msgid "Excel Export"
 msgstr "Exporter en Excel"
 
 msgid "Excel Export"
 msgstr "Exporter en Excel"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Importer"
 
 msgid "Import"
 msgstr "Importer"
 
@@ -250,10 +251,10 @@ msgstr "Importer un fichier CSV"
 msgid "Partitions"
 msgstr "Partitions"
 
 msgid "Partitions"
 msgstr "Partitions"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
@@ -269,8 +270,8 @@ msgstr "Variables"
 msgid "Templates"
 msgstr "Modèles"
 
 msgid "Templates"
 msgstr "Modèles"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profils"
 
 msgid "Profiles"
 msgstr "Profils"
 
@@ -318,4399 +319,3604 @@ msgstr "Italien"
 msgid "Polish"
 msgstr "Polonais"
 
 msgid "Polish"
 msgstr "Polonais"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Enregistrer"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"Impossible de sauver les changement dans votre base de données glpi, il n'y "
+"a pas d'extension mysql disponible dans votre configuration php."
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Annuler"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"Impossible de se connecter à la base de données spécifiée. Veuillez vérifier "
+"la configuration de glpi."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
 msgstr ""
 msgstr ""
-"Cliquez sur le bouton 'Edit' ci-dessous pour changer les informations dans "
-"cette boite de dialogue"
+"Impossible de récupérer le fichier attaché, il n'y a pas d'entrée avec cet "
+"identifiant."
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Editer"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "Impossible de lire le fichier '%s'."
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Paramètres Nagios"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "Impossible de se connecter au serveur de base de données!"
 
 
-#: 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "Ceci fait quelque chose"
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "Impossible de sélectionner la base de données!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
-msgstr "Ce compte n'a pas d'extensions nagios."
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "Echec des requêtes sur la base de données!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
-msgstr "Supprimer l'extension nagios"
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
+msgstr "Impossible d'ouvrir '%s', le fichier n'existe probablement pas."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "Impossible de lire le fichier '%s', vérifiez les permissions"
+
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 msgstr ""
-"L'extension nagios est activée pour ce compte, vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
+"Erreur: getvcard.php nécessite un paramètre pour exporter au format vcard!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
-msgstr "Créer un compte nagios"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr "Anniversaire"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"L'extension nagios est désactivée pour ce compte, vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Sexe"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
-msgstr "La sauvegarde du compte nagios à échoué"
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Nom de famille"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Le champ obligatoire 'Alias de l'utilisateur' n'est pas rempli."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Prénom"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Le champ obligatoire 'adresse de messagerie' n'est pas rempli."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Langue"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr ""
-"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse de "
-"messagerie'."
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Utilisateurs"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
-msgstr "La suppression du compte nagios à échoué"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Liste des utilisateurs de %s on %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Compte Nagios"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "ID de l'utilisateur"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias de l'utilisateur"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Membres"
 
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
-msgstr "Adresse de messagerie"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Groupes"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Période de notification pour les systèmes"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Groupe d'utilisateurs de %s on %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Période de notification pour les services"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Description"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Options pour la période de notification pour les services"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Ordinateurs"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Options pour la notification des systèmes"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Nom complet"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: 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"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Nom du serveur"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Commandes pour la notification des services"
+#: 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/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Commandes pour la notification des systèmes"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Serveurs de %s sur %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Authentification nagios"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Nom à afficher"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "voir les informations sur le système"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Nom"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "voir les informations de configuration"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Téléphone personnel"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "Permettre les commandes systêmes"
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr "Adresse postale personelle"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "Voir tout les services"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Initiales"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "Voir tout les hôtes"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Lieu"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "Permettre les commandes sur tout les services"
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "Adresse de messagerie"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "permettre les commandes sur tout les hôtes"
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "GSM"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Sélectionner les adresses à ajouter"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Ville"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Filtres"
-
-#: plugins/personal/mail/mail_locals.tpl:35
-msgid "Select department"
-msgstr "Sélectionner un département"
-
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Sélectionner le département où sera effectuée la recherche"
-
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Expression régulière pour sélectionner les adresses correspondantes"
-
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Afficher les adresses de l'utilisateur"
-
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Utilisateur dont on montre les adresses"
-
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Ajouter"
-
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Adresse principale"
-
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Serveur"
-
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Indiquez le serveur de messagerie de l'utilisateur"
-
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Utilisation des Quota"
-
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "non défini"
-
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Taille des Quota"
-
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Adresses alternatives"
-
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Liste des adresses de messagerie alternatives"
-
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Supprimer"
-
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Options de messagerie"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr ""
-"Sélectionnez ceci si vous souhaitez relayer les messages sans garder de "
-"copie de ceux-ci"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Aucune distribution des messages dans la boite de l'utilisateur"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
-msgstr ""
-"Indiquez la réponse automatique en remplissant le message d'absence ci-"
-"dessous"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Activer la notification d'absence"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Sélectionner ceci si vous voulez que spamassassin filtre les mails"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Déplacer les messages ayant un niveau de spam supérieur à"
-
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
-msgstr ""
-"Sélectionnez le niveau de spam - une valeur basse implique une plus grande "
-"sélectivité"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "vers le répertoire"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Rejeter les messages plus gros que"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "MB"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Message d'absence"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Transférer les messages vers"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Ajouter en local"
-
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Options de messagerie avancées"
-
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr ""
-"Sélectionnez si vous voulez que les utilisateurs puissent envoyer et "
-"recevoir des messages uniquement dans son propre domaine"
-
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr ""
-"Les utilisateurs ne sont autorisés qu'à envoyer et recevoir des messages "
-"locaux"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Utiliser des scripts sieve personnalisés"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "désactive toutes les options de messagerie!"
-
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "Paramètres de messagerie"
-
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Configuration du compte de messagerie de l'utilisateur"
-
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, 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:212
-msgid "No DESC tag in vacation file:"
-msgstr "Pas de drapeau DESC dans le message d'absence:"
-
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "Ce compte n'a pas d'extensions de messagerie."
-
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "Supprimer le compte de messagerie"
-
-#: plugins/personal/mail/class_mailAccount.inc:268
-msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
-msgstr ""
-"Ce compte ne peut pas être effacé tant qu'il y à des délégations actives. "
-"Effacer d'abord les délégations."
-
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"L'extension de messagerie est activée pour ce compte, vous pouvez la "
-"désactiver en cliquant sur le bouton ci-dessous."
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "Créer un compte de messagerie"
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-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/class_mailAccount.inc:324
-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:330
-#: plugins/admin/groups/class_groupMail.inc:414
-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:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
-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:383
-#: plugins/admin/groups/class_groupMail.inc:447
-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:670
-msgid "Removing mail account failed"
-msgstr "La suppression du compte de messagerie à échoué"
-
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
-msgstr "La sauvegarde du compte de messagerie à échoué"
-
-#: plugins/personal/mail/class_mailAccount.inc:851
-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:856
-#: plugins/admin/groups/class_groupMail.inc:845
-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:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-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:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-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:876
-#: plugins/admin/groups/class_groupMail.inc:860
-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:885
-#: plugins/admin/groups/class_groupMail.inc:869
-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:895
-#: plugins/admin/groups/class_groupMail.inc:877
-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:899
-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/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
-msgstr "En attente de l'effacement des propriétés de messagerie par kolab."
-
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
-msgstr ""
-"Veuillez effacer en premier lieu le compte de messagerie pour permettre a "
-"kolab d'appeler sa procédure d'effacement"
-
-#: plugins/personal/password/password.tpl:2
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
-msgstr ""
-"Pour changer votre mot de passe, veuillez utiliser les champs ci-dessous. "
-"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
-"mot de passe car sans lui vous ne serez pas capable de vous identifier."
-
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
-msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
-msgstr ""
-"Changer le mot de passe affecte votre identification sur la messagerie, le "
-"proxy, samba, et les services unix."
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Mot de passe actuel"
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Nouveau mot de passe"
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Confirmation du nouveau mot de passe"
-
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Attribuer le mot de passe"
-
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Supprimer les données dans les champs"
-
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
-msgstr ""
-"Votre mot de passe a été changé. N'oubliez pas de modifier les programmes "
-"qui l'utilisent."
-
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Retour"
-
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
-#: ihtml/themes/default/setup_useradmin.tpl:30
-msgid "Password"
-msgstr "Mot de passe"
-
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "Le changement du mot de passe n'est pas autorisé"
-
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe en ce moment"
-
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr ""
-"Le mot de passe entré comme mot de passe actuel ne correspond pas à votre "
-"mot de passe."
-
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Vous devez spécifier votre mode de passe actuel pour continuer."
-
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
-msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
-msgstr ""
-"Le mot de passe entrée dans le champ 'Nouveau mot de passe' et celui dans le "
-"champ 'Répéter le nouveau mot de passe' ne concordent pas."
-
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr ""
-"Le mot de passe que vous avez entré comme 'Nouveau mot de passe' est vide."
-
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "Le nouveau et l'ancien mot de passe sont trop similaires."
-
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe."
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr ""
-"Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Modifier le mot de passe"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Répertoire Home"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Groupe principal"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Statut"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Forcer l'UID/GID"
-
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
-
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
-
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Appartenance au groupe"
-
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Attention: NFS ne supporte pas plus de 16 groupes!)"
-
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Compte"
-
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Système de Confiance"
-
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Mode de confiance"
-
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
-msgstr "Sélectionner les groupes à ajouter"
-
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
-msgstr "Afficher les groupes du département"
-
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr "ignorer les sous arbres"
-
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Afficher les groupes correspondants"
-
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Expression régulière correspondant à des noms de groupe"
-
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Afficher les groupes contenant des utilisateurs"
-
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Utilisateur dont on montre les groupes"
-
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr ""
-"L'utilisateur doit changer son mot de passe lors de sa première connexion"
-
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "Le mot de passe expirera le"
-
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "Paramètres Posix"
-
-#: 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/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Afficher les systèmes correspondant"
-
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Paramètres unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "UNIX"
-
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
-msgstr "expire"
-
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
-msgstr ", temps de grâce activé"
-
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
-msgstr "actif, impossible de changer le mot de passe"
-
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
-msgstr "actif, mot de passe expiré"
-
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
-msgstr "actif"
-
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Groupe d'utilisateurs"
-
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "non configuré"
-
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "automatique"
-
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "Ce compte n'a pas d'extension unix."
-
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "Supprimer le compte posix"
-
-#: plugins/personal/posix/class_posixAccount.inc:273
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
-msgstr ""
-"Ce compte possède l'extension unix. Pour le désactiver vous devez au "
-"préalable supprimer le(s) compte samba / environnement."
-
-#: plugins/personal/posix/class_posixAccount.inc:276
-msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Ce compte possède l'extension posix. Vous pouvez le supprimer en cliquant "
-"sur le bouton ci-dessous."
-
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "Créer un compte posix"
-
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Aucune extension posix n'existe pour ce compte. Vous pouvez en créer une en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr ""
-"Les mots de passe ne peuvent être changé qu'après %s jours à compter de la "
-"dernière modification de celui-ci"
-
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "Le mot de passe doit être changé après %s jours"
-
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr ""
-"Désactiver le compte après %s jours d'inactivité après l'expiration du mot "
-"de passe"
-
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Avertir l'utilisateur %s jours avant l'expiration de son mot de passe"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Janvier"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Février"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "Mars"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "Avril"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Mai"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Juin"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Juillet"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "Aôut"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "Septembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Octobre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "Novembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "Décembre"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "désactivé"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "accès complet"
-
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "permettre l'accès a ces hôtes"
-
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "La suppression de l'extension UNIX à échoué"
-
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Échoué: réécriture du verrou"
-
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "La sauvegarde du compte UNIX à échoué"
-
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Le champ obligatoire 'Répertoire Home' n'est pas renseigné."
-
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr ""
-"Veuillez indiquer un chemin d'accès valide dans le champ 'Répertoire Home'."
-
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "La valeur de l''UID' spécifiée n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "La valeur de l''UID' spécifiée est trop petite."
-
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "La valeur du 'GID' n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "La valeur spécifiée comme 'GID' est trop petite."
-
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr ""
-"La valeur de 'Les mots de passe ne peuvent être changé qu'après x jours à "
-"compter de la dernière modification de celui-ci' n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr ""
-"La valeur ' Le mot de passe doit être changé après x jours' n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr ""
-"La valeur 'avertissement de l'utilisateur x jours avant le changement de mot "
-"de passe' spécifiée n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr ""
-"La valeur 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
-"passe' sans la valeur 'Le mot de passe doit être changé après x jours' n'a "
-"pas de sens."
-
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"La valeur de 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
-"passe' doit être inférieure à celle de ' Le mot de passe doit être changé "
-"après 64 jours '."
-
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr ""
-"La valeur de 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
-"passe' doit être supérieure à celle de 'Les mots de passe ne peuvent être "
-"changé qu'après x jours à compter de la dernière modification de celui-ci '."
-
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr ""
-"La valeur de 'Désactiver le compte après x jours d'inactivité après "
-"l'expiration du mot de passe ' n'est pas valide."
-
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr ""
-"'Désactiver le compte après x jours d'inactivité après l'expiration du mot "
-"de passe ' sans 'Le mot de passe doit être changé après x jours ' n'a pas de "
-"sens."
-
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr ""
-"La valeur pour 'Les mots de passe ne peuvent être changé qu'après x jours à "
-"compter de la dernière modification de celui-ci ' doit être inférieure à "
-"celle de 'Le mot de passe doit être changé après x jours '."
-
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre!"
-
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Partage"
-
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Chemin"
-
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Terminé"
-
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Configuration Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Créer un compte Netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
-msgstr "Ce compte n'a pas d'extensions netatalk."
-
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
-msgstr "Supprimer le compte netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:188
-msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"L'extension netatalk est activée pour ce compte, vous pouvez la désactiver "
-"en cliquant sur le bouton ci-dessous."
-
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
-msgstr "Créer un compte netatalk"
-
-#: plugins/personal/netatalk/class_netatalk.inc:200
-msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"L'extension netatalk est désactivée pour ce compte, vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr "Vous devez sélectionner un partage à utiliser."
-
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
-msgstr "La sauvegarde du compte Netatalk à échoué"
-
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
-msgstr "La suppression du compte netatalk à échoué"
-
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Répertoire de l'utilisateur samba"
-
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Chemin du Script"
-
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Chemin du Profile"
-
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Options d'accès"
-
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr ""
-"Autoriser les utilisateurs à changer de mot de passe à partir d'une station "
-"cliente"
-
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr ""
-"L'identification sur une station windows ne nécessite pas de mot de passe"
-
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Désactiver temporairement le compte Samba"
-
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Domaine"
-
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Serveur de terminaux"
-
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Permet la connexion sur un serveur de terminaux"
-
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Hérite de la configuration du client"
-
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Programme initial"
-
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Répertoire de travail"
-
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Configuration du temps d'attente (en minutes)"
-
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Connexion"
-
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Déconnexion"
-
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "En attente"
-
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Périphériques clients"
-
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Connecter les lecteurs clients à l'identification"
-
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Connecter les imprimantes clients à l'identification"
-
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Imprimante par défaut"
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Adresse postale"
 
 
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Divers"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Bip"
 
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Masquer"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Numéro de téléphone"
 
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "Sur interrompu ou temps d'attente dépassé"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Adresse"
 
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Reconnexion si déconnecté"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Code postal"
 
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Verrouiller le compte Samba"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Département"
 
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Limiter les temps d'accès"
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Fonction"
 
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Limiter les heures de deconnections"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Carnet d'adresses"
 
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "Le compte expire après"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Carnet d'adresses de %s sur %s"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Samba logon times"
-msgstr "Heures d'accès à Samba"
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Nom Complet"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Edit settings..."
-msgstr "Editer les paramètres..."
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Date de naissance"
 
 
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Permet la connections depuis ces stations seulement"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Configuration Samba"
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "Adresse de messagerie"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Sélectionner les stations à ajouter"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "GSM"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Afficher les stations d'un département"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Entreprise"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "Aucune extension samba pour cet utilisateur."
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Département de l'entreprise"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Supprimer le compte Samba"
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Code postal"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:224
-msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Une extension samba existe pour cet utilisateur. Vous pouvez la supprimer en "
-"cliquant sur le bouton ci-dessous."
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Nom de famille"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Créer un compte Samba"
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Titre"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:235
-msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Aucune extension samba n'existe pour cet utilisateur. Vous pouvez en créer "
-"un en cliquant sur le bouton ci-dessous."
+#: html/getxls.php:239
+msgid "Full"
+msgstr "Complet"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:238
-msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
-msgstr ""
-"La création d'un compte samba nécessite, au préalable, que l'utilisateur "
-"possède un compte Posix."
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Liste des utilisateurs de %s sur %s"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "entrée activée, notification activée"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Ordinateurs de %s sur %s"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "entrée activée, notification désactivée"
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr "Aide"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "entrée désactivée, notification activée"
+#: html/helpviewer.php:118
+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."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "entrée désactivée, notification désactivée"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr "précédent"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "déconnecté"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "suivant"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "remise à zéro"
+#: html/helpviewer.php:265
+#, 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."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "de n'importe quel client"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Avertissement"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "du client précédent seulement"
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "La session ne sera pas cryptée."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
-msgstr "La suppression du compte Samba à échoué"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Démarrer une session SSL"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:696
+#: html/index.php:117
 #, php-format
 #, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "La valeur spécifiée comme '%s' contient des caractères invalides!"
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr "Le fichier de configuration %s/gosa.conf ne peut être lu. Abandon."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:706
+#: html/index.php:138
 #, php-format
 #, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
+msgid "Directory '%s' specified as compile directory is not accessible!"
 msgstr ""
 msgstr ""
-"La propriété temps d'attente '%s' est activée et contient des caractères "
-"invalides ou ne contient rien!"
+"Le répertoire '%s' spécifié comme répertoire de compilation n'est pas "
+"accessible!"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:712
-msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Le gestionnaire d'utilisateurs windows accepte seulement huit clients. Vous "
-"en avez spécifiés plus de huit."
+"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter "
+"l'administrateur du système."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:909
+#: html/index.php:223
 msgid ""
 msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"Attention: Ce compte possède un samba SID non assigné: Le problème ne peut "
-"pas être fixé par GOsa!"
+"GOsa ne peut pas obtenir d'informations sur les schémas installés. Veuillez "
+"vous assurez qu'il puisse les obtenir."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:933
+#: html/index.php:231
 msgid ""
 msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 msgstr ""
-"Erreur: Impossible d'identifier le groupe principal de l'utilisateur - la "
-"transformation vers un groupe samba est impossible!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr "La sauvegarde du compte Samba à échoué"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-msgid "Sunday"
-msgstr "Dimanche"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-msgid "Monday"
-msgstr "Lundi"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-msgid "Tuesday"
-msgstr "Mardi"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
-msgstr "Mercredi"
+"Votre installation LDAP contient de vieux schémas. Veuillez recommencer "
+"l'installation."
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-msgid "Thursday"
-msgstr "Jeudi"
+#: html/index.php:250 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 ""
+"Le compte administrateur de GOsa n'existe pas, vous ne pourrez rien "
+"administrer!"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-msgid "Friday"
-msgstr "Vendredi"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Le nom d'utilisateur est incorrect!"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-msgid "Saturday"
-msgstr "Samedi"
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Veuillez introduire votre mot de passe!"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Indiquez les heures auquel l'utilisateur est autorisé à se connecter"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe."
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-msgid "Hour"
-msgstr "Heure"
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
+msgstr "Compte Vérrouillé. Veuillez contacter votre administrateur système."
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Appliquer"
+#: html/index.php:343
+msgid ""
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
+msgstr ""
+"Votre navigateur à les cookies désactivées. Veuillez activer les cookies et "
+"recharger cette page avant de vous connecter!"
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "L'extension d'environnement est actuellement désactivée."
+#: html/main.php:164
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
+msgstr ""
+"FATAL: Register globals est activé. GOsa ne permettra pas aux utilisateurs "
+"de se connecter tant que ceci n'est pas corrigé par un administrateur."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Paramètres des préférences d'environnement"
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Attention: la mémoire disponible est insuffisante - Veuillez augmenter le "
+"paramètre memory_limit!"
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Gestion du profile"
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s'!"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Utiliser la gestion des profiles"
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr ""
+"Votre mot de passe va bientôt expiré, veuillez changer votre mot de passe"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Gestion des profiles serveurs"
+#: html/main.php:388
+msgid ""
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
+msgstr ""
+"La création de cette page à occasionné des erreurs d'après le vérificateur "
+"du W3C!"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Chemin du Profil"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Afficher/Cacher l'information"
 
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Quota du profil"
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr ""
+"Le répertoire '%s' spécifié comme répertoire de compilation smarty n'est pas "
+"accessible, vérifiez son existence et les droits de ce répertoire!"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr "Cacher le profile en local"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Conflit détecté entre différentes sessions"
 
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Paramètres du profil Kiosk"
+#: ihtml/themes/altlinux/conflict.tpl:6
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
+msgstr ""
+"Une autre instance de votre session a été détectée. Les opérations multiples "
+"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de "
+"navigateurs différents en même temps est possible (ex: IE et Mozilla) est "
+"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session."
 
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr "Profil Kiosk"
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
+msgstr ""
+"Ignorer ce message entraînera la modification/destruction des données en "
+"cours d'édition, il est conseillé de fermer toutes les fenêtres ouvertes et "
+"de se reconnecter."
 
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "Gérer"
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Déconnexion"
 
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr "La résolution peut être changée pendant la session"
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
+msgstr ""
+"Vous êtes actuellement en train d'éditer une entrée de la base de données. "
+"Voulez vous annuler les modifications?"
 
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Résolution"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Accueil"
 
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Partages"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Aide"
 
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Utilisateur sélectionné pour la connexion au partage"
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Déconnexion"
 
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Sélectionnez un partage"
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Connecté:"
 
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Point de montage"
+#: 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
+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 'Remove' 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 'Effacer'."
 
 
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
 #: plugins/personal/environment/environment.tpl:120
 #: plugins/personal/environment/kioskManagement.tpl:15
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/environment/environment.tpl:120
 #: plugins/personal/environment/kioskManagement.tpl:15
 #: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
 msgid "Remove"
 msgstr "Supprimer"
 
 msgid "Remove"
 msgstr "Supprimer"
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr "Scripts de démarrage"
-
-#: plugins/personal/environment/environment.tpl:127
-#: 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:151
-msgid "Hotplug devices"
-msgstr "Périphériques Hotplug"
-
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Paramètre des périphériques Hotplug"
-
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Nouveau"
-
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr "Existant"
-
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Paramètres de l'imprimante"
-
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Afficher/Cacher l'administrateur"
-
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Afficher/Cacher défaut"
-
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Utiliser les préférences d'environnement"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-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."
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Annuler"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your username and password to log in"
 msgstr ""
 msgstr ""
-"Caractères invalides dans la description. Veuillez indiquer une description "
-"valide."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-msgid "Please specify a valid iSerial."
-msgstr "Veuillez indiquer un iSerial valide."
+"Veuillez utiliser votre nom d'utilisateur et votre mot de passe afin de vous "
+"connecter"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-msgstr ""
-"Veuillez spécifier une une identification vendeur valide. (2 octets "
-"hexadécimal comme '0xFFFF')"
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Nom d'utilisateur"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-msgstr ""
-"Veuillez indiquer une identification produit valide. (2 octets comme "
-"'OxFFFF')"
+#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
+#: ihtml/themes/altlinux/setup_useradmin.tpl:30
+#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
+#: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
+msgid "Password"
+msgstr "Mot de passe"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
-msgstr "Une entrée avec ce nom existe déjà."
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Répertoire"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
-msgstr "Veuillez sélectionner une entrée ou cliquez sur annuler."
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Connexion"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Cliquez ici pour vous connecter"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Ajouter des périphériques hotplug"
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filtres"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Gestion des périphériques Hotplug"
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Configuration terminée"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Sélectionner le périphérique hotplug à ajouter"
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
+"L'installation est terminée. Vous pouvez vérifier les résultats du test des "
+"schémas ici et télécharger le fichier de configuration gosa.conf ci dessous."
 
 
-#: 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"
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Configuration des schémas"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Afficher les utilisateurs correspondants"
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Fichier de configuration"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
 msgstr ""
 msgstr ""
-"Expression régulière concordant avec les noms des périphériques hotplug"
+"L'installation de GOsa à réuni toutes les données nécessaires pour créer le "
+"fichier de configuration de base . Sauvez le lien ci-dessous comme votre "
+"fichier gosa.conf et mettez le dans /etc/gosa. Changez le si nécessaire."
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "automatique"
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Télécharger la configuration"
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
-#, php-format
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
 msgid ""
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
 msgstr ""
 msgstr ""
-"Vous avez spécifié un hook externe qui ne peut pas être lu, veuillez "
-"vérifier les permissions du fichier '%s'."
+"Après avoir placé le fichier dans le répertoire /etc/gosa, assurez vous que "
+"seul le serveur web puisse lire gosa.conf. Vous pouvez exécuter les "
+"commandes suivantes pour réaliser cette opération:"
 
 
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
-msgstr "Enlever l'extension d'environnement"
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Retour"
 
 
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-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."
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Réessayer"
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
-msgstr "Ajouter une extension d'environnement"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Bienvenue dans le menu de configuration de GOsa!"
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
 msgstr ""
 msgstr ""
-"Extension d'environnement désactivé. Vous pouvez l'activer en cliquant sur "
-"le bouton ci-dessous."
+"Vous lancez GOsa pour la première fois - aucune configuration n'a été "
+"trouvée. L'utilitaire de configuration va essayer de vous aider à obtenir "
+"une configuration utilisable en trois étapes : vérification de la présence "
+"des modules PHP requis, ensuite des programmes requis et optionnels et "
+"finalement des informations permettant à GOsa de se connecter à l'annuaire "
+"LDAP."
+
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Continuer"
+
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Suite de la configuration..."
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
 msgstr ""
 msgstr ""
-"Extension d'environnement désactivée. Vous devez d'abord créer un compte "
-"posix avant de pouvoir activer cette extension."
-
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "Aucun"
-
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
-msgstr "Veuillez indiquer un point de montage valide."
-
-#: plugins/personal/environment/class_environment.inc:558
-msgid "Spaces are not allowed in the mount path!"
-msgstr "Les espaces ne sont pas autorisées dans le point de montage!"
-
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
-msgstr "Réinitialiser le mot de passe"
-
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
-msgstr "Supprimer ce partage"
+"La seconde étape vérifie la présence de programmes complémentaires ainsi que "
+"la version minimale nécessaire."
 
 
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 msgstr ""
-"Le profil kiosk sélectionné '%s' n'est plus disponible, le profil actuel est "
-"changé en 'aucun'."
-
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
-msgstr "La suppression de l'extension d'environnement à échoué"
-
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
-msgstr "Veuillez indiquer un quota valide pour le profil."
+"Nous allons maintenant inclure votre serveur LDAP et créer un fichier de "
+"configuration initial. Après avoir entré l'URI du serveur ci-dessous, une "
+"vérification rapide de la présence des schémas nécessaires est réalisée. La "
+"version de Samba est automatiquement détectée. Les détails sur votre espace "
+"de nom seront demandés ultérieurement."
 
 
-#: plugins/personal/environment/class_environment.inc:913
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
 msgstr ""
 msgstr ""
-"Vous devez configurer correctement l'extension posix pour activer "
-"l'extension d'environnement."
+"Veuillez entrer l'URI du serveur pour permettre au programme d'installation "
+"de se connecter a votre serveur LDAP (Example: ldap://your.server:389)."
 
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
+msgid ""
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 msgstr ""
-"Impossible de sauver de nouveaux profiles kiosk, je n'ai pas les droits sur "
-"le répertoire"
-
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
-msgstr "L'ajout de l'extension d'environnement à échoué"
-
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
-msgstr "partage de groupe"
-
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
-msgstr "Administrateur"
+"Les champs suivants permettent de définir la configuration et le "
+"fonctionnement de base de GOsa, ils définissent aussi les différentes "
+"propriétés de votre configuration."
 
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Imprimante par défaut"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Entrez une description de l'emplacement que vous configurez"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Ajouter une d'imprimante"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Nom de l'emplacement"
 
 
-#: 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"
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+msgid ""
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
+msgstr ""
+"GOsa agit toujours comme un administrateur et gère les droits (ACLs) en "
+"interne. C'est un procédé utilisé en attendant que les ACI de OpenLDAP "
+"soient finalisées. Pour ces raisons il est nécessaire d'indiquer le DN de "
+"l'administrateur et son mot de passe."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Afficher les imprimantes correspondants"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "DN de l'administrateur"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Expression régulière concordant avec les noms des imprimantes"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Mot de passe administrateur"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
 msgstr ""
 msgstr ""
-"Le nom utilisé ne peut être composé que de caractères miniscules/majuscuales."
-
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Veuillez spécifier un nom de script valide."
-
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "La description contient des caractères invalides."
+"Des paramètres basiques du serveur LDAP sont modifiables et affectent "
+"l'endroit où GOsa va enregistrer les utilisateurs et les groupes, incluant "
+"la façon dont vont être créés les comptes. Vérifiez les valeurs suivantes "
+"afin quelles correspondent à vos besoins."
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Paramètres des scripts de démarrage"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Base"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nom du script"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Description"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "Type d'attribut pour le DN des utilisateurs"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Priorité"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "Branches de l'arbre ldap ou sont stockes les groupes"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Paramètres des scripts de démarrage"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "ID de départ pour les utilisateurs/groupes"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Dernier script"
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
+"GOsa supporte différents types de cryptage pour vos mots de passe. "
+"Normalement ceci est ajustable avec des modèles utilisateurs, mais vous "
+"pouvez spécifier ici une méthode qui sera utilisée par défaut."
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Le script peut être remplacé par l'utilisateur"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Algorithme de cryptage"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Script de démarrage"
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
+msgstr ""
+"GOsa à un support modulaire des méthodes de messagerie. Ces méthodes "
+"fournissent des interfaces vers les boîtes à messages des utilisateurs ainsi "
+"que la gestion de leurs quotas. Vous pouvez choisir l'extension dummy pour "
+"que GOsa ne touche a rien."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Impossible d'effacer '%s'. L'erreur est: permission interdite."
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "Méthode de messagerie"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, 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."
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "désactivé"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: ihtml/themes/altlinux/setup_step4.tpl:99
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
-msgstr ""
-"La variable KIOSPATH n'est pas définie dans votre gosa.conf. Impossible de "
-"gérer des profiles kiosk!"
-
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+"GOsa may cause PHP interpreter errors, particularly in case of Beta "
+"versions. In some cases it would be helpful to enable the error reporting. "
+"(But it  could be a security risk)  "
 msgstr ""
 msgstr ""
-"Le chemin vers le répertoire kiosk '%s' n'est pas accessible. Veuillez "
-"vérifier les permissions."
+"Gosa peut provoquer des erreurs PHP, particulièrement dans le cas des "
+"versions Beta. Dans certains cas il peut être utile d'activer les rapports "
+"d'erreurs. (Cela peut représenter un risque de sécurité)  "
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Création une nouvelle entrée hotplug"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Afficher les erreurs PHP"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Créer un nouveau périphérique hotplug"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "vrai"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nom du périphérique"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "faux"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Numéro de série"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Vérification"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "(iSerial)"
-msgstr "(ISérie)"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "Vous avez déjà un compte Administrateur et un groupe."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "Vendor-ID"
-msgstr "ID du vendeur"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
+msgstr ""
+"Pour fournir un accès administratif complet a GOsa, vous avez besoin d'un "
+"groupe spécial qui contient l'utilisateur administrateur. Le programme "
+"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."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "(idVendor)"
-msgstr "(Idvendeur)"
+#: 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."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
-msgstr "ID du produit"
+#: 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"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
-msgstr "(Idproduit)"
+#: 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"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Gérer les profil Kiosk"
+#: 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"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Parcourir"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Activer"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Fermer"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "féminin"
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Ancien mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "masculin"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Nouveau mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "Ce compte n'a pas d'extensions GOsa valides."
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Vérifier le mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:331
-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."
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Modifier le mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Veuillez entrer un numéro de série valide"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Cliquer ici pour changer votre mot de passe"
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: ihtml/themes/default/conflict.tpl:6
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
 msgstr ""
 msgstr ""
-"(Certains types de certificats ne sont pas supportés et peuvent être "
-"affichés comme 'non valides'.)"
-
-#: plugins/personal/generic/class_user.inc:477
-#, 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/generic/class_user.inc:480
-msgid "valid"
-msgstr "valide"
+"Une autre instance de votre session a été détectée. Les opérations multiples "
+"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de "
+"navigateurs différents en même temps est possible (ex: IE et Mozilla) est "
+"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session."
 
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
-msgstr "invalide"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
+msgstr "Assistant pour le copier/coller"
 
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
-msgstr "Pas de certificat installé"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+msgid "Object to be pasted"
+msgstr "Objets à coller"
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
-msgstr "La suppression du compte générique à échoué"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
+"Certaines valeurs doivent être unique dans tout l'arbre et certaines "
+"combinations n'ont pas de sens. Gosa vous montre les valeurs "
+"correspondantes. Veuillez maintenir les valeurs pour respecter les policies."
 
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "La communication vers la base de données kerberos a échoué"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Enregistrer"
 
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "Impossible de supprimer l'utilisateur de la base de données kerberos."
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Opération réalisée"
 
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
-msgstr "La sauvegarde du compte générique à échoué"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Terminé"
 
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "Impossible d'ajouter un utilisateur à la base de données kerberos."
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "Aide en ligne de GOsa"
 
 
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr ""
-"Vous n'avez pas l'autorisation pour créer un utilisateur sur cette 'Base'."
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
 
 
-#: plugins/personal/generic/class_user.inc:1027
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr ""
-"Vous n'avez pas l'autorisation pour déplacer un utilisateur sur depuis cette "
-"'Base'."
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Recherche"
 
 
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+#: 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 want to take over the lock by "
+"pressing the 'Edit anyway' 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 'Éditer malgré tout'."
 
 
-#: plugins/personal/generic/class_user.inc:1042
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Une personne ayant ce 'Identifiant' existe déjà dans l'annuaire."
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "Votre session GOsa à expiré!"
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "Le champ obligatoire 'Nom Complet' n'est pas rempli."
+#: 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 ""
+"Votre dernière interaction avec GOsa était il y a un certain temps. Pour des "
+"raisons de sécurité, la session à été fermée. Pour continuer à administrer, "
+"veuillez vous reconnecter."
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr "Le champ obligatoire 'Identifiant' n'est pas renseigné."
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Reconnexion"
 
 
-#: plugins/personal/generic/class_user.inc:1058
+#: ihtml/themes/default/setup_introduction.tpl:4
 msgid ""
 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."
+"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."
+msgstr ""
+"Vous lancez GOsa pour la première fois - aucune configuration n'a été "
+"trouvée. L'utilitaire de configuration va essayer de vous aider à obtenir "
+"une configuration utilisable en trois étapes : vérification de la présence "
+"des modules PHP requis, ensuite des programmes requis et optionnels et "
+"finalement des informations permettant à GOsa de se connecter à l'annuaire "
+"LDAP."
 
 
-#: plugins/personal/generic/class_user.inc:1065
+#: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 msgstr ""
-"Le champ 'Identifiant' contient des caractères invalides. Les minuscules, "
-"chiffres et tirets sont autorisés."
+"Vous pouvez aussi utiliser la méthode avancée pour inspecter votre "
+"installation de php. Elle vous donnera l'information précise sur les "
+"fonctions qui n'ont pas être trouvées ( les fonctions trouvées ne sont pas "
+"mentionnées). Ceci est utile si vous savez ce que vous faites."
 
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Le champ 'Page d'accueil' contient une URL invalide."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr "Voir/Cacher"
 
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "Le champ 'Nom' contient des caractères invalides."
+#: 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 ""
+"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."
 
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Le champ 'Nom complet' contient des caractères invalides."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr ""
+"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant "
+"et/ou accessible"
 
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Le champ 'Téléphone' contient un numéro invalide."
+#: 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"
 
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Le champ 'Fax' contient un numéro invalide."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
+"Impossible de charger le certificat, probablement un format non supporté "
+"(utilisez un format PEM/DER) "
 
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Le champ 'GSM' contient un numéro invalide."
+#: 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"
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Le champ 'Bip' contient un numéro invalide."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Impossible de créer/ouvrir le fichier"
 
 
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
-msgstr "Impossible d'ouvrir le certificat demandé!"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Pas de certificat valide chargé"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Informations personnelles"
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Erreur XML dans gosa.conf: %s à la ligne %d"
 
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Image personnelle"
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID et/ou RIDBASE absents du fichier de configuration!"
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Changer la photo"
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "Vous êtes sur le point de copier l'entrée %s."
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Nom de famille"
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Coller"
 
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Nom du modèle"
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "Impossible de coller"
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Prénom"
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Ce paquet n'a pas d'options debconf."
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Identifiant"
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
+msgstr ""
+"Le serveur LDAP répond très lentement (%.2f lors de la dernière requête). "
+"Ceci peut être responsable des problèmes de performances."
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Titre Personnel"
+#: include/class_ldap.inc:230
+#, php-format
+msgid ""
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
+msgstr ""
+"Le serveur ldap répond très lentement (%.2f), ceci peut être responsable des "
+"problèmes de performances."
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Titre Universitaire"
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
+msgstr "Création d'un copie de %s"
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Date de naissance"
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr "Traitement en cours"
 
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Activer"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Objet"
 
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Sexe"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Une erreur s'est produite lors de la récupération du dn - Arrêt!"
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Langue préferée"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "Statut FAI inconnu %s"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Base"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
+"Il manque la base de l'arbre ldap dans l'url pour les refferal '%s'. L'url "
+"doit ressembler à ceci 'ldap://server:port/base'."
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
+msgstr ""
+"La création automatique du type '%s' n'est pas supportée. Veuillez faire un "
+"rapport à l'équipe de GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
-msgstr "Sélectionnez une base"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr "lors de l'opération sur '%s' en utilisant le serveur LDAP '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Adresse"
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "lors de l'opération sur le serveur LDAP '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Numéro de téléphone privé"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer "
+"avec 'dn: ...' à la ligne %s"
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Page d'accueil"
+#: include/class_ldap.inc:1014
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Format de stockage des mots de passe"
+#: include/class_ldap.inc:1030
+#, 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!"
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificats"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr ""
+"Attention: Le compte à un chaîne de connexion au serveur de messagerie "
+"invalide!"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Modification des certificats"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Erreur: Impossible de contacter le serveur IMAP. Si vous sauvez ce compte, "
+"certains paramètres ne seront pas stockés sur votre serveur!"
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr ""
+"Impossible de créer la boite de messagerie IMAP. Le serveur indique '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Modifier les propriétés"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "Impossible de créer les quotas IMAP. Le serveur indique'%s'."
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Informations sur l'entreprise"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Erreur: imap_getacl n'est pas implémenté, il est impossible de supprimer les "
+"informations à propos des acls."
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Entreprise"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr ""
+"Erreur: imap_getacl n'est pas disponible, impossible d'obtenir les "
+"permissions imap!"
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Département"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr ""
+"Impossible de supprimer les boites de messagerie IMAP. Le serveur répond '%"
+"s'."
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "No. du département."
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Impossible de se connecter au serveur SIEVE. Le serveur répond '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "No. de l'employé."
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Impossible de récupérer le script sieve. Le serveur répond '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Type de l'employé"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Impossible d'envoyer un script à sieve. Le serveur répond '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "No. de bureau."
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr ""
+"Impossible d'activer les scripts sieve de GOsa. Le serveur répond '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Fermer"
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Lieu"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Aller au département de base"
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Département"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Racine"
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Travail"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Monter d'un département"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Description de l'unité"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr "Au dessus"
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Zone de sujet"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Aller au département des utilisateurs"
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Fonction"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Acceuil"
+
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr "Recharger la liste"
+
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr "Soumettre"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Rôle"
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+"Erreur: Le sous arbre demandé à un encodage du DN inconstant, veuillez "
+"vérifier votre arbre LDAP!"
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Lieu de résidence"
+#: include/class_password-methods-kerberos.inc:44
+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é."
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Unité"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "La connexion avec Kerberos a échoué!"
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Rue"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr "La modification du mot de passe dans la base Kerberos a échoué!"
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
-msgstr "Code postal"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr ""
+"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt "
+"manquante)"
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Identifiant du batiment"
+#: 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)"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Veuillez utiliser l'onglet téléphone"
+#: include/class_password-methods.inc:167
+#, 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'."
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Dernière distribution"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Visible par tous"
+#: include/class_password-methods.inc:204
+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."
 
 
-#: plugins/personal/generic/password.tpl:2
+#: include/class_plugin.inc:404
+#, php-format
 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."
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
 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 commande '%s', utilisée dans le CHECK de l'extension '%s' n'existe pas."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Suppression de l'image personnelle"
+#: include/class_plugin.inc:555
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Préférences utilisateur"
+#: include/class_plugin.inc:623
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Mettre le mot de passe à blanc"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr "L'objet '%s' est déjà marqué"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Attribuer un nouveau mot de passe"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr "Ajouter une marque (%s) à l'objet '%s'"
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Image de l'utilisateur"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr ""
 
 
-#: 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!"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr "Suppression de la marque de l'objet '%s'"
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Information générales sur l'utilisateur"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Votre fichier de configuration gosa.conf à changé partiellement . Veuillez "
+"le convertir en utilisant le script fix_config.sh!"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificat standard"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Inconnu"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Certificat S/MIME"
+#: 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."
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Certificat PKCS12"
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr "Le fichier ppd '%s' ne peut pas être ouvert en lecture."
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numéro de série du certificat"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr "Le fichier temporaire '%s' n'a pas pu être ouvert en écriture."
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Créer un compte Intranet"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+"La lecture du PPD %s à échoué - ligne trop longue. Les caractères restant on "
+"été ignorés"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Compte Proxy"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "Les groupes imbriqués ne sont pas supportés!"
 
 
-#: 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)"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "Le nom du groupe n'est pas unique!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Accès au proxy autorisé durant la plage horaire suivante"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Restreindre la quantité de données téléchargeables"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr "Les options imbriquées ne sont pas supportées!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "par"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr "La sélection multiple n'est pas encore supportée!"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "Compte PPTP"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "La lecture du fichier PPD %s à échoué - pas de données."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Compte FTP"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr "L'effacement à été interrompu par l'extension '%s': %s"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Bande passante"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%"
+"s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Bande passante montante"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/sec"
+#: include/functions.inc:337
+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."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Bande passante descendante"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr ""
+"Erreur lors de la création d'un verrou. Les paramètres sont incorrects. "
+"Veuillez vérifier la source!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+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'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Fichier"
+#: include/functions.inc:494
+#, 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'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Taille"
+#: include/functions.inc:520
+#, 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'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Ratio"
+#: include/functions.inc:550
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+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!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Données envoyées / reçues"
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"Impossible d'obtenir les informations de verrouillage dans l'annuaire LDAP. "
+"Veuillez vérifier l'entrée 'config' dans gosa.conf!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Cliquez ici pour désactivez l'accès FTP"
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Détection de verrou multiple pour un même objet. Ceci ne devrait pas être "
+"possible. Effacement des références multiples."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Désactiver temporairement l'accès FTP"
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "La taille limite de %d entrées est dépassée!"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Compte PHPGroupware"
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Mettre la nouvelle limite à %s et me montrer ce message si la limite est "
+"toujours dépassée"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Configurer"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
-msgstr "La suppression du compte webDAV à échoué"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "incomplet"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
-msgstr "La sauvegarde du Compte WebDAV à échoué"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "Erreur LDAP :"
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Compte Kolab"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
+"Des problèmes avec le serveur LDAP on probablement provoqué la perte des "
+"changements. Veuillez vérifier votre serveur LDAP et ressayer"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: include/functions.inc:1125
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
 msgstr ""
 msgstr ""
-"L'extension Kolab est désactivée. Ces paramètres peuvent être ajustés si "
-"vous ajoutez un compte mail."
+"Veuillez vérifier vos données et corriger l'erreur. Cliquez sur 'OK' pour "
+"fermer cette fenètre."
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
-msgstr "Delegation"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "Une erreur s'est produite lors de l'execution de votre demande"
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "Taille des quota email"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "Pas de taille limite pour l'envoi de mail"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Continuer malgré tout"
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Information de disponibilité"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Éditer malgré tout"
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: include/functions.inc:1203
+#, 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 ""
+"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."
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Futur"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr "Entrées par page"
 
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
-msgstr "jours"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr "Appliquer le filtre"
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Politique d'invitation"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Compte Open-Xchange"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Version de développement de GOsa (Rev %s)"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+"Impossible de trouver la zone inverse pour la zone dns '%s'. Arrêt de la "
+"lecture de la zone."
+
+#: include/functions_dns.inc:174
+#, php-format
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
 msgstr ""
 msgstr ""
-"désactivé, le support pour Postgresql est manquant. Ou la base de données "
-"spécifiée ne peut pas être contactée"
+"Plus d'un zone inverse existe pour la zone dns '%s'. Arrêt de la lecture de "
+"la zone."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "Compte Open Xchange"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Se souvenir"
+#: 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"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Rendez vous"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr "L'aide n'est pas disponible pour cette extension."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Tâches"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr "%s résultats de votre recherche avec le mot %s "
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Information Utilisateur"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% trouvés dans le fichier %s"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Zone Horaire de l'utilisateur"
+#: include/functions_setup.inc:84
+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!"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "Compte GLPI"
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"l'objectCLass optionnel '%s' requis par l'extension '%s' est absent de la "
+"configuration de LDAP"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+msgstr ""
+"l'objectCLass optionnel '%s' requis par l'extension '%s' nécessite la "
+"version %s"
+
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Le support de '%s' est activé"
+
+#: include/functions_setup.inc:118
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "l'objectCLass requis '%s' est absent de la configuration de LDAP"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "KB"
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "L'objectClass obligatoire '%s' n'est pas à la version %s"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "GB"
+#: include/functions_setup.inc:133
+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é"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "heure"
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
+msgstr "Le support de SAMBA3 est activé"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "jour"
+#: include/functions_setup.inc:143
+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é"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "semaine"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "Le support de SAMBA2 est activé"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "mois"
+#: include/functions_setup.inc:154
+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é"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
-msgstr "La suppression du compte proxy à échoué"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "Le support de pureftpd est activé"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
-msgstr "La valeur pour le quota est vide."
+#: include/functions_setup.inc:164
+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é"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "La valeur dans le champ 'Paramètres du quota' n'est pas valide."
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "Le support de WEBDAV est activé"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
-msgstr "La sauvegarde du compte Compte Proxy à échoué"
+#: include/functions_setup.inc:174
+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é"
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "Compte PHPGroupware"
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "Le support de phpgroupware est activé"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "Emplacement de l'équipe"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr ""
+"Le support du trustAccount est désactivé, aucun schéma ne semble installé"
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Modèle d'utilisateur"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Le support du TrustAccount est activé"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Verrouillé"
+#: include/functions_setup.inc:194
+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é"
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Equipes"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Le support de gofon est activé"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Compte WebDAV"
+#: include/functions_setup.inc:204
+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é"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "Compte PPTP"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Le support de nagios activé"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
-msgstr "La suppression du compte PPTP à échoué"
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr ""
+"Le support de l'extension netatalk est désactivé, aucun schéma ne semble "
+"installé"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
-msgstr "La sauvegarde du Compte à échoué"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Le support de netatalk activé"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: include/functions_setup.inc:229
+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"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
-msgstr "La suppression du compte netatalk à échoué"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Le support de Kolab est activé"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
-msgstr "La sauvegarde du compte Intranet à échoué"
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Ignoré"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Echec"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
-msgstr "La suppression de l'extension PHPgw à échoué"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Vérification de l'installation de PHP"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
-msgstr "La sauvegarde du compte PHPgw à échoué"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Vérification de la version de PHP (>=4.1.0)"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "Compte PHPscheduleit"
+#: include/functions_setup.inc:279
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Vérification de l'option register_globals, elle doit être à 'off'"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
+#: include/functions_setup.inc:283
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"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 ""
-"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
-"délégations."
+"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:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr "Vérification de PHP session.gc_maxlifetime (>= 86400 secondes)."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
+#: include/functions_setup.inc:287
 msgid ""
 msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
 msgstr ""
 msgstr ""
-"L'adresse de messagerie que vous essayez de rajouter n'est pas l'adresse "
-"primaire d'un utilisateur existant."
+"PHP utilise cette valeur pour le garbage collector afin d'effacer les "
+"anciennes sessions, mettre cette valeur à 1 jour permet d'éviter de perde "
+"les cookies et les sessions avant qu'elles soient réellement expirées."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
-msgstr "Toujours accepter"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Vérification du module LDAP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
-msgstr "Toujours rejeter"
+#: include/functions_setup.inc:291
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
-msgstr "Reconnexion si il y a conflit"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Vérification du support XML"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
-msgstr "Manuel si il y a conflit"
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
+msgstr ""
+"Les fonctionnalités XML sont nécessaires pour lire le fichier de "
+"configuration."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
-msgstr "Manuel"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Vérification du support gettext"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
-msgstr "Anonyme"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Gettext est requis afin que GOsa soit localisé."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Vérification du support iconv"
+
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
+msgstr ""
+"Ce module est utilisé par GOsa pour convertir les options samba munged dial, "
+"il est indispensable."
+
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Vérification du module mhash"
+
+#: include/functions_setup.inc:307
+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 ""
+"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/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Vérification du module imap"
+
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 msgstr ""
-"La suppression du compte/ de l'utilisateur Kolab avec le dn '%s' à échoué."
+"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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-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."
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Vérification de la fonction getacl dans imap"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
+#: include/functions_setup.inc:315
+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 valeur spécifiée comme information de disponibilité future est invalide."
+"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é."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, 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."
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Vérification du module pour mysql"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
-"Il n'y a pas d'utilisateur avec l'adresse de messagerie '%s' pour votre "
-"politique d'invitation!"
+"Le support de MySQL est nécessaire pour lire  les rapports GOfax en "
+"provenance d'une base de données."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr ""
-"La sauvegarde du compte/de l'utilisateur Kolab avec le dn '%s' à échoué."
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Vérification du module cups"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: include/functions_setup.inc:323
+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."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
-msgstr "La suppression de l'extension pureftpd à échoué"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Vérification du module kadm5"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
+#: include/functions_setup.inc:327
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 msgstr ""
-"La valeur spécifiée dans le champ 'Bande passante en montée' n'est pas "
-"valide."
+"Gérer les utilisateurs dans kerberos nécessite le module kadm5 "
+"téléchargeable sur les réseaux PEAR."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-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."
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Vérification du module snmp"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Fichier' n'est pas valide."
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr "Le protocole SNMP est nécessaire pour pouvoir surveiller les clients."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Taille' est invalide."
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "Vérification détaillée de l'installation de PHP"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "La valeur spécifiée dans le champ 'Ratio' n'est pas valide."
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Vérification de la fonction %s"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
-msgstr "La sauvegarde du compte pureftpd à échoué"
+#: include/functions_setup.inc:373
+#, php-format
+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."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Vérification de programmes additionnels"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
-msgstr "Impossible de se connecter a la base de données Postgresql!"
+#: include/functions_setup.inc:395
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Vérification de GraphicsMagick (>=1.1.2)"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: include/functions_setup.inc:396
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
-"Les paramètres nécessaires à l'extension openexchange ne sont pas "
-"disponibles!"
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Le module PHP4 pour postgresql est manquant!"
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
-msgstr "La suppression du carnet d'adresse oxchange à échoué"
+"GraphicsMagick est utilisé afin de redimensionner et convertir en JPEG les "
+"images, permettant ainsi leur utilisation dans GOsa."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
-msgstr "La suppression du compte oxchange à échoué"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Vérification de ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
+#: include/functions_setup.inc:400
 msgid ""
 msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+"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 Open-Xchange est vide donc invalide! Veuillez "
-"vérifier que vous n'utilisez pas des caractères bizarres dans l'identifiant "
-"de l'utilisateur."
+"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
+"images, permettant ainsi leur utilisation dans GOsa."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
-msgstr "La sauvegarde duc ompte oxchange à échoué"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Vérification du module imagick pour PHP"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
-msgstr "La création du carnet d'adresse oxchange à échoué"
+#: include/functions_setup.inc:405
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr ""
+"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
+"images, permettant ainsi leur utilisation dans GOsa."
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Compte Opengroupware"
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Vérification de l'utilitaire fping"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
+#: include/functions_setup.inc:413
 msgid ""
 msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"OpenGroupware: Votre configuration ne possède pas d'extension postgresql. "
-"Impossible d'effectuer des recherches."
+"L'utilitaire fping est utilisé dans le cas d'un environnement composé de "
+"clients légers fonctionnant en terminaux."
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
 msgstr ""
 msgstr ""
-"OpenGroupware: La configuration de la base de données est inexistante. "
-"Impossible de lire ou d'écrire des informations."
+"Vérification de la possibilité de générer des mots de passe au format LM/NT"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
+#: include/functions_setup.inc:429
 msgid ""
 msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"OpenGorupware: Impossible de se connecter à la base de données spécifiée. "
-"Veuillez vérifier la configuration."
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "Compte PHPscheduleit"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
-msgstr "La suppression du compte PHPscheduleit à échoué"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
-msgstr "La sauvegarde du Compte PHPscheduleit à échoué"
-
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "Ce compte n'as pas d'extension de connectivité."
-
-#: 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"
+"Afin d'utiliser Samba 2/3, vous devez installer des paquets additionnels "
+"prenant en charge le cryptage des mots de passe."
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Type"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "Vérification de PHP.ini -> session.auto_register"
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
+#: include/functions_setup.inc:443
+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 ""
-"Veuillez sélectionner si il faut filtrer sur les appels entrants ou sortants"
-
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Texte descriptif pour cette liste rouge"
-
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Numéros bloqués"
-
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Les nombres peuvent aussi contenir des jokers."
+"Pour pouvoir utiliser GOSa sans problèmes, la variable session.auto_register "
+"doit être a 'Off' dans votre php.ini."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Liste Rouge des Fax"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "Vérification de PHP.ini -> implicit_flush"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Vous êtes sur le point de supprimer la liste rouge '%s'."
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Cette option défini la gestion des sorties, mettez cette option a off pour "
+"améliorer la performance."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "Vous n'avez pas l'autorisation de supprimer cette liste rouge."
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "Vérification de votre PHP.ini pour la variable max_execution_time"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Veuillez entrer un numéro de téléphone valide."
+#: include/functions_setup.inc:455
+msgid ""
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
+msgstr ""
+"Le temps d'exécution doit être au moins de 30 secondes minimum, parce que "
+"certaines actions vont prendre plus de temps."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "envoyer"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "Vérification de PHP.ini -> memory_limit"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "recevoir"
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
-msgstr "La suppression de l'objet blocklist à échoué"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "Vérification de PHP.ini - > expose.php"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
+#: include/functions_setup.inc:468
+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 ""
-"Vous n'avez pas l'autorisation de créer une liste rouge sur cette 'Base'."
+"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é."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "Vérification de PHP ini > magic_quotes_gpc"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Le champ obligatoire 'Nom' contient des caractères invalides"
+#: include/functions_setup.inc:473
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "Le nom spécifié est déjà utilisé."
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
+#: include/functions_setup.inc:734
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation de créer des listes rouge sur cette base."
+"Impossible de s'identifier sur l'annuaire LDAP! Veuillez vérifiez que GOsa "
+"puisse le contacter."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
-msgstr "La sauvegarde de l'objet blocklist à échoué"
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr ""
+"L'attribut obligatoire '%s' n'existe pas pour ce formulaire. Veuillez le "
+"compléter!"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Liste des listes rouges"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr "Impossible d'utiliser le protocole ldap version 3"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+#: include/functions_setup.inc:841
 msgid ""
 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."
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
-"Ce menu vous permet de d'ajouter, supprimer et éditer les listes rouges "
-"sélectionnés. Si vous avez un grand nombre de liste rouges il est conseillé "
-"d'utiliser les filtres."
+"Impossible de se connecter à l'annuaire LDAP! Veuillez vérifiez que GOsa "
+"puisse l'atteindre."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "Nom de la liste rouge"
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
+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"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Actions"
+#: include/functions_setup.inc:933
+#, 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'."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Sélectionnez afin d'afficher les numéros d'appels de la liste rouge"
+#: include/functions_setup.inc:1112
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr ""
+"Impossible de créer l'utilisateur/groupe, veuillez vérifier votre "
+"configuration ! "
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Afficher les numéros d'appels de la liste rouge"
+#: 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!"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Sélectionnez afin de voir les listes rouges de correspondants"
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Erreur PHP"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Afficher les listes rouges de correspondants"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "classe"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
-msgstr "Sélectionner pour chercher dans le sous arbre"
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "fonction"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Expression régulière pour trouver des listes correspondantes"
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statique"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
-msgstr "Création d'un nouvelle liste rouge"
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "méthode"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
-msgstr "Nouvelle listes rouges"
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Trace"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
-msgstr "Soumettre le département"
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "Fichier"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
-msgstr "Soumettre"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Ligne"
+
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Type"
+
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Arguments"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
-msgstr "éditer"
+#: 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/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
-msgstr "Editer un utilisateur"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Personnel"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
-msgstr "supprimer"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Nom de famille"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
-msgstr "Supprimer un utilisateur"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Prénom"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Avertissement"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Titre Personnel"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.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 ""
-"Veuillez vous assurez 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/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Privé"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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 ""
-"D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur "
-"'Annuler' pour abandonner."
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "Adresse de messagerie"
 
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Configuration des listes rouges"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organisation"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Numéro de fax pour lesquels GOfax s'activera"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Société"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Langue"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Département"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr ""
-"Indiquez le le protocole de communication GOfax pour les fax vers la "
-"passerelle de messagerie"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Pays"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Format de distribution"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "FAX"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr ""
-"Spécifiez le format de distribution pour les fax vers la passerelle de "
-"messagerie"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Carnet d'adresses"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Méthodes de distribution"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Ceci fait quelque chose"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Désactiver temporairement l'utilisation du fax"
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Appeler de %s vers %s maintenant ?"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Délivrer les fax comme des messages à"
+#: plugins/addons/addressbook/class_addressbook.inc:164
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
+msgstr ""
+"Vous n'avez pas de numéro de téléphone personnel indiqué. Veuillez rectifier "
+"cela en vue de pouvoir faire des appels directs."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Délivrer les fax comme des messages"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "La suppression de l'entrée du carnet d'adresses à échoué"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Imprimer directement les fax"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette entrée!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Numéros de fax alternatif"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Vous êtes sur le point de supprimer l'entrée %s."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Listes Rouges"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Appeler"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Listes rouges pour les fax entrant"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Enregistrer le contact %s au format vcard"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Listes rouges pour les fax sortant"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Envoyer un message à %s"
+
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "Carnet d'adresses général"
+
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "Base de données des utilisateurs"
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-msgid "Alternate fax numbers will not be copied"
-msgstr "Les numéros de fax alternatif ne seront pas copiés"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contact enregistré dans '%s'"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Sélectionnez les numéros à ajouter"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Création d'une nouvelle entrée dans"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Afficher les numéro du département"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Tout"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Afficher les numéros correspondants"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Téléphone du bureau"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Expression régulière pour trouver les numéros correspondants"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "GSM"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Afficher les numéros des utilisateurs"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Utilisateur dont les numéros sont affichés"
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Le champ obligatoire 'Nom Complet' n'est pas rempli."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Numéros/listes refusés"
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Le champ 'Nom' contient des caractères invalides."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Liste des listes rouges prédéfinies"
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Le champ 'Nom complet' contient des caractères invalides."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Ajouter a la liste des listes rouges"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Le champ 'Téléphone' contient un numéro invalide."
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Configuration du FAX"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Le champ 'Fax' contient un numéro invalide."
 
 
-#: 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/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Le champ 'GSM' contient un numéro invalide."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "Ce compte n'a pas d'extensions FAX."
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Le champ 'Bip' contient un numéro invalide."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "Supprimer le compte FAX"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+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/gofax/faxaccount/class_gofaxAccount.inc:168
+#: plugins/addons/addressbook/class_addressbook.inc:606
 msgid ""
 msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 msgstr ""
-"Le fax est activée pour ce compte, vous pouvez le désactiver en cliquant sur "
-"le bouton ci-dessous."
+"Impossible de créer un DN unique pour cette entrée. Veuillez remplir plus de "
+"champs."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Créer un compte FAX"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+msgid ""
+"You have no permissions to create or modify a global address book entry."
+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."
+
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "La sauvegarde d'une entrée du carnet d'adresses à échoué"
+
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Contact"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
+#: plugins/addons/addressbook/contents.tpl:37
 msgid ""
 msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+"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 ""
-"Le fax est désactivé pour ce compte, vous pouvez l'activer en cliquant sur  "
-"le bouton ci-dessous."
+"L'extension gérant les listes de numéros de téléphone permet de les mettre à "
+"disposition de vos utilisateurs. Vous pouvez utiliser les [*] dans vos "
+"recherches, comme dans 'Go*us' pour trouver 'Gonicus'. Utilisez les filtres "
+"ci dessous pour réduire l'étendue de votre recherche."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "Vous essayez d'ajouter un numéro de téléphone invalide."
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Actions"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "retour"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Ajouter une entrée"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
-msgstr "La suppression du compte FAX à échoué"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Modifier une entrée"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "Le champ obligatoire 'Fax' n'est pas renseigné."
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Supprimer une entrée"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Veuillez entrer un numéro de téléphone valide dans le champ 'Fax'."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Sélectionnez afin d'afficher les utilisateurs habituels"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-msgid "Mail delivery is checked, but no address has been specified."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Afficher les entrées de l'organisation"
+
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
 msgstr ""
 msgstr ""
-"La livraison par messagerie est activée, mais aucune adresse est spécifiée."
+"Sélectionner pour afficher les utilisateurs présent dans le carnet d'adresse"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-msgid "The mail address you've entered is invalid."
-msgstr "L'adresse de messagerie introduite est incorrecte."
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Afficher les entrées du carnet d'adresses"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
-msgstr ""
-"La réception d'un fax sur une imprimante ne fonctionnera que si une "
-"imprimante valable est mentionnée. Veuillez corriger votre choix."
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Afficher les résultats pour le département"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
-msgstr "La sauvegarde du compte FAX à échoué"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Sélectionner le département où sera effectuée la recherche"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filtre"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Objet correspondant"
+
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Indiquez l'objet dans lequel la recherche sera effectuée"
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/addons/addressbook/contents.tpl:102
 #: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
 #: plugins/addons/logview/contents.tpl:47
 #: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Recherche de"
 
 #: plugins/gofon/fonreports/contents.tpl:6
 msgid "Search for"
 msgstr "Recherche de"
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Entrez le nom recherché"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Phrase de recherche"
+
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Appel en cours ..."
+
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Carnet d'adresses"
+
+#: 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 ""
+"Ceci inclut toutes les données du carnet d'adresse situées dans cette "
+"entrée. Veuillez vérifier si vous voulez réaliser cette opération, toutes "
+"les données seront définitivement perdues, il n'y a pas de moyen pour GOsa "
+"de les récupérer."
+
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur "
+"'Annuler' pour abandonner."
+
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Supprimer"
 
 
-#: 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 "dans"
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "Le partage dfs indiqué existe déjà."
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Sélectionnez la branche de l'annuaire où sera effectuée la recherche"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "Le champ obligatoire \"Nom du partage DFS\" n'est pas rempli."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "pendant"
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "Le champ obligatoire \"Description\" n'est pas rempli."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Recherche"
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Le champ obligatoire \"Serveur de fichiers\"' n'est pas rempli."
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Utilisateur"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr "Le champ obligatoire \"Partage sur le serveur\" n'est pas rempli."
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Date"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "Le champ obligatoire \"Description\" n'est pas rempli."
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Expéditeur"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "Gestion DFS"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Correspondant"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "La suppression d'une share DFS à échoué"
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# pages"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr "Pas d'entrée DFS trouvée"
 
 
-#: 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 recherche n'a renvoyé aucun résultat..."
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Monter d'un partage DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "prévisualisation du FAX - Veuillez attendre"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr "Aller au répertoire de base de DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Cliquez sur le fax pour le télécharger"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Création d'un nouveau share dfs"
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "FAX ID"
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Base"
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Date / Heure"
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Soumettre le département"
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "MSN de l'expéditeur"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "Partages DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "ID de l'expéditeur"
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"Ce menu vous permet de d'ajouter, supprimer et éditer des partages DFS. Si "
+"vous avez un grand nombre de départements il est conseillé d'utiliser les "
+"filtres."
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "MSN du correspondant"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Afficher les partages dfs correspondants"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "ID du correspondant"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Expression régulière pour sélectionner les partages dfs"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Statut"
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "Propriétés DFS"
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Temps de transfert"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Nom du partage DFS"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Rapports des Fax"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Serveur de fichier"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Rapports des Fax"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Partage sur le serveur de fichier"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
-msgstr ""
-"Pas d'extension fax définie dans la configuration de votre serveur, aucun "
-"rapport ne peut être montré!"
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "Location DFS"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-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/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr "Administration du systèmes de fichiers distribués DFS"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-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/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Exportation LDIF"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
 msgstr ""
 msgstr ""
-"Impossible de sélectionner la base de données fax pour la génération de "
-"rapports!"
+"Vous n'avez pas les droits nécessaires pour effectuer des importations CSV."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr ""
-"Impossible d'interroger la table 'faxlog' pour la génération de rapports!"
+#: 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/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "La requête sur la base de données des fax a échoué!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "échec"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
+
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "statut"
+
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation de récupérer les informations à propos de "
-"l'identifiant de ce fax!"
+"Une erreur s'est produite lors de l'insertion de l'entrée %s -  le processus "
+"à été interrompu"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "A-M-J"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Rien à importer !"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Nom"
+#: 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/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:66
-#: plugins/addons/addressbook/address_info.tpl:29
-msgid "Private"
-msgstr "Privé"
+#: 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/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contact"
+#: 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/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/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "Importer un fichier 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 ""
 msgstr ""
-"L'extension gérant les listes de numéros de téléphone permet de les mettre à "
-"disposition de vos utilisateurs. Vous pouvez utiliser les [*] dans vos "
-"recherches, comme dans 'Go*us' pour trouver 'Gonicus'. Utilisez les filtres "
-"ci dessous pour réduire l'étendue de votre recherche."
+"Vous n'avez pas les droits nécessaires pour effectuer des exportations LDAP."
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Ajouter une entrée"
+#: 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/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "Modifier une entrée"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "Importer un fichier XLS"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Supprimer une entrée"
+#: 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/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Sélectionnez afin d'afficher les utilisateurs habituels"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Erreur Inconnue"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Afficher les entrées de l'organisation"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "Gérer LDAP"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
+#: 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 ""
-"Sélectionner pour afficher les utilisateurs présent dans le carnet d'adresse"
+"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/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Afficher les entrées du carnet d'adresses"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Sélectionnez le fichier CSV à importer"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Afficher les résultats pour le département"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Parcourir"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Objet correspondant"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Sélectionnez le modèle"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Indiquez l'objet dans lequel la recherche sera effectuée"
+#: 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/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Phrase de recherche"
+#: 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/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Appel en cours ..."
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Voici le rapport de votre importation:"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Appeler"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Sélectionnez le modèle"
 
 
-#: plugins/addons/addressbook/remove.tpl:6
+#: plugins/addons/ldapmanager/contentexport.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 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 ""
-"Ceci inclut toutes les données du carnet d'adresse situées dans cette "
-"entrée. Veuillez vérifier si vous voulez réaliser cette opération, toutes "
-"les données seront définitivement perdues, il n'y a pas de moyen pour GOsa "
-"de les récupérer."
+"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/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/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exporter une seule entrée"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Personnel"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exporter un fichier LDIF complet pour "
 
 
-#: 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/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/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "Adresse de messagerie"
+#: 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/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Organisation"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Exportation réussie"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Société"
+#: 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/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/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Cliquez ici pour exporter l'arbre LDAP "
 
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Pays"
+#: 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 ""
+"L'extension d'exportation au format XLS permet d'exporter une copie complète "
+"de l'annuaire LDAP au format XLS. Ces fichiers peuvent être utilisés à des "
+"fins de documentation."
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Carnet d'adresses"
+#: 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/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Carnet d'adresses"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exporter un fichier xls complet pour "
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Appeler de %s vers %s maintenant ?"
+#: 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/addressbook/class_addressbook.inc:164
+#: 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/contentimport.tpl:3
 msgid ""
 msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+"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 ""
-"Vous n'avez pas de numéro de téléphone personnel indiqué. Veuillez rectifier "
-"cela en vue de pouvoir faire des appels directs."
+"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/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "La suppression de l'entrée du carnet d'adresses à échoué"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importation d'un fichier LDIF"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette entrée!"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Modifier les attributs existants"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Vous êtes sur le point de supprimer l'entrée %s."
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Récrire cette entrée"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Enregistrer le contact %s au format vcard"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Importation réussie"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Envoyer un message à %s"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Logs systèmes"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "Carnet d'adresses général"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Pas de LOG serveurs définis!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
-msgstr "Base de données des utilisateurs"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+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/addons/addressbook/class_addressbook.inc:481
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contact enregistré dans '%s'"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+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/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Création d'une nouvelle entrée dans"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+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/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Tout"
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "La requête sur la base de données des logs a échoué!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Prénom"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "Une heure"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Téléphone du bureau"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 heures"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "GSM"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 heures"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Téléphone personnel"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 heures"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "ID de l'utilisateur"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 jours"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-"Impossible de créer un DN unique pour cette entrée. Veuillez remplir plus de "
-"champs."
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "une semaine"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-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."
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 semaines"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "La sauvegarde d'une entrée du carnet d'adresses à échoué"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
+msgstr "un mois"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "Partages DFS"
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filtre"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"Ce menu vous permet de d'ajouter, supprimer et éditer des partages DFS. Si "
-"vous avez un grand nombre de départements il est conseillé d'utiliser les "
-"filtres."
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Afficher les machines"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Afficher les partages dfs correspondants"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Log Level"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Expression régulière pour sélectionner les partages dfs"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Intervalle de temps"
+
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Entrée la chaîne de caractères à chercher"
+
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Ensemble de Règles"
+
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Editer"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "Propriétés DFS"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Niveau"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Nom du partage DFS"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nom d'hôte"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Serveur de fichier"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Date"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Partage sur le serveur de fichier"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Message"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "Location DFS"
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "La recherche n'a renvoyé aucun résultat..."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "Gestion DFS"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Affichage des logs système"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "La suppression d'une share DFS à échoué"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Queue du serveur de messagerie"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
-msgstr "Pas d'entrée DFS trouvée"
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+msgstr ""
+"Veuillez vérifier votre fichier 'gosa.conf' il n'y a pas de "
+"'MAILQUEUESCRIPTPATH' spécifiée."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Monter d'un partage DFS"
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr ""
+"Vous n'avez pas l'autorisation pour exécuter la commande '%s' sur la queue "
+"de messagerie."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
-msgstr "Au dessus"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, 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/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
-msgstr "Aller au répertoire de base de DFS"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
+msgstr "Il n'y a pas de serveur de mail spécifiés."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
-msgstr "Racine"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "au dessus"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Création d'un nouveau share dfs"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "En bas"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "Le partage dfs indiqué existe déjà."
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr "pas de limites"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Le champ obligatoire \"Nom du partage DFS\" n'est pas rempli."
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "heure"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "Le champ obligatoire \"Description\" n'est pas rempli."
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "heures"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Le champ obligatoire \"Serveur de fichiers\"' n'est pas rempli."
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr "Maintenir"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Le champ obligatoire \"Partage sur le serveur\" n'est pas rempli."
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr "Mettre en attente"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "Le champ obligatoire \"Description\" n'est pas rempli."
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Actif"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
-msgstr "Administration du systèmes de fichiers distribués DFS"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
+msgstr "Pas actif"
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgid "Please enter a search string here."
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgid "Please enter a search string here."
@@ -4768,10 +3974,32 @@ msgstr "La recherche n'a renvoyé aucun résultat"
 msgid "ID"
 msgstr "ID"
 
 msgid "ID"
 msgstr "ID"
 
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Serveur"
+
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Taille"
+
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Arrivée"
 
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Arrivée"
 
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Expéditeur"
+
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Destinataire"
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Destinataire"
@@ -4780,10 +4008,24 @@ msgstr "Destinataire"
 msgid "Error"
 msgstr "Erreur"
 
 msgid "Error"
 msgstr "Erreur"
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Actif"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "supprimer"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
@@ -4797,994 +4039,1162 @@ msgstr "enlever de la file d'attente"
 msgid "Release message"
 msgstr "Enlever le message de la file d'attente"
 
 msgid "Release message"
 msgstr "Enlever le message de la file d'attente"
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "hold"
-msgstr "mettre dans la file d'attente"
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "hold"
+msgstr "mettre dans la file d'attente"
+
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
+msgstr "Mettre en attente"
+
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "requeue"
+msgstr "remettre dans la queue"
+
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
+msgstr "Remettre ce message dans la queue"
+
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
+msgstr "entête"
+
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
+msgstr "Afficher l'entête de ce message"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "pas d'exemple"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Ce 'dn' n'est pas une application."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "La suppression de l'application à échoué"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
+msgstr "La suppression de l'application du groupe d'objet '%s' à échoue"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
+msgstr "La suppression de l'application du groupe '%s' à échoué"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+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/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr "Le répertoire d'éxecutiondoit commencer par '/'."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+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/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+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/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Le champ obligatoire 'Exécuter' n'est pas rempli."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Une application ayant le même 'Nom' existe déjà."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "La sauvegarde de l'application à échouée"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
-msgstr "Mettre en attente"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Préférences de l'application"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
-msgstr "remettre dans la queue"
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Nom de l'application"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
-msgstr "Remettre ce message dans la queue"
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: 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/addons/mailqueue/contents.tpl:108
-msgid "header"
-msgstr "entête"
+#: plugins/admin/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Vous êtes sur le point de supprimer l'application '%s'."
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
-msgstr "Afficher l'entête de ce message"
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette application!"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Queue du serveur de messagerie"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Supprimer les options"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+#: plugins/admin/applications/class_applicationParameters.inc:55
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Veuillez vérifier votre fichier 'gosa.conf' il n'y a pas de "
-"'MAILQUEUESCRIPTPATH' spécifiée."
+"Cette application a des options. Vous pouvez les désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
+#: plugins/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Créer des options"
+
+#: plugins/admin/applications/class_applicationParameters.inc:58
 msgid ""
 msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"Vous n'avez pas l'autorisation pour exécuter la commande '%s' sur la queue "
-"de messagerie."
+"Cette application a des options désactivées. Vous pouvez les activer en "
+"cliquant en-dessous."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Variable"
+
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Valeur par défaut"
+
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Ajouter une option"
+
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "La suppression des paramètres de l'application à échoué"
+
+#: plugins/admin/applications/class_applicationParameters.inc:175
 #, php-format
 #, 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."
+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/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
-msgstr "Il n'y a pas de serveur de mail spécifiés."
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "La sauvegarde de paramètres de l'application à échoué"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "au dessus"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Liste des applications"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "En bas"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Ce tableau montre tous les départements, dans l'arbre sélectionné."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
-msgstr "pas de limites"
+#: plugins/admin/applications/class_divListApplication.inc:34
+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/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "heures"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Sélectionner pour chercher dans le sous arbre"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr "Maintenir"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr "ignorer les sous arbres"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr "Mettre en attente"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Afficher les utilisateurs correspondants"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
-msgstr "Pas actif"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "nouveau"
 
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
-msgstr "Gérer LDAP"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Créer une nouvelle application"
 
 
-#: 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 ""
-"L'extension d'exportation au format XLS permet d'exporter une copie complète "
-"de l'annuaire LDAP au format XLS. Ces fichiers peuvent être utilisés à des "
-"fins de documentation."
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Applications"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exporter une seule entrée"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "couper"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Choisissez les données que vous voulez exporter"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Couper cette entrée"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exporter un fichier xls complet pour "
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr "copier"
 
 
-#: 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/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Copier cette entrée"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exporter un IVBB LDIF de"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "éditer"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Exportation réussie"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Modifier cette entrée"
 
 
-#: 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/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Supprimer cette entrée"
 
 
-#: 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/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Exécuter"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Exportation LDIF"
+#: 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/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
 msgstr ""
 msgstr ""
-"Vous n'avez pas les droits nécessaires pour effectuer des importations CSV."
+"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
+"l'application"
 
 
-#: 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/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Sélectionnez une base"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "échec"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Icône"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Mise à Jour"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "statut"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Recharger l'image à partir de l'annuaire LDAP"
 
 
-#: 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/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Exécutable uniquement par les membres"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Rien à importer !"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Remplacer la configuration de l'utilisateur au démarrage"
 
 
-#: 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/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Placer une icône sur le bureau des membres"
 
 
-#: 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/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
 
-#: 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/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
 
-#: 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/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Télécharger"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importation d'un fichier LDIF"
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Téléchargement"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Modifier les attributs existants"
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Gestion des applications"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Récrire cette entrée"
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Branches"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Importation réussie"
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "Version actuelle"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 msgid ""
 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."
+"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 ""
-"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/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Sélectionnez le fichier CSV à importer"
-
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Sélectionnez le modèle"
-
-#: 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/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/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Voici le rapport de votre importation:"
-
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Sélectionnez le modèle"
+"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/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "Importer un fichier XLS"
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "La suppression du département à échoué"
 
 
-#: 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/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
 msgstr ""
 msgstr ""
-"Vous n'avez pas les droits nécessaires pour effectuer des exportations LDAP."
+"Vous n'avez pas l'autorisation pour créer un département sur cette 'Base'."
 
 
-#: 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/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Un département ayant ce 'Nom' existe déjà."
 
 
-#: 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/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Erreur Inconnue"
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Le champ obligatoire 'Description' n'est pas rempli."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
 msgid ""
 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."
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
 msgstr ""
 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."
+"Le champ 'Nom' contient le mot réservé '%s'. Veuillez choisir un autre nom."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
+"Erreur fatale: Impossible de trouver un marqueur libre pour marquer l'entité "
+"administrative!"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exporter un fichier LDIF complet pour "
+#: plugins/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "La sauvegarde du département à échoué"
 
 
-#: 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/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
+msgstr "Marquer '%s'."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Cliquez ici pour exporter l'arbre LDAP "
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
+msgstr "Bouger '%s' vers '%s'"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "Importer un fichier CSV"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
+msgstr "Impossible de copier %s, arrêt de l'opération"
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Affichage des logs système"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Départements"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Logs systèmes"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, 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/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Pas de LOG serveurs définis!"
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département."
 
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-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/admin/departments/class_departmentManagement.inc:333
+msgid ".."
+msgstr ".."
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-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/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Liste des départements"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "La requête sur la base de données des logs a échoué!"
+#: plugins/admin/departments/class_divListDepartment.inc:33
+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/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "Une heure"
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Nom du département"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 heures"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Expression régulière correspondant à des noms de groupe"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 heures"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Créer un nouveau département"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 heures"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "département"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 jours"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Opération en cours"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "une semaine"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
+"Aussitôt que l'opération de déplacement est finie, vous pouvez aller à la "
+"fin de la page et cliquer sur 'Continuer' pour continuer la configuration "
+"des départements."
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 semaines"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
+msgstr ""
+"Votre navigateur ne supporte pas les iframes, veuillez utiliser ce lien pour "
+"effectuer l'opération demandée."
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "un mois"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Propriétés"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Afficher les machines"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nom du département"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Log Level"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nom de la branche à créer"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Intervalle de temps"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Description du département"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Entrée la chaîne de caractères à chercher"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Catégorie"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Ensemble de Règles"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Catégorie pour cette branche de l'annuaire"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Niveau"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr ""
+"Sélectionnez la branche de l'annuaire dans laquelle sera placée le "
+"département"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nom d'hôte"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Lieu où est située cette branche de l'annuaire"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Message"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Localisation de cette branche"
 
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
-msgstr "Objets"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Adresse postale de cette branche"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Liste des noms de variables déjà utilisées"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Numéro de téléphone de base pour cette sous-branche"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Choisissez une variable à effacer ou éditer"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Numéro de fax de base pour cette sous-branche"
 
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Installation entièrement automatique (FAI)"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Paramètres administratifs"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
-msgstr "Téléchargement"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
+msgstr "Marquer le département comme une entité administrative indépendante"
 
 
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
-msgstr "La suppression du script de base FAI à échoué."
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Gestion des départements"
 
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
-#, php-format
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 msgid ""
 msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
-"given 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 ""
-"Impossible d'insérer un script nommé '%s' dans '%s' il y a déjà un script "
-"avec le même nom ."
-
-#: plugins/admin/fai/class_faiScript.inc:393
-msgid "Creating FAI script base failed"
-msgstr "Créer un nouveau script de base FAI à échoué"
-
-#: plugins/admin/fai/class_faiScript.inc:477
-msgid "Removing FAI script failed"
-msgstr "La suppression du script FAI à échoué"
+"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_faiScript.inc:496
-msgid "Saving FAI script failed"
-msgstr "La sauvegarde du script FAI à échoué"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
 #: plugins/admin/departments/tabs_department.inc:31
 #: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 "Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de "
 "l'arbre à bouger."
 
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 "Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de "
 "l'arbre à bouger."
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, php-format
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
+"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 ""
-"Impossible d'insérer un modèle fai nommé '%s' dans '%s' il y a déjà un "
-"modèle avec le même nom."
+"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/fai/class_faiTemplate.inc:390
-msgid "Saving FAI template base failed"
-msgstr "La sauvegarde du modèle FAI de base à échoué"
+#: 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/fai/class_faiTemplate.inc:468
-msgid "Removing FAI template entry failed"
-msgstr "La suppression du modèle FAI à échoué"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Entrez le nom de la classe FAI manuellement"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:473
-msgid "Modifying FAI template entry failed"
-msgstr "La modification du modèle FAI à échoué"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Nom de la classe"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
-msgid "Creating FAI template entry failed"
-msgstr "La création du modèle FAI à échoué"
+#: 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/fai/class_faiManagement.inc:32
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Choisissez un nom de classe"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
-msgstr "Gestion de - Fully Automatic Installation"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Utiliser"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, 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/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Un nouveau nom de classe."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-msgid "You are not allowed to delete this component!"
-msgstr "Vous n'êtes pas autorisé à supprimer ce composant!"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Création d'une nouvelle branche"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
-msgstr "Vous êtes sur le point d'effacer / vérouiller la branche fai '%s'."
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Création d'une nouvelle branche verrouillée"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:287
-msgid "You are not allowed to delete this release!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette version!"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Effacer la version actuelle"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:345
-msgid "Specified branch name is invalid."
-msgstr "Le branche spécifiée est invalide."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Créer un nouvel objet FAI - table des partitions."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:347
-msgid "Specified freeze name is invalid."
-msgstr "Le nom utilisé pour le verrouillage est invalide."
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Créer un nouvel objet FAI - liste de paquets."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-msgid "This name is already in use."
-msgstr "Le nom spécifié est déjà utilisé."
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Créer un nouvel objet FAI - ensemble de scripts."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Créer un nouvel objet FAI - ensemble de variables."
 
 
-#: 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/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Créer un nouvel objet FAI - ensemble des connections."
 
 
-#: 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/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Créer un nouvel objet FAI - profil."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
-msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
-msgstr ""
-"Votre recherche '%s' à retourné trop de résultat. Seulement les 200 "
-"premières entrées sont affichées pour éviter de surcharger la mémoire."
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Créer un nouvel objet FAI - modèle."
 
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
-msgstr "Branches"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Créer un nouvel objet FAI"
 
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
-msgstr "Version actuelle"
+#: plugins/admin/fai/class_askClassName.inc:138
+msgid "Spaces are not allowed within class names."
+msgstr "Les espaces ne sont pas autorisées dans les noms de classes."
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Création d'une nouvelle branche"
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "Le nom de classe indiqué est vide."
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Création d'une nouvelle branche verrouillée"
+#: plugins/admin/fai/class_askClassName.inc:146
+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/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Effacer la version actuelle"
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Liste des classes FAI"
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "Liste des objets FAI"
+#: plugins/admin/fai/class_divListFai.inc:44
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Ce tableau montre toutes les classes FAI, dans l'arbre sélectionné."
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr "Recharger la classe et la version depuis l'objet parent."
+#: plugins/admin/fai/class_divListFai.inc:48
+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/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/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Nom de la classe FAI"
 
 
-#: 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/fai/class_divListFai.inc:59
+msgid "Class type"
+msgstr "Type de la classe"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Disques"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
+msgstr "Afficher les profiles FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Afficher les profils"
+
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Afficher les modèles d'objets FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Afficher les modèles"
+
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Afficher les scripts FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Afficher les scripts"
+
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Afficher les connexions FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Montrer les connections"
+
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Afficher les variables FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Afficher les variables"
+
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Afficher les paquets FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Afficher les paquets"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Choisissez un disque à effacer ou editer"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Afficher les partitions FAI"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Liste des objets FAI (Fully Automatic Installation)"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Afficher les partitions"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-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/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Nouveau profil"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
-msgstr "Montrer seulement les classes avec modèles"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
+msgstr "P"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr "Montrer seulement les classes avec scripts"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Nouvelle table des partitions"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
-msgstr "Montrer seulement les classes avec une connection"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
-msgstr "Montrer seulement les classes avec variables"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Nouveau scripts"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
-msgstr "Montrer seulement les classes avec des paquets"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "S"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
-msgstr "Montrer seulement les classes avec des partitions"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Nouvelles connexions"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Afficher les objets correspondants"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr "H"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Expression régulière pour trouver les objets correspondants"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Nouvelles variables"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Paquet"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
-msgstr "Scripts"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Nouveau modèles"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
-msgstr "Table des partitions"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr "T"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
-msgstr "Liste des paquets"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Nouvelle liste des paquets"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
-"Vous ne pouvez pas utiliser cette extension tant que FAI n'est pas activé."
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
-msgstr "Cet objet n'a pas de classe FAI assignée."
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Editer la classe"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
-msgid "Open"
-msgstr "Ouvrir"
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Effacer la classe"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
-msgid "No."
-msgstr "Non."
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr "La suppression du hook FAI de base à échoué"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-msgid "FS options"
-msgstr "Options FS"
+#: plugins/admin/fai/class_faiHook.inc:382
+#, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
+msgstr ""
+"Impossible d'insérer une connexion fai nommé '%s' dans '%s' il y a déjà une "
+"connexion avec le même nom."
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
-msgstr "Options de montage"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr "La sauvegarde du hook de base FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
-msgstr "Taille en MB"
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr "La suppression du hook FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
-msgstr "Point de montage"
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr "La sauvegarde du hook FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
 msgid "Please select a valid file."
 msgstr "Veuillez sélectionner un fichier valide."
 
 msgid "Please select a valid file."
 msgstr "Veuillez sélectionner un fichier valide."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
 msgid "Selected file is empty."
 msgstr "Le fichier spécifié est vide."
 
 msgid "Selected file is empty."
 msgstr "Le fichier spécifié est vide."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Veuillez entrer une valeur pour le script."
+
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
 msgid "Please enter a name."
 msgstr " Veuillez entrer un nom."
 
 msgid "Please enter a name."
 msgstr " Veuillez entrer un nom."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Veuillez indiquer un script."
-
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Propriétés"
-
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Attributs du script"
-
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Sélectionnez une priorité"
-
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Importez un script"
-
-#: plugins/admin/fai/class_faiPackage.inc:342
-msgid "Removing FAI package base failed"
-msgstr "La suppression du package FAI de base à échoué"
-
-#: plugins/admin/fai/class_faiPackage.inc:371
-msgid "Please select a least one Package."
-msgstr "Veuillez sélectionner au moins un paquet."
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:375
-msgid "Please choose a valid combination for your repository setup."
-msgstr ""
-"Veuillez choisir une combinaison valable pour la création de votre dépôt de "
-"paquets."
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
+msgstr "Gestion de - Fully Automatic Installation"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:388
+#: plugins/admin/fai/class_faiManagement.inc:173
 #, php-format
 #, php-format
-msgid ""
-"Can't insert a fai package list named '%s' in '%s' there is already a "
-"package list with the given name."
+msgid "You're about to delete all information about the FAI class at '%s'."
 msgstr ""
 msgstr ""
-"Impossible d'insérer un paquet fai nommé '%s' dans '%s' il y a déjà un "
-"paquet avec le même nom."
-
-#: plugins/admin/fai/class_faiPackage.inc:410
-msgid "package is configured"
-msgstr "le paquet est configuré"
+"Vous êtes sur le point de supprimer toute les informations relatives au "
+"composant FAI '%s'."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:416
-msgid "Package marked for removal"
-msgstr "Paquet marqué à enlever"
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
+msgstr "Vous n'êtes pas autorisé à supprimer ce composant!"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:442
+#: plugins/admin/fai/class_faiManagement.inc:278
 #, php-format
 #, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Le paquets '%s' n'existe pas."
-
-#: plugins/admin/fai/class_faiPackage.inc:506
-msgid "Saving FAI package base failed"
-msgstr "La sauvegarde du package FAI de base à échoué"
-
-#: plugins/admin/fai/class_faiPackage.inc:551
-msgid "Saving FAI package entry failed"
-msgstr "La suppression de l'entrée du paquet FAI à échoué"
-
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-msgid "Release"
-msgstr "Version"
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr "Vous êtes sur le point d'effacer / vérouiller la branche fai '%s'."
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-msgid "Section"
-msgstr "Section"
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette version!"
 
 
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
-msgstr "Méthode d'installation"
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
+msgstr "Le branche spécifiée est invalide."
 
 
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
-msgstr "Paquets utilisés"
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
+msgstr "Le nom utilisé pour le verrouillage est invalide."
 
 
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
-msgstr "Paquets Choisis"
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
+msgstr "Le nom spécifié est déjà utilisé."
 
 
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Configurer"
+#: plugins/admin/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
+msgstr "La suppression du package FAI de base à échoué"
 
 
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
-msgstr "Activer/Désactiver le marqueur à effacer"
+#: plugins/admin/fai/class_faiPackage.inc:366
+msgid "Please select a least one Package."
+msgstr "Veuillez sélectionner au moins un paquet."
 
 
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
-msgstr "La suppression du hook FAI de base à échoué"
+#: plugins/admin/fai/class_faiPackage.inc:370
+msgid "Please choose a valid combination for your repository setup."
+msgstr ""
+"Veuillez choisir une combinaison valable pour la création de votre dépôt de "
+"paquets."
 
 
-#: plugins/admin/fai/class_faiHook.inc:387
+#: plugins/admin/fai/class_faiPackage.inc:383
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
 msgstr ""
 msgstr ""
-"Impossible d'insérer une connexion fai nommé '%s' dans '%s' il y a déjà une "
-"connexion avec le même nom."
+"Impossible d'insérer un paquet fai nommé '%s' dans '%s' il y a déjà un "
+"paquet avec le même nom."
 
 
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
-msgstr "La sauvegarde du hook de base FAI à échoué"
+#: plugins/admin/fai/class_faiPackage.inc:405
+msgid "package is configured"
+msgstr "le paquet est configuré"
 
 
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
-msgstr "La suppression du hook FAI à échoué"
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
+msgstr "Paquet marqué à enlever"
 
 
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
-msgstr "La sauvegarde du hook FAI à échoué"
+#: plugins/admin/fai/class_faiPackage.inc:437
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Le paquets '%s' n'existe pas."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr "Cette liste affiche toute les classes appartenant à ce profile."
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
+msgstr "La sauvegarde du package FAI de base à échoué"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
-msgstr "Ensemble de connections"
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
+msgstr "La suppression de l'entrée du paquet FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
-msgstr "Ensemble de modèles"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Information Debconf pour le paquet '%s'"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
-msgstr "Ensemble de scripts"
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
+msgstr "Veuillez indiquer une chaîne de caractères a chercher"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
-msgstr "Ensemble de variables"
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+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/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
-msgstr "Ensemble de paquets"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
+msgstr ""
+"Votre recherche '%s' à retourné trop de résultat. Seulement les 200 "
+"premières entrées sont affichées pour éviter de surcharger la mémoire."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr "Enlever la classe du profil"
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "partition(s) %s "
 
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
-msgstr "En bas"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "partition(s) %s "
 
 
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
-msgstr "La suppression du profile FAI à échoué"
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
+msgid ""
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
+msgstr ""
+"Impossible d'insérer une table de partition fai nommée '%s' dans '%s' il y a "
+"déjà une table de partition avec le même nom."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr "Veuillez assigner au moins une classe à ce profile."
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "LA sauvegarde de la table de partition FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
-msgstr "Veuillez entrer un nom valide."
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "La suppression de la table des partitions FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:425
-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/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "La sauvegarde de la table des partitions FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr "La sauvegarde du profile FAI à échoué"
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "La suppression la la table de partition FAI à échoué"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "Classes FAI"
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "La sauvegarde de l'entrée dans la table de partition FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 msgid "primary"
 msgstr "principal"
 
 msgid "primary"
 msgstr "principal"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 msgid "logical"
 msgstr "logique"
 
 msgid "logical"
 msgstr "logique"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
 msgid "FS type"
 msgstr "FS type"
 
 msgid "FS type"
 msgstr "FS type"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Point de montage"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Taille en MB"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Options de montage"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
 msgid "FS option"
 msgstr "option du système de fichier"
 
 msgid "FS option"
 msgstr "option du système de fichier"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
 msgid "Preserve"
 msgstr "Préserver"
 
 msgid "Preserve"
 msgstr "Préserver"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
 #, php-format
 msgid "please enter a unique mount point for partition %s"
 msgstr "Veuillez entrer un point de montage unique pour la partition %s"
 
 #, 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/fai/class_faiPartitionTableEntry.inc:372
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
 #, php-format
 msgid "Please enter a valid mount point for partition %s."
 msgstr "Veuillez entrer un point de montage valide pour la partition %s."
 
 #, 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/fai/class_faiPartitionTableEntry.inc:377
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
@@ -5793,31 +5203,31 @@ msgstr ""
 "Le système de fichier 'swap' est déjà utilisé, veuillez changer le type pour "
 "la partition %s."
 
 "Le système de fichier 'swap' est déjà utilisé, veuillez changer le type pour "
 "la partition %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
 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."
 
 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/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
 #, php-format
 msgid "Please enter a valid partition size for partition %s."
 msgstr "Veuillez entrer une taille valide pour la partition %s."
 
 #, php-format
 msgid "Please enter a valid partition size for partition %s."
 msgstr "Veuillez entrer une taille valide pour la partition %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
 #, php-format
 msgid "Please enter a valid range for partition %s."
 msgstr "Veuillez entrer une dimension valide pour la partition %s."
 
 #, php-format
 msgid "Please enter a valid range for partition %s."
 msgstr "Veuillez entrer une dimension valide pour la partition %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
 #, 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."
 
 #, 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/fai/class_faiPartitionTableEntry.inc:419
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
@@ -5825,346 +5235,304 @@ msgstr ""
 "Vous avez plus de 3 partitions primaires dans votre configuration, veuillez "
 "vérifier votre configuration."
 
 "Vous avez plus de 3 partitions primaires dans votre configuration, veuillez "
 "vérifier votre configuration."
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Périphérique"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Liste de partitions"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Ajouter une partition"
-
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Liste des scripts"
-
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Veuillez entrer une valeur pour l'attribut 'contenu'."
-
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-"Vous allez maintenant créer un branche ou une branche verrouillée. Cette "
-"action copie la version actuelle dans un nouvelle version. Les branches "
-"peuvent être modifiées comme d'habitude. Les classes FAI des branches "
-"verrouillées ne peuvent pas être modifiées, seul des des classes "
-"supplémentaires sont possibles. Les noms de branches doivent être "
-"alphanumériques, a l'exception des mots réservés 'scripts', 'hooks', "
-"'partitions', 'variables', 'templates' et 'fai'."
-
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
-msgstr ""
-"Les branches sont crées comme des sous versions de la branche sélectionnées. "
-"La création d'un nouvelle branche nommée 1.0.2 in SARGE par exemple, donnera "
-"comme résultat une nouvelle version appelée SARGE/1.0.2"
-
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Veuillez entrer un nom pour la branche."
-
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Opération en cours"
-
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
-"Aussitôt que l'opération de copie est finie, vous pouvez aller à la fin de "
-"la page et cliquer sur 'Continuer' pour continuer la configuration de fai."
-
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
-msgstr ""
-"Votre navigateur ne supporte pas les iframes, veuillez utiliser ce lien pour "
-"effectuer l'opération demandée."
-
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr "Opération en cours."
-
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Démarrage de l'opération"
-
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Attributs des variables"
-
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Contenu de la variable"
-
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Liste des modèles"
-
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Liste des paquets disponibles"
-
-#: 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/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Liste des classes FAI"
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
+msgstr "Cette liste affiche toute les classes appartenant à ce profile."
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Ce tableau montre toutes les classes FAI, dans l'arbre sélectionné."
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr "Ensemble de connections"
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-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/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Ensemble de modèles"
 
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Nom de la classe FAI"
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Ensemble de scripts"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
-msgstr "Type de la classe"
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Ensemble de variables"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr "Afficher les profiles FAI"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr "Ensemble de paquets"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Afficher les profils"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Table des partitions"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Afficher les modèles d'objets FAI"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr "Enlever la classe du profil"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Afficher les modèles"
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "En bas"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Afficher les scripts FAI"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr "La suppression du profile FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Afficher les scripts"
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
+msgid ""
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
+msgstr ""
+"Impossible d'insérer un script nommé '%s' dans '%s' il y a déjà un script "
+"avec le même nom ."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Afficher les connexions FAI"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr "Veuillez assigner au moins une classe à ce profile."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Montrer les connections"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Veuillez entrer un nom valide."
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Afficher les variables FAI"
+#: plugins/admin/fai/class_faiProfile.inc:420
+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/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Afficher les variables"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr "La sauvegarde du profile FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Afficher les paquets FAI"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr "Ensemble des paquets"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Afficher les paquets"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Objets"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Afficher les partitions FAI"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr "La suppression du script de base FAI à échoué."
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Afficher les partitions"
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
+msgstr "Créer un nouveau script de base FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
-msgstr "Nouveau profil"
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
+msgstr "La suppression du script FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
-msgstr "P"
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
+msgstr "La sauvegarde du script FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "New partition table"
-msgstr "Nouvelle table des partitions"
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Veuillez indiquer un script."
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
+msgstr "Scripts"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
-msgstr "Nouveau scripts"
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
+msgstr "Liste des paquets"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
-msgstr "S"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
+"Vous ne pouvez pas utiliser cette extension tant que FAI n'est pas activé."
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
-msgstr "Nouvelles connexions"
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
+msgstr "Cet objet n'a pas de classe FAI assignée."
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
-msgstr "H"
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
+msgstr "Ouvrir"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
-msgstr "Nouvelles variables"
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
+msgstr "Non."
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr "V"
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
+msgstr "Options FS"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "New templates"
-msgstr "Nouveau modèles"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
+msgstr ""
+"Impossible d'insérer un modèle fai nommé '%s' dans '%s' il y a déjà un "
+"modèle avec le même nom."
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
-msgstr "T"
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
+msgstr "La sauvegarde du modèle FAI de base à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
-msgstr "Nouvelle liste des paquets"
+#: plugins/admin/fai/class_faiTemplate.inc:463
+msgid "Removing FAI template entry failed"
+msgstr "La suppression du modèle FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/fai/class_faiTemplate.inc:468
+msgid "Modifying FAI template entry failed"
+msgstr "La modification du modèle FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
-msgstr "couper"
+#: plugins/admin/fai/class_faiTemplate.inc:481
+msgid "Creating FAI template entry failed"
+msgstr "La création du modèle FAI à échoué"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
-msgstr "Couper cette entrée"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "pas encore de fichier téléchargé"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
-msgstr "copier"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "existe dans la base de données (taille: %s octets)"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
-msgstr "Copier cette entrée"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Veuillez spécifier une valeur pour l'attribut 'fichier'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
-msgstr "Editer la classe"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
+msgstr "Veuillez spécifier une valeur pour l'attribut 'chemin'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
-msgstr "Effacer la classe"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
+msgstr " Veuillez entrer un utilisateur."
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Liste des scripts de connexions"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+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/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
-msgstr "partition(s) %s "
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
+msgstr " Veuillez entrer un groupe."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
-msgstr "partition(s) %s "
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+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/fai/class_faiPartitionTable.inc:335
+#: plugins/admin/fai/class_faiVariable.inc:280
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
 msgstr ""
 msgstr ""
-"Impossible d'insérer une table de partition fai nommée '%s' dans '%s' il y a "
-"déjà une table de partition avec le même nom."
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
-msgstr "LA sauvegarde de la table de partition FAI à échoué"
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
-msgstr "La suppression de la table des partitions FAI à échoué"
+"Impossible d'insérer une variable fai nommée '%s' dans '%s' il y a déjà une "
+"variable avec le même nom."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
-msgstr "La sauvegarde de la table des partitions FAI à échoué"
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr "La sauvegarde de la variable de base FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
-msgstr "La suppression la la table de partition FAI à échoué"
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr "La suppression de la variable FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
-msgstr "La sauvegarde de l'entrée dans la table de partition FAI à échoué"
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr "La sauvegarde de la variable FAI à échoué"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Veuillez entrer une valeur pour le script."
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Veuillez entrer une valeur pour l'attribut 'contenu'."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr "Ensemble des paquets"
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Liste des scripts de connexions"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Nom de la classe"
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Ajouter"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
@@ -6178,193 +5546,237 @@ msgstr "Tâche"
 msgid "Choose an existing FAI task"
 msgstr "Choisissez une tâche FAI existante"
 
 msgid "Choose an existing FAI task"
 msgstr "Choisissez une tâche FAI existante"
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Information Debconf pour le paquet '%s'"
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
+msgstr "Importez un script"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, php-format
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Appliquer"
+
+#: plugins/admin/fai/faiNewBranch.tpl:5
 msgid ""
 msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 msgstr ""
-"Impossible d'insérer une variable fai nommée '%s' dans '%s' il y a déjà une "
-"variable avec le même nom."
-
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
-msgstr "La sauvegarde de la variable de base FAI à échoué"
+"Vous allez maintenant créer un branche ou une branche verrouillée. Cette "
+"action copie la version actuelle dans un nouvelle version. Les branches "
+"peuvent être modifiées comme d'habitude. Les classes FAI des branches "
+"verrouillées ne peuvent pas être modifiées, seul des des classes "
+"supplémentaires sont possibles. Les noms de branches doivent être "
+"alphanumériques, a l'exception des mots réservés 'scripts', 'hooks', "
+"'partitions', 'variables', 'templates' et 'fai'."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
-msgstr "La suppression de la variable FAI à échoué"
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
+msgstr ""
+"Les branches sont crées comme des sous versions de la branche sélectionnées. "
+"La création d'un nouvelle branche nommée 1.0.2 in SARGE par exemple, donnera "
+"comme résultat une nouvelle version appelée SARGE/1.0.2"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
-msgstr "La sauvegarde de la variable FAI à échoué"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Veuillez entrer un nom pour la branche."
 
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Créer un nouvel objet FAI - table des partitions."
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
+msgstr ""
+"Aussitôt que l'opération de copie est finie, vous pouvez aller à la fin de "
+"la page et cliquer sur 'Continuer' pour continuer la configuration de fai."
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Créer un nouvel objet FAI - liste de paquets."
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr "Opération en cours."
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Créer un nouvel objet FAI - ensemble de scripts."
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Démarrage de l'opération"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Créer un nouvel objet FAI - ensemble de variables."
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
+msgstr "Version"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Créer un nouvel objet FAI - ensemble des connections."
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
+msgstr "Section"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Créer un nouvel objet FAI - profil."
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
+msgstr "Méthode d'installation"
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Créer un nouvel objet FAI - modèle."
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
+msgstr "Paquets utilisés"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Créer un nouvel objet FAI"
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
+msgstr "Paquets Choisis"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
-msgid "Spaces are not allowed within class names."
-msgstr "Les espaces ne sont pas autorisées dans les noms de classes."
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
+msgstr "Activer/Désactiver le marqueur à effacer"
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
-msgstr "Le nom de classe indiqué est vide."
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Paquet"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
-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/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Liste des paquets disponibles"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:26
 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 menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 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."
+"Ce menu vous permet de sélectionner de multiples paquets à ajouter a la "
+"liste en cours d'édition."
 
 
-#: 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/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Afficher les objets correspondants"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Entrez le nom de la classe FAI manuellement"
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Expression régulière pour trouver les objets correspondants"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Disques"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Choisissez un disque à effacer ou editer"
+
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Périphérique"
 
 
-#: 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/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Liste de partitions"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Choisissez un nom de classe"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Ajouter une partition"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
-msgstr "Utiliser"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "Classes FAI"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Un nouveau nom de classe."
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Sélectionnez une priorité"
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Liste des objets FAI (Fully Automatic Installation)"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:26
 msgid ""
 msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 msgstr ""
-"Cela inclut toutes les données des comptes, les droits d'accès, la "
-"configuration imap,etc. pour cette branche. 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."
+"Ce menu vous permet de sélectionner des classes FAI et de les ajouter au "
+"profile actuellement édité."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "pas encore de fichier téléchargé"
+#: plugins/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
+msgstr "Montrer seulement les classes avec modèles"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "existe dans la base de données (taille: %s octets)"
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr "Montrer seulement les classes avec scripts"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Veuillez spécifier une valeur pour l'attribut 'fichier'."
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
+msgstr "Montrer seulement les classes avec une connection"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Veuillez spécifier une valeur pour l'attribut 'chemin'."
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
+msgstr "Montrer seulement les classes avec variables"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr " Veuillez entrer un utilisateur."
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
+msgstr "Montrer seulement les classes avec des paquets"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-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/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
+msgstr "Montrer seulement les classes avec des partitions"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr " Veuillez entrer un groupe."
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Liste des scripts"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-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/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Attributs du script"
+
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorité"
+
+#: plugins/admin/fai/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "Liste des objets FAI"
+
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr "Recharger la classe et la version depuis l'objet parent."
+
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Liste des modèles"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Attributs des modèles"
 
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Attributs des modèles"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
-msgstr "Fichier"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Sauver le modèle"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Sauver le modèle"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Télécharger"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Répertoire de destination"
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Répertoire de destination"
@@ -6376,9 +5788,9 @@ msgstr "Propriétaire"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Groupes"
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Groupes"
@@ -6388,7 +5800,7 @@ msgid "Access"
 msgstr "Accès"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
 msgstr "Accès"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
+#: plugins/admin/systems/class_servDNS.inc:164
 msgid "Class"
 msgstr "Classe"
 
 msgid "Class"
 msgstr "Classe"
 
@@ -6400,18 +5812,18 @@ msgstr "Lire"
 msgid "Write"
 msgstr "Ecrire"
 
 msgid "Write"
 msgstr "Ecrire"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Exécuter"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 msgid "Special"
 msgstr "Spécial"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 msgid "Special"
 msgstr "Spécial"
 
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Utilisateur"
+
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 msgid "SUID"
 msgstr "SUID"
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 msgid "SUID"
 msgstr "SUID"
@@ -6428,169 +5840,82 @@ msgstr "Autres"
 msgid "sticky"
 msgstr "permanent"
 
 msgid "sticky"
 msgstr "permanent"
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-msgid "Enter FAI object name"
-msgstr "Entrez le nom de l'objet FAI"
-
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Version utilisée"
-
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Sélectionnez le nom de la version"
-
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Applications utilisées"
-
-#: plugins/admin/groups/application.tpl:19
-msgid "Add category"
-msgstr "Ajouter une catégorie"
-
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Applications disponibles"
-
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Adresse de messagerie principale pour ce répertoire partagé"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Liste des noms de variables déjà utilisées"
 
 
-#: 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/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Choisissez une variable à effacer ou éditer"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Répertoire partagé IMAP"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Attributs des variables"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permission par défaut"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Contenu de la variable"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Permission des membres"
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Installation entièrement automatique (FAI)"
 
 
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Transférer les messages vers un membre n'appartenant pas au groupe"
+#: plugins/admin/fai/paste_fai_object.tpl:1
+msgid "Enter FAI object name"
+msgstr "Entrez le nom de l'objet FAI"
 
 
-#: plugins/admin/groups/remove.tpl:6
+#: plugins/admin/fai/remove.tpl:7
 msgid ""
 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/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Administration du groupe"
-
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Groupes"
-
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
-msgid "You are not allowed to execute this method!"
-msgstr "Vous n'êtes pas autorisé à exécuter cette méthode!"
-
-#: plugins/admin/groups/class_groupManagement.inc:261
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Vous êtes sur le point de supprimer le groupe '%s'."
-
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
-msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!"
-
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+"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 ""
-"Impossible de trouver le SID de ce groupe dans l'annuaire LDAP ou dans le "
-"fichier de configuration!"
-
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
-msgstr "Ce 'dn' n'est pas un groupe."
-
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
-msgstr "Groupe Samba"
-
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
-msgstr "Administrateurs du domaine"
-
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
-msgstr "Utilisateurs du domaine"
-
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
-msgstr "Invités du domaine"
-
-#: plugins/admin/groups/class_groupGeneric.inc:327
-#, php-format
-msgid "Special group (%d)"
-msgstr "Groupe spécial (%d)"
-
-#: plugins/admin/groups/class_groupGeneric.inc:439
-msgid "! unknown id"
-msgstr "! identifiant inconnu"
+"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/groups/class_groupGeneric.inc:480
-#, php-format
+#: plugins/admin/fai/remove_branch.tpl:6
 msgid ""
 msgid ""
-"Your search method returned more than '%s' users, only '%s' users are shown."
+"This includes all account data, system access, etc. for this branch. Please "
+"double check if your really want to do this since there is no way for GOsa "
+"to get your data back."
 msgstr ""
 msgstr ""
-"'%s' utilisateurs ont été trouvé grâce à votre recherche, les '%s' premiers "
-"seront montrés."
+"Cela inclut toutes les données des comptes, les droits d'accès, la "
+"configuration imap,etc. pour cette branche. 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/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
-msgstr "La suppression du groupe à échoué"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Choisissez"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
-#, php-format
-msgid "No configured SID found for '%s'."
-msgstr "Pas de SID trouvé pour '%s'."
+#: 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/groups/class_groupGeneric.inc:621
-#, php-format
-msgid "No configured RIDBASE found for '%s'."
-msgstr "Pas de RIDBASE trouvé pour '%s'"
+#: plugins/admin/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Version utilisée"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
-msgstr "La sauvegarde du groupe à échoué"
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Sélectionnez le nom de la version"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:611
-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/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Applications utilisées"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
-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/groups/application.tpl:19
+msgid "Add category"
+msgstr "Ajouter une catégorie"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
-msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà."
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Applications disponibles"
+
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Options des applications"
 
 #: plugins/admin/groups/class_divListGroup.inc:35
 #: plugins/admin/groups/class_divListGroup.inc:36
 
 #: plugins/admin/groups/class_divListGroup.inc:35
 #: plugins/admin/groups/class_divListGroup.inc:36
@@ -6656,257 +5981,55 @@ msgstr ""
 msgid "Show functional groups"
 msgstr "Afficher les groupes fonctionnels"
 
 msgid "Show functional groups"
 msgstr "Afficher les groupes fonctionnels"
 
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
-msgstr "Créer un nouveau groupe"
-
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
-msgstr "Posix"
-
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Applications"
-
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
-msgstr "Modifier cette entrée"
-
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
-msgstr "Supprimer cette entrée"
-
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Objet"
-
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Choisissez"
-
-#: 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/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Administrateurs du répertoire"
-
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Sélectionner un département"
-
-#: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
-msgstr "lecture"
-
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
-msgstr "envoyer"
-
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
-msgstr "envoi externe"
-
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
-msgstr "ajouter"
-
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
-msgstr "écrire"
-
-#: plugins/admin/groups/class_groupMail.inc:328
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Ce 'dn' n'a pas d'extension mail valide."
-
-#: plugins/admin/groups/class_groupMail.inc:352
-msgid ""
-"Remove shared folder from mail server database when entry gets removed in "
-"LDAP"
-msgstr ""
-"Enlever le dossier partagé du serveur de messagerie quand l'entrée est "
-"enlevée du serveur LDAP"
-
-#: plugins/admin/groups/class_groupMail.inc:353
-msgid "Remove the shared folder and all its contents after saving this account"
-msgstr ""
-"Effacer le dossier partagé et tout son contenu après avoir sauvegardé ce "
-"compte"
-
-#: plugins/admin/groups/class_groupMail.inc:408
-msgid "You're trying to add an invalid email address "
-msgstr "Vous essayez d'ajouter une adresse mail non valide "
-
-#: plugins/admin/groups/class_groupMail.inc:409
-msgid "to the list of forwarders."
-msgstr "à la liste des renvoi."
-
-#: plugins/admin/groups/class_groupMail.inc:645
-msgid "Removing group mail settings failed"
-msgstr "La suppression des paramètres de messagerie pour le groupe à échoué"
-
-#: plugins/admin/groups/class_groupMail.inc:819
-msgid "Saving group mail settings failed"
-msgstr "La sauvegarde des paramètres de messagerie pour le groupe à échoué"
-
-#: plugins/admin/groups/class_groupMail.inc:848
-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/groups/class_groupMail.inc:881
-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/groups/class_groupMail.inc:885
-msgid "Please select a valid mail server."
-msgstr "Veuillez sélectionner un serveur de messagerie valide."
-
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
-#: plugins/admin/ogroups/generic.tpl:7
-#: plugins/admin/ogroups/paste_generic.tpl:4
-msgid "Group name"
-msgstr "Nom du groupe"
-
-#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
-msgid "Posix name of the group"
-msgstr "Nom posix du groupe"
-
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Description du groupe"
-
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
-msgid "Choose subtree to place group in"
-msgstr "Sélectionnez la branche où sera placée le groupe"
-
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:13
-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/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:15
-msgid "Force GID"
-msgstr "Forcer le GID"
-
-#: plugins/admin/groups/generic.tpl:43
-#: plugins/admin/groups/paste_generic.tpl:18
-msgid "Forced ID number"
-msgstr "Forcer le numéro d'ID"
-
-#: plugins/admin/groups/generic.tpl:50
-msgid "Select to create a samba conform group"
-msgstr "Sélectionnez afin de créer un groupe samba"
-
-#: plugins/admin/groups/generic.tpl:55
-msgid "in domain"
-msgstr "dans le domaine"
-
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
-msgstr "Les membres sont dans un groupe téléphonique"
-
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
-msgstr "Les membres sont dans un groupe nagios"
-
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
-msgstr "Membre du groupe"
-
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Sélectionnez les utilisateurs à ajouter"
-
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Sélectionnez pour voir les serveurs"
-
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Chercher dans le sous arbre"
-
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Afficher les utilisateurs du département"
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Utilisateur dont on montre les groupes"
 
 
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
-msgstr "Expression régulière concordant avec les noms des utilisateurs"
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Créer un nouveau groupe"
 
 
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Préférences des groupes"
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Nouveau"
+
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:57
+#: plugins/admin/groups/class_groupAcl.inc:52
 msgid "You have no permissions to view and edit ACLs."
 msgstr "Vous n'avez pas l'autorisation pour voir et éditer les ACLs."
 
 msgid "You have no permissions to view and edit ACLs."
 msgstr "Vous n'avez pas l'autorisation pour voir et éditer les ACLs."
 
-#: plugins/admin/groups/class_groupAcl.inc:68
+#: plugins/admin/groups/class_groupAcl.inc:63
 msgid "This 'dn' is no acl container."
 msgstr "Ce 'dn' n'est pas un conteneur pour les acls."
 
 msgid "This 'dn' is no acl container."
 msgstr "Ce 'dn' n'est pas un conteneur pour les acls."
 
-#: plugins/admin/groups/class_groupAcl.inc:109
+#: plugins/admin/groups/class_groupAcl.inc:104
 msgid "Removing ACL information failed"
 msgstr "LA suppression des informations ACL à échoué"
 
 msgid "Removing ACL information failed"
 msgstr "LA suppression des informations ACL à échoué"
 
-#: plugins/admin/groups/class_groupAcl.inc:212
+#: plugins/admin/groups/class_groupAcl.inc:207
 msgid "Saving ACL information failed"
 msgstr "La sauvegarde des informations ACL à échoué"
 
 msgid "Saving ACL information failed"
 msgstr "La sauvegarde des informations ACL à échoué"
 
-#: plugins/admin/groups/class_groupAcl.inc:222
+#: plugins/admin/groups/class_groupAcl.inc:217
 msgid "All fields are writeable"
 msgstr "Tous les champs sont modifiables"
 
 msgid "All fields are writeable"
 msgstr "Tous les champs sont modifiables"
 
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Options des applications"
-
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Afficher les adresses du département"
-
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Afficher les adresses correspondantes"
-
-#: plugins/admin/groups/class_groupApplication.inc:401
+#: plugins/admin/groups/class_groupApplication.inc:396
 msgid "This 'dn' is no appgroup."
 msgstr "Ce 'dn' n'est pas un groupe d'applications."
 
 msgid "This 'dn' is no appgroup."
 msgstr "Ce 'dn' n'est pas un groupe d'applications."
 
-#: plugins/admin/groups/class_groupApplication.inc:409
+#: plugins/admin/groups/class_groupApplication.inc:404
 msgid "Remove applications"
 msgstr "Suppression d'applications"
 
 msgid "Remove applications"
 msgstr "Suppression d'applications"
 
-#: plugins/admin/groups/class_groupApplication.inc:410
+#: plugins/admin/groups/class_groupApplication.inc:405
 msgid ""
 "This group has application features enabled. You can disable them by "
 "clicking below."
 msgid ""
 "This group has application features enabled. You can disable them by "
 "clicking below."
@@ -6914,11 +6037,11 @@ msgstr ""
 "Des applications sont configurées pour ce groupe. Vous pouvez les désactivez "
 "en cliquant sur le bouton ci-dessous."
 
 "Des applications sont configurées pour ce groupe. Vous pouvez les désactivez "
 "en cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/groups/class_groupApplication.inc:412
+#: plugins/admin/groups/class_groupApplication.inc:407
 msgid "Create applications"
 msgstr "Créer des applications"
 
 msgid "Create applications"
 msgstr "Créer des applications"
 
-#: plugins/admin/groups/class_groupApplication.inc:413
+#: plugins/admin/groups/class_groupApplication.inc:408
 msgid ""
 "This group has application features disabled. You can enable them by "
 "clicking below."
 msgid ""
 "This group has application features disabled. You can enable them by "
 "clicking below."
@@ -6926,2142 +6049,2645 @@ msgstr ""
 "Ce groupe ne possède pas d'applications configurées. Vous pouvez en ajouter "
 "en cliquant sur le bouton ci-dessous."
 
 "Ce groupe ne possède pas d'applications configurées. Vous pouvez en ajouter "
 "en cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/groups/class_groupApplication.inc:425
+#: plugins/admin/groups/class_groupApplication.inc:420
 msgid "Invalid character in category name."
 msgstr "Le nom de la catégorie contient des caractères invalides."
 
 msgid "Invalid character in category name."
 msgstr "Le nom de la catégorie contient des caractères invalides."
 
-#: plugins/admin/groups/class_groupApplication.inc:433
+#: plugins/admin/groups/class_groupApplication.inc:428
 msgid "The specified category already exists."
 msgstr "Le catégorie indiquée existe déjà."
 
 msgid "The specified category already exists."
 msgstr "Le catégorie indiquée existe déjà."
 
-#: plugins/admin/groups/class_groupApplication.inc:528
+#: plugins/admin/groups/class_groupApplication.inc:523
 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."
 
 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/groups/class_groupApplication.inc:564
+#: plugins/admin/groups/class_groupApplication.inc:559
 msgid "The selected application has no options."
 msgstr "L'application sélectionnée n'a pas d'options."
 
 msgid "The selected application has no options."
 msgstr "L'application sélectionnée n'a pas d'options."
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
-msgstr "département"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "retour"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:657
+#: plugins/admin/groups/class_groupApplication.inc:652
 msgid "application"
 msgstr "application"
 
 msgid "application"
 msgstr "application"
 
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
 msgid "Delete entry"
 msgstr "Supprimer cette entrée"
 
 msgid "Delete entry"
 msgstr "Supprimer cette entrée"
 
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
 msgid "Move up"
 msgstr "En haut"
 
 msgid "Move up"
 msgstr "En haut"
 
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
-msgstr "En bas"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "En bas"
+
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr "Insérer un séparateur"
+
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "L'application sélectionnée n'est plus disponible."
+
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr "Cette application n'est pas disponible dans la version nommée %s."
+
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Vérifier le paramètre"
+
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Cette application à changé de paramètres."
+
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "La suppression des Informations sur les applications à échoué"
+
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "La sauvegarde des Informations sur les applications à échoué"
+
+#: plugins/admin/groups/class_groupApplication.inc:932
+#, php-format
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
+"Impossible de trouver la version '%s', le nom sera '%s'. Probablement que "
+"les objets de base ont changés."
+
+#: plugins/admin/groups/class_groupGeneric.inc:120
+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/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
+msgstr "Ce 'dn' n'est pas un groupe."
+
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Samba group"
+msgstr "Groupe Samba"
+
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
+msgstr "Administrateurs du domaine"
+
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
+msgstr "Utilisateurs du domaine"
+
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
+msgstr "Invités du domaine"
+
+#: plugins/admin/groups/class_groupGeneric.inc:322
+#, php-format
+msgid "Special group (%d)"
+msgstr "Groupe spécial (%d)"
+
+#: plugins/admin/groups/class_groupGeneric.inc:434
+msgid "! unknown id"
+msgstr "! identifiant inconnu"
+
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
+msgid ""
+"Your search method returned more than '%s' users, only '%s' users are shown."
+msgstr ""
+"'%s' utilisateurs ont été trouvé grâce à votre recherche, les '%s' premiers "
+"seront montrés."
+
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
+msgstr "La suppression du groupe à échoué"
+
+#: plugins/admin/groups/class_groupGeneric.inc:611
+#, php-format
+msgid "No configured SID found for '%s'."
+msgstr "Pas de SID trouvé pour '%s'."
+
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
+msgstr "Pas de RIDBASE trouvé pour '%s'"
+
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
+msgstr "La sauvegarde du groupe à échoué"
+
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+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/groups/class_groupGeneric.inc:740
+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/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
+msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà."
+
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "La valeur du 'GID' n'est pas valide."
+
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "La valeur spécifiée comme 'GID' est trop petite."
+
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre!"
+
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, 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/admin/groups/class_groupMail.inc:287
+msgid "read"
+msgstr "lecture"
+
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
+msgstr "envoyer"
+
+#: plugins/admin/groups/class_groupMail.inc:289
+msgid "external post"
+msgstr "envoi externe"
+
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
+msgstr "ajouter"
+
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
+msgstr "écrire"
+
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "aucun"
+
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Ce 'dn' n'a pas d'extension mail valide."
+
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Supprimer le compte de messagerie"
+
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"L'extension de messagerie est activée pour ce compte, vous pouvez la "
+"désactiver en cliquant sur le bouton ci-dessous."
+
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Créer un compte de messagerie"
+
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+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/admin/groups/class_groupMail.inc:348
+msgid ""
+"Remove shared folder from mail server database when entry gets removed in "
+"LDAP"
+msgstr ""
+"Enlever le dossier partagé du serveur de messagerie quand l'entrée est "
+"enlevée du serveur LDAP"
+
+#: plugins/admin/groups/class_groupMail.inc:349
+msgid "Remove the shared folder and all its contents after saving this account"
+msgstr ""
+"Effacer le dossier partagé et tout son contenu après avoir sauvegardé ce "
+"compte"
+
+#: plugins/admin/groups/class_groupMail.inc:404
+msgid "You're trying to add an invalid email address "
+msgstr "Vous essayez d'ajouter une adresse mail non valide "
+
+#: plugins/admin/groups/class_groupMail.inc:405
+msgid "to the list of forwarders."
+msgstr "à la liste des renvoi."
+
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+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/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+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/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+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/admin/groups/class_groupMail.inc:641
+msgid "Removing group mail settings failed"
+msgstr "La suppression des paramètres de messagerie pour le groupe à échoué"
+
+#: plugins/admin/groups/class_groupMail.inc:829
+msgid "Saving group mail settings failed"
+msgstr "La sauvegarde des paramètres de messagerie pour le groupe à échoué"
+
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Le champ obligatoire 'Adresse Principale' n'est pas rempli."
+
+#: plugins/admin/groups/class_groupMail.inc:858
+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/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "L'adresse principale entrée est déjà utilisée."
+
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "La valeur dans le champ 'Taille du quota' n'est pas valide."
+
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+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/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+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/admin/groups/class_groupMail.inc:891
+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/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr "Insérer un séparateur"
+#: plugins/admin/groups/class_groupMail.inc:895
+msgid "Please select a valid mail server."
+msgstr "Veuillez sélectionner un serveur de messagerie valide."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
-msgstr "L'application sélectionnée n'est plus disponible."
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+msgid "You are not allowed to execute this method!"
+msgstr "Vous n'êtes pas autorisé à exécuter cette méthode!"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:751
+#: plugins/admin/groups/class_groupManagement.inc:261
 #, php-format
 #, php-format
-msgid "This application is not available in any release named %s."
-msgstr "Cette application n'est pas disponible dans la version nommée %s."
+msgid "You're about to delete the group '%s'."
+msgstr "Vous êtes sur le point de supprimer le groupe '%s'."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
-msgstr "Vérifier le paramètre"
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
-msgstr "Cette application à changé de paramètres."
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
+#: plugins/admin/ogroups/generic.tpl:7
+#: plugins/admin/ogroups/paste_generic.tpl:4
+msgid "Group name"
+msgstr "Nom du groupe"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
-msgstr "La suppression des Informations sur les applications à échoué"
+#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
+msgid "Posix name of the group"
+msgstr "Nom posix du groupe"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
-msgstr "La sauvegarde des Informations sur les applications à échoué"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Description du groupe"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
-msgstr ""
-"Impossible de trouver la version '%s', le nom sera '%s'. Probablement que "
-"les objets de base ont changés."
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
+msgid "Choose subtree to place group in"
+msgstr "Sélectionnez la branche où sera placée le groupe"
 
 
-#: 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/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:13
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 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."
+"Normalement les IDs sont générés automatiquement, vous pouvez en spécifier "
+"un manuellement"
 
 
-#: 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/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:15
+msgid "Force GID"
+msgstr "Forcer le GID"
 
 
-#: plugins/admin/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Utilisateurs"
+#: plugins/admin/groups/generic.tpl:43
+#: plugins/admin/groups/paste_generic.tpl:18
+msgid "Forced ID number"
+msgstr "Forcer le numéro d'ID"
 
 
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-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/groups/generic.tpl:50
+msgid "Select to create a samba conform group"
+msgstr "Sélectionnez afin de créer un groupe samba"
 
 
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Vous êtes sur le point de supprimer l'utilisateur %s."
+#: plugins/admin/groups/generic.tpl:55
+msgid "in domain"
+msgstr "dans le domaine"
 
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette utilisateur!"
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
+msgstr "Les membres sont dans un groupe téléphonique"
 
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "aucun"
+#: plugins/admin/groups/generic.tpl:85
+msgid "Members are in a nagios group"
+msgstr "Les membres sont dans un groupe nagios"
 
 
-#: plugins/admin/users/class_userManagement.inc:553
-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/groups/generic.tpl:101
+msgid "Group members"
+msgstr "Membre du 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/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Sélectionnez les utilisateurs à ajouter"
 
 
-#: 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/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Sélectionnez pour voir les serveurs"
 
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Modèle"
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Chercher dans le sous arbre"
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Administration des utilisateurs"
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Afficher les utilisateurs du département"
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Liste des utilisateurs"
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Expression régulière concordant avec les noms des utilisateurs"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
-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/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Adresse principale"
+
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Adresse de messagerie principale pour ce répertoire partagé"
+
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
 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."
+"Sélectionner le serveur de messagerie sur lequel sera créé l'utilisateur"
 
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Nom d'utilisateur"
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Utilisation des Quota"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Sélectionnez afin d'afficher les modèles des pseudo utilisateurs"
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "non défini"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
-msgstr ""
-"Sélectionnez afin d'afficher les utilisateurs qui ont seulement un objet GOsa"
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Taille des Quota"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Afficher les utilisateurs fonctionnels"
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Adresses alternatives"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte posix"
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Liste des adresses de messagerie alternatives"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Afficher les utilisateurs Unix"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Répertoire partagé IMAP"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr ""
-"Sélectionnez afin d'afficher les utilisateurs ayant un compte de messagerie"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permission par défaut"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Afficher les utilisateurs de messagerie"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Permission des membres"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte samba"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Transférer les messages vers un membre n'appartenant pas au groupe"
+
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Ajouter en local"
+
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Administrateurs du répertoire"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Afficher les utilisateurs samba"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Sélectionner un département"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte proxy"
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Sélectionner les adresses à ajouter"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Afficher les utilisateurs proxy"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Afficher les adresses du département"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
-msgstr "Création d'un nouvel utilisateur"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Afficher les adresses correspondantes"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
-msgstr "Nouvel utilisateur"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Expression régulière pour sélectionner les adresses correspondantes"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
-msgstr "Créer un nouveau modèle"
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Afficher les adresses de l'utilisateur"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Nouveau modèle"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Utilisateur dont on montre les adresses"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Administration du groupe"
 
 
-#: plugins/admin/users/class_divListUsers.inc:138
-msgid "Edit generic properties"
-msgstr "Modifier les propriétés de base"
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Préférences des groupes"
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
-msgstr "Modifier les propriétés UNIX"
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "Paramètres de messagerie"
 
 
-#: plugins/admin/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
-msgstr "Modifier les propriétés d'environnement"
+#: 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/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
-msgstr "Modifier les propriétés de messagerie"
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Liste des groupes d'objets"
 
 
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
-msgstr "Modifier les propriétés téléphoniques"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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 ""
+"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/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
-msgstr "Modifier les propriétés fax"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Nom du groupe d'objets"
 
 
-#: plugins/admin/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
-msgstr "Modifier les propriétés samba"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Sélectionner pour afficher les groupes contenant des utilisateurs"
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
-msgstr "Modifier les propriétés de Netatalk"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Afficher les groupes contenant des utilisateurs"
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
-msgstr "Créer un nouvel utilisateur depuis un modèle"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Sélectionner pour afficher les groupes contenant des groupes"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
-msgstr "Créer un nouvel utilisateur avec ce modèle"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Afficher les groupes contenant des groupes"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
-msgstr "mot de passe"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "Sélectionner pour afficher les groupes contenant des applications"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Nom de l'application"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Afficher les groupes contenant des applications"
 
 
-#: 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/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Sélectionner pour afficher les groupes contenant des départements"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-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/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Afficher les groupes contenant des départements"
 
 
-#: 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/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Sélectionner pour afficher les groupes contenant des serveurs"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Afficher les groupes contenant des serveurs"
+
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
 msgstr ""
 msgstr ""
-"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
-"l'application"
+"Sélectionner pour afficher les groupes contenant des stations de travail"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Icône"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Afficher les groupes contenant des stations de travail"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Mise à Jour"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Sélectionner pour afficher les groupes contenant des terminaux"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Recharger l'image à partir de l'annuaire LDAP"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Afficher les groupes contenant des terminaux"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Exécutable uniquement par les membres"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Sélectionner pour afficher les groupes contenant des imprimantes"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Remplacer la configuration de l'utilisateur au démarrage"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Afficher les groupes contenant une/des imprimantes"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Placer une icône sur le bureau des membres"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Sélectionner pour afficher les groupes contenant des téléphones"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Placer une entrée dans le menu démarrage des membres"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Afficher les groupes contenant un/des téléphones"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Placer une entrée dans le menu démarrage des membres"
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Créer un nouveau groupe d'objets"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Liste des applications"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Groupes d'objets"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Ce tableau montre tous les départements, dans l'arbre sélectionné."
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+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/applications/class_divListApplication.inc:34
+#: plugins/admin/ogroups/class_mailogroup.inc:50
 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 group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 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."
+"L'extension de messagerie est désactivée pour ce groupe, vous pouvez "
+"l'activer en cliquant sur le bouton ci-dessous."
+
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "La sauvegarde des paramètres de messagerie pour le groupe à échoué"
+
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
+msgstr "La suppression des paramètres de messagerie pour le groupe à échoué"
+
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Ce 'dn' n'est pas un groupe objet."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
-msgstr "nouveau"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "nombre d'objets différents trop important!"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
-msgstr "Créer une nouvelle application"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "utilisateurs"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Supprimer les options"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "groupes"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-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/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "applications"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Créer des options"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "départements"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-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/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "serveurs"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Variable"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "stations de travail"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Valeur par défaut"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "terminaux"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Ajouter une option"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "téléphones"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
-msgstr "La suppression des paramètres de l'application à échoué"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "imprimantes"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, 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/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "et"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
-msgstr "La sauvegarde de paramètres de l'application à échoué"
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "le dn n'existe pas:"
 
 
-#: 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/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "Il y a déjà un objet avec ce cn."
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Gestion des applications"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr "Vous pouvez combiner au maximum deux objets différents !"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "pas d'exemple"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "La sauvegarde du groupe d'objets à échoué"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Ce 'dn' n'est pas une application."
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "La suppression du groupe d'objet à échoué"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "La suppression de l'application à échoué"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Groupes d'objets"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
 #, php-format
 #, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr "La suppression de l'application du groupe d'objet '%s' à échoue"
+msgid "You're about to delete the object group '%s'."
+msgstr "Vous êtes sur le point de supprimer le groupe objet '%s'."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "La suppression de l'application du groupe '%s' à échoué"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-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/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Stations de travail"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
-msgstr "Le répertoire d'éxecutiondoit commencer par '/'."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
 msgstr ""
 msgstr ""
-"Vous n'avez pas les droits suffisants pour créer une application dans cette "
-"'Base'."
+"Le serveur primaire spécifié '%s' n'est pas disponible dans la configuration "
+"serveur de GOsa. La sauvegarde de ce compte vas créer une nouvelle entrée "
+"dans le serveur '%s'. Utilisez annuler si vous ne voulez pas créer un "
+"nouveau compte en ignorant les anciens comptes."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Le champ obligatoire 'Nom' n'est pas rempli."
+#: plugins/admin/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "Tout faire sonner"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-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/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr "les un après les autres"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Le champ obligatoire 'Exécuter' n'est pas rempli."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr "le moins appelé "
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Une application ayant le même 'Nom' existe déjà."
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr "le plus petit nombre d'appel réussi"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "La sauvegarde de l'application à échouée"
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "au hazard"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Préférences de l'application"
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr "les un après les autres avec mémorisation du dernier utilisé"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+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."
+
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Vous êtes sur le point de supprimer l'application '%s'."
+msgid ""
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
+msgstr ""
+"Le serveur MySQL primaire '%s' n'est pas joignable avec l'utilisateur '%s', "
+"veuillez vérifier les logs GOsa pour les erreurs mysql."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette application!"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr ""
+"Impossible de sélectionner la base de données '%s' située sur le serveur '%"
+"s'."
 
 
-#: plugins/admin/departments/dep_iframe.tpl:3
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, php-format
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
 msgstr ""
 msgstr ""
-"Aussitôt que l'opération de déplacement est finie, vous pouvez aller à la "
-"fin de la page et cliquer sur 'Continuer' pour continuer la configuration "
-"des départements."
-
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nom du département"
+"Le serveur MySQL primaire '%s' n'est pas joignable avec l'utilisateur '%s', "
+"veuillez vérifier les logs GOsa pour les erreurs mysql."
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nom de la branche à créer"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr ""
+"Impossible de sélectionner la base de données '%s' située sur le serveur '%"
+"s'."
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Description du département"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Supprimer la queue téléphonique de ce compte"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Catégorie"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+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/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Catégorie pour cette branche de l'annuaire"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Créer une queue téléphonique"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Sélectionnez la branche de l'annuaire dans laquelle sera placée le "
-"département"
-
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Lieu où est située cette branche de l'annuaire"
+"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/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Localisation de cette branche"
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr ""
+"Il doit y avoir au moins un serveur avec une base de données asterisk pour "
+"créer un queue téléphonique."
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Adresse postale de cette branche"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+msgid "Please select a valid goFonHomeServer."
+msgstr "Veuillez sélectionner un serveur de téléphonique valide."
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Numéro de téléphone de base pour cette sous-branche"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Le délai d'attente doit être un chiffre"
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Numéro de fax de base pour cette sous-branche"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr "Le délai de rappel automatique doit être un chiffre"
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Paramètres administratifs"
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr "La taille maximale de la queue doit être numérique"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr "Marquer le département comme une entité administrative indépendante"
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr "La fréquence du message d'annonce doit être numérique"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Liste des départements"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+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/departments/class_divListDepartment.inc:33
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
 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."
+"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 ""
 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."
+"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/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Nom du département"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+msgid "Error while removing old queue entries from database."
+msgstr ""
+"Une erreur s'est produite lors de l'effacement des entrées de l'ancienne "
+"queue."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
-msgid "Create new department"
-msgstr "Créer un nouveau département"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr "Veuillez regarder les logs de GOsa."
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
+"Impossible de détecter les entrées de l'ancienne queue, la requête à échoué."
+
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
 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."
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
 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."
+"Plus d'une entrée dans la table queue utilisent le nom ('%s'). Veuillez "
+"d'abord régler ce problème manuellement."
 
 
-#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Gestion des départements"
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+msgid "Mysql query failed."
+msgstr "La requête Mysql à échoué."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "La suppression du département à échoué"
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, 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/departments/class_departmentGeneric.inc:218
-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/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "La sauvegarde de la queue téléphonique à échoué"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Un département ayant ce 'Nom' existe déjà."
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "La suppression de la queue téléphonique à échoué"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "Le champ obligatoire 'Description' n'est pas rempli."
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Activé"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
-#, php-format
-msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr ""
-"Le champ 'Nom' contient le mot réservé '%s'. Veuillez choisir un autre nom."
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Verrouillé"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
-msgstr ""
-"Erreur fatale: Impossible de trouver un marqueur libre pour marquer l'entité "
-"administrative!"
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Test mémoire"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
-msgstr "La sauvegarde du département à échoué"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Analyse du système"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
-#, php-format
-msgid "Tagging '%s'."
-msgstr "Marquer '%s'."
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+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/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr "Bouger '%s' vers '%s'"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr "Il doit y avoir au moins un serveur NTP sélectionné."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
+#: plugins/admin/ogroups/class_termgroup.inc:174
 #, php-format
 #, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr "Impossible de copier %s, arrêt de l'opération"
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgstr ""
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Départements"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Aucune définition de ACTIONCMD n'est présente dans gosa.conf"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
 #, php-format
 #, 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'."
+msgid "Execution of '%s' failed!"
+msgstr "L'exécution de '%s' a échoué!"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-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/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Eteindre"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
-msgstr ".."
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Redémarrer"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Configuration réseau"
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Mise à jour immédiate"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "Adresse IP"
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Mise à jour programmée"
+
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
+msgstr "Reinstaller"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "Adresse MAC"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Recherche du matériel"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr "Autodétection"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "La sauvegarde de la station de travail à échoué"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
-msgstr "Activer le DNS pour ce périphérique"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nom du groupe"
 
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
-msgstr "Rafraichir"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Objets membres"
 
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
-msgstr "Zone"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Liste de distribution"
 
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
-msgstr "TTL"
+#: 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/network.tpl:64
-msgid "Dns records"
-msgstr "Enregistrement dns"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Sélectionnez les objets à ajouter"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "présent"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Sélectionner pour voir les départements"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Ce 'dn' n'a pas d'extension de terminaux."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Montrer les départements"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr ""
-"Le module php snmp n'est pas installé, impossible d'obtenir les informations."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Sélectionnez pour voir les comptes GOsa"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "statut inconnu"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Afficher les utilisateurs"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-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/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Sélectionnez pour afficher les groupes GOsa"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "en ligne"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Afficher les groupes"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "en cours d'exécution"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Sélectionnez pour voir les applications"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "n'est pas en cours d'exécution"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Afficher les applications"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "hors-ligne"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Afficher les serveurs"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Type de l'imprimante"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Sélectionnez pour voir les stations de travail"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
-msgstr "Fabricant"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Afficher les stations de travail"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Interfaces supportées"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Sélectionnez pour afficher les terminaux"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Série"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Afficher les terminaux"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Parallèle"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Sélectionnez pour afficher les imprimantes"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr "USB"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Afficher les imprimantes"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Contacts"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Sélectionnez pour afficher les téléphones"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
-msgstr "Responsable technique"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Afficher les téléphones"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Personne de contact"
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Afficher les objets du département"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Documents liés"
+#: plugins/admin/ogroups/paste_generic.tpl:7
+msgid "Please enter the new object group name"
+msgstr "Veuillez entrer un nouveau nom pour le groupe d'objet"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Cartouches installés"
+#: plugins/admin/ogroups/paste_mail.tpl:7
+msgid "Please enter a mail address"
+msgstr "Veuillez entrer un adresse email."
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Information sur le système"
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
+msgstr ""
+"Seulement les utilisateurs avec le même serveur asterisk seront inclus dans "
+"cette queue."
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Préférences des queues"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Mémoire"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Numéros de téléphones"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Adresse MAC de démarrage"
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Paramètres par défaut des queues"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Support USB"
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+msgid "Home server"
+msgstr "Serveur Primaire"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Statut du système"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Temps d'attente maximum"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Numéro d'inventaire"
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Stratégie"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Dernière connexion"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr "Taille maximale de la queue"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Périphériques réseau"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr "Fréquence du message d'annonce"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Périphériques IDE"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr "(en secondes)"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Périphériques SCSI"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr "Configuration de la queue d'attente du son"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Lecteur de disquette"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+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/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr "Musique d'attente"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Lecteur CDROM"
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "Fichier son de bienvenue"
 
 
-#: 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/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Message de présentation"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Carte son"
+#: plugins/admin/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr "Fichier son pour 'Vous êtes le suivant ...'"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Allumé depuis"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr "'Il y a ...'"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Charge CPU"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr "'... appels en attente'"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Utilisation Mémoire"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "Message 'Merci'"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Utilisation Swap"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "'minutes' du fichier son"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Service SSH"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "'secondes' du fichier son"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Service d'impression"
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr "Fichier son du message d'attente"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Service scanner"
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr "Fichier son, moins de"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Service Son"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr "Propriétés du téléphone"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "Interface graphique"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr "Annonce de la durée de mise en attente"
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "Type de système"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr "Permettre à l'utilisateur appelé de transférer son appel"
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "Système d'exploitation"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr "Permettre à l'utilisateur qui appelle de transférer son appel"
 
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
-msgstr "Commentaires"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Périphériques installés"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr "Sonner au lieu de mettre un musique d'ambiance"
+
+#: 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 ""
+"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/glpi.tpl:91
-msgid "Software"
-msgstr "Logiciel"
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Queue téléphonique"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Contrats"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "Système"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Administration du système"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Terminaux"
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Modèle de terminaux"
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
+msgstr ""
+"Les actions que vous choisissez ici influencent tout les systèmes dans ce "
+"groupe d'objet. De plus tout les valeurs éditables ici peuvent être hérité "
+"par les clients assigné à ce groupe d'objets."
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nom du terminal"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Serveur NTP"
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Sélectionnez la branche où placer le terminal"
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Sélectionnez le serveur pour la synchronisation du temps"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
 #: plugins/admin/ogroups/termgroup.tpl:38
 #: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
 msgid "Mode"
 msgstr "Mode"
 
 msgid "Mode"
 msgstr "Mode"
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
 #: plugins/admin/systems/workstation.tpl:41
 #: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
 msgid "Select terminal mode"
 msgstr "Sélectionnez le mode du terminal"
 
 msgid "Select terminal mode"
 msgstr "Sélectionnez le mode du terminal"
 
+#: plugins/admin/ogroups/termgroup.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
 msgid "Syslog server"
 msgstr "Serveur de logs systèmes"
 
 msgid "Syslog server"
 msgstr "Serveur de logs systèmes"
 
+#: plugins/admin/ogroups/termgroup.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
 msgid "Choose server to use for logging"
 msgstr "Sélectionnez le serveur de logs à utiliser"
 
 msgid "Choose server to use for logging"
 msgstr "Sélectionnez le serveur de logs à utiliser"
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Serveur Primaire"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Action"
 
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Sélectionnez le système de fichier root NFS à utiliser"
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Sélectionnez l'opération à exécuter sur le terminal"
+
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Choisissez le type de composant système que vous souhaitez créer"
+
+#: 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 ""
+"Les terminaux Linux et les stations de travail sont automatiquement créés au "
+"démarrage. Pour cette raison vous pouvez créer un modèle uniquement pour une "
+"branche spécifique. Les serveurs sont également ajoutés automatiquement, "
+"mais dans certains cas vous pouvez avoir besoin de créer une pseudo entrée "
+"serveur afin de fournir à GOsa diverses informations. Les autres composants "
+"réseaux peuvent être utilisés lors la configuration de Nagios afin de créer "
+"les dépendances des composants."
+
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Modèle de client léger Linux"
+
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Modèle de station de travail Linux"
+
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Serveur Linux"
+
+#: plugins/admin/systems/chooser.tpl:10
+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: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_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Choisissez une base"
+
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+"Allez dans l'arbre préféré et cliquez pour l'utiliser comme sous arbre de la "
+"base. Ou cliquez sur l'image à la fin de chaque entrée."
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Serveur de Swap"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr "Filtrer les entrées avec cette syntaxe"
 
 
-#: plugins/admin/systems/terminal.tpl:69
-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_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
+msgstr "Sélectionner cette base"
 
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr "hérite des paramètres du serveur de temps"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Ce 'dn' n'a pas d'extensions réseaux."
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Serveur NTP"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "La suppression du composant générique à échoué"
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Sélectionnez le serveur pour la synchronisation du temps"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "Le champ obligatoire 'Nom du composant' n'est pas rempli."
 
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Action"
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr "Le champ obligatoire adresse IP n'est pas rempli."
 
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Sélectionnez l'opération à exécuter sur le terminal"
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "Le champ adresse IP contient une adresse invalide."
 
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Nom du serveur"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+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/server.tpl:55
-msgid "Select action to execute for this server"
-msgstr "Sélectionnez l'opération à exécuter sur le serveur"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, 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/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "Gérer le type de système"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "La sauvegarde du composant générique à échoué"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
-msgstr "Renommer"
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Liste des systèmes"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Veuillez entrer un nouveau nom"
+#: plugins/admin/systems/class_divListSystem.inc:47
+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/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
-msgstr "inconnu"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "Système / Département"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
-msgstr "bit"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Sélectionnez pour afficher les terminaux Linux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "Afficher le sélecteur"
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Sélectionnez pour voir les stations de travail Linux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "direct"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Sélectionnez afin de voir les stations de travail Microsoft Windows"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "répartition de charge"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Afficher les stations de travail Windows"
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Sélectionnez pour afficher les imprimantes réseaux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "Client ICA"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Afficher les imprimantes réseaux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
-msgstr "hérité"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Sélectionnez pour afficher les téléphones IP"
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Sélectionnez pour afficher les périphériques réseaux"
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
-msgstr "Choisissez le téléphone situé à coté du terminal"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Montrer les périphériques réseau"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr ""
-"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
-"verticale."
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Afficher les systèmes correspondant"
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr ""
-"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
-"Horizontale."
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Afficher les systèmes de l'utilisateur"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "La sauvegarde des services de la station de travail à échoué"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Nouveau modèle de terminal"
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Clavier"
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Nouveau terminal"
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Modèle"
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Nouveau modèle de station de travail"
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Sélectionnez le modèle du clavier"
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Nouvelle station de travail"
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Disposition"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Nouveau Serveur"
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Sélectionnez la disposition du clavier"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Nouvelle Imprimante"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Variante"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Nouveau Téléphone"
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Sélectionnez la variante du clavier"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Nouveau composant"
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Souris"
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "Serveur Cups"
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Sélectionnez le type de souris"
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr "Base de données de logs"
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Port"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "Serveur de logs systèmes"
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Sélectionnez le port de la souris"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Serveur de messagerie"
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Matériel téléphonique"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "Serveur Imap"
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Téléphone"
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "Serveur NFS"
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Pilote"
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Serveur Kerberos"
 
 
-#: 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 ""
-"Sélectionnez le pilote de la carte vidéo correspondant à la carte graphique "
-"installée"
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Serveur Asterisk"
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Sélectionnez la résolution utilisée en mode graphique"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Serveur de Fax"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Profondeur des couleurs"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "Serveur Ldap"
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Sélectionnez la profondeur des couleurs utilisée en mode graphique"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "Editer un système"
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Écran"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Effacer un système"
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
-msgstr "Utiliser DCC pour la détection automatique"
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "Indiquez le mot de passe administrateur"
 
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "Fréquence de synchronisation Horizontale"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create CD"
+msgstr "Créer un CD"
 
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Fréquence de rafraîchissement horizontal pour l'écran installé"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create FAI CD"
+msgstr "Créer un CD FAI"
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "Fréquence de synchronisation verticale"
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr "Il n'y a pas de serveur qui contient un service glpi valide."
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Fréquence de rafraîchissement verticale pour l'écran installé"
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
+msgstr ""
+"Impossible de se connecter sur la base de données glpi, l'extension mysql "
+"n'est pas disponible."
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "Scanner"
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
+msgstr ""
+"Impossible de se connecter à la base de données glpi, veuillez vérifier la "
+"configuration."
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
-msgstr "Sélectionner afin de démarrer le service scanner SANE sur le terminal"
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr "Cette fonctionnalité n'est pas encore implémentée."
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Fournir des services de scanner"
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
+"L'ajout d'un nouveau type de système à échoué, le nom est déjà utilisé."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
+#: plugins/admin/systems/class_glpiAccount.inc:307
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+"You can't delete this system type, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"La commande '%s', spécifié comme KERNELS hook de l'extension '%s' n'existe "
-"pas."
+"Vous ne pouvez pas effacer ce type de système, il est utilisé actuellement "
+"par les sytème(s) '%s'"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
-msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
-msgstr ""
-"Il y à des paquets dans votre configuration, qui ne peuvent pas être trouvés "
-"avec les paramètres de serveur/version actuels."
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr "Le changement de nom à échoué, le nom spécifié est déjà utilisé."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-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_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
+msgstr ""
+"L'ajout d'un nouveau système d'exploitation à échoué, le nom utilisé existe "
+"déjà."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_glpiAccount.inc:396
+#, php-format
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
 msgstr ""
 msgstr ""
-"Il y a déjà un profil dans votre sélection qui contient des configurations "
-"de table de partitions."
+"Vous ne pouvez pas effacer ce système  d'exploitation, il est utilisé "
+"actuellement par ce(s) système(s) '%s'"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
-msgstr "Pas disponible dans la configuration actuelle"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
+msgstr ""
+"Le changement de nom du système d'exploitation à échoué, le nom utilisé "
+"existe déjà."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Supprimer l'inventaire"
+
+#: plugins/admin/systems/class_glpiAccount.inc:570
 msgid ""
 msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Impossible de trouver une ou plusieurs des classes FAI [%s] dans le serveur "
-"FAI '%s'. le serveur à été remis en 'auto'."
+"Ce périphérique à l'extension inventaire activée. Vous pouvez la désactiver "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Ajouter l'inventaire"
+
+#: plugins/admin/systems/class_glpiAccount.inc:573
 msgid ""
 msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Impossible de trouver les classes FAI [%s], veuillez vérifier votre "
-"configuration FAI, probablement que certaines classes on été effacées ou "
-"renommées. Le Serveur à été reconfiguré en 'auto'."
+"Ce périphérique à l'extension d'inventaire désactivé. Vous pouvez l'activer "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
+msgstr "N/A"
+
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
 msgstr ""
 msgstr ""
-"La sauvegarde des paramètres de démarrage pour la station de travail à échoué"
+"Impossible de supprimer l'extension glpi, l'extension mysql n'est pas "
+"disponible."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
 #, php-format
 #, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
-msgstr ""
-"Impossible d'exécuter REPOSITORY_HOOK '%s' veuillez vérifier votre gosa.conf."
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "Vous êtes sur le point de supprimer le composant glpi '%s'."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"La commande spécifié REPOSITORY_HOOK '%s', spécifié dans votre gosa.conf, "
-"retourne une chaîne vide."
+"Impossible d'effacer ce fichier attaché, tant qu'il est utilisé par ce(s) "
+"système(s) '%s'."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "Pas de fichier valide téléchargé."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "Le téléchargement n'a pas réussi."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
 #, php-format
 #, 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."
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
+msgstr "Le répertoire de téléchargement pour gpli '%s/glpi' est manquant."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
-msgstr "Impossible d'obtenir des informations sur les ppd."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "Il existe déjà un fichier avec ce nom."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
 #, php-format
 #, php-format
-msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
-msgstr ""
-"Le chemin spécifié '%s' qui correspond à votre PPD_PATH dans votre fichier "
-"de configuration gosa.conf est invalide, impossible de lire/écrire des "
-"informations."
+msgid "Can't create file '%s'."
+msgstr "Impossible de créer le fichier '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
-msgstr "Veuillez indiquer un fichier ppd valide."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
+msgstr "Le fichier est disponible."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
+msgstr "Le fichier n'est pas lisible, il est probablement manquant."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "Pas de fichier téléchargé."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "Mime"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
+msgstr "Ce tableau montre tout les fichiers attachés disponibles."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "vide"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Créer un nouveau fichier attaché"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Nouveau document lié"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
-#, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
-msgstr "Impossible d'ouvrir '%s', le fichier PPD n'est pas lisible"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Veuillez spécifier un nom valide pour ce document lié."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
 #, php-format
 #, 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."
+msgid "Internal Error can't create device of type '%s'"
+msgstr "Erreur interne, impossible de créer le périphérique de type '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
 #, php-format
 #, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr ""
-"impossible de créer le fichier '%s' pour sauvegarder le informations "
-"modifiées du fichier ppd."
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Vous êtes sur le point de supprimer le périphérique glpi '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
-#, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
-msgstr ""
-"Impossible d'ajouter un nouveau fichier ppd, le fichier source '%s' n'est "
-"pas accessible."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr "Impossible de détecter le nom de l'objet."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+"You can't delete this device, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"Le fichier ppd '%s' est invalide, je ne peut pas obtenir le modèle ou les "
-"informations sur le vendeur."
+"Vous ne pouvez pas effacer ce périphérique, il est utilisé actuellement par "
+"ces système(s) '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
-#, 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_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "périphériques"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "Impossible de sauver le fichier '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Nouvel écran"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
-msgstr ""
-"Le fichier PPD téléchargé est vide, impossible de créer un nouveau fichier "
-"ppd."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
-msgstr "Vrai"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Nouvel carte mère"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
-msgstr "Faux"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "MB"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "Type de PPD '%s' non supporté pour '%s' "
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Nouveau processeur"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
-#, php-format
-msgid "Removing old ppd file '%s' failed."
-msgstr "La suppression de l'ancien fichier ppd '%s' à échoué."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Nouveau boitier"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
-#, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
-msgstr ""
-"Impossible de supprimer l'ancien fichier ppd '%s'. Le fichier n'est pas "
-"accessible."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
+msgstr "C"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
-#, php-format
-msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
-msgstr ""
-"Impossible d'enlever l'ancien fichier ppd '%s'. Le fichier n'existe pas ou "
-"n'est pas accessible."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Nouvel carte réseau"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
-"Veuillez sélectionner un fichier ppd valide ou utiliser 'Annuler' pour "
-"revenir à la configuration de l'imprimante."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Modèle de station de travail"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Nouvelle mémoire vive"
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Nom de la station de travail"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr "R"
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Zones"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Nouveau disque dur"
 
 
-#: 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_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "Disque dur"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Kernel utilisé au démarrage"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
+msgstr "Nouveau lecteur"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Options personnalisées"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Nouveau controlleur"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr "CS"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr "Nouvelle carte graphique"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr "GC"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Nouvelle carte son"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr "SC"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr "Nouvelle alimentation"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
+msgstr "PS"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Nouveau périphérique"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr "OC"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Veuillez spécifier un nom valide pour ce périphérique."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "Le nom de ce périphérique est déjà utilisé."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "Aucun"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Autres"
+
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, 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"
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
+msgstr ""
+"Vous ne pouvez pas effacer ce fournisseur, il est utilisé actuellement par ce"
+"(s) système(s) '%s'"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "Serveur LDAP"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Veuillez indiquer un nom."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
-msgstr "Serveur FAI"
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
+msgstr "Le nom indiqué est déjà utilisé, veuillez en choisir un autre."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
-msgstr "Liste des classes FAI utilisées"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+msgid ""
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension inventaire activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:87
-msgid "set"
-msgstr "activé"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+msgid ""
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Ce serveur à l'extension d'inventaire désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Modules du kernel (format : nom paramètre)"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
+msgstr ""
+"Impossible de renommer le type d'imprimante en '%s', ce type existe déjà."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: 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_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
+msgstr ""
+"Impossible d'effacer ce type d'imprimante, il est encore utilisé par '%s'"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Point de montage"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
+msgid "since"
+msgstr "depuis"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Liste des périphériques"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Vous êtes sur le point de supprimer le type de toner glpi '%s'."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
 msgid ""
 msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
 msgstr ""
 msgstr ""
-"Ce menu vous permet d'attacher un périphérique à votre ordinateur en cours "
-"d'édition."
+"Vous ne pouvez pas effacer ce type de cartouche, il est utilisé actuellement "
+"par ce(s) imprimante(s) '%s'."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Afficher les périphériques correspondants"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr "Cartouches"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Expression régulière concordant avec les noms des périphériques"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr "Impossible d'effacer cette entrée elle est encore utilisée"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
-msgstr "Il n'y a pas de serveur qui contient un service glpi valide."
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "Le nom spécifié est déjà utilisé."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr ""
-"Impossible de se connecter sur la base de données glpi, l'extension mysql "
-"n'est pas disponible."
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "utiliser"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
 msgstr ""
 msgstr ""
-"Impossible de se connecter à la base de données glpi, veuillez vérifier la "
-"configuration."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
-msgstr "Supprimer l'inventaire"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+msgid "Remove spamassassin extension"
+msgstr "Enlever l'extension spamassassin"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_goSpamServer.inc:98
 msgid ""
 msgid ""
-"This server has inventory features enabled. You can disable them by clicking "
-"below."
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension inventaire activée. Vous pouvez la désactiver en "
+"Ce serveur à l'extension spamassassin activée. Vous pouvez la désactiver en "
 "cliquant sur le bouton ci-dessous."
 
 "cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
-msgstr "Ajouter l'inventaire"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+msgid "Add spamassassin service"
+msgstr "Ajouter un service spamassassin"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_goSpamServer.inc:102
 msgid ""
 msgid ""
-"This server has inventory features disabled. You can enable them by clicking "
-"below."
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension d'inventaire désactivé. Vous pouvez l'activer en "
+"Ce serveur à l'extension spamassassin désactivé. Vous pouvez l'activer en "
 "cliquant sur le bouton ci-dessous."
 
 "cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
+#: plugins/admin/systems/class_goSpamServer.inc:228
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "Le valeur spécifiée n'est pas une valeur 'réseau de confiance' valide."
+
+#: plugins/admin/systems/class_goSpamServer.inc:269
 #, php-format
 #, php-format
-msgid ""
-"Can't rename given printer type to '%s', because this type name already "
-"exists."
+msgid "Removing of server services/spamassassin with dn '%s' failed."
 msgstr ""
 msgstr ""
-"Impossible de renommer le type d'imprimante en '%s', ce type existe déjà."
+"La suppression du service spamassasin sur le serveur avec le dn '%s' à "
+"échoué."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
+#: plugins/admin/systems/class_goSpamServer.inc:317
 #, php-format
 #, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
+msgid "Saving of server services/spamassassin with dn '%s' failed."
 msgstr ""
 msgstr ""
-"Impossible d'effacer ce type d'imprimante, il est encore utilisé par '%s'"
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr "N/A"
+"La sauvegarde du service spamassassin sur le serveur avec le dn '%s' à "
+"échoué."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
-msgid "since"
-msgstr "depuis"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+msgid "Required score must be a numeric value."
+msgstr "Le score requis doit être un nombre positif."
 
 
-#: 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/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"La commande '%s', utilisée dans le ACTION_HOOK de l'extension '%s' n'existe "
+"pas."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Activé"
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
+"L'activation du statut pour le service spamassassin avec le dn '%s' à échoué."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-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/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr "Antivirus"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
-#, php-format
-msgid "Execution of '%s' failed!"
-msgstr "L'exécution de '%s' a échoué!"
+#: plugins/admin/systems/class_goVirusServer.inc:80
+msgid "Remove anti virus extension"
+msgstr "Enlever l'extension d'antivirus"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Ce 'dn' ne comporte pas d'extensions stations de travail."
+#: plugins/admin/systems/class_goVirusServer.inc:81
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension antivirus activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Eteindre"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+msgid "Add anti virus service"
+msgstr "Ajouter un service antivirus"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Redémarrer"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension d'antivirus désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Mise à jour immédiate"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr ""
+"La suppression du service antivirus du serveur avec le dn '%s' à échoué."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Mise à jour programmée"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr ""
+"La sauvegarde du service antivirus du serveur avec le dn '%s' à échoué."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
-msgstr "Reinstaller"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr "Nombre maximal de récursions"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Recherche du matériel"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr "Nombre de processus maximum"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Test mémoire"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+msgid "Maximum file size"
+msgstr "Taille maximum des fichiers"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Analyse du système"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr "Nombre maximum de récursions"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Réveiller"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr "Ratio maximum de compression"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
-msgstr "La suppression de la station de travail à échoué"
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+msgid "Checks per day"
+msgstr "Vérifications par jour"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-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/class_goVirusServer.inc:213
+#, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "Le valeur spécifiée pour '%s' doit être une numérique."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/class_goVirusServer.inc:329
+#, php-format
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
 msgstr ""
 msgstr ""
-"Le champ obligatoire 'Nom de la station de travail' n'est pas renseigné."
+"L'activation du statut pour le service antivirus avec le dn '%s' à échoué."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
-#, 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/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Suppression du service DNS"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
 msgid ""
 msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Il doit y avoir au moins un serveur NTP sélectionné, ou le mode d'héritage "
-"activé."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "La sauvegarde de la station de travail à échoué"
+"Ce serveur à l'option DNS activée. Vous pouvez le désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Liste des systèmes"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Ajouter un service DNS"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
 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."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 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."
+"Ce serveur à l'option DNS désactivé. Vous pouvez l'activer en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "Système / Département"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Ce 'dn' n'a pas d'extensions téléphoniques."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Afficher les serveurs"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "oui"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Sélectionnez pour afficher les terminaux Linux"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "non"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr "dynamique"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Configuration réseau"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Afficher les terminaux"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, 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_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Sélectionnez pour voir les stations de travail Linux"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "La suppression du téléphone à échoué"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Afficher les stations de travail"
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+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_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Sélectionnez afin de voir les stations de travail Microsoft Windows"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+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_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Afficher les stations de travail Windows"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+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_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Sélectionnez pour afficher les imprimantes réseaux"
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "La sauvegarde du téléphone à échoué"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Afficher les imprimantes réseaux"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, 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_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Sélectionnez pour afficher les téléphones IP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
+msgstr "Impossible d'obtenir des informations sur les ppd."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Afficher les téléphones"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
+"Le chemin spécifié '%s' qui correspond à votre PPD_PATH dans votre fichier "
+"de configuration gosa.conf est invalide, impossible de lire/écrire des "
+"informations."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Sélectionnez pour afficher les périphériques réseaux"
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
+msgstr "Veuillez indiquer un fichier ppd valide."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Montrer les périphériques réseau"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr "Impossible d'ouvrir '%s', le fichier PPD n'est pas lisible"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Afficher les systèmes de l'utilisateur"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, 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_divListSystem.inc:95
-msgid "New Terminal template"
-msgstr "Nouveau modèle de terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr ""
+"impossible de créer le fichier '%s' pour sauvegarder le informations "
+"modifiées du fichier ppd."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
-msgstr "Nouveau terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgstr ""
+"Impossible d'ajouter un nouveau fichier ppd, le fichier source '%s' n'est "
+"pas accessible."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-msgid "New Workstation template"
-msgstr "Nouveau modèle de station de travail"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
+"Le fichier ppd '%s' est invalide, je ne peut pas obtenir le modèle ou les "
+"informations sur le vendeur."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
-msgstr "Nouvelle station de travail"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, 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_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
-msgstr "Nouveau Serveur"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Impossible de sauver le fichier '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
-msgstr "Nouvelle Imprimante"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr ""
+"Le fichier PPD téléchargé est vide, impossible de créer un nouveau fichier "
+"ppd."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
-msgstr "Nouveau Téléphone"
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
+msgstr "Vrai"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
-msgstr "Nouveau composant"
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
+msgstr "Faux"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
-msgstr "Serveur Cups"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "Type de PPD '%s' non supporté pour '%s' "
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
-msgstr "Base de données de logs"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "La suppression de l'ancien fichier ppd '%s' à échoué."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
-msgstr "Serveur de logs systèmes"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
+"Impossible de supprimer l'ancien fichier ppd '%s'. Le fichier n'est pas "
+"accessible."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-msgid "Mail Server"
-msgstr "Serveur de messagerie"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
+"Impossible d'enlever l'ancien fichier ppd '%s'. Le fichier n'existe pas ou "
+"n'est pas accessible."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
-msgstr "Serveur Imap"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
+"Veuillez sélectionner un fichier ppd valide ou utiliser 'Annuler' pour "
+"revenir à la configuration de l'imprimante."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-msgid "Nfs Server"
-msgstr "Serveur NFS"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Vous êtes sur le point de supprimer le fichier ppd '%s' à '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
-msgstr "Serveur Kerberos"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Impossible de trouver le fichier ppd '%s' ."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
-msgstr "Serveur Asterisk"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
+"Quelque chose de bizarre c'est passé lors de la suppression du fichier ppd "
+"du serveur, nous n'avons probablement pas d'accès en écriture."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
-msgstr "Serveur de Fax"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr "Le vendeur sélectionné '%s' n'existe pas dans notre liste de ppds."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
-msgstr "Serveur Ldap"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Sélection du ppd de votre imprimante."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
-msgstr "Editer un système"
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
+"Impossible d'obtenir un base valide depuis le dn de l'objet, je met la base "
+"à '%s'. "
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
-msgstr "Effacer un système"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr "Ajouter une extension d'imprimante"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "Indiquez le mot de passe administrateur"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
+"Impossible d'initialiser l'onglet imprimante, le paramètre parent était "
+"manquant pendant la construction."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create CD"
-msgstr "Créer un CD"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
+"Ceci est un modèle de station de travail, l'onglet imprimante est désactivé."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create FAI CD"
-msgstr "Créer un CD FAI"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Ceci est un modèle de terminal, l'onglet imprimante est désactivé."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
-msgstr "Antivirus"
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Ce 'dn' n'a pas d'extensions d'impression."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-msgid "Remove anti virus extension"
-msgstr "Enlever l'extension d'antivirus"
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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/systems/class_goVirusServer.inc:81
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
+msgstr "Enlever l'extension d'impression"
+
+#: plugins/admin/systems/class_printGeneric.inc:319
 msgid ""
 msgid ""
-"This server has anti virus features enabled. You can disable them by "
+"This workstation has printer extension enabled.You can disable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Ce serveur à l'extension antivirus activée. Vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
+"Ce stations de travail à l'extension d'imprimante activée. Vous pouvez la "
+"désactiver en cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-msgid "Add anti virus service"
-msgstr "Ajouter un service antivirus"
+#: plugins/admin/systems/class_printGeneric.inc:322
+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/systems/class_goVirusServer.inc:85
+#: plugins/admin/systems/class_printGeneric.inc:327
 msgid ""
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
+"This workstation has printer extension disabled. You can enable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Ce serveur à l'extension d'antivirus désactivé. Vous pouvez l'activer en "
+"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
 "cliquant sur le bouton ci-dessous."
 
 "cliquant sur le bouton ci-dessous."
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 msgstr ""
 msgstr ""
-"La suppression du service antivirus du serveur avec le dn '%s' à échoué."
+"Ce serveur à l'extension d'imprimante désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
+#: plugins/admin/systems/class_printGeneric.inc:497
 #, php-format
 #, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr ""
-"La sauvegarde du service antivirus du serveur avec le dn '%s' à échoué."
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
-msgstr "Nombre maximal de récursions"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "Impossible d'obtenir les informations sur le fichier ppd."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
-msgstr "Nombre de processus maximum"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
+"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
+"nom."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-msgid "Maximum file size"
-msgstr "Taille maximum des fichiers"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, 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/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
-msgstr "Nombre maximum de récursions"
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "La suppression de l'imprimante à échoué"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
-msgstr "Ratio maximum de compression"
+#: plugins/admin/systems/class_printGeneric.inc:642
+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/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
-msgid "Checks per day"
-msgstr "Vérifications par jour"
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "La sauvegarde de l'imprimante à échoué"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
+#: plugins/admin/systems/class_printGeneric.inc:867
 #, php-format
 #, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "Le valeur spécifiée pour '%s' doit être une numérique."
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
+msgstr ""
+"Type d'imprimante illégale lors de l'ajout de '%s' à la liste des "
+"imprimantes '%s',"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
+#: plugins/admin/systems/class_printGeneric.inc:889
 #, php-format
 #, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
-msgstr ""
-"La commande '%s', utilisée dans le ACTION_HOOK de l'extension '%s' n'existe "
-"pas."
+msgid "Can't add '%s' to the list of members, it is already used."
+msgstr "Impossible d'ajouter '%s' à la liste des membres, il est déjà utilisé."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_printGeneric.inc:897
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid "Can't add '%s' to list of members, it is not reachable."
 msgstr ""
 msgstr ""
-"L'activation du statut pour le service antivirus avec le dn '%s' à échoué."
+"Impossible d'ajouter '%s' à la liste des membres, il n'est pas accessible."
 
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
+
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
 #: plugins/admin/systems/class_servDB.inc:179
 #: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
+#: plugins/admin/systems/class_servDB.inc:185
 #, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "La valeur '%s' est vide ou contient des caractères invalides."
 
 #, 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/systems/class_servDB.inc:159
+#: plugins/admin/systems/class_servDB.inc:154
 #, 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'."
 
 #, 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/systems/class_servDB.inc:163
+#: plugins/admin/systems/class_servDB.inc:158
 msgid "The sieve port needs to be numeric."
 msgstr "Le port sieve doit être numérique."
 
 msgid "The sieve port needs to be numeric."
 msgstr "Le port sieve doit être numérique."
 
-#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:169
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Le mot de passe Kerberos est vide."
 
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Le mot de passe Kerberos est vide."
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
@@ -9070,195 +8696,231 @@ msgstr ""
 "Impossible d'enlever l'extension de la base de données asterisk ,elle est "
 "utilisé par ce(s) objets '%s'."
 
 "Impossible d'enlever l'extension de la base de données asterisk ,elle est "
 "utilisé par ce(s) objets '%s'."
 
-#: plugins/admin/systems/class_servDB.inc:225
+#: plugins/admin/systems/class_servDB.inc:220
 #, 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."
 
 #, 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/systems/class_servDB.inc:279
+#: plugins/admin/systems/class_servDB.inc:274
 msgid "Saving server db settings failed"
 msgstr "La sauvegarde des paramètres de la base de données à échoué"
 
 msgid "Saving server db settings failed"
 msgstr "La sauvegarde des paramètres de la base de données à échoué"
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Editer un partage"
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Suppression du service DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Préférences NFS"
+#: plugins/admin/systems/class_servDHCP.inc:32
+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/servnfs.tpl:33
-msgid "Volume"
-msgstr "Volume"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Ajouter un service DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
-msgstr "Monter les partages automatiquement sur les machines Apple."
+#: plugins/admin/systems/class_servDHCP.inc:35
+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/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Codage caractêres"
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Zone inverse"
 
 
-#: plugins/admin/systems/servnfs.tpl:104
-msgid "Option"
-msgstr "Option"
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr "TTL"
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 #, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
 msgstr ""
 msgstr ""
-"Le fichier '%s/encodings' n'existe pas, impossible d'obtenir la liste des "
-"jeux de caractères supportés."
+"Vous ne pouvez pas effacer cette zone car elle est encore utilisée par ces "
+"éléments/ éléments '%s'"
 
 
-#: plugins/admin/systems/class_servNfs.inc:49
-#, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr "Impossible de lire '%s/encodings', veuillez vérifier les permissions."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "La mise à jour du service DNS à échoué"
 
 
-#: plugins/admin/systems/class_servNfs.inc:180
-msgid "Please specify a valid path for your setup."
-msgstr "Veuillez entrer un chemin valide pour votre configuration."
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "La suppression d'une entrée du DNS à échoué"
 
 
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
-msgstr "Veuillez spécifier un nom valide pour votre partage."
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "La sauvegarde des entrées du DNS à échoué"
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
-msgstr "Veuillez spécifier un nom pour votre partage."
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
+#, php-format
+msgid "Please choose a valid zone name."
+msgstr "Veuillez choisir un nom de zone valide."
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
-msgstr "La description contient des caractères invalides."
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Veuillez choisir une zone reverse valide."
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
-msgstr "Le nom du Volume contient des caractères invalides."
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr ""
+"Le serveur dns primaire doit se terminer par '.' pour être une entrée valide."
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
-msgstr "Le chemin contient des caractères invalides."
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr ""
+"L'adresse de messagerie spécifiée doit se terminer par '.' pour être un "
+"enregistrement valide."
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
-msgstr "L'option contient des caractères invalides."
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
+msgstr ""
+"Votre adresse de messagerie contient '@' remplacez le par '.' pour permettre "
+"a GOsa de créer un enregistrement SOA valide."
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Postfix mondomaine"
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr "Seule les minuscules sont autorisées dans le nom de la zone."
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Postfix madestination"
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Veuillez entrer un nombre comme numéro de série."
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
-msgstr "Administrateur Cyrus"
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Veuillez spécifier un nombre pour le délai de rafraîchissement."
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "Service POP3"
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Veuillez spécifier un nombre pour la durée du ttl."
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "Service POP3/SSL"
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Veuillez spécifier un nombre pour la durée d'expiration."
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "Service IMAP"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Veuillez spécifier un nombre pour la durée entre chaque essai."
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "Service IMAP/SSL"
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr ""
+"Seulement les minuscules sont autorisée, veuillez vérifier votre '%ss'."
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Service sieve"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Nouvelle entrée"
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
+#, php-format
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 msgstr ""
-"service des options de disponibilités par FTP (ancien, pas compatible avec "
-"les options de disponibilités de Kolab2)"
+"Impossible de renommer '%s' en '%s' il y a déjà une entrée avec le même nom "
+"dans la page d'édition de la zone."
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Service d'option de disponibilité par HTTP (ancien)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "l'enregistrement '%s' contient des des caractères invalides."
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Scan des messages par Amavis (antivirus/antispam)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
+#, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr "Impossible de renommer '%s' en '%s', ce enregistrement existe déjà."
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Préférences des quotas"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Impossible de créer '%s', cet enregistrement existe déjà."
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Préférences des options de disponibilités"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
+msgstr "Le nom '%s' est utilisé plus d'une fois."
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-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/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
+msgstr "Le nom '%s' doit être écrit en minuscule."
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "Réseaux SMTP privilègiés"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
+msgstr ""
+"Le type d'enregistrement '%s' est unique et ne peut être défini deux fois."
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Machines/Réseaux qui peuvent relayer du mail"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "Il y a un '%s' vide pour l'hôte '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
-msgstr "Entrez des valeurs multiples, séparés avec"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
+msgstr "Il y a deux enregistrements '%s' pour '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "Relais SMTP"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Ce 'dn' n'a pas d'options serveur."
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Vérification de l'enregistrement MX pour le serveur relais"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Réveiller"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Machine utilisée pour relayer les mails"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "La suppression du serveur à échoué"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Accepter le courrier électronique venant d'internet"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "Le champ obligatoire 'Nom du serveur' n'est pas rempli."
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-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/class_servGeneric.inc:242
+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/phone.tpl:6
-msgid "Phone name"
-msgstr "Nom du téléphone"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "La sauvegarde du serveur à échoué"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
+#: plugins/admin/systems/class_servKolab.inc:90
 #, 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"
 
 #, 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_servKolab.inc:100
+#: plugins/admin/systems/class_servKolab.inc:96
 #, 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"
 
 #, 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_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid "Remove Kolab extension"
 msgstr "Enlever l'extension Kolab"
 
 msgid "Remove Kolab extension"
 msgstr "Enlever l'extension Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
@@ -9266,11 +8928,11 @@ msgstr ""
 "Ce serveur à l'extension kolab activée. Vous pouvez la désactiver en "
 "cliquant sur le bouton ci-dessous."
 
 "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
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid "Add Kolab service"
 msgstr "Ajouter un service Kolab"
 
 msgid "Add Kolab service"
 msgstr "Ajouter un service Kolab"
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
@@ -9278,619 +8940,807 @@ msgstr ""
 "Ce serveur à l'extension Kolab désactivé. Vous pouvez l'activer en cliquant "
 "sur le bouton ci-dessous."
 
 "Ce serveur à l'extension Kolab désactivé. Vous pouvez l'activer en cliquant "
 "sur le bouton ci-dessous."
 
-#: plugins/admin/systems/class_servKolab.inc:199
+#: plugins/admin/systems/class_servKolab.inc:195
 msgid "Removing kolab host entry failed"
 msgstr "La suppression de l'hôte kolab à échoué"
 
 msgid "Removing kolab host entry failed"
 msgstr "La suppression de l'hôte kolab à échoué"
 
-#: plugins/admin/systems/class_servKolab.inc:215
+#: plugins/admin/systems/class_servKolab.inc:211
 msgid "Removing server from kolab object failed"
 msgstr "La suppression du serveur de l'objet kolab à échoué"
 
 msgid "Removing server from kolab object failed"
 msgstr "La suppression du serveur de l'objet kolab à échoué"
 
-#: plugins/admin/systems/class_servKolab.inc:254
+#: plugins/admin/systems/class_servKolab.inc:250
 msgid "Future days in Free/Busy settings must be set."
 msgstr "Le paramètre journées futures doit être rempli."
 
 msgid "Future days in Free/Busy settings must be set."
 msgstr "Le paramètre journées futures doit être rempli."
 
-#: plugins/admin/systems/class_servKolab.inc:256
+#: plugins/admin/systems/class_servKolab.inc:252
 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."
 
 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/class_servKolab.inc:260
+#: plugins/admin/systems/class_servKolab.inc:256
 msgid "The given Quota settings value must be a number."
 msgstr "Les paramètres de Quota doivent être un nombre."
 
 msgid "The given Quota settings value must be a number."
 msgstr "Les paramètres de Quota doivent être un nombre."
 
-#: plugins/admin/systems/class_servKolab.inc:262
+#: plugins/admin/systems/class_servKolab.inc:258
 msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr "Veuillez choisir un nombre entre 1 et 100 pour les quotas."
 
 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/class_servKolab.inc:264
+#: plugins/admin/systems/class_servKolab.inc:260
 msgid "Future days must be a value."
 msgstr "Le nombre de journées dans le futur doit être une valeur."
 
 msgid "Future days must be a value."
 msgstr "Le nombre de journées dans le futur doit être une valeur."
 
-#: plugins/admin/systems/class_servKolab.inc:268
+#: plugins/admin/systems/class_servKolab.inc:264
 msgid "No SMTP privileged networks set."
 msgstr "pas de réseaux SMTP privilégiés indiqués."
 
 msgid "No SMTP privileged networks set."
 msgstr "pas de réseaux SMTP privilégiés indiqués."
 
-#: plugins/admin/systems/class_servKolab.inc:340
+#: plugins/admin/systems/class_servKolab.inc:336
 msgid "Saving server to kolab object failed"
 msgstr "La sauvegarde du serveur dans l'objet kolab à échoué"
 
 msgid "Saving server to kolab object failed"
 msgstr "La sauvegarde du serveur dans l'objet kolab à échoué"
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Bureau distant"
+#: plugins/admin/systems/class_servNfs.inc:41
+#, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
+"Le fichier '%s/encodings' n'existe pas, impossible d'obtenir la liste des "
+"jeux de caractères supportés."
 
 
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Méthode de connexion"
+#: plugins/admin/systems/class_servNfs.inc:44
+#, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr "Impossible de lire '%s/encodings', veuillez vérifier les permissions."
 
 
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
-msgstr "Sélectionnez la méthode de connexion au terminal"
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
+msgstr "Veuillez entrer un chemin valide pour votre configuration."
 
 
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Serveur de terminaux"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
+msgstr "Veuillez spécifier un nom valide pour votre partage."
 
 
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Sélectionnez un serveur de terminaux à utiliser"
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
+msgstr "Veuillez spécifier un nom pour votre partage."
 
 
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Serveur de Police de caractère"
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
+msgstr "La description contient des caractères invalides."
 
 
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Sélectionnez le serveur de polices de caractère à utiliser"
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
+msgstr "Le nom du Volume contient des caractères invalides."
 
 
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Imprimante"
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
+msgstr "Le chemin contient des caractères invalides."
 
 
-#: plugins/admin/systems/terminalService.tpl:187
-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_servNfs.inc:201
+msgid "Option contains invalid characters."
+msgstr "L'option contient des caractères invalides."
 
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Fournir des services d'impression"
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "Enlever l'extension dépôts FAI."
 
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Serveur de file d'attente"
+#: plugins/admin/systems/class_servRepository.inc:126
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension dépôts FAI activée. Vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-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_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr "Ajouter une extension dépôts FAI."
 
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Sélectionnez le pilote du scanner"
+#: plugins/admin/systems/class_servRepository.inc:129
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ce serveur à l'extension dépôts FAI désactivé. Vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
+
+#: plugins/admin/systems/class_servRepository.inc:173
+#, php-format
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
+msgstr ""
+"Vous ne pouvez pas effacer cette version, elles est utilisée par ces "
+"stations de travail [%s]. Veuillez régler ces problèmes d'abord pour que la "
+"base de données reste cohérente."
+
+#: plugins/admin/systems/class_servRepository.inc:207
+#, php-format
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+msgstr ""
+"Soyez prudent en éditant cette version, elle est toujours par ces système(s) "
+"[%s]. "
+
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Sections"
+
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Veuillez entrer une valeur pour 'la version'"
+
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Veuillez spécifier un nom valide pour 'url'."
+
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Impossible d'exécuter la commande spécifiée REPOSITORY_HOOK '%s'. Veuillez "
+"vérifier votre gosaconf."
+
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
+#, php-format
+msgid ""
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
+msgstr ""
+"La commande spécifié REPOSITORY_HOOK '%s', spécifié dans votre gosa.conf, "
+"retourne une chaîne vide."
+
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
+"Le partage ne peut pas être supprimé car il est encore utilisé par %d "
+"utilisateurs:"
+
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr ""
+"Veuillez corriger les paramètres du partage /profil de ces utilisateurs"
+
+#: plugins/admin/systems/class_servService.inc:336
+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/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "La sauvegarde des services du serveur à échoué"
+
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "La création d'un conteneur pour les point de montage à échoué"
+
+#: plugins/admin/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "La suppression du conteneur pour les points de montage à échoué"
+
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "La sauvegarde du conteneur pour les points de montage à échoué"
+
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systèmes"
+
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "Impossible d'éditer ce type d'objet pour le moment!"
+
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
+msgstr "La création de l'image à échoué. veuillez lire le rapport ci dessous."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
-msgstr "Ce 'dn' n'a pas d'extensions réseaux."
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+msgstr ""
+"La commande '%s', utilisée dans la création de l'image ISO n'existe pas."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
-msgstr "La suppression du composant générique à échoué"
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
+msgstr ""
+"Le mot de passe entré dans le champ nouveau et celui dans le champ "
+"vérification ne concordent pas!"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
-msgstr "Le champ obligatoire 'Nom du composant' n'est pas rempli."
+#: plugins/admin/systems/class_systemManagement.inc:347
+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/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
-msgstr "Le champ obligatoire adresse IP n'est pas rempli."
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, 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/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
-msgstr "Le champ adresse IP contient une adresse invalide."
+#: plugins/admin/systems/class_systemManagement.inc:500
+#, php-format
+msgid ""
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
+msgstr ""
+"Impossible d'activer le mode gotoMode 'avtice', l'objet actuel ne peut être "
+"identifié."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-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/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Nouveau terminal"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
-msgstr "La sauvegarde du composant générique à échoué"
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Nouvelle station de travail"
 
 
-#: 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:741
+msgid "New Device"
+msgstr "Nouveau périphérique"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "utiliser un démarrage en mode graphique"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Modèle de terminal pour "
 
 
-#: 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:774
+msgid "Workstation template for"
+msgstr "Modèle de station de travail pour"
 
 
-#: 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:862
+msgid "New System from incoming"
+msgstr "Nouveau système depuis l'arrivée"
 
 
-#: 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/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Modèle"
 
 
-#: 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:866
+msgid "Workstation is installing"
+msgstr "La station de travail s'installe"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
-msgstr ""
-"Ceci est un nouveau système qui n'as pas encore de type défini. Veuillez "
-"choisir un type de système pour cette entrée et cliquez sur 'continuer'. Si "
-"ce système doit être ajouté à un un un groupe de systèmes, veuillez choisir "
-"le groupe d'objet ce dessous."
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "La station de travail attend une action"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
-msgstr ""
-"Veuillez sélectionner un type de système et éventuellement d'un ensemble de "
-"paramètres à hériter."
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "L'installation de la station de travail à échoué"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Sélectionnez un type de système"
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr "Le serveur s'installe"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Choisissez un groupe d'objets comme template"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "Le serveur attend une action"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Choisissez un groupe d'objets"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "L'installation du serveur à échoué"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Vous êtes sur le point de supprimer le type de toner glpi '%s'."
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Stations Windows"
+
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Périphérique réseau"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
+#: plugins/admin/systems/class_termDNS.inc:138
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
+"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 msgstr ""
-"Vous ne pouvez pas effacer ce type de cartouche, il est utilisé actuellement "
-"par ce(s) imprimante(s) '%s'."
+"Impossible d'exécuter la commande spécifiée AUTO_NETWORK_HOOK '%s' veuillez "
+"vérifier votre gosa.conf."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
-msgstr "Cartouches"
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Pas actif"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Nouvel écran"
+#: plugins/admin/systems/class_termDNS.inc:309
+msgid "The required field 'IP-address' is not set."
+msgstr "Le champ obligatoire 'adresse IP' n'est pas rempli."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/class_termDNS.inc:316
+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_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr "Cette fonctionnalité n'est pas encore implémentée."
+#: plugins/admin/systems/class_termDNS.inc:322
+msgid "The required field 'MAC-address' is not set."
+msgstr "Le champ obligatoire 'MAC-address' n'est pas rempli."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
+#: plugins/admin/systems/class_termDNS.inc:328
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 msgstr ""
-"L'ajout d'un nouveau type de système à échoué, le nom est déjà utilisé."
+"La mac adresse introduite est invalide. Il doit y avoir 6 fois deux bytes "
+"séparés par ':'."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
+#: plugins/admin/systems/class_termDNS.inc:341
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
-msgstr ""
-"Vous ne pouvez pas effacer ce type de système, il est utilisé actuellement "
-"par les sytème(s) '%s'"
-
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr "Le changement de nom à échoué, le nom spécifié est déjà utilisé."
-
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
 msgstr ""
 msgstr ""
-"L'ajout d'un nouveau système d'exploitation à échoué, le nom utilisé existe "
-"déjà."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
+#: plugins/admin/systems/class_termDNS.inc:356
 #, php-format
 #, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
-msgstr ""
-"Vous ne pouvez pas effacer ce système  d'exploitation, il est utilisé "
-"actuellement par ce(s) système(s) '%s'"
+msgid "Found duplicate value for record type '%s'."
+msgstr "Valeur dupliquée trouvée pour l'enregistrement de type '%s'."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
-msgstr ""
-"Le changement de nom du système d'exploitation à échoué, le nom utilisé "
-"existe déjà."
+#: plugins/admin/systems/class_termDNS.inc:364
+#, php-format
+msgid "Found more than one entry for the uniqe record type '%s'."
+msgstr "Plus d'un entrée trouvée pour l'enregistrement unique '%s'."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
+#: plugins/admin/systems/class_termDNS.inc:375
+#, php-format
 msgid ""
 msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
+"The device IP '%s' is added as 'A Record', this will be done automatically, "
+"please remove the record."
 msgstr ""
 msgstr ""
-"Ce périphérique à l'extension inventaire activée. Vous pouvez la désactiver "
-"en cliquant sur le bouton ci-dessous."
+"L'adresse IP '%s' est ajoutée comme un 'A' record, ceci sera fait "
+"automatiquement, veuillez enlever l'enregistrement."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Ce périphérique à l'extension d'inventaire désactivé. Vous pouvez l'activer "
-"en cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/class_termDNS.inc:467
+msgid "Saving terminal to DNS object failed"
+msgstr "La sauvegarde du terminal dans l'objet DNS à échoué"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr ""
-"Impossible de supprimer l'extension glpi, l'extension mysql n'est pas "
-"disponible."
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "texte"
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
-msgid "Manage manufacturers"
-msgstr "Gérer les Fabricants"
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "graphique"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
-msgstr "Document lié"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
+msgstr "hérité"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
-msgstr "Nom du fichier"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+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/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
-msgstr "type mime"
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+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_termDNS.inc:132
-#, php-format
-msgid ""
-"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"Impossible d'exécuter la commande spécifiée AUTO_NETWORK_HOOK '%s' veuillez "
-"vérifier votre gosa.conf."
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+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_termDNS.inc:291
-msgid "The required field 'IP-address' is not set."
-msgstr "Le champ obligatoire 'adresse IP' n'est pas rempli."
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Ce 'dn' n'a pas d'extension de terminaux."
 
 
-#: plugins/admin/systems/class_termDNS.inc:298
-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_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "La suppression du terminal à échoué"
 
 
-#: plugins/admin/systems/class_termDNS.inc:304
-msgid "The required field 'MAC-address' is not set."
-msgstr "Le champ obligatoire 'MAC-address' n'est pas rempli."
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+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/class_termDNS.inc:310
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Le champ obligatoire 'Nom du terminal' n'est pas renseigné."
+
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
 msgid ""
 msgid ""
-"The given macaddress is invalid. There must be 6 2byte segments seperated by "
-"':'."
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 msgstr ""
-"La mac adresse introduite est invalide. Il doit y avoir 6 fois deux bytes "
-"séparés par ':'."
+"Il doit y avoir au moins un serveur NTP sélectionné, ou le mode d'héritage "
+"activé."
 
 
-#: plugins/admin/systems/class_termDNS.inc:331
-#, php-format
-msgid "Found duplicate value for record type '%s'."
-msgstr "Valeur dupliquée trouvée pour l'enregistrement de type '%s'."
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "La sauvegarde du terminal à échoué"
 
 
-#: plugins/admin/systems/class_termDNS.inc:339
-#, php-format
-msgid "Found more than one entry for the uniqe record type '%s'."
-msgstr "Plus d'un entrée trouvée pour l'enregistrement unique '%s'."
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "présent"
 
 
-#: plugins/admin/systems/class_termDNS.inc:350
-#, php-format
-msgid ""
-"The device IP '%s' is added as 'A Record', this will be done automatically, "
-"please remove the record."
+#: plugins/admin/systems/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
 msgstr ""
 msgstr ""
-"L'adresse IP '%s' est ajoutée comme un 'A' record, ceci sera fait "
-"automatiquement, veuillez enlever l'enregistrement."
+"Le module php snmp n'est pas installé, impossible d'obtenir les informations."
 
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr ""
-"Seulement les minuscules sont autorisée, veuillez vérifier votre '%ss'."
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "statut inconnu"
 
 
-#: plugins/admin/systems/class_termDNS.inc:442
-msgid "Saving terminal to DNS object failed"
-msgstr "La sauvegarde du terminal dans l'objet DNS à échoué"
+#: plugins/admin/systems/class_terminalInfo.inc:84
+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_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr "Impossible d'effacer cette entrée elle est encore utilisée"
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "en ligne"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "Le nom spécifié est déjà utilisé."
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "en cours d'exécution"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:8
-msgid "Rewrite header"
-msgstr "Récrire l'entête"
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "n'est pas en cours d'exécution"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:16
-msgid "Required score"
-msgstr "Score requis"
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "hors-ligne"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "inconnu"
+
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
+#, php-format
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 msgstr ""
-"Sélectionner le score requis pour marquer ce message comme étant un spam"
+"Vous avez spécifié un hook externe qui ne peut pas être lu, veuillez "
+"vérifier les permissions du fichier '%s'."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr "Activer l'utilisation de la méthode de filtrage bayesienne"
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "bit"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
-msgstr "Activer l'apprentissage automatique pour la méthode bayesienne"
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "défaut"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
-msgstr "Activer les vérification RBL"
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "Afficher le sélecteur"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
-msgstr "Activer l'utilisation de Razor"
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "direct"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr "Activer l'utilisation de DDC"
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "répartition de charge"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
-msgstr "Activer l'utilisation de Pyzer"
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr "Enlever l'extension dépôts FAI."
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Client ICA"
 
 
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Ce serveur à l'extension dépôts FAI activée. Vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automatique"
 
 
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr "Ajouter une extension dépôts FAI."
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Ce serveur à l'extension dépôts FAI désactivé. Vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Choisissez le téléphone situé à coté du terminal"
 
 
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
 msgstr ""
 msgstr ""
-"Vous ne pouvez pas effacer cette version, elles est utilisée par ces "
-"stations de travail [%s]. Veuillez régler ces problèmes d'abord pour que la "
-"base de données reste cohérente."
+"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
+"verticale."
 
 
-#: plugins/admin/systems/class_servRepository.inc:212
-#, php-format
-msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
 msgstr ""
 msgstr ""
-"Soyez prudent en éditant cette version, elle est toujours par ces système(s) "
-"[%s]. "
-
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
-msgstr "Sections"
-
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Liste des dépôts configurés."
+"Veuillez spécifier une plage valide pour la fréquence de synchronisation "
+"Horizontale."
 
 
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
-msgstr "Ajouter un dépôt"
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "La sauvegarde des Informations sur les services du terminal à échoué"
 
 
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
-"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
-
-#: plugins/admin/systems/goVirusServer.tpl:5
-msgid "Generic virus filtering"
-msgstr "Filtrage antivirus générique"
+"La commande '%s', spécifié comme KERNELS hook de l'extension '%s' n'existe "
+"pas."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-msgid "Database user"
-msgstr "Base de données utilisateur"
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "Veuillez indiquer un point de montage valide."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
-msgid "Database mirror"
-msgstr "Base de données mirroir"
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "La sauvegarde des paramètres de démarrage du terminal à échoué"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
-msgstr "URL du proxy http"
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "La suppression d'une station de travail Samba à échoué"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
-msgid "Select number of maximal threads"
-msgstr "Sélectionnez le nombre maximal de processus"
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "La sauvegarde de la station de travail Samba à échoué"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr "Nombre maximum de récursions dans les répertoires"
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Ce 'dn' ne comporte pas d'extensions stations de travail."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
-msgstr "Activer le deboguage"
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "La suppression de la station de travail à échoué"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr "Activer la vérification de la messagerie"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+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/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
-msgstr "Vérification des archives"
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "La sauvegarde des services de la station de travail à échoué"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
-msgstr "Activer la vérification des archives"
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
+msgstr ""
+"Il y à des paquets dans votre configuration, qui ne peuvent pas être trouvés "
+"avec les paramètres de serveur/version actuels."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
-msgstr "Bloquer les archives encryptées"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+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/goVirusServer.tpl:121
-msgid "Maximum recursion"
-msgstr "Récursions maximum"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+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/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Nom de la zone"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
+msgstr "Pas disponible dans la configuration actuelle"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Adresse réseau"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
+msgstr ""
+"Impossible de trouver une ou plusieurs des classes FAI [%s] dans le serveur "
+"FAI '%s'. le serveur à été remis en 'auto'."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Enregistrement de zone"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
+msgstr ""
+"Impossible de trouver les classes FAI [%s], veuillez vérifier votre "
+"configuration FAI, probablement que certaines classes on été effacées ou "
+"renommées. Le Serveur à été reconfiguré en 'auto'."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
-msgstr "Impossible d'éditer la zone car elle est actuellement éditée."
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
+msgstr ""
+"La sauvegarde des paramètres de démarrage pour la station de travail à échoué"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "Enregistrement SOA"
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+msgstr ""
+"Impossible d'exécuter REPOSITORY_HOOK '%s' veuillez vérifier votre gosa.conf."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Serveur dns primaire pour cette zone"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Nom du périphérique"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
-msgstr "Numéro de série (incrémenté automatiquement)"
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Sélectionnez la branche où placer le terminal"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Réessayer"
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "Génération d'un image CD pour l'installation"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Expire"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
+"Cette option permet de créer des images d'installation FAI pour le poste de "
+"travail sélectionné. La procédure peut mettre 10 minutes pour se terminer, "
+"veuillez être patient après avoir cliquer sur  'Créer une image ISO'."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "Enregistrements mx"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "Créer un image ISO"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Enregistrements pour la zone globale"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr "Votre navigateur ne supporte pas les iframes."
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
-msgstr "La suppression d'une station de travail Samba à échoué"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "Type de système"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
-msgstr "La sauvegarde de la station de travail Samba à échoué"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "Système d'exploitation"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "utiliser"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr "Fabricant"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
-msgstr "Aller au département de base"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Contacts"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
-msgstr "Monter d'un département"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Personne de contact"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
-msgstr "Aller au département des utilisateurs"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr "Responsable technique"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
-msgstr "Acceuil"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Commentaires"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr "Recharger la liste"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Périphériques installés"
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
 msgstr ""
 msgstr ""
-"Ce dialogue vous permet de désigner un utilisateur comme personne "
-"responsable."
 
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "défaut"
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Logiciel"
 
 
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
-msgstr "La sauvegarde des Informations sur les services du terminal à échoué"
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Contrats"
+
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Documents liés"
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Ajouter/Modifier un écran"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Ajouter/Modifier un écran"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 msgid "Comments"
 msgstr "Commentaires"
 
 msgid "Comments"
 msgstr "Commentaires"
 
@@ -9938,6 +9788,11 @@ msgstr "Sub-D"
 msgid "BNC"
 msgstr "BNC"
 
 msgid "BNC"
 msgstr "BNC"
 
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Numéro de série"
+
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Numéro de série supplémentaire"
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Numéro de série supplémentaire"
@@ -10020,6 +9875,11 @@ msgstr "Ajouter/Modifier une carte réseau"
 msgid "MAC address"
 msgstr "Adresse MAC"
 
 msgid "MAC address"
 msgstr "Adresse MAC"
 
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Bande passante"
+
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Ajouter/Modifier un processeur"
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Ajouter/Modifier un processeur"
@@ -10048,87 +9908,124 @@ msgstr "Ajouter/Modifier un Boitier"
 msgid "format"
 msgstr "format"
 
 msgid "format"
 msgstr "format"
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
-msgstr "La sauvegarde des paramètres de démarrage du terminal à échoué"
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Renommer"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
-msgstr ""
-"Le partage ne peut pas être supprimé car il est encore utilisé par %d "
-"utilisateurs:"
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr "Gérer les types de systèmes d'exploitation"
 
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
-msgstr ""
-"Veuillez corriger les paramètres du partage /profil de ces utilisateurs"
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Veuillez entrer un nouveau nom"
 
 
-#: plugins/admin/systems/class_servService.inc:341
-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/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "Gérer le type de système"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
+msgstr "Document lié"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Statut"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
+msgstr "Nom du fichier"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
+msgstr "type mime"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
+msgstr "Liste des documents liés"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+"Ce menu vous permet d'attacher des objets supplémentaires ( comme des "
+"manuels, guides, etc..) à l'ordinateur que vous être en train d'éditer."
 
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
-msgstr "La sauvegarde des services du serveur à échoué"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
+msgstr "Afficher les documents liées correspondants"
 
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
-msgstr "La création d'un conteneur pour les point de montage à échoué"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
+msgstr "Expression régulière pour faire correspondre le nom des documents liés"
 
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
-msgstr "La suppression du conteneur pour les points de montage à échoué"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Liste des périphériques"
 
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
-msgstr "La sauvegarde du conteneur pour les points de montage à échoué"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
+msgstr ""
+"Ce menu vous permet d'attacher un périphérique à votre ordinateur en cours "
+"d'édition."
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Serveur Père"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Afficher les périphériques correspondants"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Services de temps"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Expression régulière concordant avec les noms des périphériques"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Service LDAP"
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+msgid "Manage manufacturers"
+msgstr "Gérer les Fabricants"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Services de terminaux"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Ajouter/Modifier un fabricant"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Désactiver temporairement le login"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Site web"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Répertoire des polices de caractères"
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Type de l'imprimante"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Service de logs systèmes"
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Interfaces supportées"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Services d'impression"
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Série"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Serveur de messagerie"
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Parallèle"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr "Gérer les types de systèmes d'exploitation"
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr "USB"
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-msgid "Rule"
-msgstr "Règle"
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Cartouches installés"
 
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:6
 msgid "List of available cartridge type for this type of printer"
 
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:6
 msgid "List of available cartridge type for this type of printer"
@@ -10157,191 +10054,365 @@ msgstr "Afficher les types de cartouches correspondantes"
 msgid "Regular expression for matching cartridge types"
 msgstr "Expression régulière pour sélectionner les cartouches correspondantes"
 
 msgid "Regular expression for matching cartridge types"
 msgstr "Expression régulière pour sélectionner les cartouches correspondantes"
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "texte"
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "Référence"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Liste des utilisateurs"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
+msgstr ""
+"Ce dialogue vous permet de désigner un utilisateur comme personne "
+"responsable."
+
+#: plugins/admin/systems/goSpamServer.tpl:8
+msgid "Rewrite header"
+msgstr "Récrire l'entête"
+
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr "Score requis"
+
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr ""
+"Sélectionner le score requis pour marquer ce message comme étant un spam"
+
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr "Activer l'utilisation de la méthode de filtrage bayesienne"
+
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr "Activer l'apprentissage automatique pour la méthode bayesienne"
+
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr "Activer les vérification RBL"
+
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr "Activer l'utilisation de Razor"
+
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr "Activer l'utilisation de DDC"
+
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr "Activer l'utilisation de Pyzer"
+
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+msgid "Rule"
+msgstr "Règle"
+
+#: plugins/admin/systems/goVirusServer.tpl:5
+msgid "Generic virus filtering"
+msgstr "Filtrage antivirus générique"
+
+#: plugins/admin/systems/goVirusServer.tpl:13
+msgid "Database user"
+msgstr "Base de données utilisateur"
+
+#: plugins/admin/systems/goVirusServer.tpl:21
+msgid "Database mirror"
+msgstr "Base de données mirroir"
+
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr "URL du proxy http"
+
+#: plugins/admin/systems/goVirusServer.tpl:40
+msgid "Select number of maximal threads"
+msgstr "Sélectionnez le nombre maximal de processus"
+
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr "Nombre maximum de récursions dans les répertoires"
+
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
+msgstr "Activer le deboguage"
+
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
+msgstr "Activer la vérification de la messagerie"
+
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr "Vérification des archives"
+
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr "Activer la vérification des archives"
+
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr "Bloquer les archives encryptées"
+
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr "Récursions maximum"
+
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Information sur le système"
+
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
+
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Mémoire"
+
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Adresse MAC de démarrage"
+
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Support USB"
+
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Statut du système"
+
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Numéro d'inventaire"
+
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Dernière connexion"
+
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Périphériques réseau"
+
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Périphériques IDE"
+
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Périphériques SCSI"
+
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Lecteur de disquette"
+
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Lecteur CDROM"
+
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Carte écran"
+
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Carte son"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "graphique"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Allumé depuis"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-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/info.tpl:96
+msgid "CPU load"
+msgstr "Charge CPU"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-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/info.tpl:99
+msgid "Memory usage"
+msgstr "Utilisation Mémoire"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-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/info.tpl:102
+msgid "Swap usage"
+msgstr "Utilisation Swap"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
-msgstr "La suppression du terminal à échoué"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Service SSH"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-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/info.tpl:119
+msgid "Print service"
+msgstr "Service d'impression"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr "Le champ obligatoire 'Nom du terminal' n'est pas renseigné."
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Service scanner"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
-msgstr "La sauvegarde du terminal à échoué"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Service Son"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Pilote d'Imprimante"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "Interface graphique"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Sélectionner"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Administration du système"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nouveau pilote"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Configuration réseau"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr "Erreur interne, impossible de créer le périphérique de type '%s'"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "Adresse IP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Vous êtes sur le point de supprimer le périphérique glpi '%s'."
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "Adresse MAC"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr "Impossible de détecter le nom de l'objet."
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
+msgstr "Autodétection"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
-msgstr ""
-"Vous ne pouvez pas effacer ce périphérique, il est utilisé actuellement par "
-"ces système(s) '%s'"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr "Activer le DNS pour ce périphérique"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "périphériques"
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Rafraichir"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Nouvel carte mère"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Zone"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Nouveau processeur"
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "Enregistrement dns"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Nouveau boitier"
+#: 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/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr "C"
+#: 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/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Nouvel carte réseau"
+#: 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/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Nouveau mot de passe"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Nouvelle mémoire vive"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Confirmation du nouveau mot de passe"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr "R"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Attribuer le mot de passe"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Nouveau disque dur"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Nom du téléphone"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "Disque dur"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Configuration avancée du téléphone"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
-msgstr "Nouveau lecteur"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Type de téléphone"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: 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/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Nouveau controlleur"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Rafraichir"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr "CS"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "Mode DTMF"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr "Nouvelle carte graphique"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Adresse ip par défaut"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr "GC"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Temps de réponse maximum"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Nouvelle carte son"
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Mode"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr "SC"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Type d'authentification"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr "Nouvelle alimentation"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Secret"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
-msgstr "PS"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "Mot de passe utilisé pour l'authentification rsa"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Nouveau périphérique"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "Mot de passe utilisé pour l'authentification rsa"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr "OC"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Code du compte téléphonique"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Veuillez spécifier un nom valide pour ce périphérique."
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Regrouper des lignes"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "Le nom de ce périphérique est déjà utilisé."
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Machines qui peuvent se connecter"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Autres"
+#: 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/remove_glpi.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Il est conseillé de sauvegarder le contenu de votre base de données MySql "
-"dans un fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour "
-"continuer ou 'Annuler' pour abandonner."
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 #: plugins/admin/systems/printer.tpl:6
 msgid "General"
 
 #: plugins/admin/systems/printer.tpl:6
 msgid "General"
@@ -10363,6 +10434,12 @@ msgstr "Localisation de l'imprimante"
 msgid "Printer URL"
 msgstr "URL de l'imprimante"
 
 msgid "Printer URL"
 msgstr "URL de l'imprimante"
 
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Pilote"
+
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Permissions"
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Permissions"
@@ -10387,6 +10464,114 @@ msgstr "Utilisateur qui sont autorisés à administrer cette imprimante"
 msgid "Admins"
 msgstr "Administrateurs"
 
 msgid "Admins"
 msgstr "Administrateurs"
 
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Pilote d'Imprimante"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Modèle"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Sélectionner"
+
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nouveau pilote"
+
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes 'all' 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 tout 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/remove_glpi.tpl:6
+#: 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 ""
+"Veuillez vous assurez 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/remove_glpi.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Il est conseillé de sauvegarder le contenu de votre base de données MySql "
+"dans un fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour "
+"continuer ou 'Annuler' pour abandonner."
+
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr "Le fichier ppd sera effacé du serveur et ne pourra pas être récupéré."
+
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
+"Ceci est un nouveau système qui n'as pas encore de type défini. Veuillez "
+"choisir un type de système pour cette entrée et cliquez sur 'continuer'. Si "
+"ce système doit être ajouté à un un un groupe de systèmes, veuillez choisir "
+"le groupe d'objet ce dessous."
+
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
+msgstr ""
+"Veuillez sélectionner un type de système et éventuellement d'un ensemble de "
+"paramètres à hériter."
+
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Sélectionnez un type de système"
+
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Choisissez un groupe d'objets comme template"
+
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Choisissez un groupe d'objets"
+
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Sélectionnez une imprimante à ajouter"
+
+#: 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/servdb.tpl:6
 msgid "Kerberos kadmin access"
 msgstr "Accès kadmin Kerberos"
 #: plugins/admin/systems/servdb.tpl:6
 msgid "Kerberos kadmin access"
 msgstr "Accès kadmin Kerberos"
@@ -10427,249 +10612,77 @@ msgstr "Préfixe local"
 msgid "IMAP admin access"
 msgstr "Accès administrateur IMAP"
 
 msgid "IMAP admin access"
 msgstr "Accès administrateur IMAP"
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Identifiant du serveur"
-
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "URL de connexion"
-
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "port Sieve"
-
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Base de données des logs"
-
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
-msgstr "Utilisateur de la base de données de log"
-
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
-msgstr "Base de données GLPI"
-
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
-msgstr "Base de données"
-
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
-msgstr "Ce 'dn' n'a pas d'options serveur."
-
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
-msgstr "La suppression du serveur à échoué"
-
-#: plugins/admin/systems/class_servGeneric.inc:240
-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:247
-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_servGeneric.inc:317
-msgid "Saving server failed"
-msgstr "La sauvegarde du serveur à échoué"
-
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "Référence"
-
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Suppression du service DHCP"
-
-#: 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_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Ajouter un service DHCP"
-
-#: 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_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
-msgstr "Nouvelle entrée"
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
-msgstr ""
-"Impossible de renommer '%s' en '%s' il y a déjà une entrée avec le même nom "
-"dans la page d'édition de la zone."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "l'enregistrement '%s' contient des des caractères invalides."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "Impossible de renommer '%s' en '%s', ce enregistrement existe déjà."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Impossible de créer '%s', cet enregistrement existe déjà."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr "Le nom '%s' est utilisé plus d'une fois."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr "Le nom '%s' doit être écrit en minuscule."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
-"Le type d'enregistrement '%s' est unique et ne peut être défini deux fois."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "Il y a un '%s' vide pour l'hôte '%s'."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr "Il y a deux enregistrements '%s' pour '%s'."
-
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systèmes"
-
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "Impossible d'éditer ce type d'objet pour le moment!"
-
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
-msgstr "La création de l'image à échoué. veuillez lire le rapport ci dessous."
-
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
-msgstr ""
-"La commande '%s', utilisée dans la création de l'image ISO n'existe pas."
-
-#: plugins/admin/systems/class_systemManagement.inc:330
-msgid "Passwords entered as new and repeated do not match!"
-msgstr ""
-"Le mot de passe entré dans le champ nouveau et celui dans le champ "
-"vérification ne concordent pas!"
-
-#: plugins/admin/systems/class_systemManagement.inc:347
-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/class_systemManagement.inc:401
-#, 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/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Identifiant du serveur"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
-msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
-msgstr ""
-"Impossible d'activer le mode gotoMode 'avtice', l'objet actuel ne peut être "
-"identifié."
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "URL de connexion"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Nouveau terminal"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "port Sieve"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Nouvelle station de travail"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Base de données des logs"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
-msgstr "Nouveau périphérique"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr "Utilisateur de la base de données de log"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
-msgstr "Modèle de terminal pour "
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
+msgstr "Base de données GLPI"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Modèle de station de travail pour"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
+msgstr "Base de données"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
-msgstr "Nouveau système depuis l'arrivée"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Zones"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Nom de la zone"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Stations de travail"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Adresse réseau"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
-msgstr "La station de travail s'installe"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Enregistrement de zone"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
-msgstr "La station de travail attend une action"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
+msgstr "Impossible d'éditer la zone car elle est actuellement éditée."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
-msgstr "L'installation de la station de travail à échoué"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "Enregistrement SOA"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
-msgstr "Le serveur s'installe"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Serveur dns primaire pour cette zone"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:872
-msgid "Server is waiting for action"
-msgstr "Le serveur attend une action"
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr "Numéro de série (incrémenté automatiquement)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
-msgstr "L'installation du serveur à échoué"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Expire"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
-msgstr "Stations Windows"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "Enregistrements mx"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
-msgstr "Périphérique réseau"
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Enregistrements pour la zone globale"
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
@@ -10700,1414 +10713,1397 @@ msgstr ""
 msgid "Create a new DNS zone entry"
 msgstr "Créer une nouvelle zone DNS"
 
 msgid "Create a new DNS zone entry"
 msgstr "Créer une nouvelle zone DNS"
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Ajouter/Modifier un fabricant"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Sélectionnez l'opération à exécuter sur le serveur"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Site web"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Postfix mondomaine"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
-msgstr "Numéro de téléphone"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Postfix madestination"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Suppression du service DNS"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr "Administrateur Cyrus"
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.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/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "Service POP3"
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Ajouter un service DNS"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "Service POP3/SSL"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.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/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "Service IMAP"
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
-msgstr "Zone inverse"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "Service IMAP/SSL"
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Service sieve"
+
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 msgstr ""
-"Vous ne pouvez pas effacer cette zone car elle est encore utilisée par ces "
-"éléments/ éléments '%s'"
+"service des options de disponibilités par FTP (ancien, pas compatible avec "
+"les options de disponibilités de Kolab2)"
 
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
-msgstr "La mise à jour du service DNS à échoué"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Service d'option de disponibilité par HTTP (ancien)"
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
-msgstr "La suppression d'une entrée du DNS à échoué"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Scan des messages par Amavis (antivirus/antispam)"
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
-msgstr "La sauvegarde des entrées du DNS à échoué"
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Préférences des quotas"
 
 
-#: 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/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Préférences des options de disponibilités"
+
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 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."
+"Permettre le téléchargement des informations de disponibilités de manière "
+"anonyme"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "Réseaux SMTP privilègiés"
+
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Machines/Réseaux qui peuvent relayer du mail"
+
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr "Entrez des valeurs multiples, séparés avec"
+
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "Relais SMTP"
+
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Vérification de l'enregistrement MX pour le serveur relais"
+
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Machine utilisée pour relayer les mails"
+
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Accepter le courrier électronique venant d'internet"
+
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 msgstr ""
-"Laissez le champ vide pour le mot de passe afin de l'obtenir depuis l'entrée "
-"par défaut."
+"Accepter les messages sur du SMTP non authentifié venant d'autre domaines"
+
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Editer un partage"
+
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Préférences NFS"
+
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr "Chemin"
 
 
-#: 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/servnfs.tpl:33
+msgid "Volume"
+msgstr "Volume"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes 'all' 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 tout 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/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr "Monter les partages automatiquement sur les machines Apple."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "Veuillez choisir un nom de zone valide."
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Codage caractêres"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Veuillez choisir une zone reverse valide."
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Option"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr ""
-"Le serveur dns primaire doit se terminer par '.' pour être une entrée valide."
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Liste des dépôts configurés."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr ""
-"L'adresse de messagerie spécifiée doit se terminer par '.' pour être un "
-"enregistrement valide."
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Ajouter un dépôt"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 msgstr ""
-"Votre adresse de messagerie contient '@' remplacez le par '.' pour permettre "
-"a GOsa de créer un enregistrement SOA valide."
+"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
-msgstr "Seule les minuscules sont autorisées dans le nom de la zone."
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Serveur Père"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
-msgstr "Veuillez entrer un nombre comme numéro de série."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
-msgstr "Veuillez spécifier un nombre pour le délai de rafraîchissement."
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Partages"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
-msgstr "Veuillez spécifier un nombre pour la durée du ttl."
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Services de temps"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
-msgstr "Veuillez spécifier un nombre pour la durée d'expiration."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Service LDAP"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
-msgstr "Veuillez spécifier un nombre pour la durée entre chaque essai."
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Services de terminaux"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr ""
-"Impossible d'obtenir un base valide depuis le dn de l'objet, je met la base "
-"à '%s'. "
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Désactiver temporairement le login"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr "Ajouter une extension d'imprimante"
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Répertoire des polices de caractères"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Impossible d'initialiser l'onglet imprimante, le paramètre parent était "
-"manquant pendant la construction."
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Service de logs systèmes"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
-msgstr ""
-"Ceci est un modèle de station de travail, l'onglet imprimante est désactivé."
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Services d'impression"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Ceci est un modèle de terminal, l'onglet imprimante est désactivé."
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Serveur de messagerie"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Ce 'dn' n'a pas d'extensions d'impression."
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Modèle de terminaux"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nom du terminal"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
-msgstr "Enlever l'extension d'impression"
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Serveur Primaire"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
-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/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Sélectionnez le système de fichier root NFS à utiliser"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
-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/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Serveur de Swap"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
-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/systems/terminal.tpl:69
+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_printGeneric.inc:335
-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/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
+msgstr "hérite des paramètres du serveur de temps"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Clavier"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
-msgstr "Impossible d'obtenir les informations sur le fichier ppd."
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Sélectionnez le modèle du clavier"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr ""
-"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
-"nom."
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Disposition"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, 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/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Sélectionnez la disposition du clavier"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
-msgstr "La suppression de l'imprimante à échoué"
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Variante"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-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/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Sélectionnez la variante du clavier"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-msgid "Saving printer failed"
-msgstr "La sauvegarde de l'imprimante à échoué"
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Souris"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr ""
-"Type d'imprimante illégale lors de l'ajout de '%s' à la liste des "
-"imprimantes '%s',"
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Sélectionnez le type de souris"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr "Impossible d'ajouter '%s' à la liste des membres, il est déjà utilisé."
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Port"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
-msgstr ""
-"Impossible d'ajouter '%s' à la liste des membres, il n'est pas accessible."
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Sélectionnez le port de la souris"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Choisissez une base"
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Matériel téléphonique"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
-msgstr ""
-"Allez dans l'arbre préféré et cliquez pour l'utiliser comme sous arbre de la "
-"base. Ou cliquez sur l'image à la fin de chaque entrée."
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Téléphone"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr "Filtrer les entrées avec cette syntaxe"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr ""
+"Sélectionnez le pilote de la carte vidéo correspondant à la carte graphique "
+"installée"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Sélectionner cette base"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Résolution"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Configuration avancée du téléphone"
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Sélectionnez la résolution utilisée en mode graphique"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Type de téléphone"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Profondeur des couleurs"
 
 
-#: 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/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Sélectionnez la profondeur des couleurs utilisée en mode graphique"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Rafraichir"
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Écran"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "Mode DTMF"
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
+msgstr "Utiliser DCC pour la détection automatique"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Adresse ip par défaut"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "Fréquence de synchronisation Horizontale"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Temps de réponse maximum"
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Fréquence de rafraîchissement horizontal pour l'écran installé"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Mode"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "Fréquence de synchronisation verticale"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Type d'authentification"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Fréquence de rafraîchissement verticale pour l'écran installé"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Secret"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Bureau distant"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "Mot de passe utilisé pour l'authentification rsa"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Méthode de connexion"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "Mot de passe utilisé pour l'authentification rsa"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Sélectionnez la méthode de connexion au terminal"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Code du compte téléphonique"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Serveur de terminaux"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Regrouper des lignes"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Sélectionnez un serveur de terminaux à utiliser"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Machines qui peuvent se connecter"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Serveur de Police de caractère"
 
 
-#: 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/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Sélectionnez le serveur de polices de caractère à utiliser"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Imprimante"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nom de la machine"
+#: plugins/admin/systems/terminalService.tpl:187
+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_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "Vous êtes sur le point de supprimer le composant glpi '%s'."
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Fournir des services d'impression"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
-msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
-msgstr ""
-"Impossible d'effacer ce fichier attaché, tant qu'il est utilisé par ce(s) "
-"système(s) '%s'."
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Serveur de file d'attente"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "Pas de fichier valide téléchargé."
+#: plugins/admin/systems/terminalService.tpl:196
+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_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "Le téléchargement n'a pas réussi."
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Scanner"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
-msgstr "Le répertoire de téléchargement pour gpli '%s/glpi' est manquant."
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Sélectionner afin de démarrer le service scanner SANE sur le terminal"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "Il existe déjà un fichier avec ce nom."
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Fournir des services de scanner"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
-msgstr "Impossible de créer le fichier '%s'."
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Sélectionnez le pilote du scanner"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr "Le fichier est disponible."
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Paramètre de démarrage"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr "Le fichier n'est pas lisible, il est probablement manquant."
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Kernel utilisé au démarrage"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "Pas de fichier téléchargé."
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Options personnalisées"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "Mime"
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
+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_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr "Ce tableau montre tout les fichiers attachés disponibles."
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "Serveur LDAP"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "vide"
+#: 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_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Créer un nouveau fichier attaché"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "utiliser un démarrage en mode graphique"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Nouveau document lié"
+#: 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_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Veuillez spécifier un nom valide pour ce document lié."
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "utiliser le démarrage texte standard de Linux"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Choisissez le type de composant système que vous souhaitez créer"
+#: 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/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 ""
-"Les terminaux Linux et les stations de travail sont automatiquement créés au "
-"démarrage. Pour cette raison vous pouvez créer un modèle uniquement pour une "
-"branche spécifique. Les serveurs sont également ajoutés automatiquement, "
-"mais dans certains cas vous pouvez avoir besoin de créer une pseudo entrée "
-"serveur afin de fournir à GOsa diverses informations. Les autres composants "
-"réseaux peuvent être utilisés lors la configuration de Nagios afin de créer "
-"les dépendances des composants."
+#: 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/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Modèle de client léger Linux"
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Modules du kernel (format : nom paramètre)"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Modèle de station de travail Linux"
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
+msgstr "Ajouter des modules à charger au démarrage"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Serveur Linux"
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Point de montage"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Station de travail Windows"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nom de la machine"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Imprimante réseau"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Modèle de station de travail"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Autre composant réseau"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Nom de la station de travail"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Créer"
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "Serveur FAI"
 
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr "Le fichier ppd sera effacé du serveur et ne pourra pas être récupéré."
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Liste des classes FAI utilisées"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
-msgstr "Liste des documents liés"
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "activé"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:40
 msgid ""
 msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+"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 ""
-"Ce menu vous permet d'attacher des objets supplémentaires ( comme des "
-"manuels, guides, etc..) à l'ordinateur que vous être en train d'éditer."
+"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/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
-msgstr "Afficher les documents liées correspondants"
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Sélectionnez afin d'afficher les modèles des pseudo utilisateurs"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
-msgstr "Expression régulière pour faire correspondre le nom des documents liés"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
+msgstr ""
+"Sélectionnez afin d'afficher les utilisateurs qui ont seulement un objet GOsa"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Veuillez entrer une valeur pour 'la version'"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Afficher les utilisateurs fonctionnels"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Veuillez spécifier un nom valide pour 'url'."
+#: plugins/admin/users/class_divListUsers.inc:56
+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_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Afficher les utilisateurs Unix"
+
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
 msgstr ""
 msgstr ""
-"Impossible d'exécuter la commande spécifiée REPOSITORY_HOOK '%s'. Veuillez "
-"vérifier votre gosaconf."
+"Sélectionnez afin d'afficher les utilisateurs ayant un compte de messagerie"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "Génération d'un image CD pour l'installation"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Afficher les utilisateurs de messagerie"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
-"Cette option permet de créer des images d'installation FAI pour le poste de "
-"travail sélectionné. La procédure peut mettre 10 minutes pour se terminer, "
-"veuillez être patient après avoir cliquer sur  'Créer une image ISO'."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte samba"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "Créer un image ISO"
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Afficher les utilisateurs samba"
 
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr "Votre navigateur ne supporte pas les iframes."
+#: plugins/admin/users/class_divListUsers.inc:59
+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_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Ce 'dn' n'a pas d'extensions téléphoniques."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Afficher les utilisateurs proxy"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
-msgstr "oui"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Création d'un nouvel utilisateur"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
-msgstr "non"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Nouvel utilisateur"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr "dynamique"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Créer un nouveau modèle"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
-msgstr "Configuration réseau"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Nouveau modèle"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, 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/users/class_divListUsers.inc:137
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
-msgstr "La suppression du téléphone à échoué"
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Modifier les propriétés de base"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
-msgstr "Le champ obligatoire 'Nom du téléphone' n'est pas rempli."
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "Modifier les propriétés UNIX"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-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/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Modifier les propriétés d'environnement"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-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/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Modifier les propriétés de messagerie"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
-msgstr "La sauvegarde du téléphone à échoué"
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Modifier les propriétés téléphoniques"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Sélectionnez les entrées à ajouter"
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Modifier les propriétés fax"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Afficher les membres du département"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Modifier les propriétés samba"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Afficher les membres correspondants"
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Modifier les propriétés de Netatalk"
 
 
-#: 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/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Créer un nouvel utilisateur depuis un modèle"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
-msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
-msgstr ""
-"Vous ne pouvez pas effacer ce fournisseur, il est utilisé actuellement par ce"
-"(s) système(s) '%s'"
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Créer un nouvel utilisateur avec ce modèle"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Veuillez indiquer un nom."
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Editer un utilisateur"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
-msgstr "Le nom indiqué est déjà utilisé, veuillez en choisir un autre."
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "mot de passe"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Modifier le mot de passe"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-msgid "Remove spamassassin extension"
-msgstr "Enlever l'extension spamassassin"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Supprimer un utilisateur"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension spamassassin activée. Vous pouvez la désactiver en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/admin/systems/class_goSpamServer.inc:106
-msgid "Add spamassassin service"
-msgstr "Ajouter un service spamassassin"
+"Vous n'êtes pas autorisé à indiquer un mot de passe pour cet utilisateur!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
 msgid ""
 msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
 msgstr ""
 msgstr ""
-"Ce serveur à l'extension spamassassin désactivé. Vous pouvez l'activer en "
-"cliquant sur le bouton ci-dessous."
-
-#: plugins/admin/systems/class_goSpamServer.inc:233
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "Le valeur spécifiée n'est pas une valeur 'réseau de confiance' valide."
+"Le mot de passe entrée dans le champ 'Nouveau mot de passe' et celui dans le "
+"champ 'Répéter le nouveau mot de passe' ne concordent pas."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
 msgstr ""
 msgstr ""
-"La suppression du service spamassasin sur le serveur avec le dn '%s' à "
-"échoué."
+"Le mot de passe que vous avez entré comme 'Nouveau mot de passe' est vide."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:322
+#: plugins/admin/users/class_userManagement.inc:336
 #, php-format
 #, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr ""
-"La sauvegarde du service spamassassin sur le serveur avec le dn '%s' à "
-"échoué."
+msgid "You're about to delete the user %s."
+msgstr "Vous êtes sur le point de supprimer l'utilisateur %s."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-msgid "Required score must be a numeric value."
-msgstr "Le score requis doit être un nombre positif."
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette utilisateur!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
-msgstr ""
-"L'activation du statut pour le service spamassassin avec le dn '%s' à échoué."
+#: plugins/admin/users/class_userManagement.inc:553
+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_printerPPDSelectionDialog.inc:74
-#, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "Vous êtes sur le point de supprimer le fichier ppd '%s' à '%s'."
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Administration des utilisateurs"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "Impossible de trouver le fichier ppd '%s' ."
+#: 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_printerPPDSelectionDialog.inc:104
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
 msgid ""
 msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
-"Quelque chose de bizarre c'est passé lors de la suppression du fichier ppd "
-"du serveur, nous n'avons probablement pas d'accès en écriture."
+"Changer le mot de passe affecte votre identification sur la messagerie, le "
+"proxy, samba, et les services unix."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr "Le vendeur sélectionné '%s' n'existe pas dans notre liste de ppds."
+#: 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_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
-msgstr "Sélection du ppd de votre imprimante."
+#: 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/ogroups/termgroup.tpl:2
+#: plugins/admin/users/template.tpl:6
 msgid ""
 msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
+"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 ""
-"Les actions que vous choisissez ici influencent tout les systèmes dans ce "
-"groupe d'objet. De plus tout les valeurs éditables ici peuvent être hérité "
-"par les clients assigné à ce groupe d'objets."
+"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/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Liste de distribution"
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Identifiant"
 
 
-#: 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/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "UNIX"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
-msgstr "Queue téléphonique"
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
-msgstr "Système"
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Terminaux"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Clients légers"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Nom de l'objet"
+
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Contenu"
+
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Cette objet n'a pas de relation avec d'autres objets."
+
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
+msgstr "Bienvenue %s!"
+
+#: plugins/generic/welcome/welcome.tpl:4
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
 msgstr ""
 msgstr ""
-"Seulement les utilisateurs avec le même serveur asterisk seront inclus dans "
-"cette queue."
+"Vous êtes sur la fenêtre principale de GOsa. Vous pouvez sélectionner une "
+"rubrique soit en utilisant le menu de gauche soit en cliquant sur une des "
+"icônes. Tout les changements sont directement appliqués sur les serveurs "
+"LDAP de votre société."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
-msgstr "Préférences des queues"
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Cliquez sur déconnexion, en haut à gauche, pour vous déconnecter, sur "
+"Accueil pour revenir à la page principale."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Numéros de téléphones"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "L'équipe de GOsa"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
-msgstr "Paramètres par défaut des queues"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Liste Rouge des Fax"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-msgid "Home server"
-msgstr "Serveur Primaire"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Vous êtes sur le point de supprimer la liste rouge '%s'."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
-msgstr "Temps d'attente maximum"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "Vous n'avez pas l'autorisation de supprimer cette liste rouge."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
-msgstr "Stratégie"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Veuillez entrer un numéro de téléphone valide."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr "Taille maximale de la queue"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "envoyer"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr "Fréquence du message d'annonce"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "recevoir"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr "(en secondes)"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
+msgstr "La suppression de l'objet blocklist à échoué"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
-msgstr "Configuration de la queue d'attente du son"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr ""
+"Vous n'avez pas l'autorisation de créer une liste rouge sur cette 'Base'."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr "Mettre de la musique lorsqu'on est en attente plutôt que la sonnerie"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Le champ obligatoire 'Nom' contient des caractères invalides"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
-msgstr "Musique d'attente"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "Le nom spécifié est déjà utilisé."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
-msgstr "Fichier son de bienvenue"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+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."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
-msgstr "Message de présentation"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
+msgstr "La sauvegarde de l'objet blocklist à échoué"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
-msgstr "Fichier son pour 'Vous êtes le suivant ...'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Liste des listes rouges"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
-msgstr "'Il y a ...'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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 ""
+"Ce menu vous permet de d'ajouter, supprimer et éditer les listes rouges "
+"sélectionnés. Si vous avez un grand nombre de liste rouges il est conseillé "
+"d'utiliser les filtres."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
-msgstr "'... appels en attente'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "Nom de la liste rouge"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
-msgstr "Message 'Merci'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Sélectionnez afin d'afficher les numéros d'appels de la liste rouge"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr "'minutes' du fichier son"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Afficher les numéros d'appels de la liste rouge"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr "'secondes' du fichier son"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Sélectionnez afin de voir les listes rouges de correspondants"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr "Fichier son du message d'attente"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Afficher les listes rouges de correspondants"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
-msgstr "Fichier son, moins de"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Expression régulière pour trouver des listes correspondantes"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
-msgstr "Propriétés du téléphone"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Création d'un nouvelle liste rouge"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr "Annonce de la durée de mise en attente"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Nouvelle listes rouges"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr "Permettre à l'utilisateur appelé de transférer son appel"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Liste des noms"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr "Permettre à l'utilisateur qui appelle de transférer son appel"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nom de la liste rouge"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
+#: 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/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr "Permettre à la personne qui appelle de raccrocher en appuyant sur *"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr ""
+"Veuillez sélectionner si il faut filtrer sur les appels entrants ou sortants"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr "Sonner au lieu de mettre un musique d'ambiance"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Texte descriptif pour cette liste rouge"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nom du groupe"
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Numéros bloqués"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Objets membres"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Les nombres peuvent aussi contenir des jokers."
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr "Il doit y avoir au moins un serveur NTP sélectionné."
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Configuration des listes rouges"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Ce compte n'a pas d'extensions FAX."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Sélectionner pour voir les départements"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Supprimer le compte FAX"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Montrer les départements"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Le fax est activée pour ce compte, vous pouvez le désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Sélectionnez pour voir les comptes GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Créer un compte FAX"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Afficher les utilisateurs"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Le fax est désactivé pour ce compte, vous pouvez l'activer en cliquant sur  "
+"le bouton ci-dessous."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Sélectionnez pour afficher les groupes GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "Vous essayez d'ajouter un numéro de téléphone invalide."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Afficher les groupes"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "La suppression du compte FAX à échoué"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Sélectionnez pour voir les applications"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Le champ obligatoire 'Fax' n'est pas renseigné."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Afficher les applications"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Veuillez entrer un numéro de téléphone valide dans le champ 'Fax'."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Sélectionnez pour voir les stations de travail"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr ""
+"La livraison par messagerie est activée, mais aucune adresse est spécifiée."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Sélectionnez pour afficher les terminaux"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "L'adresse de messagerie introduite est incorrecte."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Sélectionnez pour afficher les imprimantes"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
+"La réception d'un fax sur une imprimante ne fonctionnera que si une "
+"imprimante valable est mentionnée. Veuillez corriger votre choix."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Afficher les imprimantes"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr "La sauvegarde du compte FAX à échoué"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Sélectionnez pour afficher les téléphones"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Numéro de fax pour lesquels GOfax s'activera"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Afficher les objets du département"
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr ""
+"Indiquez le le protocole de communication GOfax pour les fax vers la "
+"passerelle de messagerie"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Groupes d'objets"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Format de distribution"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, 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/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr ""
+"Spécifiez le format de distribution pour les fax vers la passerelle de "
+"messagerie"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Méthodes de distribution"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Liste des groupes d'objets"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Désactiver temporairement l'utilisation du fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-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 ""
-"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/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Délivrer les fax comme des messages à"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Nom du groupe d'objets"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Délivrer les fax comme des messages"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Sélectionner pour afficher les groupes contenant des utilisateurs"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Imprimer directement les fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Afficher les groupes contenant des utilisateurs"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Numéros de fax alternatif"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Sélectionner pour afficher les groupes contenant des groupes"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Listes Rouges"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Afficher les groupes contenant des groupes"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Listes rouges pour les fax entrant"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "Sélectionner pour afficher les groupes contenant des applications"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Listes rouges pour les fax sortant"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Afficher les groupes contenant des applications"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Numéros/listes refusés"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Sélectionner pour afficher les groupes contenant des départements"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Liste des listes rouges prédéfinies"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Afficher les groupes contenant des départements"
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Ajouter a la liste des listes rouges"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Sélectionner pour afficher les groupes contenant des serveurs"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Sélectionnez les numéros à ajouter"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Afficher les groupes contenant des serveurs"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Afficher les numéro du département"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr ""
-"Sélectionner pour afficher les groupes contenant des stations de travail"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Afficher les numéros correspondants"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Afficher les groupes contenant des stations de travail"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Expression régulière pour trouver les numéros correspondants"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Sélectionner pour afficher les groupes contenant des terminaux"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Afficher les numéros des utilisateurs"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Afficher les groupes contenant des terminaux"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Utilisateur dont les numéros sont affichés"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Sélectionner pour afficher les groupes contenant des imprimantes"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Cliquez sur le bouton 'Edit' ci-dessous pour changer les informations dans "
+"cette boite de dialogue"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Afficher les groupes contenant une/des imprimantes"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Configuration du FAX"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Sélectionner pour afficher les groupes contenant des téléphones"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+msgid "Alternate fax numbers will not be copied"
+msgstr "Les numéros de fax alternatif ne seront pas copiés"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Afficher les groupes contenant un/des téléphones"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Rapports des Fax"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
-msgstr "Créer un nouveau groupe d'objets"
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
+"Pas d'extension fax définie dans la configuration de votre serveur, aucun "
+"rapport ne peut être montré!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Groupes d'objets"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+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/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Ce 'dn' n'est pas un groupe objet."
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+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/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "nombre d'objets différents trop important!"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr ""
+"Impossible d'interroger la table 'faxlog' pour la génération de rapports!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "utilisateurs"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "La requête sur la base de données des fax a échoué!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "groupes"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+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/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "applications"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "A-M-J"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "départements"
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Entrez le nom recherché"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "serveurs"
+#: 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 "dans"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "stations de travail"
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Sélectionnez la branche de l'annuaire où sera effectuée la recherche"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "terminaux"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "pendant"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "téléphones"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Correspondant"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "imprimantes"
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# pages"
+
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "prévisualisation du FAX - Veuillez attendre"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "et"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Cliquez sur le fax pour le télécharger"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
-msgstr "le dn n'existe pas:"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "FAX ID"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
-msgstr "Il y a déjà un objet avec ce cn."
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Date / Heure"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
-msgstr "Vous pouvez combiner au maximum deux objets différents !"
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "MSN de l'expéditeur"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
-msgstr "La sauvegarde du groupe d'objets à échoué"
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "ID de l'expéditeur"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
-msgstr "La suppression du groupe d'objet à échoué"
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "MSN du correspondant"
 
 
-#: 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 ""
-"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/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "ID du correspondant"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
-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/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Statut"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-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/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Temps de transfert"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
-msgstr "La sauvegarde des paramètres de messagerie pour le groupe à échoué"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Rapports des Fax"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
-msgstr "La suppression des paramètres de messagerie pour le groupe à échoué"
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Liste des salles de conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
-#, php-format
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/gofon/conference/headpage.tpl:24
 msgid ""
 msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
+"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 ""
-"Le serveur primaire spécifié '%s' n'est pas disponible dans la configuration "
-"serveur de GOsa. La sauvegarde de ce compte vas créer une nouvelle entrée "
-"dans le serveur '%s'. Utilisez annuler si vous ne voulez pas créer un "
-"nouveau compte en ignorant les anciens comptes."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
-msgstr "Tout faire sonner"
+"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/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
-msgstr "les un après les autres"
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Nom - numéro"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
-msgstr "le moins appelé "
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "Code PIN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
-msgstr "le plus petit nombre d'appel réussi"
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Expression régulière concordant avec les noms des conférences"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
-msgstr "au hazard"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Création d'une nouvelle conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr "les un après les autres avec mémorisation du dernier utilisé"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Nouvelle conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
-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."
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 msgstr ""
-"Le serveur MySQL primaire '%s' n'est pas joignable avec l'utilisateur '%s', "
-"veuillez vérifier les logs GOsa pour les erreurs mysql."
+"Impossible d'effacer la conférence de la base de données primaire sur le "
+"serveur (%s). Veuillez vérifier la configuration de votre base de données "
+"asterisk."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
 #, php-format
 #, php-format
-msgid "Can't select database '%s' on home server '%s'."
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
 msgstr ""
 msgstr ""
-"Impossible de sélectionner la base de données '%s' située sur le serveur '%"
-"s'."
+"Le serveur asterisk primaire (%s) précédemment sélectionné n'est plus "
+"disponible."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
-#, php-format
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
 msgid ""
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
 msgstr ""
 msgstr ""
-"Le serveur MySQL primaire '%s' n'est pas joignable avec l'utilisateur '%s', "
-"veuillez vérifier les logs GOsa pour les erreurs mysql."
+"Vous avez spécifié une conférence 'sans code PIN' ...veuillez laisser le "
+"champ code pin vide."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr ""
-"Impossible de sélectionner la base de données '%s' située sur le serveur '%"
-"s'."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr " Veuillez entrer un code pin."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
-msgstr "Supprimer la queue téléphonique de ce compte"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Veuillez entrer un nom pour la conférence."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-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/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
+msgstr "Seul des chiffres sont permis dans le champ numéro."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
-msgstr "Créer une queue téléphonique"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
+msgstr "Seul des nombres sont autorisés dans la durée."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 msgstr ""
-"Les queues téléphoniques sont désactivées pour ce groupe. Vous pouvez les "
-"activer en cliquant sur le bouton ci-dessous."
+"Impossible de vérifier si il y a déjà des entrées avec ce numéro de "
+"téléphone et/ou cn dans le serveur primaire."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
 msgid ""
 msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 msgstr ""
-"Il doit y avoir au moins un serveur avec une base de données asterisk pour "
-"créer un queue téléphonique."
+"Impossible d'effacer des entrées avec certains numéro de téléphone et/ou cn "
+"dans le serveur primaire."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-msgid "Please select a valid goFonHomeServer."
-msgstr "Veuillez sélectionner un serveur de téléphonique valide."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
+msgstr ""
+"Impossible de vérifier si l'entrée existe dans l'ancienne  base de données. "
+"Veuillez vérifier les logs GOsa."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr "Le délai d'attente doit être un chiffre"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
+msgstr ""
+"Impossible d'effacer les anciennes entrées de l'ancien serveur primaire. "
+"Veuillez vérifier les logs de GOsa."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
-msgstr "Le délai de rappel automatique doit être un chiffre"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "La sauvegarde du compte conférence téléphonique à échoué"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
-msgstr "La taille maximale de la queue doit être numérique"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Conférences téléphoniques"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
-msgstr "La fréquence du message d'annonce doit être numérique"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Gestion"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
-msgstr "Il doit y avoir au moins un numéro de queue définie."
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Nom de la conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
-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/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Nom de la conférence à créer"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-msgid "Error while removing old queue entries from database."
-msgstr ""
-"Une erreur s'est produite lors de l'effacement des entrées de l'ancienne "
-"queue."
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Sélectionnez la branche où sera enregistrée la conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
-msgstr "Veuillez regarder les logs de GOsa."
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
+msgstr "Durée (en jours)"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
-msgstr ""
-"Impossible de détecter les entrées de l'ancienne queue, la requête à échoué."
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
+msgstr "Code PIN préselectionné"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
-msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
-msgstr ""
-"Plus d'une entrée dans la table queue utilisent le nom ('%s'). Veuillez "
-"d'abord régler ce problème manuellement."
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Enregistrer la conférence"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-msgid "Mysql query failed."
-msgstr "La requête Mysql à échoué."
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
+msgstr "Format du fichier son "
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, 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/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr "Musique d'attente"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
-msgstr "La sauvegarde de la queue téléphonique à échoué"
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Activer le menu de session"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
-msgstr "La suppression de la queue téléphonique à échoué"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr "Annoncer les nouveaux utilisateurs et ceux qui quittent"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-msgid "Please enter the new object group name"
-msgstr "Veuillez entrer un nouveau nom pour le groupe d'objet"
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Compter les utilisateurs"
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-msgid "Please enter a mail address"
-msgstr "Veuillez entrer un adresse email."
+#: 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/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Rapports téléphoniques"
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Gestion des conférences"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
@@ -12146,14 +12142,18 @@ msgstr "Canal"
 msgid "Duration"
 msgstr "Durée"
 
 msgid "Duration"
 msgstr "Durée"
 
-#: plugins/gofon/macro/headpage.tpl:6
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Rapports téléphoniques"
+
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Liste des macros"
 
 msgid "List of macros"
 msgstr "Liste des macros"
 
-#: plugins/gofon/macro/headpage.tpl:24
 #: plugins/gofon/macro/class_divListMacros.inc:36
 #: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 "
 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 "
@@ -12163,39 +12163,6 @@ msgstr ""
 "sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
 "travaillez avec un nombre élevé de macros."
 
 "sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous "
 "travaillez avec un nombre élevé de macros."
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Afficher les macros correspondant à"
-
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Afficher les macros correspondantes"
-
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Expression régulière correspondant à des noms de macro"
-
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Nom de la macro"
-
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr "Nom d'affichage de la macro"
-
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Sélectionnez la branche où sera placée la macro"
-
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Visible pour l'utilisateur"
-
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "Texte de la macro"
-
 #: plugins/gofon/macro/class_divListMacros.inc:46
 msgid "macro name"
 msgstr "nom de la macro"
 #: plugins/gofon/macro/class_divListMacros.inc:46
 msgid "macro name"
 msgstr "nom de la macro"
@@ -12204,6 +12171,11 @@ msgstr "nom de la macro"
 msgid "Visible"
 msgstr "Visible"
 
 msgid "Visible"
 msgstr "Visible"
 
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Expression régulière correspondant à des noms de macro"
+
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Créer une nouvelle macro téléphonique"
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Créer une nouvelle macro téléphonique"
@@ -12228,57 +12200,39 @@ msgstr "visible"
 msgid "invisible"
 msgstr "invisible"
 
 msgid "invisible"
 msgstr "invisible"
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Macros téléphoniques"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Vous êtes sur le point de supprimer la macro '%s'."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "Vous n'êtes pas autorisé à supprimer cette macro!"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr "Ok"
-
-#: plugins/gofon/macro/class_gofonMacro.inc:226
+#: plugins/gofon/macro/class_gofonMacro.inc:219
 #, fuzzy, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 "L'effacement de la macro depuis '%s' à échoué. Veuillez vérifier les logs "
 "GOsa pour les erreurs mysql."
 
 #, fuzzy, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 "L'effacement de la macro depuis '%s' à échoué. Veuillez vérifier les logs "
 "GOsa pour les erreurs mysql."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
+#: plugins/gofon/macro/class_gofonMacro.inc:287
 #, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr "Plus d'un '(' n'est actuellement pas supporté. Ligne : '%s'."
 
 #, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr "Plus d'un '(' n'est actuellement pas supporté. Ligne : '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/gofon/macro/class_gofonMacro.inc:290
 #, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr "Plus d'une ')' n'est actuellement pas supporté, Ligne : '%s'."
 
 #, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr "Plus d'une ')' n'est actuellement pas supporté, Ligne : '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
+#: plugins/gofon/macro/class_gofonMacro.inc:294
 #, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Il y a pas d'application indiquée à la ligne : '%s'."
 
 #, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Il y a pas d'application indiquée à la ligne : '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
+#: plugins/gofon/macro/class_gofonMacro.inc:298
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr "Il n'y a pas de type d'extension indiquée à la ligne : '%s'."
 
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr "Il n'y a pas de type d'extension indiquée à la ligne : '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/gofon/macro/class_gofonMacro.inc:327
 #, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "L'insertion de la nouvelle macro à échoué pour le serveur '%s'."
 
 #, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "L'insertion de la nouvelle macro à échoué pour le serveur '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
+#: plugins/gofon/macro/class_gofonMacro.inc:362
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
@@ -12286,30 +12240,30 @@ msgstr ""
 "Il doit y avoir au moins un serveur avec la base de donnée asterisk pour "
 "sauver cette macro."
 
 "Il doit y avoir au moins un serveur avec la base de donnée asterisk pour "
 "sauver cette macro."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/gofon/macro/class_gofonMacro.inc:376
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Le cn indiqué '%s' existe déjà."
 
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Le cn indiqué '%s' existe déjà."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 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"
 
 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/macro/class_gofonMacro.inc:393
+#: plugins/gofon/macro/class_gofonMacro.inc:386
 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."
 
 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/macro/class_gofonMacro.inc:399
+#: plugins/gofon/macro/class_gofonMacro.inc:392
 #, 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"
 
 #, 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/macro/class_gofonMacro.inc:410
+#: plugins/gofon/macro/class_gofonMacro.inc:403
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
@@ -12317,11 +12271,11 @@ msgstr ""
 "Cette macro est toujours utilisée. Il est nécessaire de marquer cette macro "
 "comme visible pour tout les utilisateurs."
 
 "Cette macro est toujours utilisée. Il est nécessaire de marquer cette macro "
 "comme visible pour tout les utilisateurs."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
+#: plugins/gofon/macro/class_gofonMacro.inc:411
 msgid "Makro length must be lower than 100 lines"
 msgstr "La longueur de la macro doit être plus petite que 100 lignes"
 
 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/class_gofonMacro.inc:436
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
@@ -12329,7 +12283,7 @@ msgstr ""
 "Cette macro est toujours utilisée. Pour effacer cette macro, assurez vous "
 "que personne ne la sélectionnée."
 
 "Cette macro est toujours utilisée. Pour effacer cette macro, assurez vous "
 "que personne ne la sélectionnée."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
@@ -12337,67 +12291,77 @@ msgstr ""
 "Impossible d'effacer la macro de la base de données asterisk. Veuillez "
 "vérifier la configuration de la base de donnée asterisk."
 
 "Impossible d'effacer la macro de la base de données asterisk. Veuillez "
 "vérifier la configuration de la base de donnée asterisk."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
+#: plugins/gofon/macro/class_gofonMacro.inc:448
 msgid "Removing phone macro failed"
 msgstr "La suppression de la macro téléphonique à échoué"
 
 msgid "Removing phone macro failed"
 msgstr "La suppression de la macro téléphonique à échoué"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
+#: plugins/gofon/macro/class_gofonMacro.inc:457
 msgid "Removing phone macro reverences failed"
 msgstr "La suppression des références de la macro téléphonique à échoué"
 
 msgid "Removing phone macro reverences failed"
 msgstr "La suppression des références de la macro téléphonique à échoué"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
+#: plugins/gofon/macro/class_gofonMacro.inc:491
 msgid "Saving phone macro failed"
 msgstr "La sauvegarde de la macro téléphonique à échoué"
 
 msgid "Saving phone macro failed"
 msgstr "La sauvegarde de la macro téléphonique à échoué"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Macros téléphoniques"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "type"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Vous êtes sur le point de supprimer la macro '%s'."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "Vous n'êtes pas autorisé à supprimer cette macro!"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr "Ok"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
 msgid "This 'dn' is no phone macro."
 msgstr "Ce 'dn' n'est pas une macro téléphonique."
 
 msgid "This 'dn' is no phone macro."
 msgstr "Ce 'dn' n'est pas une macro téléphonique."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
 msgid "String"
 msgstr "Chaîne de caractère"
 
 msgid "String"
 msgstr "Chaîne de caractère"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
 msgid "Combobox"
 msgstr "Boite à choix multiple"
 
 msgid "Combobox"
 msgstr "Boite à choix multiple"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
 msgid "Bool"
 msgstr "Booléen"
 
 msgid "Bool"
 msgstr "Booléen"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
 msgid "Delete unused"
 msgstr "Supprimer les paramètres inutilisés"
 
 msgid "Delete unused"
 msgstr "Supprimer les paramètres inutilisés"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, 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."
 
 #, 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:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
 #, 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"
 
 #, 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:341
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
 #, 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."
 
 #, 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:370
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
@@ -12406,34 +12370,51 @@ msgstr ""
 "Le nombre de paramètres de la macro à change, vous devez mettre à jour "
 "chaque utilisateur qui utilise la macro '%s'."
 
 "Le nombre de paramètres de la macro à change, vous devez mettre à jour "
 "chaque utilisateur qui utilise la macro '%s'."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
 msgid "Saving phone macro parameters failed"
 msgstr "La sauvegarde de paramètres de la macro téléphonique à échoué"
 
 msgid "Saving phone macro parameters failed"
 msgstr "La sauvegarde de paramètres de la macro téléphonique à échoué"
 
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Nom de la macro"
+
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr "Nom d'affichage de la macro"
+
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Sélectionnez la branche où sera placée la macro"
+
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Visible pour l'utilisateur"
+
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "Texte de la macro"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Afficher les macros correspondant à"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Afficher les macros correspondantes"
+
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Administration des macros téléphoniques"
 
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Administration des macros téléphoniques"
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-msgid "Select the accounts home server"
-msgstr "Sélectionnez le serveur primaire"
-
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr "Code PIN de la boite vocale"
-
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "Code PIN du téléphone"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
-msgstr "Macro téléphoniques"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "type"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
@@ -12446,8 +12427,8 @@ msgstr ""
 "serveur '%s'. Utilisez annuler si vous ne voulez pas créer un nouveau compte "
 "en ignorant les ancien comptes."
 
 "serveur '%s'. Utilisez annuler si vous ne voulez pas créer un nouveau compte "
 "en ignorant les ancien comptes."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
@@ -12456,21 +12437,21 @@ msgstr ""
 "Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
 "vérifier les logs GOsa pour les erreurs mysql."
 
 "Le serveur MySQL '%s' n'est pas joignable avec l'utilisateur '%s', veuillez "
 "vérifier les logs GOsa pour les erreurs mysql."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, 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."
 
 #, 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/gofon/phoneaccount/class_phoneAccount.inc:157
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
 msgid "no macro"
 msgstr "pas de macros"
 
 msgid "no macro"
 msgstr "pas de macros"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
 msgid "undefined"
 msgstr "non défini"
 
 msgid "undefined"
 msgstr "non défini"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
@@ -12478,7 +12459,7 @@ msgstr ""
 "Impossible de sauvegarde les changements dans votre base de données "
 "asterisk, l'extension mysql n'est pas disponible."
 
 "Impossible de sauvegarde les changements dans votre base de données "
 "asterisk, l'extension mysql n'est pas disponible."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
@@ -12488,8 +12469,8 @@ msgstr ""
 "de la sauvegarde des données pour garder la consistance de la base de "
 "données, veuillez vérifier les logs GOsa pour les erreurs mysql."
 
 "de la sauvegarde des données pour garder la consistance de la base de "
 "données, veuillez vérifier les logs GOsa pour les erreurs mysql."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
@@ -12499,7 +12480,7 @@ msgstr ""
 "sauvegarde des données pour garder la base de données consistante, veuillez "
 "vérifier les logs de GOsa pour les erreurs mysql."
 
 "sauvegarde des données pour garder la base de données consistante, veuillez "
 "vérifier les logs de GOsa pour les erreurs mysql."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
@@ -12509,16 +12490,16 @@ msgstr ""
 "'%s'. Abandon des sauvegardes pour garder la consistance de la base de "
 "données, veuillez vérifier les logs GOsa pour les erreurs mysql."
 
 "'%s'. Abandon des sauvegardes pour garder la consistance de la base de "
 "données, veuillez vérifier les logs GOsa pour les erreurs mysql."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
 msgid "Error while performing query:"
 msgstr "Une erreur s'est produite lors de la requête:"
 
 msgid "Error while performing query:"
 msgstr "Une erreur s'est produite lors de la requête:"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
 msgid "This account has no phone extensions."
 msgstr "Ce compte n'est pas d'extension téléphoniques."
 
 msgid "This account has no phone extensions."
 msgstr "Ce compte n'est pas d'extension téléphoniques."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
@@ -12526,11 +12507,11 @@ msgstr ""
 "La macro que vous aviez choisi dans le passé n'est plus disponible, veuillez "
 "en choisir une autre."
 
 "La macro que vous aviez choisi dans le passé n'est plus disponible, veuillez "
 "en choisir une autre."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
 msgid "Remove phone account"
 msgstr "Supprimer l'extension téléphonique"
 
 msgid "Remove phone account"
 msgstr "Supprimer l'extension téléphonique"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
@@ -12538,12 +12519,12 @@ msgstr ""
 "Une extension téléphone existe pour cet utilisateur. Vous pouvez la "
 "supprimer en cliquant sur le bouton ci-dessous."
 
 "Une extension téléphone existe pour cet utilisateur. Vous pouvez la "
 "supprimer en cliquant sur le bouton ci-dessous."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
 msgid "Create phone account"
 msgstr "Créer un compte téléphone"
 
 msgid "Create phone account"
 msgstr "Créer un compte téléphone"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
 "is set."
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
 "is set."
@@ -12551,2284 +12532,2309 @@ msgstr ""
 "Aucun extension téléphone n'existe pour cet utilisateur. Vous ne pouvez pas "
 "l'activer lorsque aucun uid n'est indiqué."
 
 "Aucun extension téléphone n'existe pour cet utilisateur. Vous ne pouvez pas "
 "l'activer lorsque aucun uid n'est indiqué."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"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/phoneaccount/class_phoneAccount.inc:970
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"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/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
+msgstr "Veuillez entrer un numéro de téléphone valide!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
+msgstr "Choisissez votre téléphone privé"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
+msgstr ""
+"Il doit y avoir au moins un serveur avec une base de données asterisk pour "
+"créer un compte téléphonique."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+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:1119
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+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:1124
+msgid "Phone PIN must be at least one character long."
+msgstr "Le code pin du téléphone doit être minimum 1 caractère."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"Le code pin du téléphone contient des caractères invalides. Seul les "
+"chiffres et les lettres sont autorisés."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
+#, 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:1208
+msgid "Saving phone account failed"
+msgstr "La sauvegarde du compte téléphonique à échoué"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
+msgstr "Arrêter"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
+msgstr ""
+"Impossible de supprimer le compte téléphonique, l'extension mysql n'est pas "
+"présente dans la configuration php."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "L'utilisateur '%s' à été enlevé de la queue '%s'."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
+msgstr "La suppression du compte téléphonique à échoué"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
+msgstr ""
+"Le serveur asterisk primaire précédemment sélectionné n'existe plus (%s). "
+"Effacement interrompu."
+
+#: plugins/gofon/phoneaccount/generic.tpl:35
+msgid "Select the accounts home server"
+msgstr "Sélectionnez le serveur primaire"
+
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr "Code PIN de la boite vocale"
+
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "Code PIN du téléphone"
+
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Macro téléphoniques"
+
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Configuration du téléphone"
+
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "Ce compte n'as pas d'extension de connectivité."
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "La suppression du compte netatalk à échoué"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "La sauvegarde du compte Intranet à échoué"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
+"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
+"délégations."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr ""
+"L'adresse de messagerie que vous essayez de rajouter n'est pas l'adresse "
+"primaire d'un utilisateur existant."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Toujours accepter"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Toujours rejeter"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Reconnexion si il y a conflit"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Manuel si il y a conflit"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Manuel"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anonyme"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
+#, php-format
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr ""
+"La suppression du compte/ de l'utilisateur Kolab avec le dn '%s' à échoué."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+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/connectivity/class_kolabAccount.inc:291
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr ""
+"La valeur spécifiée comme information de disponibilité future est invalide."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
+#, 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/connectivity/class_kolabAccount.inc:313
+#, 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/connectivity/class_kolabAccount.inc:393
+#, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr ""
+"La sauvegarde du compte/de l'utilisateur Kolab avec le dn '%s' à échoué."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Compte Opengroupware"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr ""
+"OpenGroupware: Votre configuration ne possède pas d'extension postgresql. "
+"Impossible d'effectuer des recherches."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr ""
+"OpenGroupware: La configuration de la base de données est inexistante. "
+"Impossible de lire ou d'écrire des informations."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
+"OpenGorupware: Impossible de se connecter à la base de données spécifiée. "
+"Veuillez vérifier la configuration."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "Impossible de se connecter a la base de données Postgresql!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr ""
+"Les paramètres nécessaires à l'extension openexchange ne sont pas "
+"disponibles!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Le module PHP4 pour postgresql est manquant!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr "La suppression du carnet d'adresse oxchange à échoué"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "La suppression du compte oxchange à échoué"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
+msgstr ""
+"Le nom de l'utilisateur Open-Xchange est vide donc invalide! Veuillez "
+"vérifier que vous n'utilisez pas des caractères bizarres dans l'identifiant "
+"de l'utilisateur."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr "La sauvegarde duc ompte oxchange à échoué"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr "La création du carnet d'adresse oxchange à échoué"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "La suppression de l'extension PHPgw à échoué"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr "La sauvegarde du compte PHPgw à échoué"
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "Compte PHPscheduleit"
+
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "La suppression du compte PHPscheduleit à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
-msgid "Please enter a valid phone number!"
-msgstr "Veuillez entrer un numéro de téléphone valide!"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "La sauvegarde du Compte PHPscheduleit à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
-msgid "Choose your private phone"
-msgstr "Choisissez votre téléphone privé"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "Compte PPTP"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone account."
-msgstr ""
-"Il doit y avoir au moins un serveur avec une base de données asterisk pour "
-"créer un compte téléphonique."
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "La suppression du compte PPTP à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-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/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "La sauvegarde du Compte à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
-msgstr ""
-"Le code pin de la boîte vocale contient des caractères invalides, seul les "
-"chiffres sont autorisés."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
-msgid "Phone PIN must be at least one character long."
-msgstr "Le code pin du téléphone doit être minimum 1 caractère."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
-msgid ""
-"The specified phone PIN contains invalid characters, only aphanumeric values "
-"are allowed here."
-msgstr ""
-"Le code pin du téléphone contient des caractères invalides. Seul les "
-"chiffres et les lettres sont autorisés."
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "jour"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
-#, 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/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "semaine"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1214
-msgid "Saving phone account failed"
-msgstr "La sauvegarde du compte téléphonique à échoué"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "mois"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
-msgid "Stop"
-msgstr "Arrêter"
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "La suppression du compte proxy à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
-msgid ""
-"Can't remove phone account, the mysql extension is not present in php "
-"configuration."
-msgstr ""
-"Impossible de supprimer le compte téléphonique, l'extension mysql n'est pas "
-"présente dans la configuration php."
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr "La valeur pour le quota est vide."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "L'utilisateur '%s' à été enlevé de la queue '%s'."
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "La valeur dans le champ 'Paramètres du quota' n'est pas valide."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
-msgid "Removing phone account failed"
-msgstr "La suppression du compte téléphonique à échoué"
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "La sauvegarde du compte Compte Proxy à échoué"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available. "
-"Remove aborted."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "La suppression de l'extension pureftpd à échoué"
+
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
 msgstr ""
 msgstr ""
-"Le serveur asterisk primaire précédemment sélectionné n'existe plus (%s). "
-"Effacement interrompu."
+"La valeur spécifiée dans le champ 'Bande passante en montée' n'est pas "
+"valide."
 
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Configuration du téléphone"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+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/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Liste des salles de conférence"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Fichier' n'est pas valide."
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Taille' est invalide."
 
 
-#: 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/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "La valeur spécifiée dans le champ 'Ratio' n'est pas valide."
 
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Nom de la conférence"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
+msgstr "La sauvegarde du compte pureftpd à échoué"
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Nom de la conférence à créer"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Sélectionnez la branche où sera enregistrée la conférence"
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "La suppression du compte webDAV à échoué"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
-msgstr "Durée (en jours)"
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "La sauvegarde du Compte WebDAV à échoué"
 
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
-msgstr "Code PIN préselectionné"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "Compte GLPI"
 
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "Code PIN"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Créer un compte Intranet"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
-msgstr "Enregistrer la conférence"
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Compte Kolab"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
-msgstr "Format du fichier son "
+#: 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/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
-msgstr "Musique d'attente"
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Delegation"
 
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
-msgstr "Activer le menu de session"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "Taille des quota email"
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
-msgstr "Annoncer les nouveaux utilisateurs et ceux qui quittent"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "Pas de taille limite pour l'envoi de mail"
 
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
-msgstr "Compter les utilisateurs"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Information de disponibilité"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Nom - numéro"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Futur"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Expression régulière concordant avec les noms des conférences"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "jours"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
-msgstr "Création d'une nouvelle conférence"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Politique d'invitation"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
-msgstr "Nouvelle conférence"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Compte PHPGroupware"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
-msgstr "Conférence"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Emplacement de l'équipe"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Conférences téléphoniques"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Modèle d'utilisateur"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Gestion"
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Equipes"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
-msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
-msgstr ""
-"Impossible d'effacer la conférence de la base de données primaire sur le "
-"serveur (%s). Veuillez vérifier la configuration de votre base de données "
-"asterisk."
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Compte Open-Xchange"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, php-format
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 msgstr ""
-"Le serveur asterisk primaire (%s) précédemment sélectionné n'est plus "
-"disponible."
+"désactivé, le support pour Postgresql est manquant. Ou la base de données "
+"spécifiée ne peut pas être contactée"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
-msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
-msgstr ""
-"Vous avez spécifié une conférence 'sans code PIN' ...veuillez laisser le "
-"champ code pin vide."
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "Compte Open Xchange"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
-msgstr " Veuillez entrer un code pin."
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Se souvenir"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
-msgstr "Veuillez entrer un nom pour la conférence."
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Rendez vous"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
-msgstr "Seul des chiffres sont permis dans le champ numéro."
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Tâches"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
-msgstr "Seul des nombres sont autorisés dans la durée."
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Information Utilisateur"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
-msgstr ""
-"Impossible de vérifier si il y a déjà des entrées avec ce numéro de "
-"téléphone et/ou cn dans le serveur primaire."
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Zone Horaire de l'utilisateur"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
-msgstr ""
-"Impossible d'effacer des entrées avec certains numéro de téléphone et/ou cn "
-"dans le serveur primaire."
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Compte PHPGroupware"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
-msgstr ""
-"Impossible de vérifier si l'entrée existe dans l'ancienne  base de données. "
-"Veuillez vérifier les logs GOsa."
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "Compte PHPscheduleit"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
-msgstr ""
-"Impossible d'effacer les anciennes entrées de l'ancien serveur primaire. "
-"Veuillez vérifier les logs de GOsa."
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "Compte PPTP"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
-msgstr "La sauvegarde du compte conférence téléphonique à échoué"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Compte Proxy"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Gestion des conférences"
+#: 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/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Clients légers"
+#: 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/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Nom de l'objet"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Restreindre la quantité de données téléchargeables"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Contenu"
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "par"
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Cette objet n'a pas de relation avec d'autres objets."
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Compte FTP"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
-msgstr ""
-"Vous êtes sur la fenêtre principale de GOsa. Vous pouvez sélectionner une "
-"rubrique soit en utilisant le menu de gauche soit en cliquant sur une des "
-"icônes. Tout les changements sont directement appliqués sur les serveurs "
-"LDAP de votre société."
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Bande passante montante"
 
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
-msgstr ""
-"Cliquez sur déconnexion, en haut à gauche, pour vous déconnecter, sur "
-"Accueil pour revenir à la page principale."
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/sec"
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "L'équipe de GOsa"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Bande passante descendante"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Bienvenue %s!"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Quota"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr ""
-"Attention: Le compte à un chaîne de connexion au serveur de messagerie "
-"invalide!"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Fichier"
 
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
-msgstr ""
-"Erreur: Impossible de contacter le serveur IMAP. Si vous sauvez ce compte, "
-"certains paramètres ne seront pas stockés sur votre serveur!"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Ratio"
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr ""
-"Impossible de créer la boite de messagerie IMAP. Le serveur indique '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Données envoyées / reçues"
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "Impossible de créer les quotas IMAP. Le serveur indique'%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Divers"
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Erreur: imap_getacl n'est pas implémenté, il est impossible de supprimer les "
-"informations à propos des acls."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Cliquez ici pour désactivez l'accès FTP"
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr ""
-"Erreur: imap_getacl n'est pas disponible, impossible d'obtenir les "
-"permissions imap!"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Désactiver temporairement l'accès FTP"
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Compte WebDAV"
+
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "automatique"
+
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Enlever l'extension d'environnement"
+
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Impossible de supprimer les boites de messagerie IMAP. Le serveur répond '%"
-"s'."
+"Extension d'environnement activée. Vous pouvez la désactiver en cliquant sur "
+"le bouton ci-dessous."
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Impossible de se connecter au serveur SIEVE. Le serveur répond '%s'."
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
+msgstr "Ajouter une extension d'environnement"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Impossible de récupérer le script sieve. Le serveur répond '%s'."
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+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."
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Impossible d'envoyer un script à sieve. Le serveur répond '%s'."
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
+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/environment/class_environment.inc:553
+msgid "Spaces are not allowed in the mount path!"
+msgstr "Les espaces ne sont pas autorisées dans le point de montage!"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr ""
-"Impossible d'activer les scripts sieve de GOsa. Le serveur répond '%s'."
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Réinitialiser le mot de passe"
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Ce paquet n'a pas d'options debconf."
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Supprimer ce partage"
 
 
-#: include/class_plugin.inc:404
+#: plugins/personal/environment/class_environment.inc:803
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"La commande '%s', utilisée dans le CHECK de l'extension '%s' n'existe pas."
+"Le profil kiosk sélectionné '%s' n'est plus disponible, le profil actuel est "
+"changé en 'aucun'."
 
 
-#: include/class_plugin.inc:555
-#, 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."
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "La suppression de l'extension d'environnement à échoué"
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, php-format
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
+msgstr "Veuillez indiquer un quota valide pour le profil."
+
+#: plugins/personal/environment/class_environment.inc:908
 msgid ""
 msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 msgstr ""
-"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe "
-"pas."
+"Vous devez configurer correctement l'extension posix pour activer "
+"l'extension d'environnement."
 
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 msgstr ""
-"La commande '%s', utilisée dans le POSTREMOVE de l'extension '%s' n'existe "
-"pas."
+"Impossible de sauver de nouveaux profiles kiosk, je n'ai pas les droits sur "
+"le répertoire"
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr "L'objet '%s' est déjà marqué"
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "L'ajout de l'extension d'environnement à échoué"
 
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr "Ajouter une marque (%s) à l'objet '%s'"
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "partage de groupe"
 
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Administrateur"
 
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
-msgstr "Suppression de la marque de l'objet '%s'"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Imprimante par défaut"
 
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
 msgstr ""
 msgstr ""
-"La modification a échoué du mot de passe à échoué. Le serveur LDAP répond '%"
-"s'."
+"Veuillez indiquer un nom valide. Seul les chiffres de 0 à 9 et les lettres "
+"de a à Z sont permises."
 
 
-#: include/class_password-methods.inc:204
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 msgstr ""
-"La configuration de SMBHASH dans gosa.conf est incorrecte ! Impossible de "
-"changer le mot de passe Samba."
+"Caractères invalides dans la description. Veuillez indiquer une description "
+"valide."
 
 
-#: include/functions_setup.inc:84
-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!"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+msgid "Please specify a valid iSerial."
+msgstr "Veuillez indiquer un iSerial valide."
 
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 msgstr ""
-"l'objectCLass optionnel '%s' requis par l'extension '%s' est absent de la "
-"configuration de LDAP"
+"Veuillez spécifier une une identification vendeur valide. (2 octets "
+"hexadécimal comme '0xFFFF')"
 
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 msgstr ""
-"l'objectCLass optionnel '%s' requis par l'extension '%s' nécessite la "
-"version %s"
+"Veuillez indiquer une identification produit valide. (2 octets comme "
+"'OxFFFF')"
 
 
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Le support de '%s' est activé"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Une entrée avec ce nom existe déjà."
 
 
-#: include/functions_setup.inc:118
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "Veuillez sélectionner une entrée ou cliquez sur annuler."
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "l'objectCLass requis '%s' est absent de la configuration de LDAP"
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Impossible d'effacer '%s'. L'erreur est: permission interdite."
 
 
-#: include/functions_setup.inc:122
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "L'objectClass obligatoire '%s' n'est pas à la version %s"
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Impossible d'effacer '%s'. L'erreur est: le fichier n'existe pas."
 
 
-#: include/functions_setup.inc:133
-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é"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
+"La variable KIOSPATH n'est pas définie dans votre gosa.conf. Impossible de "
+"gérer des profiles kiosk!"
 
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "Le support de SAMBA3 est activé"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
+"Le chemin vers le répertoire kiosk '%s' n'est pas accessible. Veuillez "
+"vérifier les permissions."
 
 
-#: include/functions_setup.inc:143
-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é"
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
+msgstr ""
+"Le nom utilisé ne peut être composé que de caractères miniscules/majuscuales."
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "Le support de SAMBA2 est activé"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Veuillez spécifier un nom de script valide."
 
 
-#: include/functions_setup.inc:154
-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é"
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "La description contient des caractères invalides."
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "Le support de pureftpd est activé"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "L'extension d'environnement est actuellement désactivée."
 
 
-#: include/functions_setup.inc:164
-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é"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Paramètres des préférences d'environnement"
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "Le support de WEBDAV est activé"
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Gestion du profile"
 
 
-#: include/functions_setup.inc:174
-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é"
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Utiliser la gestion des profiles"
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "Le support de phpgroupware est activé"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Gestion des profiles serveurs"
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr ""
-"Le support du trustAccount est désactivé, aucun schéma ne semble installé"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Chemin du Profil"
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Le support du TrustAccount est activé"
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Quota du profil"
 
 
-#: include/functions_setup.inc:194
-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é"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
+msgstr "Cacher le profile en local"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Le support de gofon est activé"
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Paramètres du profil Kiosk"
 
 
-#: include/functions_setup.inc:204
-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é"
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
+msgstr "Profil Kiosk"
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Le support de nagios activé"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "Gérer"
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr ""
-"Le support de l'extension netatalk est désactivé, aucun schéma ne semble "
-"installé"
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
+msgstr "La résolution peut être changée pendant la session"
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Le support de netatalk activé"
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Utilisateur sélectionné pour la connexion au partage"
+
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Sélectionnez un partage"
 
 
-#: include/functions_setup.inc:229
-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"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Point de montage"
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
-msgstr "Le support de Kolab est activé"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr "Scripts de démarrage"
 
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Administration des scripts de démarrage"
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Ignoré"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Périphériques Hotplug"
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Echec"
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Paramètre des périphériques Hotplug"
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Vérification de l'installation de PHP"
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
+msgstr "Existant"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Vérification de la version de PHP (>=4.1.0)"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Paramètres de l'imprimante"
 
 
-#: include/functions_setup.inc:279
-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."
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Afficher/Cacher l'administrateur"
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Vérification de l'option register_globals, elle doit être à 'off'"
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Afficher/Cacher défaut"
 
 
-#: include/functions_setup.inc:283
-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."
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Ajouter des périphériques hotplug"
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
-msgstr "Vérification de PHP session.gc_maxlifetime (>= 86400 secondes)."
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Gestion des périphériques Hotplug"
 
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
-msgstr ""
-"PHP utilise cette valeur pour le garbage collector afin d'effacer les "
-"anciennes sessions, mettre cette valeur à 1 jour permet d'éviter de perde "
-"les cookies et les sessions avant qu'elles soient réellement expirées."
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Sélectionner le périphérique hotplug à ajouter"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Vérification du module LDAP"
+#: 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"
 
 
-#: include/functions_setup.inc:291
-msgid "This is the main module used by GOsa and therefore really required."
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
 msgstr ""
-"Ce module est le module de base utilisé par GOsa et est donc indispensable."
+"Expression régulière concordant avec les noms des périphériques hotplug"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Vérification du support XML"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Création une nouvelle entrée hotplug"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr ""
-"Les fonctionnalités XML sont nécessaires pour lire le fichier de "
-"configuration."
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Créer un nouveau périphérique hotplug"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Vérification du support gettext"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "(iSerial)"
+msgstr "(ISérie)"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Gettext est requis afin que GOsa soit localisé."
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "Vendor-ID"
+msgstr "ID du vendeur"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Vérification du support iconv"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "(idVendor)"
+msgstr "(Idvendeur)"
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
-msgstr ""
-"Ce module est utilisé par GOsa pour convertir les options samba munged dial, "
-"il est indispensable."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
+msgstr "ID du produit"
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Vérification du module mhash"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
+msgstr "(Idproduit)"
 
 
-#: include/functions_setup.inc:307
-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 ""
-"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."
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Gérer les profil Kiosk"
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Vérification du module imap"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Paramètres des scripts de démarrage"
 
 
-#: include/functions_setup.inc:311
-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."
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nom du script"
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Vérification de la fonction getacl dans imap"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Paramètres des scripts de démarrage"
 
 
-#: include/functions_setup.inc:315
-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 ""
-"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é."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Dernier script"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Vérification du module pour mysql"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Le script peut être remplacé par l'utilisateur"
 
 
-#: include/functions_setup.inc:319
-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."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Script de démarrage"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Vérification du module cups"
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Utiliser les préférences d'environnement"
 
 
-#: include/functions_setup.inc:323
-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."
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Ajouter une d'imprimante"
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Vérification du module kadm5"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Afficher les imprimantes correspondants"
 
 
-#: include/functions_setup.inc:327
-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."
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Expression régulière concordant avec les noms des imprimantes"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Vérification du module snmp"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Janvier"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr "Le protocole SNMP est nécessaire pour pouvoir surveiller les clients."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Février"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "Vérification détaillée de l'installation de PHP"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "Mars"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Vérification de la fonction %s"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "Avril"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-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."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Mai"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Vérification de programmes additionnels"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Juin"
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Vérification de GraphicsMagick (>=1.1.2)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Juillet"
 
 
-#: include/functions_setup.inc:396
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"GraphicsMagick est utilisé afin de redimensionner et convertir en JPEG les "
-"images, permettant ainsi leur utilisation dans GOsa."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "Aôut"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Vérification de ImageMagick (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "Septembre"
 
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
-"images, permettant ainsi leur utilisation dans GOsa."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Octobre"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
-msgstr "Vérification du module imagick pour PHP"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "Novembre"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
-msgstr ""
-"ImageMagick est utilisé afin de redimensionner et convertir en JPEG les "
-"images, permettant ainsi leur utilisation dans GOsa."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "Décembre"
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Vérification de l'utilitaire fping"
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "féminin"
 
 
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
-msgstr ""
-"L'utilitaire fping est utilisé dans le cas d'un environnement composé de "
-"clients légers fonctionnant en terminaux."
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "masculin"
 
 
-#: include/functions_setup.inc:428
-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"
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Ce compte n'a pas d'extensions GOsa valides."
 
 
-#: include/functions_setup.inc:429
-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."
+#: plugins/personal/generic/class_user.inc:326
+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."
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr "Vérification de PHP.ini -> session.auto_register"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Veuillez entrer un numéro de série valide"
 
 
-#: include/functions_setup.inc:443
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 msgstr ""
-"Pour pouvoir utiliser GOSa sans problèmes, la variable session.auto_register "
-"doit être a 'Off' dans votre php.ini."
+"(Certains types de certificats ne sont pas supportés et peuvent être "
+"affichés comme 'non valides'.)"
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "Vérification de PHP.ini -> implicit_flush"
+#: plugins/personal/generic/class_user.inc:472
+#, 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."
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
-msgstr ""
-"Cette option défini la gestion des sorties, mettez cette option a off pour "
-"améliorer la performance."
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
+msgstr "valide"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "Vérification de votre PHP.ini pour la variable max_execution_time"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
+msgstr "invalide"
 
 
-#: include/functions_setup.inc:455
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
-"Le temps d'exécution doit être au moins de 30 secondes minimum, parce que "
-"certaines actions vont prendre plus de temps."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "Pas de certificat installé"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "Vérification de PHP.ini -> memory_limit"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
+msgstr "La suppression du compte générique à échoué"
 
 
-#: include/functions_setup.inc:463
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-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."
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "La communication vers la base de données kerberos a échoué"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "Vérification de PHP.ini - > expose.php"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Impossible de supprimer l'utilisateur de la base de données kerberos."
 
 
-#: include/functions_setup.inc:468
-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é."
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
+msgstr "La sauvegarde du compte générique à échoué"
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "Vérification de PHP ini > magic_quotes_gpc"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "Impossible d'ajouter un utilisateur à la base de données kerberos."
 
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 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."
+"Vous n'avez pas l'autorisation pour créer un utilisateur sur cette 'Base'."
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Impossible de se connecter au serveur LDAP! Vérifiez que GOsa puisse le "
-"contacter."
+"Vous n'avez pas l'autorisation pour déplacer un utilisateur sur depuis cette "
+"'Base'."
 
 
-#: include/functions_setup.inc:734
+#: plugins/personal/generic/class_user.inc:1037
+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/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr "Le champ obligatoire 'Identifiant' n'est pas renseigné."
+
+#: plugins/personal/generic/class_user.inc:1053
 msgid ""
 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."
+"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."
 
 
-#: include/functions_setup.inc:792
-#, php-format
+#: plugins/personal/generic/class_user.inc:1060
 msgid ""
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"L'attribut obligatoire '%s' n'existe pas pour ce formulaire. Veuillez le "
-"compléter!"
+"Le champ 'Identifiant' contient des caractères invalides. Les minuscules, "
+"chiffres et tirets sont autorisés."
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
-msgstr "Impossible d'utiliser le protocole ldap version 3"
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Le champ 'Page d'accueil' contient une URL invalide."
 
 
-#: include/functions_setup.inc:841
-msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
-msgstr ""
-"Impossible de se connecter à l'annuaire LDAP! Veuillez vérifiez que GOsa "
-"puisse l'atteindre."
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "Impossible d'ouvrir le certificat demandé!"
+
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Informations personnelles"
+
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Image personnelle"
+
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Changer la photo"
 
 
-#: include/functions_setup.inc:909
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
-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"
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Nom du modèle"
 
 
-#: include/functions_setup.inc:918
-#, 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'."
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Titre Universitaire"
 
 
-#: include/functions_setup.inc:1092
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
-msgstr ""
-"Impossible de créer l'utilisateur/groupe, veuillez vérifier votre "
-"configuration ! "
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Date de naissance"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
-msgstr ""
-"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt "
-"manquante)"
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Langue préferée"
 
 
-#: include/class_password-methods-kerberos.inc:44
-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é."
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "La connexion avec Kerberos a échoué!"
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Numéro de téléphone privé"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr "La modification du mot de passe dans la base Kerberos a échoué!"
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Page d'accueil"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Format de stockage des mots de passe"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr "L'aide n'est pas disponible pour cette extension."
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificats"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
-msgstr "précédent"
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Modification des certificats"
 
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
-msgstr "suivant"
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr "%s résultats de votre recherche avec le mot %s "
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Modifier les propriétés"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% trouvés dans le fichier %s"
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Informations sur l'entreprise"
 
 
-#: 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."
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "No. du département."
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr "Le fichier ppd '%s' ne peut pas être ouvert en lecture."
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "No. de l'employé."
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr "Le fichier temporaire '%s' n'a pas pu être ouvert en écriture."
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Type de l'employé"
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
-"La lecture du PPD %s à échoué - ligne trop longue. Les caractères restant on "
-"été ignorés"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "No. de bureau."
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "Les groupes imbriqués ne sont pas supportés!"
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Travail"
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "Le nom du groupe n'est pas unique!"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Description de l'unité"
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Zone de sujet"
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr "Les options imbriquées ne sont pas supportées!"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Fonction"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr "La sélection multiple n'est pas encore supportée!"
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Rôle"
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "La lecture du fichier PPD %s à échoué - pas de données."
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Lieu de résidence"
 
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
-msgstr ""
-"Erreur: Le sous arbre demandé à un encodage du DN inconstant, veuillez "
-"vérifier votre arbre LDAP!"
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Unité"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr ""
-"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant "
-"et/ou accessible"
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Rue"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Identifiant du batiment"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
-"Impossible de charger le certificat, probablement un format non supporté "
-"(utilisez un format PEM/DER) "
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Veuillez utiliser l'onglet téléphone"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Dernière distribution"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Impossible de créer/ouvrir le fichier"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Visible par tous"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Pas de certificat valide chargé"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificat standard"
 
 
-#: 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!"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Certificat S/MIME"
 
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
-msgstr "Afficher/Cacher l'information"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Certificat PKCS12"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Erreur PHP"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numéro de série du certificat"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "classe"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Suppression de l'image personnelle"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "fonction"
+#: 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!"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statique"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Information générales sur l'utilisateur"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "méthode"
+#: 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 ""
+"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."
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
-msgstr "Trace"
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Préférences utilisateur"
 
 
-#: include/php_setup.inc:136
-msgid "Line"
-msgstr "Ligne"
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Mettre le mot de passe à blanc"
 
 
-#: include/php_setup.inc:137
-msgid "Arguments"
-msgstr "Arguments"
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Attribuer un nouveau mot de passe"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
-msgstr ""
-"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%"
-"s'."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Image de l'utilisateur"
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "Pas de drapeau DESC dans le message d'absence:"
 
 
-#: include/functions.inc:336
-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."
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "Ce compte n'a pas d'extensions de messagerie."
 
 
-#: include/functions.inc:468
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 msgstr ""
-"Erreur lors de la création d'un verrou. Les paramètres sont incorrects. "
-"Veuillez vérifier la source!"
+"Ce compte ne peut pas être effacé tant qu'il y à des délégations actives. "
+"Effacer d'abord les délégations."
 
 
-#: include/functions.inc:478
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"You're trying to add an invalid email address to the list of forwarders."
 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'."
-
-#: include/functions.inc:493
-#, 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'."
+"Vous essayez d'ajouter une adresse de messagerie invalide à la liste des "
+"renvoi."
 
 
-#: include/functions.inc:519
-#, 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'."
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "La suppression du compte de messagerie à échoué"
 
 
-#: include/functions.inc:549
-msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
-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!"
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "La sauvegarde du compte de messagerie à échoué"
 
 
-#: include/functions.inc:559
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Impossible d'obtenir les informations de verrouillage dans l'annuaire LDAP. "
-"Veuillez vérifier l'entrée 'config' dans gosa.conf!"
+"Il n'y a pas de serveur de messagerie valide spécifié, veuillez en ajouter "
+"un dans la configuration système."
 
 
-#: include/functions.inc:567
-msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 msgstr ""
-"Détection de verrou multiple pour un même objet. Ceci ne devrait pas être "
-"possible. Effacement des références multiples."
+"Vous avez activé les réglages antispam, mais aucun dossier de destination "
+"n'a été précisé."
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "La taille limite de %d entrées est dépassée!"
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
+msgstr "En attente de l'effacement des propriétés de messagerie par kolab."
 
 
-#: include/functions.inc:655
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 msgstr ""
-"Mettre la nouvelle limite à %s et me montrer ce message si la limite est "
-"toujours dépassée"
+"Veuillez effacer en premier lieu le compte de messagerie pour permettre a "
+"kolab d'appeler sa procédure d'effacement"
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "incomplet"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Transférer les messages vers"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "Erreur LDAP :"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Indiquez le serveur de messagerie de l'utilisateur"
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Options de messagerie"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
 msgstr ""
 msgstr ""
-"Des problèmes avec le serveur LDAP on probablement provoqué la perte des "
-"changements. Veuillez vérifier votre serveur LDAP et ressayer"
+"Sélectionnez ceci si vous souhaitez relayer les messages sans garder de "
+"copie de ceux-ci"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Aucune distribution des messages dans la boite de l'utilisateur"
 
 
-#: include/functions.inc:1124
+#: plugins/personal/mail/generic.tpl:75
 msgid ""
 msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
+"Select to automatically response with the vacation message defined below"
 msgstr ""
 msgstr ""
-"Veuillez vérifier vos données et corriger l'erreur. Cliquez sur 'OK' pour "
-"fermer cette fenètre."
+"Indiquez la réponse automatique en remplissant le message d'absence ci-"
+"dessous"
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "Une erreur s'est produite lors de l'execution de votre demande"
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Activer la notification d'absence"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Continuer malgré tout"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Sélectionner ceci si vous voulez que spamassassin filtre les mails"
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Éditer malgré tout"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Déplacer les messages ayant un niveau de spam supérieur à"
 
 
-#: include/functions.inc:1202
-#, 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."
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
 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."
+"Sélectionnez le niveau de spam - une valeur basse implique une plus grande "
+"sélectivité"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr "Entrées par page"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "vers le répertoire"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
-msgstr "Appliquer le filtre"
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Rejeter les messages plus gros que"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Message d'absence"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Version de développement de GOsa (Rev %s)"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Options de messagerie avancées"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
-"Impossible de trouver la zone inverse pour la zone dns '%s'. Arrêt de la "
-"lecture de la zone."
+"Sélectionnez si vous voulez que les utilisateurs puissent envoyer et "
+"recevoir des messages uniquement dans son propre domaine"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
 msgstr ""
 msgstr ""
-"Plus d'un zone inverse existe pour la zone dns '%s'. Arrêt de la lecture de "
-"la zone."
+"Les utilisateurs ne sont autorisés qu'à envoyer et recevoir des messages "
+"locaux"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr ""
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Utiliser des scripts sieve personnalisés"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr "L'effacement à été interrompu par l'extension '%s': %s"
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "désactive toutes les options de messagerie!"
 
 
-#: 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)"
+#: plugins/personal/mail/mail_locals.tpl:35
+msgid "Select department"
+msgstr "Sélectionner un département"
 
 
-#: include/class_pluglist.inc:116
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Configuration du compte de messagerie de l'utilisateur"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "Ce compte n'a pas d'extensions nagios."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Supprimer l'extension nagios"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Votre fichier de configuration gosa.conf à changé partiellement . Veuillez "
-"le convertir en utilisant le script fix_config.sh!"
-
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
-msgstr "Inconnu"
+"L'extension nagios est activée pour ce compte, vous pouvez la désactiver en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: include/class_pluglist.inc:138 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Créer un compte nagios"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Vous êtes actuellement en train d'éditer une entrée de la base de données. "
-"Voulez vous annuler les modifications?"
-
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Vous êtes sur le point de copier l'entrée %s."
+"L'extension nagios est désactivée pour ce compte, vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Coller"
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "La sauvegarde du compte nagios à échoué"
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "Impossible de coller"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Le champ obligatoire 'Alias de l'utilisateur' n'est pas rempli."
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Erreur XML dans gosa.conf: %s à la ligne %d"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Le champ obligatoire 'adresse de messagerie' n'est pas rempli."
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 msgstr ""
-"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter "
-"l'administrateur du système."
+"Veuillez entrer une adresse de messagerie valide dans le champ 'Adresse de "
+"messagerie'."
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID et/ou RIDBASE absents du fichier de configuration!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "La suppression du compte nagios à échoué"
 
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
-msgstr ""
-"Le serveur LDAP répond très lentement (%.2f lors de la dernière requête). "
-"Ceci peut être responsable des problèmes de performances."
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Paramètres Nagios"
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
-"Le serveur ldap répond très lentement (%.2f), ceci peut être responsable des "
-"problèmes de performances."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Compte Nagios"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Création d'un copie de %s"
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias de l'utilisateur"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr "Traitement en cours"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Période de notification pour les systèmes"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Une erreur s'est produite lors de la récupération du dn - Arrêt!"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Période de notification pour les services"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "Statut FAI inconnu %s"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Options pour la période de notification pour les services"
 
 
-#: include/class_ldap.inc:673
-#, php-format
-msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
-msgstr ""
-"Il manque la base de l'arbre ldap dans l'url pour les refferal '%s'. L'url "
-"doit ressembler à ceci 'ldap://server:port/base'."
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Options pour la notification des systèmes"
 
 
-#: include/class_ldap.inc:734
-#, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
-msgstr ""
-"La création automatique du type '%s' n'est pas supportée. Veuillez faire un "
-"rapport à l'équipe de GOsa."
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Commandes pour la notification des services"
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr "lors de l'opération sur '%s' en utilisant le serveur LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Commandes pour la notification des systèmes"
 
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "lors de l'opération sur le serveur LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Authentification nagios"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
-msgstr ""
-"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer "
-"avec 'dn: ...' à la ligne %s"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "voir les informations sur le système"
 
 
-#: include/class_ldap.inc:1014
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "voir les informations de configuration"
 
 
-#: include/class_ldap.inc:1030
-#, 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!"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "Permettre les commandes systêmes"
 
 
-#: html/setup.php:89
-#, php-format
-msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr ""
-"Le répertoire '%s' spécifié comme répertoire de compilation smarty n'est pas "
-"accessible, vérifiez son existence et les droits de ce répertoire!"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "Voir tout les services"
 
 
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
-msgstr ""
-"Erreur: getvcard.php nécessite un paramètre pour exporter au format vcard!"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "Voir tout les hôtes"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr "Aide"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "Permettre les commandes sur tout les services"
 
 
-#: html/helpviewer.php:118
-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."
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "permettre les commandes sur tout les hôtes"
 
 
-#: html/helpviewer.php:265
-#, 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."
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Créer un compte Netatalk"
 
 
-#: html/getxls.php:65
-msgid "Birthday"
-msgstr "Anniversaire"
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "Ce compte n'a pas d'extensions netatalk."
 
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Nom de famille"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Supprimer le compte netatalk"
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Liste des utilisateurs de %s on %s"
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"L'extension netatalk est activée pour ce compte, vous pouvez la désactiver "
+"en cliquant sur le bouton ci-dessous."
 
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
-msgstr "Membres"
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Créer un compte netatalk"
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Groupe d'utilisateurs de %s on %s"
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"L'extension netatalk est désactivée pour ce compte, vous pouvez l'activer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
-msgstr "Ordinateurs"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr "Vous devez sélectionner un partage à utiliser."
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Nom complet"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "La sauvegarde du compte Netatalk à échoué"
 
 
-#: 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/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "La suppression du compte netatalk à échoué"
+
+#: plugins/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Configuration Netatalk"
+
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Partage"
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Serveurs de %s sur %s"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
+msgstr ""
+"Votre mot de passe a été changé. N'oubliez pas de modifier les programmes "
+"qui l'utilisent."
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
-msgstr "Adresse postale personelle"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr ""
+"Le mot de passe entré comme mot de passe actuel ne correspond pas à votre "
+"mot de passe."
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "GSM"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Vous devez spécifier votre mode de passe actuel pour continuer."
 
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
-msgstr "Adresse postale"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "Le nouveau et l'ancien mot de passe sont trop similaires."
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Fonction"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères."
 
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
-msgstr "Carnet d'adresses"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Carnet d'adresses de %s sur %s"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr ""
+"Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Nom Complet"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "Le changement du mot de passe n'est pas autorisé"
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Date de naissance"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe en ce moment"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "Adresse de messagerie"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Pour changer votre mot de passe, veuillez utiliser les champs ci-dessous. "
+"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau "
+"mot de passe car sans lui vous ne serez pas capable de vous identifier."
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Département de l'entreprise"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Mot de passe actuel"
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Code postal"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Supprimer les données dans les champs"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Nom de famille"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "expire"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Titre"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
+msgstr ", temps de grâce activé"
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr "Complet"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "actif, impossible de changer le mot de passe"
 
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Liste des utilisateurs de %s sur %s"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "actif, mot de passe expiré"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Ordinateurs de %s sur %s"
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "actif"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "La session ne sera pas cryptée."
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Groupe d'utilisateurs"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "Démarrer une session SSL"
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "non configuré"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr "Le fichier de configuration %s/gosa.conf ne peut être lu. Abandon."
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Ce compte n'a pas d'extension unix."
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr ""
-"Le répertoire '%s' spécifié comme répertoire de compilation n'est pas "
-"accessible!"
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Supprimer le compte posix"
 
 
-#: html/index.php:219
+#: plugins/personal/posix/class_posixAccount.inc:268
 msgid ""
 msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
-"GOsa ne peut pas obtenir d'informations sur les schémas installés. Veuillez "
-"vous assurez qu'il puisse les obtenir."
+"Ce compte possède l'extension unix. Pour le désactiver vous devez au "
+"préalable supprimer le(s) compte samba / environnement."
 
 
-#: html/index.php:227
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Votre installation LDAP contient de vieux schémas. Veuillez recommencer "
-"l'installation."
+"Ce compte possède l'extension posix. Vous pouvez le supprimer en cliquant "
+"sur le bouton ci-dessous."
 
 
-#: html/index.php:246 ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "Créer un compte posix"
+
+#: plugins/personal/posix/class_posixAccount.inc:275
 msgid ""
 msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Le compte administrateur de GOsa n'existe pas, vous ne pourrez rien "
-"administrer!"
-
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Le nom d'utilisateur est incorrect!"
-
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Veuillez introduire votre mot de passe!"
-
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe."
-
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
-msgstr "Compte Vérrouillé. Veuillez contacter votre administrateur système."
+"Aucune extension posix n'existe pour ce compte. Vous pouvez en créer une en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: html/index.php:339
-msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+#: plugins/personal/posix/class_posixAccount.inc:438
+#, php-format
+msgid "Password can't be changed up to %s days after last change"
 msgstr ""
 msgstr ""
-"Votre navigateur à les cookies désactivées. Veuillez activer les cookies et "
-"recharger cette page avant de vous connecter!"
+"Les mots de passe ne peuvent être changé qu'après %s jours à compter de la "
+"dernière modification de celui-ci"
 
 
-#: html/getkiosk.php:25
+#: plugins/personal/posix/class_posixAccount.inc:440
 #, php-format
 #, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
-msgstr "Impossible d'ouvrir '%s', le fichier n'existe probablement pas."
+msgid "Password must be changed after %s days"
+msgstr "Le mot de passe doit être changé après %s jours"
 
 
-#: html/getkiosk.php:30
+#: plugins/personal/posix/class_posixAccount.inc:442
 #, php-format
 #, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Impossible de lire le fichier '%s', vérifiez les permissions"
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr ""
+"Désactiver le compte après %s jours d'inactivité après l'expiration du mot "
+"de passe"
 
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Impossible de se connecter au serveur de base de données!"
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr "Avertir l'utilisateur %s jours avant l'expiration de son mot de passe"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "Impossible de sélectionner la base de données!"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "accès complet"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "Echec des requêtes sur la base de données!"
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "permettre l'accès a ces hôtes"
 
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
-msgstr ""
-"FATAL: Register globals est activé. GOsa ne permettra pas aux utilisateurs "
-"de se connecter tant que ceci n'est pas corrigé par un administrateur."
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "La suppression de l'extension UNIX à échoué"
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr ""
-"Attention: la mémoire disponible est insuffisante - Veuillez augmenter le "
-"paramètre memory_limit!"
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Échoué: réécriture du verrou"
 
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s'!"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "La sauvegarde du compte UNIX à échoué"
 
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
-msgstr ""
-"Votre mot de passe va bientôt expiré, veuillez changer votre mot de passe"
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Le champ obligatoire 'Répertoire Home' n'est pas renseigné."
 
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
 msgstr ""
 msgstr ""
-"La création de cette page à occasionné des erreurs d'après le vérificateur "
-"du W3C!"
+"Veuillez indiquer un chemin d'accès valide dans le champ 'Répertoire Home'."
 
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "La valeur de l''UID' spécifiée n'est pas valide."
+
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "La valeur de l''UID' spécifiée est trop petite."
+
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
 msgstr ""
 msgstr ""
-"Impossible de sauver les changement dans votre base de données glpi, il n'y "
-"a pas d'extension mysql disponible dans votre configuration php."
+"La valeur de 'Les mots de passe ne peuvent être changé qu'après x jours à "
+"compter de la dernière modification de celui-ci' n'est pas valide."
 
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
 msgstr ""
 msgstr ""
-"Impossible de se connecter à la base de données spécifiée. Veuillez vérifier "
-"la configuration de glpi."
+"La valeur ' Le mot de passe doit être changé après x jours' n'est pas valide."
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
 msgstr ""
 msgstr ""
-"Impossible de récupérer le fichier attaché, il n'y a pas d'entrée avec cet "
-"identifiant."
+"La valeur 'avertissement de l'utilisateur x jours avant le changement de mot "
+"de passe' spécifiée n'est pas valide."
 
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
-msgstr "Impossible de lire le fichier '%s'."
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr ""
+"La valeur 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
+"passe' sans la valeur 'Le mot de passe doit être changé après x jours' n'a "
+"pas de sens."
 
 
-#: 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."
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 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."
+"La valeur de 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
+"passe' doit être inférieure à celle de ' Le mot de passe doit être changé "
+"après 64 jours '."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+msgstr ""
+"La valeur de 'Avertir l'utilisateur x jours avant l'expiration de son mot de "
+"passe' doit être supérieure à celle de 'Les mots de passe ne peuvent être "
+"changé qu'après x jours à compter de la dernière modification de celui-ci '."
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:9 ihtml/themes/default/sizelimit.tpl:9
-msgid "ignore this error and show all entries the LDAP server returns"
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
 msgstr ""
 msgstr ""
-"ignorer cette erreur et montrer toutes les entrées retournées par le serveur "
-"LDAP"
+"La valeur de 'Désactiver le compte après x jours d'inactivité après "
+"l'expiration du mot de passe ' n'est pas valide."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
 msgstr ""
 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"
+"'Désactiver le compte après x jours d'inactivité après l'expiration du mot "
+"de passe ' sans 'Le mot de passe doit être changé après x jours ' n'a pas de "
+"sens."
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your username and password to log in"
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"Veuillez utiliser votre nom d'utilisateur et votre mot de passe afin de vous "
-"connecter"
+"La valeur pour 'Les mots de passe ne peuvent être changé qu'après x jours à "
+"compter de la dernière modification de celui-ci ' doit être inférieure à "
+"celle de 'Le mot de passe doit être changé après x jours '."
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Répertoire"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Répertoire Home"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Connexion"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Cliquez ici pour vous connecter"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Groupe principal"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Conflit détecté entre différentes sessions"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Forcer l'UID/GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
-msgstr ""
-"Une autre instance de votre session a été détectée. Les opérations multiples "
-"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de "
-"navigateurs différents en même temps est possible (ex: IE et Mozilla) est "
-"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session."
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
-msgstr ""
-"Ignorer ce message entraînera la modification/destruction des données en "
-"cours d'édition, il est conseillé de fermer toutes les fenêtres ouvertes et "
-"de se reconnecter."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Appartenance au groupe"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Déconnexion"
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Attention: NFS ne supporte pas plus de 16 groupes!)"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Bienvenue dans le menu de configuration de GOsa!"
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Compte"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Vous lancez GOsa pour la première fois - aucune configuration n'a été "
-"trouvée. L'utilitaire de configuration va essayer de vous aider à obtenir "
-"une configuration utilisable en trois étapes : vérification de la présence "
-"des modules PHP requis, ensuite des programmes requis et optionnels et "
-"finalement des informations permettant à GOsa de se connecter à l'annuaire "
-"LDAP."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Système de Confiance"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "Vous avez déjà un compte Administrateur et un groupe."
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Mode de confiance"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
-msgstr ""
-"Pour fournir un accès administratif complet a GOsa, vous avez besoin d'un "
-"groupe spécial qui contient l'utilisateur administrateur. Le programme "
-"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."
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Paramètres unix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Accueil"
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "Paramètres Posix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Aide"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Sélectionner les groupes à ajouter"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Déconnexion"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Afficher les groupes du département"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Connecté:"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Afficher les groupes correspondants"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Conflit de verrou détecté"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Afficher les groupes contenant des utilisateurs"
 
 
-#: ihtml/themes/altlinux/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 'Remove' button."
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
 msgstr ""
 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 'Effacer'."
+"L'utilisateur doit changer son mot de passe lors de sa première connexion"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "Suite de la configuration..."
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+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"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
-msgstr ""
-"La seconde étape vérifie la présence de programmes complémentaires ainsi que "
-"la version minimale nécessaire."
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "Aucune extension samba pour cet utilisateur."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Supprimer le compte Samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Nous allons maintenant inclure votre serveur LDAP et créer un fichier de "
-"configuration initial. Après avoir entré l'URI du serveur ci-dessous, une "
-"vérification rapide de la présence des schémas nécessaires est réalisée. La "
-"version de Samba est automatiquement détectée. Les détails sur votre espace "
-"de nom seront demandés ultérieurement."
+"Une extension samba existe pour cet utilisateur. Vous pouvez la supprimer en "
+"cliquant sur le bouton ci-dessous."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Créer un compte Samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Veuillez entrer l'URI du serveur pour permettre au programme d'installation "
-"de se connecter a votre serveur LDAP (Example: ldap://your.server:389)."
+"Aucune extension samba n'existe pour cet utilisateur. Vous pouvez en créer "
+"un en cliquant sur le bouton ci-dessous."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
-"Les champs suivants permettent de définir la configuration et le "
-"fonctionnement de base de GOsa, ils définissent aussi les différentes "
-"propriétés de votre configuration."
+"La création d'un compte samba nécessite, au préalable, que l'utilisateur "
+"possède un compte Posix."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Entrez une description de l'emplacement que vous configurez"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "entrée activée, notification activée"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Nom de l'emplacement"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "entrée activée, notification désactivée"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"GOsa agit toujours comme un administrateur et gère les droits (ACLs) en "
-"interne. C'est un procédé utilisé en attendant que les ACI de OpenLDAP "
-"soient finalisées. Pour ces raisons il est nécessaire d'indiquer le DN de "
-"l'administrateur et son mot de passe."
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "entrée désactivée, notification activée"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "DN de l'administrateur"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "entrée désactivée, notification désactivée"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Mot de passe administrateur"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "déconnecté"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Des paramètres basiques du serveur LDAP sont modifiables et affectent "
-"l'endroit où GOsa va enregistrer les utilisateurs et les groupes, incluant "
-"la façon dont vont être créés les comptes. Vérifiez les valeurs suivantes "
-"afin quelles correspondent à vos besoins."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "remise à zéro"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Base"
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "de n'importe quel client"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs"
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "du client précédent seulement"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "Type d'attribut pour le DN des utilisateurs"
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "La suppression du compte Samba à échoué"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "Branches de l'arbre ldap ou sont stockes les groupes"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Chemin du Profile"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "ID de départ pour les utilisateurs/groupes"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "La valeur spécifiée comme '%s' contient des caractères invalides!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Connexion"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Déconnexion"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "En attente"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 msgstr ""
-"GOsa supporte différents types de cryptage pour vos mots de passe. "
-"Normalement ceci est ajustable avec des modèles utilisateurs, mais vous "
-"pouvez spécifier ici une méthode qui sera utilisée par défaut."
-
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Algorithme de cryptage"
+"La propriété temps d'attente '%s' est activée et contient des caractères "
+"invalides ou ne contient rien!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"GOsa à un support modulaire des méthodes de messagerie. Ces méthodes "
-"fournissent des interfaces vers les boîtes à messages des utilisateurs ainsi "
-"que la gestion de leurs quotas. Vous pouvez choisir l'extension dummy pour "
-"que GOsa ne touche a rien."
+"Le gestionnaire d'utilisateurs windows accepte seulement huit clients. Vous "
+"en avez spécifiés plus de huit."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "Méthode de messagerie"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Attention: Ce compte possède un samba SID non assigné: Le problème ne peut "
+"pas être fixé par GOsa!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:928
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 msgstr ""
-"Gosa peut provoquer des erreurs PHP, particulièrement dans le cas des "
-"versions Beta. Dans certains cas il peut être utile d'activer les rapports "
-"d'erreurs. (Cela peut représenter un risque de sécurité)  "
+"Erreur: Impossible d'identifier le groupe principal de l'utilisateur - la "
+"transformation vers un groupe samba est impossible!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Afficher les erreurs PHP"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
+msgstr "La sauvegarde du compte Samba à échoué"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "vrai"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+msgid "Sunday"
+msgstr "Dimanche"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "faux"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+msgid "Monday"
+msgstr "Lundi"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+msgid "Tuesday"
+msgstr "Mardi"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr "Mercredi"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+msgid "Thursday"
+msgstr "Jeudi"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+msgid "Friday"
+msgstr "Vendredi"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+msgid "Saturday"
+msgstr "Samedi"
+
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Configuration Samba"
+
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Répertoire de l'utilisateur samba"
+
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Chemin du Script"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Vérification"
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Options d'accès"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Configuration terminée"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr ""
+"Autoriser les utilisateurs à changer de mot de passe à partir d'une station "
+"cliente"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
 msgstr ""
 msgstr ""
-"L'installation est terminée. Vous pouvez vérifier les résultats du test des "
-"schémas ici et télécharger le fichier de configuration gosa.conf ci dessous."
+"L'identification sur une station windows ne nécessite pas de mot de passe"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Configuration des schémas"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Désactiver temporairement le compte Samba"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Fichier de configuration"
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Domaine"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"L'installation de GOsa à réuni toutes les données nécessaires pour créer le "
-"fichier de configuration de base . Sauvez le lien ci-dessous comme votre "
-"fichier gosa.conf et mettez le dans /etc/gosa. Changez le si nécessaire."
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Serveur de terminaux"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Télécharger la configuration"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Permet la connexion sur un serveur de terminaux"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Après avoir placé le fichier dans le répertoire /etc/gosa, assurez vous que "
-"seul le serveur web puisse lire gosa.conf. Vous pouvez exécuter les "
-"commandes suivantes pour réaliser cette opération:"
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Hérite de la configuration du client"
 
 
-#: 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 want to take over the lock by "
-"pressing the 'Edit anyway' 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 'Éditer malgré tout'."
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Programme initial"
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "Aide en ligne de GOsa"
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Répertoire de travail"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Configuration du temps d'attente (en minutes)"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr "Assistant pour le copier/coller"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Périphériques clients"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-msgid "Object to be pasted"
-msgstr "Objets à coller"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Connecter les lecteurs clients à l'identification"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
-msgstr ""
-"Certaines valeurs doivent être unique dans tout l'arbre et certaines "
-"combinations n'ont pas de sens. Gosa vous montre les valeurs "
-"correspondantes. Veuillez maintenir les valeurs pour respecter les policies."
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Connecter les imprimantes clients à l'identification"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Opération réalisée"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Imprimante par défaut"
 
 
-#: ihtml/themes/default/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Une autre instance de votre session a été détectée. Les opérations multiples "
-"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de "
-"navigateurs différents en même temps est possible (ex: IE et Mozilla) est "
-"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Masquer"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Vous lancez GOsa pour la première fois - aucune configuration n'a été "
-"trouvée. L'utilitaire de configuration va essayer de vous aider à obtenir "
-"une configuration utilisable en trois étapes : vérification de la présence "
-"des modules PHP requis, ensuite des programmes requis et optionnels et "
-"finalement des informations permettant à GOsa de se connecter à l'annuaire "
-"LDAP."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "Sur interrompu ou temps d'attente dépassé"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
-"Vous pouvez aussi utiliser la méthode avancée pour inspecter votre "
-"installation de php. Elle vous donnera l'information précise sur les "
-"fonctions qui n'ont pas être trouvées ( les fonctions trouvées ne sont pas "
-"mentionnées). Ceci est utile si vous savez ce que vous faites."
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Reconnexion si déconnecté"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr "Voir/Cacher"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Verrouiller le compte Samba"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr "Votre session GOsa à expiré!"
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Limiter les temps d'accès"
 
 
-#: 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 ""
-"Votre dernière interaction avec GOsa était il y a un certain temps. Pour des "
-"raisons de sécurité, la session à été fermée. Pour continuer à administrer, "
-"veuillez vous reconnecter."
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Limiter les heures de deconnections"
 
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Reconnexion"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "Le compte expire après"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Samba logon times"
+msgstr "Heures d'accès à Samba"
 
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Ancien mot de passe"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Edit settings..."
+msgstr "Editer les paramètres..."
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Nouveau mot de passe"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Permet la connections depuis ces stations seulement"
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Vérifier le mot de passe"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Sélectionner les stations à ajouter"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Modifier le mot de passe"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Afficher les stations d'un département"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Cliquer ici pour changer votre mot de passe"
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Indiquez les heures auquel l'utilisateur est autorisé à se connecter"
 
 
-#: 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 ""
-"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."
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+msgid "Hour"
+msgstr "Heure"
 
 #~ msgid "Repository settings"
 #~ msgstr "Paramètres du dépôt"
 
 #~ msgid "Repository settings"
 #~ msgstr "Paramètres du dépôt"
index a521c5890437ed79dae17f7c57fee78c01562173..5ce1f0c7e081b9a9070fe665f21142d76fe756c7 100644 (file)
Binary files a/locale/it/LC_MESSAGES/messages.mo and b/locale/it/LC_MESSAGES/messages.mo differ
index b06bba23b4bcc98580e1771b79f6819e0f96c059..38a515af766eedb67c4c80a10af583873f78d068 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-11-21 11:10+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2006-12-14 00:25+0100\n"
 "Last-Translator: Roberto Franchi <roberto.franchi@training-team.it>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: 2006-12-14 00:25+0100\n"
 "Last-Translator: Roberto Franchi <roberto.franchi@training-team.it>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -27,50 +27,33 @@ msgstr "Amministrazione"
 msgid "Addons"
 msgstr "Moduli aggiuntivi"
 
 msgid "Addons"
 msgstr "Moduli aggiuntivi"
 
-#: contrib/gosa.conf:76
-#: contrib/gosa.conf:90
-#: contrib/gosa.conf:99
-#: contrib/gosa.conf:105
-#: contrib/gosa.conf:110
-#: contrib/gosa.conf:116
-#: contrib/gosa.conf:125
-#: contrib/gosa.conf:141
-#: contrib/gosa.conf:151
-#: contrib/gosa.conf:156
-#: contrib/gosa.conf:161
-#: contrib/gosa.conf:166
-#: contrib/gosa.conf:171
-#: contrib/gosa.conf:176
-#: plugins/personal/posix/generic.tpl:4
-#: plugins/personal/mail/generic.tpl:4
-#: plugins/personal/samba/samba3.tpl:6
-#: plugins/personal/samba/samba2.tpl:6
-#: plugins/personal/generic/class_user.inc:16
-#: plugins/gofax/blocklists/generic.tpl:1
-#: plugins/gofax/faxaccount/generic.tpl:6
-#: plugins/gofax/faxaccount/paste_generic.tpl:4
-#: plugins/generic/references/class_reference.inc:20
+#: contrib/gosa.conf:76 contrib/gosa.conf:90 contrib/gosa.conf:99
+#: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
+#: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
+#: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
+#: plugins/admin/fai/faiPartitionTable.tpl:4
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
 #: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinter.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/fai/faiProfile.tpl:4
-#: plugins/admin/fai/faiProfile.tpl:32
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiScript.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
-#: plugins/admin/fai/faiTemplateEntry.tpl:3
-#: plugins/admin/fai/faiTemplate.tpl:4
-#: plugins/admin/fai/faiPartitionTable.tpl:4
-#: plugins/admin/fai/faiScriptEntry.tpl:5
-#: plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiPackage.tpl:4
-#: plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/groups/mail.tpl:7
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
+#: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Generico"
 
 msgid "Generic"
 msgstr "Generico"
 
@@ -78,100 +61,83 @@ msgstr "Generico"
 msgid "Unix"
 msgstr "Unix"
 
 msgid "Unix"
 msgstr "Unix"
 
-#: contrib/gosa.conf:78
-#: contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
-#: plugins/admin/groups/class_divListGroup.inc:136
-#: plugins/admin/users/class_divListUsers.inc:164
+#: contrib/gosa.conf:78 contrib/gosa.conf:91
+#: plugins/admin/groups/class_divListGroup.inc:131
+#: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Ambiente"
 
 msgid "Environment"
 msgstr "Ambiente"
 
-#: contrib/gosa.conf:79
-#: contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
-#: plugins/generic/references/class_reference.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:128
-#: plugins/admin/ogroups/tabs_ogroups.inc:75
-#: plugins/admin/ogroups/tabs_ogroups.inc:175
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: contrib/gosa.conf:79 contrib/gosa.conf:93
+#: plugins/admin/groups/class_divListGroup.inc:123
+#: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/paste_mail.tpl:4
-#: plugins/admin/users/class_divListUsers.inc:166
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
+#: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Posta/Mail"
 
 msgid "Mail"
 msgstr "Posta/Mail"
 
-#: contrib/gosa.conf:80
-#: plugins/personal/samba/class_sambaAccount.inc:24
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
+#: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
-#: plugins/admin/groups/class_divListGroup.inc:130
-#: plugins/admin/users/class_divListUsers.inc:172
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
 #: plugins/personal/netatalk/class_netatalk.inc:36
 #: plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:174
 msgid "Netatalk"
 msgstr "Netatalk"
 
 #: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 msgid "Netatalk"
 msgstr "Netatalk"
 
 #: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
-#: plugins/personal/connectivity/main.inc:140
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Connettività"
 
 msgid "Connectivity"
 msgstr "Connettività"
 
-#: contrib/gosa.conf:83
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/users/class_divListUsers.inc:170
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84
-#: plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/generic/references/class_reference.inc:40
-#: plugins/admin/systems/chooser.tpl:12
-#: plugins/admin/systems/class_systemManagement.inc:841
-#: plugins/admin/groups/class_divListGroup.inc:134
-#: plugins/admin/ogroups/class_ogroupManagement.inc:344
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/users/class_divListUsers.inc:168
+#: plugins/admin/groups/class_divListGroup.inc:129
+#: plugins/admin/ogroups/class_ogroupManagement.inc:368
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Telefono"
 
 msgid "Phone"
 msgstr "Telefono"
 
-#: contrib/gosa.conf:85
-#: plugins/personal/nagios/class_nagiosAccount.inc:18
+#: contrib/gosa.conf:85 plugins/personal/nagios/class_nagiosAccount.inc:18
 msgid "Nagios"
 msgstr "Nagios"
 
 msgid "Nagios"
 msgstr "Nagios"
 
-#: contrib/gosa.conf:86
-#: contrib/gosa.conf:95
-#: contrib/gosa.conf:101
-#: contrib/gosa.conf:106
-#: contrib/gosa.conf:112
-#: contrib/gosa.conf:121
-#: contrib/gosa.conf:137
-#: contrib/gosa.conf:147
-#: contrib/gosa.conf:152
-#: contrib/gosa.conf:157
-#: contrib/gosa.conf:162
-#: contrib/gosa.conf:167
-#: contrib/gosa.conf:172
-#: contrib/gosa.conf:177
+#: contrib/gosa.conf:86 contrib/gosa.conf:95 contrib/gosa.conf:101
+#: contrib/gosa.conf:106 contrib/gosa.conf:112 contrib/gosa.conf:121
+#: contrib/gosa.conf:137 contrib/gosa.conf:147 contrib/gosa.conf:152
+#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:167
+#: contrib/gosa.conf:172 contrib/gosa.conf:177
 msgid "References"
 msgstr "Referenze"
 
 msgid "References"
 msgstr "Referenze"
 
@@ -184,61 +150,53 @@ msgstr "Applicazioni"
 msgid "ACL"
 msgstr "Liste controllo accessi (ACL)"
 
 msgid "ACL"
 msgstr "Liste controllo accessi (ACL)"
 
-#: contrib/gosa.conf:100
-#: plugins/gofon/conference/generic.tpl:92
-#: plugins/admin/systems/class_servRepository.inc:254
+#: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
+#: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
 #: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/systems/printerPPDDialog.tpl:17
-#: plugins/admin/applications/generic.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:31
+#: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opzioni"
 
 msgid "Options"
 msgstr "Opzioni"
 
-#: contrib/gosa.conf:111
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:658
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Parametri"
 
 msgid "Parameter"
 msgstr "Parametri"
 
-#: contrib/gosa.conf:117
-#: contrib/gosa.conf:126
-#: contrib/gosa.conf:142
-#: plugins/admin/ogroups/tabs_ogroups.inc:98
+#: contrib/gosa.conf:117 contrib/gosa.conf:126 contrib/gosa.conf:142
+#: plugins/admin/ogroups/tabs_ogroups.inc:100
 msgid "Startup"
 msgstr "Avvio"
 
 msgid "Startup"
 msgstr "Avvio"
 
-#: contrib/gosa.conf:118
-#: contrib/gosa.conf:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:102
+#: contrib/gosa.conf:118 contrib/gosa.conf:143
+#: plugins/admin/ogroups/tabs_ogroups.inc:104
 msgid "Devices"
 msgstr "Componenti (device)"
 
 msgid "Devices"
 msgstr "Componenti (device)"
 
-#: contrib/gosa.conf:119
-#: contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
+#: contrib/gosa.conf:119 contrib/gosa.conf:144
+#: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
-#: plugins/admin/systems/class_systemManagement.inc:850
-#: plugins/admin/ogroups/class_ogroupManagement.inc:347
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Stampanti"
 
 msgid "Printer"
 msgstr "Stampanti"
 
-#: contrib/gosa.conf:120
-#: contrib/gosa.conf:136
-#: contrib/gosa.conf:145
+#: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 #: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
 #: ihtml/themes/default/MultiSelectWindow.tpl:27
 #: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
 #: ihtml/themes/default/MultiSelectWindow.tpl:27
 #: ihtml/themes/default/MultiSelectWindow.tpl:66
-#: plugins/gofax/blocklists/generic.tpl:75
-#: plugins/gofon/macro/headpage.tpl:20
-#: plugins/gofon/conference/headpage.tpl:20
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
-#: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:24
-#: plugins/admin/systems/glpiSelectUser.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
+#: plugins/admin/systems/glpiDeviceManagement.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
+#: plugins/gofon/conference/headpage.tpl:20
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Informazione"
 
 msgid "Information"
 msgstr "Informazione"
 
@@ -246,20 +204,17 @@ msgstr "Informazione"
 msgid "Databases"
 msgstr "Database"
 
 msgid "Databases"
 msgstr "Database"
 
-#: contrib/gosa.conf:128
-#: plugins/admin/systems/servkolab.tpl:33
+#: contrib/gosa.conf:128 plugins/admin/systems/servkolab.tpl:33
 msgid "Services"
 msgstr "Servizi"
 
 msgid "Services"
 msgstr "Servizi"
 
-#: contrib/gosa.conf:132
-#: contrib/gosa.conf:134
-#: plugins/admin/systems/servRepositorySetup.tpl:1
+#: contrib/gosa.conf:132 contrib/gosa.conf:134
 #: plugins/admin/fai/faiPackage.tpl:29
 #: plugins/admin/fai/faiPackage.tpl:29
+#: plugins/admin/systems/servRepositorySetup.tpl:1
 msgid "Repository"
 msgstr "Repository"
 
 msgid "Repository"
 msgstr "Repository"
 
-#: contrib/gosa.conf:135
-#: contrib/gosa.conf:146
+#: contrib/gosa.conf:135 contrib/gosa.conf:146
 msgid "FAI summary"
 msgstr "Sommario installazioni remote (FAI)"
 
 msgid "FAI summary"
 msgstr "Sommario installazioni remote (FAI)"
 
@@ -267,8 +222,7 @@ msgstr "Sommario installazioni remote (FAI)"
 msgid "OGo"
 msgstr "OpenGroupware (OGo)"
 
 msgid "OGo"
 msgstr "OpenGroupware (OGo)"
 
-#: contrib/gosa.conf:199
-#: plugins/addons/ldapmanager/contentexport.tpl:16
+#: contrib/gosa.conf:199 plugins/addons/ldapmanager/contentexport.tpl:16
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexportxls.tpl:19
 #: plugins/addons/ldapmanager/contentexport.tpl:29
 #: plugins/addons/ldapmanager/contentexport.tpl:44
 #: plugins/addons/ldapmanager/contentexportxls.tpl:19
@@ -281,13 +235,12 @@ msgstr "Esporta"
 msgid "Excel Export"
 msgstr "Esporta formato Excel"
 
 msgid "Excel Export"
 msgstr "Esporta formato Excel"
 
-#: contrib/gosa.conf:201
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/personal/mail/generic.tpl:112
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Importa"
 
 msgid "Import"
 msgstr "Importa"
 
@@ -299,37 +252,31 @@ msgstr "Importa formato CSV"
 msgid "Partitions"
 msgstr "Partizioni"
 
 msgid "Partitions"
 msgstr "Partizioni"
 
-#: contrib/gosa.conf:210
-#: plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/applications/generic.tpl:99
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
-#: contrib/gosa.conf:214
-#: plugins/admin/fai/class_faiSummaryTab.inc:40
+#: contrib/gosa.conf:214 plugins/admin/fai/class_faiSummaryTab.inc:40
 msgid "Hooks"
 msgstr "Gancio..staccato (Hooks)?????? "
 
 msgid "Hooks"
 msgstr "Gancio..staccato (Hooks)?????? "
 
-#: contrib/gosa.conf:218
-#: plugins/admin/fai/class_faiSummaryTab.inc:41
+#: contrib/gosa.conf:218 plugins/admin/fai/class_faiSummaryTab.inc:41
 msgid "Variables"
 msgstr "Variabili"
 
 msgid "Variables"
 msgstr "Variabili"
 
-#: contrib/gosa.conf:222
-#: plugins/admin/fai/class_faiSummaryTab.inc:42
+#: contrib/gosa.conf:222 plugins/admin/fai/class_faiSummaryTab.inc:42
 msgid "Templates"
 msgstr "Modelli"
 
 msgid "Templates"
 msgstr "Modelli"
 
-#: contrib/gosa.conf:226
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
 #: plugins/personal/environment/environment.tpl:7
 #: plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
 msgid "Profiles"
 msgstr "Profili"
 
 msgid "Profiles"
 msgstr "Profili"
 
-#: contrib/gosa.conf:227
-#: plugins/admin/ogroups/tabs_ogroups.inc:107
+#: contrib/gosa.conf:227 plugins/admin/ogroups/tabs_ogroups.inc:109
 msgid "Summary"
 msgstr "Sommario"
 
 msgid "Summary"
 msgstr "Sommario"
 
@@ -341,8632 +288,9575 @@ msgstr "Pacchetti"
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
 msgid "{LOCATIONNAME}"
 msgstr "{LOCATIONNAME}"
 
-#: contrib/gosa.conf:272
-#: plugins/admin/ogroups/class_phonequeue.inc:164
+#: contrib/gosa.conf:273 plugins/admin/ogroups/class_phonequeue.inc:262
 msgid "German"
 msgstr "Tedesco"
 
 msgid "German"
 msgstr "Tedesco"
 
-#: contrib/gosa.conf:273
+#: contrib/gosa.conf:274
 msgid "Russian"
 msgstr "Russo"
 
 msgid "Russian"
 msgstr "Russo"
 
-#: contrib/gosa.conf:274
+#: contrib/gosa.conf:275
 msgid "Spanish"
 msgstr "Spagnolo"
 
 msgid "Spanish"
 msgstr "Spagnolo"
 
-#: contrib/gosa.conf:275
+#: contrib/gosa.conf:276
 msgid "French"
 msgstr "Francese"
 
 msgid "French"
 msgstr "Francese"
 
-#: contrib/gosa.conf:276
+#: contrib/gosa.conf:277
 msgid "Dutch"
 msgstr "Olandese"
 
 msgid "Dutch"
 msgstr "Olandese"
 
-#: contrib/gosa.conf:277
+#: contrib/gosa.conf:278
 msgid "English"
 msgstr "Inglese"
 
 msgid "English"
 msgstr "Inglese"
 
-#: contrib/gosa.conf:278
+#: contrib/gosa.conf:279
 msgid "Italian"
 msgstr "Italiano"
 
 msgid "Italian"
 msgstr "Italiano"
 
-#: contrib/gosa.conf:279
+#: contrib/gosa.conf:280
 msgid "Polish"
 msgstr "Polacco"
 
 msgid "Polish"
 msgstr "Polacco"
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Benvenuti nel setup di GOsa!"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"Non posso connetermi al glpi database, non è disponibile una estensione mysl "
+"nel setup di PHP."
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid "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."
-msgstr "Questo è il primo avvio di GOsA - Non è stato trovato un file di configurazione. Questo setup vi aiuterà a creare una configurazione di lavoro attarverso tre passaggi principali: prima verificherà che PHO sia installato (con i relativi moduli), poi verranno verificati i programmi necessari o aggiuntivi, per concludere saranno inserite le informazioni necessarie per la connettività con LDAP, dove verrà verificato il setup di LDAP."
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"Non posso connettermi al database specificato; controllate la configurazione "
+"glpi."
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:12
-#: ihtml/themes/altlinux/setup_step2.tpl:13
-#: ihtml/themes/altlinux/setup_useradmin.tpl:41
-#: ihtml/themes/altlinux/setup_step3.tpl:18
-#: ihtml/themes/default/setup_introduction.tpl:12
-#: ihtml/themes/default/setup_step2.tpl:13
-#: ihtml/themes/default/setup_useradmin.tpl:41
-#: ihtml/themes/default/setup_step3.tpl:18
-#: plugins/admin/systems/SelectDeviceType.tpl:44
-#: plugins/admin/fai/class_faiManagement.inc:420
-#: plugins/admin/fai/class_faiManagement.inc:574
-#: plugins/admin/fai/faiPackageNew.tpl:50
-#: plugins/admin/departments/class_departmentGeneric.inc:421
-#: plugins/admin/departments/class_departmentGeneric.inc:506
-#: plugins/admin/users/template.tpl:48
-msgid "Continue"
-msgstr "Continua"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
+msgstr ""
+"Non posso caricare il file allegato, non c'è nessun 'entry' con questo 'id'."
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Il setup è terminato."
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "Non posso aprire il file '%s'."
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid "Basically the setup is finished. You can check the result of the schema check here and download the autogenerated gosa.conf below."
-msgstr "Il setup di base è completato. Potete controllare i risultati dello schema e scaricare il file file autogenerato gosa.conf"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "Non posso connetermi al database server!"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Configurazione dello Schema di base"
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "Non posso selezionare il database!"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Configurazione dei file"
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "La query di interrogazione del database è fallita!"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid "GOsa setup has collected all data needed to create an initial configuration file. Save the the link below as your gosa.conf and place that file in /etc/gosa. Change it as needed."
-msgstr "Il setup di GOsa ha raccolto tutte le informazioni necessarie per creare e inizializzare il file di configurazione. Salvate il link sotto indicato come gosa.conf e mettetelo in /etc/gosa. Cambiatelo in seguito se necessario."
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
+msgstr "Non è possibile aprile il file '%s'; è probabile che non esista."
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Download della configurazione"
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "Non posso leggere il file '%s'; controllate i permessi."
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid "After placing the file under /etc/gosa, place make sure that the webserver user is able to read gosa.conf, while other users shouldn't. You may want to execute these commands to achieve this requirement:"
-msgstr "Dopo aver posto il file in /etc/gosa, verificate che l'utente di default del webserver sia in grado di leggere il file gosa.conf , altrimenti i reali utenti non potranno operare. Potrebbe essere necessario eseguire le seguenti istruzioni per far leggere questo file:"
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
+msgstr "Errore: getcvard.php richiede un parametro per esportare una  vcard!"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:30
-#: ihtml/themes/altlinux/setup_step2.tpl:12
-#: ihtml/themes/altlinux/setup_useradmin.tpl:40
-#: ihtml/themes/altlinux/setup_step4.tpl:114
-#: ihtml/themes/altlinux/setup_step3.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step4.tpl:114
-#: ihtml/themes/default/setup_step3.tpl:17
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: include/functions.inc:1525
-msgid "Back"
-msgstr "Indietro"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr "Compleanno"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:54
-msgid "Retry"
-msgstr "Riprova"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Sesso"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-msgid "Setup continued..."
-msgstr "Setup in progresso....."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Cognome"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid "Step two looks for a set of helper programms and checks if they have the correct minimum version."
-msgstr "Il secondo step verificherà la presenza di porgrammi connessi e che siano nella versione minima richiesta."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Nome di battesimo"
 
 
-#: 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/class_pluglist.inc:137
-msgid "You are currently editing a database entry. Do you want to dismiss the changes?"
-msgstr "State modificando i valori inseriti nel database. Volete abbandonare le modifiche?"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Lingua"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Principale"
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Utente"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Aiuto"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Lista degli utenti di %s su %s"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Disconnessione"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Utente ID"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Autenticazione in:"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Membri"
 
 
-#: 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 "Un limite alle opzioni di LDAP consente maggior velocità operativa ed evita un eccessivo carico di lavoro al server LDAP. Una semplice soluzione per gestire grandi database senza avere lunghi tempi di risposta può essere quella di limitare le ricerche a piccoli valori e usare filtri per ottenere i dati che stiamo cercando."
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Gruppi"
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:6
-#: ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Per favore, scegli il modo di REACT a questa sessione"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Gruppi di %s su %s"
 
 
-#: 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 "ignora questo errore e mostra i valori restituiti dal server LDAP"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Descrizione"
 
 
-#: 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 "ignora questo errore e mostra tutti i valori ricomprese nel limiti previsti e lasciami utilizzare i filtri"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Computers"
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-#: plugins/personal/generic/generic.tpl:100
-msgid "Set"
-msgstr "Configurazione"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Nome comune"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2
-#: ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Conflitto di LOCK individuato"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Nome server"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/altlinux/conflict.tpl:6
-#: ihtml/themes/default/islocked.tpl:6
-#: ihtml/themes/default/conflict.tpl:6
-#: html/index.php:49
-#: html/index.php:335
-#: html/index.php:341
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2
-#: plugins/gofon/conference/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2
-#: plugins/admin/systems/remove_glpi.tpl:2
-#: plugins/admin/systems/remove.tpl:2
-#: plugins/admin/applications/remove.tpl:2
-#: plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.tpl:2
-#: plugins/admin/groups/remove.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2
-#: plugins/admin/ogroups/remove.tpl:2
-#: plugins/admin/departments/remove.tpl:2
-#: plugins/admin/users/remove.tpl:2
-msgid "Warning"
-msgstr "Attenzione"
+#: 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"
 
 
-#: ihtml/themes/altlinux/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 'Remove' button."
-msgstr "Se questo LOCK detection è falso vuol dire gli altri utenti hanno chiuso il web  browser durante una operazione di editing. Puoi cancellare il lockfile premendo il bottone 'Rimuovi'."
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Servers di %s su %s"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:13
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/connectivity/class_kolabAccount.inc:238
-#: plugins/personal/generic/generic_certs.tpl:17
-#: plugins/personal/generic/generic_certs.tpl:37
-#: plugins/personal/generic/generic_certs.tpl:57
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:390
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/workstationStartup.tpl:144
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/applications/class_applicationParameters.inc:108
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/groups/class_groupMail.inc:569
-msgid "Remove"
-msgstr "Rimuovi"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Nome mostrato (display name)"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:15
-#: ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/main.inc:113
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/mail/mail_locals.tpl:77
-#: plugins/personal/mail/main.inc:107
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/netatalk/main.inc:106
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/main.inc:161
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15
-#: plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:241
-#: plugins/gofon/conference/remove.tpl:16
-#: plugins/addons/addressbook/address_edit.tpl:234
-#: plugins/addons/addressbook/remove.tpl:16
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/password.tpl:30
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/class_systemManagement.inc:577
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/class_faiManagement.inc:570
-#: plugins/admin/fai/class_faiManagement.inc:575
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/remove.tpl:17
-#: plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiPackageNew.tpl:51
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/groups/mail_locals.tpl:68
-#: plugins/admin/groups/class_groupManagement.inc:328
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/ogroups/class_ogroupManagement.inc:309
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:305
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:632
-#: plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/template.tpl:50
-msgid "Cancel"
-msgstr "Cancella"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Nome"
 
 
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/servRepository.tpl:36
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-msgid "Filters"
-msgstr "Filtri"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Telefono di casa"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "Avete già un Account Amministrativo ed un Gruppo Amministrativo."
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr "Indirizzo postale di casa"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Iniziali"
+
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Lacalizzazione"
+
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "Indirizzo e-mail"
+
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "Telefono cellulare"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Città"
+
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Indirizzo Postale (lettere)"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Numero Pager"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Numero di telefono"
+
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Indirizzo"
+
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Codice Postale"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Stato"
+
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Funzione"
+
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Elenco Rubrica"
+
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Elenco Rubrica di %s su %s"
+
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Nome comune"
+
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Giorno di nascita"
+
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
+
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "Indirizzo e-mail"
+
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "Telefono cellulare"
+
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Organizzazione"
+
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Unità organizzativa"
+
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Codice Postale"
+
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Cognome"
+
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Titolo/Appellativo"
+
+#: html/getxls.php:239
+msgid "Full"
+msgstr "Compelto"
+
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Lista utilizzatori di %s su %s"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
-#: html/index.php:248
-#: include/functions_setup.inc:1029
-#: include/functions_setup.inc:1052
-#: include/functions_setup.inc:1061
-msgid "You're missing an administrative account for GOsa, you'll not be able to administrate anything!"
-msgstr "Non avete indicato un account amministrativo per GOsa; così non sarete in grado doi amministrare il programma!"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Computers di %s su %s"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid "To provide full administrative access to GOsa, you need to create a special group which contains the administrative user. The setup program can assist you with this task. Enter the desired username and the password below to create the missing entries."
-msgstr "Per consentire un pieno accesso amministrativo a GOsa dovete prima creare uno speciale gruppo che contenga gli utenti amministrativi. Il setup vi guiderà in questi passaggi. Inserite la username prescelta e la password nei campi sottostanti per creare i valori mancanti."
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr "Aiuto browser"
 
 
-#: 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:28
-#: ihtml/themes/default/login.tpl:32
-#: plugins/admin/users/class_divListUsers.inc:50
-msgid "Username"
-msgstr "Username"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
+msgstr "Non c'è il file di help specificato per questa classe"
 
 
-#: 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:37
-#: ihtml/themes/default/login.tpl:41
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: 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:128
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Password"
-msgstr "Password"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr "precedente"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
-msgid "The following fields allow the basic configuration of GOsa's behaviour and affect various properties in your main configuration."
-msgstr "I seguenti campi permettono di realizzare una configurazione base del conmportamento di GOsa e influenzeranno diverse variabili/proprietà nella configurazione principale."
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "prossimo"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Inserite una descrizione per la Lacalità che state qui congifurando"
+#: html/helpviewer.php:265
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+"La directory degli Help '%s' non è accessibile; non posso leggere i file di "
+"Help."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Nome della Località (location)"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Attenzione"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid "GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password."
-msgstr "GOsa opera sempre come 'Amministratore' e gestisce i diritti di accesso internamente. Questa è una soluzione provvisoria fintanto che OpenLDAP nella directory ACI non sarà completamente implementato. Per questa ragione è necessario l'amministratore DN e la corrispondente password."
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "La sessione non è criptata."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "Amministratore DN"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Entra in una sessione SSL"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Password dell'amministratore"
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr ""
+"La configurazione di GOsa  %s/gosa.conf non è leggibile. Operazione "
+"interrotta."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid "Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs."
-msgstr "Alcuni parametri base di LDAP sono adattabili e influenzano l'indirizzo nel quale GOsa salverà Persone (people) e Gruppi (groups), incluse le modalità con cui gli account saranno generati. Verificate i seguenti valori e completateli se necessario."
+#: html/index.php:138
+#, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
+msgstr "La directory '%s' specificata per la compilazione non è accessibile!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Base"
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
+msgstr ""
+"Non posso collegarmi ad LDAP. Per favore contattate l'amministratore di "
+"sistema."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Persone - archivio unità organizzativa (OU)"
+#: html/index.php:223
+msgid ""
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
+msgstr ""
+"GOsa non può recuperare informazioni sugli schema file installati. "
+"Verificate se questo è possibile."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "Persone - attributo dn (dn)"
+#: html/index.php:231
+msgid ""
+"Your ldap setup contains old schema definitions. Please re-run the setup."
+msgstr ""
+"Il LDAP setup contiene schemi di definizione obsoleti. Riavviate il setup."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "Gruppi - archivio unità organizzativa (OU)"
+#: html/index.php:250 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 ""
+"Non avete indicato un account amministrativo per GOsa; così non sarete in "
+"grado doi amministrare il programma!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "ID base per utenti e gruppi"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Per favore indicate un utente valido!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
-msgid "GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too."
-msgstr "GOsa supporta diversi sistemi di encriptazione pr le vostre password. Abitualmente questo è definibile mediante dei modelli per gli utilizzatori, ma è anche possibile definire un metodo base (default)."
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Per favore specificate la vostra password!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Algoritmo di encriptazione"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Per favore controllate la combinazione utente/password."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
-msgid "GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling for quotas. You can choose the dummy plugin to leave all your mail settings untouched."
-msgstr "GOsa ha un supporto modulare per diversi sistemi di posta elettroncia (mail). Questo metodo permetee di utilzzare interfacce per gestire le mailbox e determiante i limiti delle stesse (quota). Potete scegliere il plugin adatto per lasciare invariati i settaggi effettuati. ?????"
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
+msgstr "Utente bloccato. Per favore contattate l'amministratore del sistema."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "Metodo di posta"
+#: html/index.php:343
+msgid ""
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
+msgstr ""
+"Il browser ha i cookies disabilitati. Abilitateli e ricericate la pagine "
+"prima di autenticarvi!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:462
-#: plugins/admin/systems/class_terminalGeneric.inc:97
-msgid "disabled"
-msgstr "Disabilitato"
+#: html/main.php:164
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
+msgstr ""
+"GRAVE: i valori globali sono 'on'. GOsa rifiuterà l'accesso finché il "
+"problema non sarà corretto da un amministratore.????????"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
-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. (But it  could be a security risk)  "
-msgstr "GOsa può causare errori all'interprete PHP, in particolare nei casi di versioni Beta. In diversi casi può essere utile attivare il reporting degli errori, anche se questo può esporre a dei rischi di sicurezza."
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Attenzione: la memoria sta scendendo ai limiti - incrementate il "
+"'memory_limit'!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Mostra gli errori PHP"
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "GRAVE: non è possibile trovare alcuna definizione per il plugin '%s'!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "vero"
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr "La prossima password sta per scadere, per favore cambiatela"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "falso"
+#: html/main.php:388
+msgid ""
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
+msgstr ""
+"Creando questa pagina si è generato un W3C          controllo di conformità "
+"può individuare alcuni errori!???????????"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Controlla"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Toggle informazione??????????"
+
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr ""
+"La directory '%s' specificata come directory di compilazione non è "
+"accessibile; verificatene l'esistenza ed i diritti!"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2
-#: ihtml/themes/default/conflict.tpl:2
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
 msgid "Session conflict detected"
 msgstr "Conflitto di sessione individuato"
 
 #: ihtml/themes/altlinux/conflict.tpl:6
 msgid "Session conflict detected"
 msgstr "Conflitto di sessione individuato"
 
 #: ihtml/themes/altlinux/conflict.tpl:6
-msgid "Probably there's another active instance of your session. Multiple window operation is technical not possible and heavily depends on the browser you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is possible. Pressing the 'Logout' button will close this session."
-msgstr "E' probabile che vi sia un'altra istanza attiva della vostra sessione. Operazioni in più finestre non sono possibili ma dipendono dal browser che state utilizzando. Utilizzare browser differenti (i.e. IE e Firefox) è possibile. Premete il bottone 'Disconnetti' per chiudere la sessione."
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
+msgstr ""
+"E' probabile che vi sia un'altra istanza attiva della vostra sessione. "
+"Operazioni in più finestre non sono possibili ma dipendono dal browser che "
+"state utilizzando. Utilizzare browser differenti (i.e. IE e Firefox) è "
+"possibile. Premete il bottone 'Disconnetti' per chiudere la sessione."
+
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
+msgstr ""
+"Ignorando questo messaggio cancellerete i dati che stavate modificando; "
+"chiudegte le diverse finestre aperte e effettuate un nuovo accesso."
+
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Disconnetti"
+
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
+msgstr ""
+"State modificando i valori inseriti nel database. Volete abbandonare le "
+"modifiche?"
+
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Principale"
+
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Aiuto"
+
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Disconnessione"
+
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Autenticazione in:"
+
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Conflitto di LOCK individuato"
+
+#: ihtml/themes/altlinux/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 'Remove' button."
+msgstr ""
+"Se questo LOCK detection è falso vuol dire gli altri utenti hanno chiuso il "
+"web  browser durante una operazione di editing. Puoi cancellare il lockfile "
+"premendo il bottone 'Rimuovi'."
+
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
+msgstr "Rimuovi"
+
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Cancella"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10
-#: ihtml/themes/default/conflict.tpl:10
-msgid "Ignoring this message will change/destroy the data you're currently editing, so please close multiple windows and log in again."
-msgstr "Ignorando questo messaggio cancellerete i dati che stavate modificando; chiudegte le diverse finestre aperte e effettuate un nuovo accesso."
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your username and password to log in"
+msgstr ""
+"Per cortesia utilizzate il vostro nome utente e la vostra password per "
+"accedere"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14
-#: ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Disconnetti"
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Username"
 
 
-#: ihtml/themes/altlinux/login.tpl:15
-#: ihtml/themes/default/login.tpl:14
-msgid "Please use your username and password to log in"
-msgstr "Per cortesia utilizzate il vostro nome utente e la vostra password per accedere"
+#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
+#: ihtml/themes/altlinux/setup_useradmin.tpl:30
+#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
+#: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
+msgid "Password"
+msgstr "Password"
 
 
-#: ihtml/themes/altlinux/login.tpl:44
-#: ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46
-#: ihtml/themes/default/login.tpl:49
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
 msgid "Directory"
 msgstr "Directory"
 
 msgid "Directory"
 msgstr "Directory"
 
-#: ihtml/themes/altlinux/login.tpl:55
-#: ihtml/themes/default/login.tpl:57
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
 msgid "Sign in"
 msgstr "Autenticazione"
 
 msgid "Sign in"
 msgstr "Autenticazione"
 
-#: ihtml/themes/altlinux/login.tpl:56
-#: ihtml/themes/default/login.tpl:58
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
 msgid "Click here to log in"
 msgstr "Cliccare quì per autenticarsi"
 
 msgid "Click here to log in"
 msgstr "Cliccare quì per autenticarsi"
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
-msgid "Now we're going include your LDAP server and create an initial configuration. After you've entered the server URI below, a quick check is performed if required LDAP schemas are in place. Samba versions are autodetected by the installed objectclasses. Details on how your LDAP tree is organized will be asked later on."
-msgstr "Ora stiamo aggiungendo il vostro server LDAP e creando una configurazione iniziale. Dopo che avrete inserito la server URI di sotto, una rapida verifica sarà eseguita, sempre che i previsti LDAP schemas siano al loro posto. LA versione di Samba sarà verificata da alcune 'objectclasses' installate. Maggiori dettagli sulla struttura (tree) di  LDAP saranno richiesti in seguito."
-
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-msgid "Please enter the server URI to allow the setup to connect your LDAP server (Example: ldap://your.server:389)."
-msgstr "Per favore inserite il server URI per consentire al programma di setup di connettersi al vostro server LDAP  (ad esempio: ldap://your.server:389)."
-
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid "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."
-msgstr "Sembra che sia il primo accesso a GOSA perchè non è stata trovata alcuna configurazione. Questo setup vi aiuterà a creare una configurazione minima attraverso tre step: la verifica della corretta installazioen di PHO e dei moduli richiesti, poi il controllo per i programmi correlati o opzionali e, infine, le informazioni di base per la connettività LDAP, dove verificheremo anche il setup di LDAP."
-
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid "You can also use the new and more-advanced way of inspecting your PHP-installation. It will give you information about the exact function that could not be found (functions that could be found are not mentioned). This is useful if you know what you're doing."
-msgstr "Potete anche utilizzare anche la nuove e più avanzata modalità di controllo della vostra installazione PHP. Essa vi darà le informazioni sulla esatta funzione che non è stata trovata (quelle che debbono esserci non sono evidenziate). Questo può essere utile se siete in grado di operare a questo livello."
-
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr "Cambia Mostra/Nascondi"
-
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "GOsa visualizzatore aiuti"
-
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Indice"
-
-#: ihtml/themes/default/help.tpl:21
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/gofon/fonreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-msgid "Search"
-msgstr "Cerca"
-
-#: 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 want to take over the lock by pressing the 'Edit anyway' button."
-msgstr "Se questo avviso di lock è inesatto significa che qualche persona ha chiuso il webbrowser durante una operazione di editing. Puoi superare questo blocco premendo il bottone ' Modifica in ogni caso'."
-
-#: 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 "GOsa può causare errori nell'interprete PHP, in aprticolare nel caso di versioni Beta. In alcuni casi può essere utile attivare il report di errori."
-
-#: ihtml/themes/default/conflict.tpl:6
-msgid "Probably there's another active instance of your session. Multiple window operation is technical not possible and heavily depends on the browser you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is possible. Pressing the 'Logout'button will close this session."
-msgstr "Probabilmente c'è un'altra istanza attiva nella sesisone. Utilizzar e finestre multiple non è tecnicamente possibile e dipende dal browser che state utilizzando. E' possiible l'uso di differenti browser (i.e. IE o Firefox). Chiudete la sessione premendo il bottone 'Disconnetti'. "
-
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr "Copia &amp; Incolla wizard"
-
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-msgid "Object to be pasted"
-msgstr "Oggetto da incollare"
-
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid "Some values need to be unique in the complete directory while some combinations make no sense. GOsa shows the relevant attributes. Please maintain the values below to fullfill the policies."
-msgstr "Alcuni valori debbono essere unici e alcune combinanzioni non sono corrette. GOsa mostra gli attributi più rilevanti. Si consiglia di conservare i valori sotto riportati per conservare le politiche adottate."
-
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-#: plugins/personal/nagios/main.inc:105
-#: plugins/personal/posix/main.inc:111
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/mail/main.inc:105
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/personal/samba/main.inc:105
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/generic/main.inc:159
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:239
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/class_systemManagement.inc:575
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/fai/class_faiManagement.inc:568
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:326
-#: plugins/admin/ogroups/class_ogroupManagement.inc:307
-#: plugins/admin/departments/class_departmentManagement.inc:303
-#: plugins/admin/users/class_userManagement.inc:630
-#: include/class_MultiSelectWindow.inc:78
-msgid "Save"
-msgstr "Salva"
-
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Operazione completata"
-
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-msgid "Finish"
-msgstr "Completa"
-
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr "La tua sessioen GOsa è scaduta!"
-
-#: 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 "L'ultimo accesso con l'kinterfaccia web di GOsa è avvenuta da molto tempo. Per ragioni di sicurezza la sessione è stata chiusa. Per continuare l'amministrazione del sistema effettuare un nuovo accesso."
-
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Devi autenticardi di nuovo"
-
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr "La tua password è scaduta!! Scegline una nuova"
-
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Vecchia password"
-
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Nuova password"
-
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Verifica password"
-
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Cambia password"
-
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Clicca qui per cambiare la password"
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filtri"
 
 
-#: html/setup.php:89
-#, php-format
-msgid "Directory '%s' specified as smarty compile directory is not accessible, please check existence and rights of this directory!"
-msgstr "La directory '%s' specificata come directory di compilazione non è accessibile; verificatene l'esistenza ed i diritti!"
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Il setup è terminato."
 
 
-#: html/main.php:164
-msgid "FATAL: Register globals is on. GOsa will refuse to login unless this is fixed by an administrator."
-msgstr "GRAVE: i valori globali sono 'on'. GOsa rifiuterà l'accesso finché il problema non sarà corretto da un amministratore.????????"
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
+"Il setup di base è completato. Potete controllare i risultati dello schema e "
+"scaricare il file file autogenerato gosa.conf"
 
 
-#: html/main.php:206
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr "Attenzione: la memoria sta scendendo ai limiti - incrementate il 'memory_limit'!"
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Configurazione dello Schema di base"
 
 
-#: html/main.php:341
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "GRAVE: non è possibile trovare alcuna definizione per il plugin '%s'!"
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Configurazione dei file"
 
 
-#: html/main.php:356
-msgid "Your password is about to expire, please change your password"
-msgstr "La prossima password sta per scadere, per favore cambiatela"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
+msgstr ""
+"Il setup di GOsa ha raccolto tutte le informazioni necessarie per creare e "
+"inizializzare il file di configurazione. Salvate il link sotto indicato come "
+"gosa.conf e mettetelo in /etc/gosa. Cambiatelo in seguito se necessario."
 
 
-#: html/main.php:380
-msgid "Generating this page caused the W3C          conformance checker to raise some errors!"
-msgstr "Creando questa pagina si è generato un W3C          controllo di conformità può individuare alcuni errori!???????????"
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Download della configurazione"
 
 
-#: html/main.php:380
-#: include/php_setup.inc:71
-msgid "Toggle information"
-msgstr "Toggle informazione??????????"
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
+msgstr ""
+"Dopo aver posto il file in /etc/gosa, verificate che l'utente di default del "
+"webserver sia in grado di leggere il file gosa.conf , altrimenti i reali "
+"utenti non potranno operare. Potrebbe essere necessario eseguire le seguenti "
+"istruzioni per far leggere questo file:"
 
 
-#: html/getkiosk.php:25
-#, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
-msgstr "Non è possibile aprile il file '%s'; è probabile che non esista."
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Indietro"
 
 
-#: html/getkiosk.php:30
-#, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Non posso leggere il file '%s'; controllate i permessi."
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Riprova"
 
 
-#: html/getxls.php:65
-msgid "Birthday"
-msgstr "Compleanno"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Benvenuti nel setup di GOsa!"
 
 
-#: html/getxls.php:65
-#: html/getxls.php:224
-#: plugins/personal/generic/generic.tpl:106
-msgid "Sex"
-msgstr "Sesso"
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Questo è il primo avvio di GOsA - Non è stato trovato un file di "
+"configurazione. Questo setup vi aiuterà a creare una configurazione di "
+"lavoro attarverso tre passaggi principali: prima verificherà che PHO sia "
+"installato (con i relativi moduli), poi verranno verificati i programmi "
+"necessari o aggiuntivi, per concludere saranno inserite le informazioni "
+"necessarie per la connettività con LDAP, dove verrà verificato il setup di "
+"LDAP."
 
 
-#: html/getxls.php:65
-#: html/getxls.php:174
-#: html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Cognome"
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Continua"
 
 
-#: html/getxls.php:65
-#: html/getxls.php:174
-#: html/getxls.php:224
-#: html/getxls.php:236
-#: plugins/addons/addressbook/class_addressbook.inc:522
-msgid "Given name"
-msgstr "Nome di battesimo"
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Setup in progresso....."
 
 
-#: html/getxls.php:65
-#: html/getxls.php:224
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:35
-msgid "Language"
-msgstr "Lingua"
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
+msgstr ""
+"Il secondo step verificherà la presenza di porgrammi connessi e che siano "
+"nella versione minima richiesta."
 
 
-#: html/getxls.php:68
-#: html/getxls.php:70
-#: html/getxls.php:243
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:71
-#: plugins/admin/users/class_userManagement.inc:28
-msgid "Users"
-msgstr "Utente"
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
+msgid ""
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
+msgstr ""
+"Ora stiamo aggiungendo il vostro server LDAP e creando una configurazione "
+"iniziale. Dopo che avrete inserito la server URI di sotto, una rapida "
+"verifica sarà eseguita, sempre che i previsti LDAP schemas siano al loro "
+"posto. LA versione di Samba sarà verificata da alcune 'objectclasses' "
+"installate. Maggiori dettagli sulla struttura (tree) di  LDAP saranno "
+"richiesti in seguito."
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Lista degli utenti di %s su %s"
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
+msgid ""
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
+msgstr ""
+"Per favore inserite il server URI per consentire al programma di setup di "
+"connettersi al vostro server LDAP  (ad esempio: ldap://your.server:389)."
 
 
-#: html/getxls.php:80
-#: html/getxls.php:108
-#: html/getxls.php:123
-#: html/getxls.php:282
-#: html/getxls.php:299
-#: plugins/addons/addressbook/class_addressbook.inc:524
-msgid "User ID"
-msgstr "Utente ID"
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
+msgid ""
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
+msgstr ""
+"I seguenti campi permettono di realizzare una configurazione base del "
+"conmportamento di GOsa e influenzeranno diverse variabili/proprietà nella "
+"configurazione principale."
 
 
-#: html/getxls.php:94
-#: html/getxls.php:227
-msgid "Members"
-msgstr "Membri"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Inserite una descrizione per la Lacalità che state qui congifurando"
 
 
-#: html/getxls.php:97
-#: html/getxls.php:99
-#: html/getxls.php:244
-#: plugins/admin/groups/class_groupManagement.inc:25
-msgid "Groups"
-msgstr "Gruppi"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Nome della Località (location)"
 
 
-#: html/getxls.php:104
-#: html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Gruppi di %s su %s"
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+msgid ""
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
+msgstr ""
+"GOsa opera sempre come 'Amministratore' e gestisce i diritti di accesso "
+"internamente. Questa è una soluzione provvisoria fintanto che OpenLDAP nella "
+"directory ACI non sarà completamente implementato. Per questa ragione è "
+"necessario l'amministratore DN e la corrispondente password."
 
 
-#: html/getxls.php:123
-#: html/getxls.php:230
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46
-#: plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:56
-#: plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38
-#: plugins/generic/references/contents.tpl:11
-#: plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/server.tpl:10
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/systems/component.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/fai/faiProfile.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiScript.tpl:19
-#: plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/fai/faiTemplate.tpl:19
-#: plugins/admin/fai/faiPartitionTable.tpl:19
-#: plugins/admin/fai/faiScriptEntry.tpl:17
-#: plugins/admin/fai/faiHook.tpl:19
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
-#: plugins/admin/fai/faiPackage.tpl:19
-#: plugins/admin/fai/faiVariableEntry.tpl:17
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/ogroups/generic.tpl:13
-#: plugins/admin/departments/generic.tpl:12
-msgid "Description"
-msgstr "Descrizione"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "Amministratore DN"
 
 
-#: html/getxls.php:124
-#: html/getxls.php:246
-msgid "Computers"
-msgstr "Computers"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Password dell'amministratore"
 
 
-#: html/getxls.php:133
-#: html/getxls.php:174
-#: html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Nome comune"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
+msgstr ""
+"Alcuni parametri base di LDAP sono adattabili e influenzano l'indirizzo nel "
+"quale GOsa salverà Persone (people) e Gruppi (groups), incluse le modalità "
+"con cui gli account saranno generati. Verificate i seguenti valori e "
+"completateli se necessario."
 
 
-#: html/getxls.php:146
-#: plugins/admin/systems/server.tpl:6
-msgid "Server name"
-msgstr "Nome server"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Base"
 
 
-#: 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"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Persone - archivio unità organizzativa (OU)"
 
 
-#: html/getxls.php:156
-#: html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Servers di %s su %s"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "Persone - attributo dn (dn)"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/gofon/macro/generic.tpl:10
-#: plugins/admin/applications/generic.tpl:11
-msgid "Display name"
-msgstr "Nome mostrato (display name)"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "Gruppi - archivio unità organizzativa (OU)"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:233
-#: plugins/gofon/macro/parameter.tpl:5
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/fai/faiProfile.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiScript.tpl:9
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/faiTemplate.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/faiScriptEntry.tpl:9
-#: plugins/admin/fai/faiHook.tpl:9
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
-#: plugins/admin/fai/faiPackage.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:321
-#: plugins/admin/fai/faiVariableEntry.tpl:9
-msgid "Name"
-msgstr "Nome"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "ID base per utenti e gruppi"
 
 
-#: html/getxls.php:174
-#: plugins/addons/addressbook/class_addressbook.inc:524
-msgid "Home phone"
-msgstr "Telefono di casa"
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
+"GOsa supporta diversi sistemi di encriptazione pr le vostre password. "
+"Abitualmente questo è definibile mediante dei modelli per gli utilizzatori, "
+"ma è anche possibile definire un metodo base (default)."
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
-msgstr "Indirizzo postale di casa"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Algoritmo di encriptazione"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/addons/addressbook/address_edit.tpl:44
-#: plugins/addons/addressbook/address_info.tpl:19
-msgid "Initials"
-msgstr "Iniziali"
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
+msgstr ""
+"GOsa ha un supporto modulare per diversi sistemi di posta elettroncia "
+"(mail). Questo metodo permetee di utilzzare interfacce per gestire le "
+"mailbox e determiante i limiti delle stesse (quota). Potete scegliere il "
+"plugin adatto per lasciare invariati i settaggi effettuati. ?????"
 
 
-#: html/getxls.php:174
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/systems/workstation.tpl:17
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-msgid "Location"
-msgstr "Lacalizzazione"
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "Metodo di posta"
 
 
-#: html/getxls.php:174
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51
-msgid "Mail address"
-msgstr "Indirizzo e-mail"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "Disabilitato"
+
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
+"GOsa può causare errori all'interprete PHP, in particolare nei casi di "
+"versioni Beta. In diversi casi può essere utile attivare il reporting degli "
+"errori, anche se questo può esporre a dei rischi di sicurezza."
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "Telefono cellulare"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Mostra gli errori PHP"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/addons/addressbook/address_edit.tpl:148
-#: plugins/addons/addressbook/address_info.tpl:67
-msgid "City"
-msgstr "Città"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "vero"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-msgid "Postal address"
-msgstr "Indirizzo Postale (lettere)"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "falso"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: plugins/addons/addressbook/address_edit.tpl:217
-#: plugins/addons/addressbook/address_info.tpl:91
-msgid "Pager"
-msgstr "Numero Pager"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Controlla"
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/gofon/conference/generic.tpl:74
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:691
-msgid "Phone number"
-msgstr "Numero di telefono"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "Avete già un Account Amministrativo ed un Gruppo Amministrativo."
 
 
-#: html/getxls.php:174
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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/systems/glpiManufacturerAdd.tpl:21
-#: plugins/admin/departments/generic.tpl:59
-msgid "Address"
-msgstr "Indirizzo"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
+msgstr ""
+"Per consentire un pieno accesso amministrativo a GOsa dovete prima creare "
+"uno speciale gruppo che contenga gli utenti amministrativi. Il setup vi "
+"guiderà in questi passaggi. Inserite la username prescelta e la password nei "
+"campi sottostanti per creare i valori mancanti."
 
 
-#: html/getxls.php:174
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70
-msgid "Postal code"
-msgstr "Codice Postale"
+#: 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 ""
+"Un limite alle opzioni di LDAP consente maggior velocità operativa ed evita "
+"un eccessivo carico di lavoro al server LDAP. Una semplice soluzione per "
+"gestire grandi database senza avere lunghi tempi di risposta può essere "
+"quella di limitare le ricerche a piccoli valori e usare filtri per ottenere "
+"i dati che stiamo cercando."
 
 
-#: html/getxls.php:174
-#: html/getxls.php:236
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51
-msgid "State"
-msgstr "Stato"
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Per favore, scegli il modo di REACT a questa sessione"
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Funzione"
+#: 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 "ignora questo errore e mostra i valori restituiti dal server LDAP"
 
 
-#: html/getxls.php:177
-#: html/getxls.php:247
-msgid "Adressbook"
-msgstr "Elenco Rubrica"
+#: 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 ""
+"ignora questo errore e mostra tutti i valori ricomprese nel limiti previsti "
+"e lasciami utilizzare i filtri"
 
 
-#: html/getxls.php:184
-#: html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Elenco Rubrica di %s su %s"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Configurazione"
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Nome comune"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr "La tua password è scaduta!! Scegline una nuova"
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Giorno di nascita"
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Vecchia password"
 
 
-#: html/getxls.php:230
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28
-msgid "UID"
-msgstr "UID"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Nuova password"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "Indirizzo e-mail"
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Verifica password"
 
 
-#: html/getxls.php:236
-#: plugins/personal/generic/generic.tpl:261
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:95
-#: plugins/addons/addressbook/address_info.tpl:40
-msgid "Mobile"
-msgstr "Telefono cellulare"
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Cambia password"
 
 
-#: html/getxls.php:236
-#: plugins/personal/generic/generic.tpl:213
-msgid "Organization"
-msgstr "Organizzazione"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Clicca qui per cambiare la password"
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Unità organizzativa"
+#: ihtml/themes/default/conflict.tpl:6
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
+msgstr ""
+"Probabilmente c'è un'altra istanza attiva nella sesisone. Utilizzar e "
+"finestre multiple non è tecnicamente possibile e dipende dal browser che "
+"state utilizzando. E' possiible l'uso di differenti browser (i.e. IE o "
+"Firefox). Chiudete la sessione premendo il bottone 'Disconnetti'. "
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Codice Postale"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
+msgstr "Copia &amp; Incolla wizard"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Cognome"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+msgid "Object to be pasted"
+msgstr "Oggetto da incollare"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Titolo/Appellativo"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
+"Alcuni valori debbono essere unici e alcune combinanzioni non sono corrette. "
+"GOsa mostra gli attributi più rilevanti. Si consiglia di conservare i valori "
+"sotto riportati per conservare le politiche adottate."
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr "Compelto"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Salva"
 
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Lista utilizzatori di %s su %s"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Operazione completata"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Computers di %s su %s"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Completa"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr "Aiuto browser"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "GOsa visualizzatore aiuti"
 
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
-msgstr "Non c'è il file di help specificato per questa classe"
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Indice"
 
 
-#: html/helpviewer.php:192
-#: include/functions_helpviewer.inc:93
-msgid "previous"
-msgstr "precedente"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Cerca"
 
 
-#: html/helpviewer.php:196
-#: include/functions_helpviewer.inc:97
-msgid "next"
-msgstr "prossimo"
+#: 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 want to take over the lock by "
+"pressing the 'Edit anyway' button."
+msgstr ""
+"Se questo avviso di lock è inesatto significa che qualche persona ha chiuso "
+"il webbrowser durante una operazione di editing. Puoi superare questo blocco "
+"premendo il bottone ' Modifica in ogni caso'."
 
 
-#: html/helpviewer.php:265
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr "La directory degli Help '%s' non è accessibile; non posso leggere i file di Help."
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "La tua sessioen GOsa è scaduta!"
 
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Non posso connetermi al database server!"
+#: 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 ""
+"L'ultimo accesso con l'kinterfaccia web di GOsa è avvenuta da molto tempo. "
+"Per ragioni di sicurezza la sessione è stata chiusa. Per continuare "
+"l'amministrazione del sistema effettuare un nuovo accesso."
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "Non posso selezionare il database!"
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Devi autenticardi di nuovo"
 
 
-#: html/getfax.php:60
-#: html/getfax.php:68
-msgid "Database query failed!"
-msgstr "La query di interrogazione del database è fallita!"
+#: ihtml/themes/default/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Sembra che sia il primo accesso a GOSA perchè non è stata trovata alcuna "
+"configurazione. Questo setup vi aiuterà a creare una configurazione minima "
+"attraverso tre step: la verifica della corretta installazioen di PHO e dei "
+"moduli richiesti, poi il controllo per i programmi correlati o opzionali e, "
+"infine, le informazioni di base per la connettività LDAP, dove verificheremo "
+"anche il setup di LDAP."
+
+#: ihtml/themes/default/setup_introduction.tpl:17
+msgid ""
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
+msgstr ""
+"Potete anche utilizzare anche la nuove e più avanzata modalità di controllo "
+"della vostra installazione PHP. Essa vi darà le informazioni sulla esatta "
+"funzione che non è stata trovata (quelle che debbono esserci non sono "
+"evidenziate). Questo può essere utile se siete in grado di operare a questo "
+"livello."
 
 
-#: html/index.php:49
-#: html/index.php:335
-msgid "Session will not be encrypted."
-msgstr "La sessione non è criptata."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr "Cambia Mostra/Nascondi"
 
 
-#: html/index.php:49
-#: html/index.php:335
-msgid "Enter SSL session"
-msgstr "Entra in una sessione SSL"
+#: 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 ""
+"GOsa può causare errori nell'interprete PHP, in aprticolare nel caso di "
+"versioni Beta. In alcuni casi può essere utile attivare il report di errori."
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr "La configurazione di GOsa  %s/gosa.conf non è leggibile. Operazione interrotta."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr ""
+"Non posso aprire il file selezionato: verificatene l'accessibilità o "
+"l'esistenza"
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr "La directory '%s' specificata per la compilazione non è accessibile!"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr ""
+"Nonnposso leggere il certificato specificato o una stringa vuota è stata "
+"passata"
 
 
-#: html/index.php:207
-#: include/class_config.inc:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
-msgstr "Non posso collegarmi ad LDAP. Per favore contattate l'amministratore di sistema."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
+"Non posso caricare il certificato; può essere stato utilizzato un formato "
+"non supportato (usate PEM/DER)"
 
 
-#: html/index.php:219
-msgid "GOsa cannot retrieve information about the installed schema files. Please make sure, that this is possible."
-msgstr "GOsa non può recuperare informazioni sugli schema file installati. Verificate se questo è possibile."
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Il formato deve essere PEM per ottenere il certificato di informazione"
 
 
-#: html/index.php:228
-msgid "Your ldap setup contains old schema definitions. Please re-run the setup."
-msgstr "Il LDAP setup contiene schemi di definizione obsoleti. Riavviate il setup."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Non posso creare/aprile il file"
 
 
-#: html/index.php:256
-msgid "Please specify a valid username!"
-msgstr "Per favore indicate un utente valido!"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Nessun valido certificato caricato"
 
 
-#: html/index.php:258
-msgid "Please specify your password!"
-msgstr "Per favore specificate la vostra password!"
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Errore XML in gosa.conf: %s alla linea %d"
 
 
-#: html/index.php:265
-msgid "Please check the username/password combination."
-msgstr "Per favore controllate la combinazione utente/password."
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID e/o RIDBASE mancante nella configurazione!"
 
 
-#: html/index.php:289
-msgid "Account locked. Please contact your system administrator."
-msgstr "Utente bloccato. Per favore contattate l'amministratore del sistema."
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "Stai per copiare il valore '%s'."
 
 
-#: html/index.php:341
-msgid "Your browser has cookies disabled. Please enable cookies and reload this page before logging in!"
-msgstr "Il browser ha i cookies disabilitati. Abilitateli e ricericate la pagine prima di autenticarvi!"
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Incolla"
 
 
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
-msgstr "Errore: getcvard.php richiede un parametro per esportare una  vcard!"
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "Non posso incollare"
 
 
-#: html/get_attachment.php:47
-msgid "Can't connect to glpi database, there is no mysl extension available in your php setup."
-msgstr "Non posso connetermi al glpi database, non è disponibile una estensione mysl nel setup di PHP."
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Questo pacchetto non ha le opzioni debconf."
 
 
-#: html/get_attachment.php:55
-msgid "Can't connect to specified database, please check your glpi configuration."
-msgstr "Non posso connettermi al database specificato; controllate la configurazione glpi."
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
+msgstr ""
+"Il server LDAP è lento (%.2fs per l'ultima interrogazione). Questo potrà "
+"ridurre le performance del sistema."
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
-msgstr "Non posso caricare il file allegato, non c'è nessun 'entry' con questo 'id'."
+#: include/class_ldap.inc:230
+#, php-format
+msgid ""
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
+msgstr ""
+"Il server LDAP rispnde molto lentamente (%.2f); questo può ridurre le "
+"performance del sistema."
 
 
-#: html/get_attachment.php:69
+#: include/class_ldap.inc:456
 #, php-format
 #, php-format
-msgid "Can't open file '%s'."
-msgstr "Non posso aprire il file '%s'."
+msgid "Creating copy of %s"
+msgstr "Creazione copia di %s"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:19
-#: plugins/personal/posix/class_posixAccount.inc:17
-#: plugins/personal/environment/class_environment.inc:13
-#: plugins/personal/password/class_password.inc:6
-#: plugins/personal/mail/class_mailAccount.inc:23
-#: plugins/personal/connectivity/class_webdavAccount.inc:7
-#: plugins/personal/connectivity/class_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_intranetAccount.inc:16
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: plugins/personal/connectivity/class_pptpAccount.inc:27
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_proxyAccount.inc:6
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/samba/class_sambaAccount.inc:25
-#: plugins/personal/generic/class_user.inc:17
-#: plugins/gofax/faxreports/class_faxreport.inc:7
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
-#: plugins/gofon/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-#: plugins/addons/addressbook/class_addressbook.inc:7
-#: plugins/addons/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.inc:7
-#: plugins/addons/ldapmanager/class_exportxls.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_csvimport.inc:7
-#: plugins/addons/logview/class_logview.inc:7
-#: plugins/admin/systems/class_systemManagement.inc:33
-#: plugins/admin/applications/class_applicationManagement.inc:26
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/ogroups/class_ogroupManagement.inc:26
-#: plugins/admin/departments/class_departmentManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-msgid "This does something"
-msgstr "Questo fa qualcosa"
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr "Processing in corso"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:99
-msgid "This account has no nagios extensions."
-msgstr "Questo account non ha le estensioni Nagios."
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Oggetto"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:108
-msgid "Remove nagios account"
-msgstr "Rimuovi l'utente Nagios"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Errore durante il recupero della fonte dn - operazione abortita!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:109
-msgid "This account has nagios features enabled. You can disable them by clicking below."
-msgstr "Questo utente ha le opzioni Nagios abilitate. Potete disabilitarle cliccando sotto."
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "Stato sconosciuto di installazione remota %s (FAI)"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:111
-msgid "Create nagios account"
-msgstr "Crea un utente Nagios"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:111
-msgid "This account has nagios features disabled. You can enable them by clicking below."
-msgstr "Questo utente ha le opzioni Nagios disabilitate. Potete attivarle cliccando sotto."
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
+msgstr ""
+"La creazione automatica del tipo '%s' non è attualmente supportata. Per "
+"favore riprotare le informazioni al GOsa team."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:154
-msgid "Saving nagios account failed"
-msgstr "Salvataggio dell'utente Nagios fallito"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr "mentre operavo su '%s' usando il server LDAP '%s'"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:174
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Il campo richiesto 'NagiosAlias' non è stato definito."
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "mentre operavo sul server LDAP '%s'"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:177
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Il campo richiesto 'NagiosMail' non è stato definito."
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"Non c'è un valdo DN: '%s'. Un blocco da importare deve iniziare con 'dn:...' "
+"alla linea %s"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:181
-#: plugins/personal/nagios/class_nagiosAccount.inc:185
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr "Indicate un valido indirizzo email nel campo 'NagiosMail'."
+#: include/class_ldap.inc:1014
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "Il dn: '%s' (dalla linea %s) già esiste nel database LDAP."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:233
-msgid "Removing nagios account failed"
-msgstr "Rimozione dell'utente Nagios fallita"
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
+"Errore nella fase di importazione dn: '%s', per favore controllate il file "
+"LDIF alla linea  %s!"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Utente Nagios"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr ""
+"Attenzione: l'utente ha una stringa relativa al server di posta non valida!"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr " Alias"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Attenzione: il server IMAP non può essere raggiunto! Se salvi questo utente "
+"alcune impostazioni di posta non saranno salvate nel server!"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Periodo di notifica dell'Host"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Non posso creare la casella di posta IMAP. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Periodo di notifica del servizio"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "Non posso scrivere la quota IMAP. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Opzioni di notifica del servizio"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Attenzione: imap_getacl non è implementato, non posso rimuovere le "
+"informazioni acl."
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Opzioni di notifica dell'Host"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr ""
+"Attenzione: imap_getacl non è disponibile, non posso ottenere i permessi!"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Comandi di notifica del servizio"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr ""
+"Non posso rimuovere le caselle postali IMAP. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Comandi di notifica dell'Host"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Non posso collegarmi al server SIEVE. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Autenticazione Nagios"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Non posso ottenere gli script sieve. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "visualizza le informazioni di sistema"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Non posso inviare gli script sieve. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "visualizza le informazioni di configurazione"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr ""
+"Non posso attivare gli script sieve di GOsa. Il server ha risposto '%s'."
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "attivazione comandi di sistema"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Chiudi"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "visualizza tutti i servizi"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Vai alla base (radice) del dipartimento"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "visualizza tutti gli host"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Base (radice)"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "attiva tutte le istruzioni dei servizi"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Sali di un dipartimento"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "attiva tutte le istruzioni dell'host"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr "Su"
 
 
-#: plugins/personal/nagios/main.inc:115
-#: plugins/personal/posix/main.inc:121
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/mail/main.inc:115
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/netatalk/main.inc:111
-#: plugins/personal/generic/main.inc:181
-#: 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 "Clicca il bottone 'Modifica' per cambiare le informazioni in questa finestra di dialogo"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Vai agli utenti del dipartimento"
 
 
-#: plugins/personal/nagios/main.inc:116
-#: plugins/personal/posix/main.inc:123
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/mail/main.inc:116
-#: plugins/personal/connectivity/main.inc:130
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/netatalk/main.inc:112
-#: plugins/personal/generic/main.inc:173
-#: plugins/gofax/faxaccount/generic.tpl:86
-#: plugins/gofax/faxaccount/generic.tpl:92
-#: plugins/gofax/faxaccount/main.inc:97
-#: plugins/gofon/phoneaccount/main.inc:113
-#: plugins/addons/logview/contents.tpl:62
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56
-#: plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/fai/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-msgid "Edit"
-msgstr "Modifica"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Home"
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Settaggi Nagios"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr "Ricarica la lista"
 
 
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr "L'utente deve cambiare la password al primo accesso"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr "Invia"
 
 
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba3.tpl:267
-#: plugins/personal/samba/samba2.tpl:68
-msgid "Password expires on"
-msgstr "La password scade il "
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+"Errore: la struttura richiesta ha in DN codificato inconsitente; verifica il "
+"server LDAP!"
 
 
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/class_sambaAccount.inc:658
-#: plugins/personal/samba/samba3.tpl:13
-#: plugins/personal/samba/samba3.tpl:94
-msgid "Home directory"
-msgstr "Home directory"
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Attenzione: non è possibile settare la password Kerberos. La versione di PHP "
+"non supporta Kerberos e la password non può essere modificata."
 
 
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "La comunicazione con il database Kerberos è fallita!"
 
 
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Gruppo primario"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr "Il cambiamento della password nel database Kerberos è fallito!"
 
 
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/gofon/fonreports/contents.tpl:35
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-msgid "Status"
-msgstr "Stato"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr ""
+"Non posso usare il sistema di encrypting SHA; la funzione sha1/mhash/crypt è "
+"mancante"
 
 
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Forza UID/GID"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr "Non posso usare ssha per l'encryting (funzione mhash/sha1 assente)"
 
 
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
+#: include/class_password-methods.inc:167
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Impostazione della password fallita. Il server LDAP ha risposto '%s'."
 
 
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Appartenenza al gruppo"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Il comando '%s' specifciato come POSTMODIFY  per il plugin '%s' non sembra "
+"presente."
 
 
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Attenzione: NFS non supporta più di 16 gruppi!)"
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+msgstr ""
+"Le impostazioni per MBHASH in gosa.conf sono inesatte! Non posso cambiare la "
+"password di Samba."
 
 
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/mail/generic.tpl:57
-#: plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/connectivity/class_kolabAccount.inc:235
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/samba/samba3.tpl:330
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/lists.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:389
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/workstationStartup.tpl:103
-#: plugins/admin/systems/workstationStartup.tpl:124
-#: plugins/admin/systems/workstationStartup.tpl:143
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/class_termDNS.inc:459
-#: plugins/admin/systems/class_termDNS.inc:479
-#: plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:486
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/glpi.tpl:100
-#: plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43
-#: plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiHook.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71
-#: plugins/admin/groups/generic.tpl:108
-#: plugins/admin/groups/mail.tpl:51
-#: plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/class_groupMail.inc:565
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/phonequeue.tpl:24
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-msgid "Add"
-msgstr "Aggiungi"
+#: include/class_plugin.inc:404
+#, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Il comando '%s', specificato come CHECK per il plugin '%s' non sembra "
+"esistere."
 
 
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/environment/class_environment.inc:635
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/mail/generic.tpl:59
-#: plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/gofax/blocklists/generic.tpl:69
-#: plugins/gofax/blocklists/remove.tpl:14
-#: plugins/gofax/faxaccount/generic.tpl:78
-#: plugins/gofax/faxaccount/lists.tpl:14
-#: plugins/gofon/macro/remove.tpl:13
-#: plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-#: plugins/addons/addressbook/remove.tpl:14
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/workstationStartup.tpl:104
-#: plugins/admin/systems/workstationStartup.tpl:125
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/class_termDNS.inc:473
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:292
-#: plugins/admin/systems/class_servDNSeditZone.inc:480
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/printer.tpl:76
-#: plugins/admin/systems/printer.tpl:92
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/fai/faiVariable.tpl:46
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/remove_branch.tpl:14
-#: plugins/admin/groups/generic.tpl:110
-#: plugins/admin/groups/mail.tpl:52
-#: plugins/admin/groups/mail.tpl:97
-#: plugins/admin/groups/remove.tpl:14
-#: plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/generic.tpl:44
-#: plugins/admin/ogroups/phonequeue.tpl:25
-#: plugins/admin/ogroups/remove.tpl:14
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/users/remove.tpl:14
-msgid "Delete"
-msgstr "cancella"
+#: include/class_plugin.inc:555
+#, php-format
+msgid ""
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Il comando '%s', specificato come POSTCREATE per il plugin '%s' non sembra "
+"esistere."
 
 
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Utente"
+#: include/class_plugin.inc:623
+#, php-format
+msgid ""
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Il comando '%s', specificato come POSTREMOVE per il plugin '%s' non sembra "
+"esistere."
 
 
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Affidabilità del sistema"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr "L'oggetto '%s' è già etichettato"
 
 
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Modalità di affidabilità"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr "Etichetta aggiunta (%s) all'oggetto '%s'"
 
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Selezionate i sistemi da aggiungere"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr "Operazione fallita nell'etichettare l'Handle dell'oggetto"
 
 
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Mostra i sistemi dei dipartimenti"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr "Etichetta rimossa dall'oggetto '%s'"
 
 
-#: plugins/personal/posix/trust_machines.tpl:27
-#: plugins/personal/posix/posix_groups.tpl:35
-#: plugins/personal/environment/selectPrinterDialog.tpl:34
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/samba/samba3_workstations.tpl:27
-#: plugins/gofax/faxaccount/locals.tpl:29
-#: plugins/addons/addressbook/contents.tpl:80
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/groups/group_objects.tpl:40
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Scegli il dipartimento su cui basare la ricerca"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Le informazioni di gosa.conf sono state parzialmente modificate. Per favore "
+"convertitele usando lo script fix_config.sh!"
 
 
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Mostra i sistemi corrispondenti"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Sconosciuto"
 
 
-#: plugins/personal/posix/trust_machines.tpl:31
-#: plugins/personal/mail/mail_locals.tpl:52
-#: plugins/personal/samba/samba3_workstations.tpl:31
-#: plugins/admin/groups/mail_locals.tpl:45
-msgid "Regular expression for matching addresses"
-msgstr "Espressioni regolari per comparare gli indirizzi"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr "Gestore PPD: il percorso specificato '%s' non esiste."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "UNIX"
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr "Lo specificato file ppd '%s' non può essere aperto per la lettura."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:131
-msgid "expired"
-msgstr "Scaduto"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr "Il file richiesto tmp '%s' non può essere aperto per la scrittura."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:133
-msgid "grace time active"
-msgstr "tempo 'aggiuntivo' attivato (grace time)"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+"Esame del dile POD %s fallito: linea troppo lunga. I caratteri finali sono "
+"stati ignorati"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:136
-msgid "active, password not changable"
-msgstr "attivo, password non modificabile"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "I gruppi nidificati non sono supportati!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:138
-msgid "active, password expired"
-msgstr "attivo, password scaduta"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "Il nome del gruppo non è unico!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:140
-msgid "active"
-msgstr "attivo"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr "I valori Symbol non sono ancora supportati!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:151
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Gruppo di utenti"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr "Le opzioni nidifate non sono supportate!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:186
-msgid "unconfigured"
-msgstr "Non configurato"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr "PickMany non è ancora supportato!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:212
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:216
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_terminalService.inc:194
-#: plugins/admin/systems/class_workstationStartup.inc:796
-msgid "automatic"
-msgstr "automatico"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "Analisi del file PPD %s fallita - Nessuna informazione trovata."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:251
-msgid "This account has no unix extensions."
-msgstr "Questo utente non ha estensioni unix"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr "Il processo di cancellazione è stato cancellato dal plugin '%s': %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:271
-#: plugins/personal/posix/class_posixAccount.inc:274
-msgid "Remove posix account"
-msgstr "Rimuovi l'utente posix"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"Errore irreversibile nella connessione a LDAP. Il server ha risposto '%s'."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:272
-msgid "This account has unix features enabled. To disable them, you'll need to remove the samba / environment account first."
-msgstr "Questo utente ha attivate le opzioni unix. Per disabilitarle è necessario rimuovere prima l'utente dall'ambiente samba."
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Login dell'utente fallito. Il server LDAP risponde '%s'."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "This account has posix features enabled. You can disable them by clicking below."
-msgstr "Questo utente ha le funzioni posix attivate. Potete disabilitarle cliccando sotto."
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Nome utente/UID non unico. Controlla il database LDAP."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:278
-msgid "Create posix account"
-msgstr "Crea un utente posix"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr ""
+"Errore aggiungendo il blocco. I parametri non sono impostati correttamente: "
+"verificate la fonte!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "This account has posix features disabled. You can enable them by clicking below."
-msgstr "Questo utente ha le opzioni posix disabilitate. Potete abilitarle cliccando sotto."
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+msgstr ""
+"Non posso bloccare le informazioni nel databse LDAP. Controllate il valore "
+"'config' in gosa.conf! Il server LDAP ha risposto '%s'."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:442
+#: include/functions.inc:494
 #, php-format
 #, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr "La password non può essere modificata per %s giorni dopo l'ultima modifica"
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Aggiunta del blocco fallito. Il server LDAP ha risposto '%s'."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:444
+#: include/functions.inc:520
 #, php-format
 #, php-format
-msgid "Password must be changed after %s days"
-msgstr "La password deve essere modificata dopo %s giorni "
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Rimozione del blocco fallita. Il server LDAP ha risposto '%s'."
+
+#: include/functions.inc:550
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr ""
+"Acquisizione del blocco da LDAP fallita. I parametri non sono settati "
+"correttament, per favore controllate la fonte!"
+
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"Non posso acquisre le informazioni sul blocco nel database LDAP. Per favore "
+"controllate la voce 'config' in gosa.conf. "
+
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Ho trovato più blocci per l'oggetto da bloccare. Questo non è possibile: "
+"ripulite le referenze multiple."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:446
+#: include/functions.inc:654
 #, php-format
 #, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr "Disabilita l'utente dopo %s giorni di inattività dopo la scadenza della password"
+msgid "The size limit of %d entries is exceed!"
+msgstr "Il limite di %d valori è superato!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:448
+#: include/functions.inc:656
 #, php-format
 #, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Informazione per l'utente %s giorni prima della scadenza della password"
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Imposta il nuovo limite a %s e mostrami il messaggio se in limite è ancora "
+"superato."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:480
-#: plugins/personal/samba/class_sambaAccount.inc:364
-#: plugins/personal/samba/class_sambaAccount.inc:382
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/generic/class_user.inc:245
-msgid "January"
-msgstr "gennaio"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Configura"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:480
-#: plugins/personal/samba/class_sambaAccount.inc:364
-#: plugins/personal/samba/class_sambaAccount.inc:382
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/generic/class_user.inc:245
-msgid "February"
-msgstr "febbraio"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "incompleto"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:480
-#: plugins/personal/samba/class_sambaAccount.inc:364
-#: plugins/personal/samba/class_sambaAccount.inc:382
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/generic/class_user.inc:245
-msgid "March"
-msgstr "marzo"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "Errore LDAP:"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:480
-#: plugins/personal/samba/class_sambaAccount.inc:364
-#: plugins/personal/samba/class_sambaAccount.inc:382
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/generic/class_user.inc:245
-msgid "April"
-msgstr "aprile"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
+"I problemi con il server LDAP possono aver fato perdere le ultime modifiche. "
+"Per favore controlla il setup LDAP per possibili errori e riprova."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:365
-#: plugins/personal/samba/class_sambaAccount.inc:383
-#: plugins/personal/samba/class_sambaAccount.inc:401
-#: plugins/personal/samba/class_sambaAccount.inc:419
-#: plugins/personal/generic/class_user.inc:246
-msgid "May"
-msgstr "maggio"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
+msgstr ""
+"Verifica i dati inseriti e sistema gli errori. Premi il pulsante 'OK per "
+"chidere questa finestra."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:365
-#: plugins/personal/samba/class_sambaAccount.inc:383
-#: plugins/personal/samba/class_sambaAccount.inc:401
-#: plugins/personal/samba/class_sambaAccount.inc:419
-#: plugins/personal/generic/class_user.inc:246
-msgid "June"
-msgstr "giugno"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "E' stato verificato un errore eseguendo la tua richiesta"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:365
-#: plugins/personal/samba/class_sambaAccount.inc:383
-#: plugins/personal/samba/class_sambaAccount.inc:401
-#: plugins/personal/samba/class_sambaAccount.inc:419
-#: plugins/personal/generic/class_user.inc:246
-msgid "July"
-msgstr "luglio"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:365
-#: plugins/personal/samba/class_sambaAccount.inc:383
-#: plugins/personal/samba/class_sambaAccount.inc:401
-#: plugins/personal/samba/class_sambaAccount.inc:419
-#: plugins/personal/generic/class_user.inc:246
-msgid "August"
-msgstr "agosto"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Continua in ogni caso"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:365
-#: plugins/personal/samba/class_sambaAccount.inc:383
-#: plugins/personal/samba/class_sambaAccount.inc:401
-#: plugins/personal/samba/class_sambaAccount.inc:419
-#: plugins/personal/generic/class_user.inc:246
-msgid "September"
-msgstr "settembre"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Modifica in ogni caso"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:366
-#: plugins/personal/samba/class_sambaAccount.inc:384
-#: plugins/personal/samba/class_sambaAccount.inc:402
-#: plugins/personal/samba/class_sambaAccount.inc:420
-#: plugins/personal/generic/class_user.inc:247
-msgid "October"
-msgstr "ottobre"
+#: include/functions.inc:1203
+#, 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 ""
+"Stai per modificare il valore '%s' di LDAP che appare essere usato da '%s'. "
+"Per favore contatta l'utente per capire come procedere."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:366
-#: plugins/personal/samba/class_sambaAccount.inc:384
-#: plugins/personal/samba/class_sambaAccount.inc:402
-#: plugins/personal/samba/class_sambaAccount.inc:420
-#: plugins/personal/generic/class_user.inc:247
-msgid "November"
-msgstr "novembre"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr "Valori per pagina"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:366
-#: plugins/personal/samba/class_sambaAccount.inc:384
-#: plugins/personal/samba/class_sambaAccount.inc:402
-#: plugins/personal/samba/class_sambaAccount.inc:420
-#: plugins/personal/generic/class_user.inc:247
-msgid "December"
-msgstr "dicembre"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr "Applica filtro"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "accesso completo"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "permetti accesso a questi hosts"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Snapshot di sviluppo di GOsa (Rev %s)"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "Rimozione utente UNIX fallita"
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+"Non posso trovare la reverse zone per il dns  '%s'. Operazione di ricerca "
+"nella zona interrotta."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Fallito: blocco principale"
+#: include/functions_dns.inc:174
+#, php-format
+msgid ""
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
+msgstr ""
+"Ho trovato più di una zona di reverse per la zona dns '%s'. Operazione di "
+"ricerca nella zona interrotta."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "Salvataggio dell'utente UNIX fallito"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
+
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Errore XML nella guide.xml: %s alla linea %d"
+
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr "Nessun aiuto disponibile per questo plugin."
+
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr "%s di risultati per la ricerca con la chiave %s"
+
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% alta corrispondenza nel file %s  ??????"
+
+#: include/functions_setup.inc:84
+msgid "Can't get schema information from server. No schema check possible!"
+msgstr ""
+"Non posso ottenere le informazioni schema dal server. Non posso controllare "
+"lo schema! "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Il campo richiesto 'Home directory' non è definito."
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"Objectclass '%s' opzionale richiesta dal plugin '%s' non presente nel setup "
+"di LDAP"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr "Per favore indicate una valida path nel campo 'Home directory'."
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+msgstr ""
+"L'objectclass '%s' opzionale richiesta dal plugin '%s' non ha la versione %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "Il valore specificato come 'UID' non è valido."
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Supporto per '%s'  attivato"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "Il valore specificato come 'UID' è troppo piccolo."
+#: include/functions_setup.inc:118
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Objectclass '%s' richiesta non presente nel setup LDAP"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "Il valore specificato come 'GID' non è valido."
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "L'objectclass '%s' richiesta non ha la versione %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "Il valore specificato come 'GID' è troppo piccolo."
+#: include/functions_setup.inc:133
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per Samba3 disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "Il valore specificato come 'shadowMin' non è valido."
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
+msgstr "Supporto per Samba3  attivato"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "Il valore specificato come 'shadowMax' non è valido."
+#: include/functions_setup.inc:143
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per Samba2 disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "Il valore specificato come 'shadowWarning' non è valido."
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "Supporto per Samba2 attivato "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "'shadowWarning' senza 'shadowMax' non ha senso."
+#: include/functions_setup.inc:154
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per PureFTP disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr "Il valore specificato come 'shadowWarning' deve essere minore di 'shadowMax'."
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "Supporto per PureFTP  attivato"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr "Il valore specificato come 'shadowWarning' deve essere maggiore di 'shadowMin'."
+#: include/functions_setup.inc:164
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per WebDAV disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "Il valore specificato come 'shadowInactive' non è valido."
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "Supporto per WebDAV  attivato "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr "'shadowInactive' senza 'shadowMax' non ha senso."
+#: include/functions_setup.inc:174
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per PhpGroupware disattivato, nessun schema sembra essere "
+"installato. "
 
 
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr "Il valore specificato come 'shadowMin' deve essere minore di 'shadowMax'."
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "Supporto per PhpGroupware  attivato"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:1103
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr "Troppi utenti, non ho un ID da allocare!"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per TrustAccount disattivato, nessun schema sembra essere "
+"installato. "
 
 
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "Settaggi Posix"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Supporto per TrustAccount  attivato"
 
 
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
-msgstr "Seleziona i gruppi da aggiungere"
+#: include/functions_setup.inc:194
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per Gofon disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
-msgstr "Mostra i gruppi di dipartimenti"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Supporto per Gofon attivato"
 
 
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/users/class_divListUsers.inc:63
-msgid "Ignore subtrees"
-msgstr "Ignora livelli inferiori (subtrees)"
+#: include/functions_setup.inc:204
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per Nagios disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Mostra gruppi corrispondenti"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Supporto per Nagios attivato"
 
 
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-#: plugins/admin/departments/class_divListDepartment.inc:49
-msgid "Regular expression for matching group names"
-msgstr "Espressioni regolari per la corrispondenza dei nomi di gruppi"
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr ""
+"Supporto per Netatalk disattivato, nessun schema sembra essere installato. "
 
 
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Mostra gruppi di utenti"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Supporto per Netatalk attivato"
 
 
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Nomi degli utilizzatori dei gruppi scelti"
+#: include/functions_setup.inc:229
+msgid ""
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
+msgstr ""
+"Supporto per Kolab disattivato, nessun schema sembra essere installato. Il "
+"metodo di posta è stato settato su Cyrus."
 
 
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Settaggi Unix"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Supporto per Kolab attivato"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Per favore speicifcate una valido nome. Solo i caratteri da '0-9' e 'a-Z' sono permessi."
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Ignorato"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Caratteri non valodi nella descrizione. Per favore indicare una descrizione valida."
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Fallito"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:134
-msgid "Please specify a valid id."
-msgstr "Per favore specificare un valido id."
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Ispezione setup PHP"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:137
-msgid "Please specify a valid vendor id. (2 byte hex like '0xFFFF')"
-msgstr "Per favore specificare un valido id produttore (2 byte hex come '0xFFFF')"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Controllo versione PHP  (>=4.1.0)"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-msgid "Please specify a valid product id. (2 byte hex like '0xFFFF')"
-msgstr "Per favore specificare un valido id prodotto (2 byte hex come '0xFFFF')"
+#: include/functions_setup.inc:279
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
+msgstr ""
+"PHP deve avere la versione 4.1.0 o superiore per alcune funzioni e bugs noti "
+"nel linguaggio PHP."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:145
-msgid "An Entry with this name already exists."
-msgstr "Un valore con questo nome già esiste."
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Controllate se register_globals è impostata a 'off'"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:150
-msgid "Please select an entry or press cancel."
-msgstr "Per favore seleziona un valoe o premi annulla."
+#: include/functions_setup.inc:283
+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 per registrare tutte le variabili "
+"globali che debbono essere accessibili da uno script senza modificare lo "
+"scopo.  Questo può comportare problemi di sicurezza. GOsa può operare in "
+"entrambi i modi."
 
 
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-#: plugins/personal/environment/environment.tpl:127
-msgid "Logon script management"
-msgstr "Gestione degli script di accesso (logon)"
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr "PHP session.gc_maxlifetime (>= 86400 secondi)."
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Definizione degli script di accesso"
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
+msgstr ""
+"PHP usa questo valore per collezionare scarti derivanti dall'eliminiazione "
+"di vecchie sessioni;  impostare questo valore a un giorno previene dal "
+"rischio di perdere sessioni e cookie prima dell'effettiva scadenza."
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nome script"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Controllo per modulo ldap"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "priorità"
+#: include/functions_setup.inc:291
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "Questo è il principale modulo usato da GOsa e non può mancare."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Flag degli script di accesso"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Controllo per funzioni XML"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Ultimo script"
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
+msgstr "Le funzioni XML sono richieste per esaminare i file di configurazione."
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Lo script può essere sostituito dall'utente"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Controllo per supporto gettext"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Script di accesso"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Il supporto Gettext è richiesto per le versioni localizzate di GOsa."
 
 
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-msgid "Apply"
-msgstr "Applica"
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Controllo per supporto iconv "
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Aggiungi una stampante"
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
+msgstr ""
+"Questo modulo è usato da GOsa pr convertire munged ??? informazioni di "
+"composizione delefonica di samba ed è necessario."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Seleziona la stampante da aggiungere"
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Controllo modulo mhash"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Mostra le stampanti corrispondenti"
+#: include/functions_setup.inc:307
+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 ""
+"Pr usare la SSHA encryption è necessario questo modulo. Se state usando "
+"crypt o md5 encryption ignorate il messaggio. GOsa lavora anche senza esso."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Espressioni regolari per corrispondenza del nome delle stampanti"
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Controllo modulo imap"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "Per favore seleziona una stampante o premi annulla."
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"Il modulo IMAP è necessario per comunicare con il server IMAP. Esso "
+"acquisisce lo nstato delle informazioni, crea e cancella gloi utenti di "
+"posta."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Non posso cancellare '%s'. L'errore è: permesso negato."
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Controllo per getacl in imap"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr "Non posso cancellare '%s'. L'errore è: il fine non esiste."
+#: include/functions_setup.inc:315
+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 ""
+"Il supporto getacl è necessario per i permessi sulle cartelle condivise. Il "
+"modulo standard IMAP non è in grado di leggere le acls's. Hai bisogno di una "
+"versione recente di PHP con questa caratteristica."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
-msgid "There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
-msgstr "Non è stato definito KIOSKPATH in gosa.conf, Non è possibile gestire i profili kiosk!"
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Controllo modulo mysql"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr "Kiosk path '%s' non accessibile. Per favore controllare i permessi"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"Il supporto MySQL è necessario per leggere i report di GOFax dal database. "
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "gestione dei profili Kiosk"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Controllo modulo cups"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Sfoglia"
+#: include/functions_setup.inc:323
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
+msgstr ""
+"Per leggere le stampanti disponibili dal protocollo IPP anziché dal file di "
+"printcap devi aver installato il modulo CUPS."
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/fai/class_faiSummaryTab.inc:219
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Chiudi"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Controllo modulo kadm5"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
-msgstr "Il nome specificato deve essere composto sola da caratteri maiscoli-minuscoli."
+#: include/functions_setup.inc:327
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"La gestione degli utenti in kerberos richiede il modulo kadm5 che è "
+"scaricabile attraverso il netowork PEAR."
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Per favore specificate un valido nome di script."
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Controllo modulo snmp "
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "La descrizione indicata contiene caratteri non validi."
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
+"Simple Network Management Protocol (SNMP) è richiesto per il controllo dei "
+"client."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Crea nuove connessioni hotplug "
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "PHP esame dettagliato delle funzioni"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Crea nuovi dispositivi hotplug "
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Controllo per la funzione %s"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nome dispositivi"
+#: include/functions_setup.inc:373
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"La funzione %s è usata in GOsa. Non ci sono informazioni sul fatto che sia "
+"necessaria o opzionale?????????"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Numero seriale"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Verifica di alcuni programmi addizionali"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "(iSerial)"
-msgstr "(iSerial)"
+#: include/functions_setup.inc:395
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Controllo per GraphicsMagick (>=1.1.2)"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "Vendor-ID"
-msgstr "Vendor-ID"
+#: include/functions_setup.inc:396
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"GraphicsMagick è usato per coinvertire le immagini fornite dagli utenti alle "
+"corrette dimensioni e nel formato Jpeg esatto."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "(idVendor)"
-msgstr "(idVendor)"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Controllo per ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
-msgstr "Product-ID"
+#: include/functions_setup.inc:400
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagick è utilizzato per convertire immagine fornite dagli nutenti alla "
+"corretta dimensione e nel formato previsto."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
-msgstr "(idProduct)"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Controllo modulo imagick per PHP"
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "auto"
+#: include/functions_setup.inc:405
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr ""
+"ImaMagick è utilizzato per convertire immagine fornite dagli nutenti alla "
+"corretta dimensione e nel formato previsto dagli scrip PHP."
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:95
-#, php-format
-msgid "You have specified an external resolution hook which can't be read, please check the permission of the file '%s'."
-msgstr "Hai specificato una risoluzione esterna che non può essere raggiunta, per favore controlla i permessi del file '%s'."
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Controllo per utilità fping"
 
 
-#: plugins/personal/environment/class_environment.inc:301
-#: plugins/personal/environment/class_environment.inc:337
-msgid "Remove environment extension"
-msgstr "Rimuovi le estensioni dell'ambiente"
+#: include/functions_setup.inc:413
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"L'utilità fping è usata solo se hai un thin????? client basato su una "
+"ambiente terminale in uso."
 
 
-#: plugins/personal/environment/class_environment.inc:302
-#: plugins/personal/environment/class_environment.inc:338
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr "Estensioni dellambiente abilitate. Potete disabilitarle cliccando sotto."
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Verifica per una modalità per generare LM/NT password hashes"
 
 
-#: plugins/personal/environment/class_environment.inc:311
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:343
-#: plugins/personal/environment/class_environment.inc:348
-msgid "Add environment extension"
-msgstr "Aggiungi estensioni dell'ambiente"
+#: include/functions_setup.inc:429
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
+msgstr ""
+"Per usare samba 2/3 devi installare anche i pacchetti addizionali per "
+"geenrare gli hashes delle password."
 
 
-#: plugins/personal/environment/class_environment.inc:312
-#: plugins/personal/environment/class_environment.inc:344
-msgid "Environment extension disabled. You can enable it by clicking below."
-msgstr "Estensioni dell'ambiente disabilitate. Potete abilitarle cliccando sotto."
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "verifica file php.ini -> session.auto_register"
 
 
-#: plugins/personal/environment/class_environment.inc:317
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Environment extension disabled. You have to setup a posix account before you can enable this feature."
-msgstr "Estensioni dell'ambiente disabilitate. Dovete definire un utente posix prima di abilitare questa caratteristica."
+#: include/functions_setup.inc:443
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
+"Per usare GOsa senza problemi l'opzione session.auto_register nel file php."
+"ini deve essere impostata a 'Off'."
 
 
-#: plugins/personal/environment/class_environment.inc:464
-#: plugins/personal/environment/class_environment.inc:784
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "Nessuno"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "verifica file php.ini -> implicit_flush"
 
 
-#: plugins/personal/environment/class_environment.inc:547
-#: plugins/personal/environment/class_environment.inc:560
-#: plugins/admin/systems/class_workstationStartup.inc:614
-#: plugins/admin/systems/class_terminalStartup.inc:201
-msgid "You must specify a valid mount point."
-msgstr "Dovete specificare un valido punto di montaggio."
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Questa opzione influenza la gestione degli output. Disattivate l'opzione per "
+"migliorare le performance."
 
 
-#: plugins/personal/environment/class_environment.inc:549
-msgid "Spaces are not allowed in the mount path!"
-msgstr "Non c'è spazio utilizzabile all'indirizzo montato!"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "verificate il file php.ini -> max_execution_time"
 
 
-#: plugins/personal/environment/class_environment.inc:622
-#: plugins/personal/environment/class_environment.inc:623
-#: plugins/personal/environment/class_environment.inc:631
-#: plugins/personal/environment/class_environment.inc:632
-msgid "Reset password hash"
-msgstr "Resetta password hash"
+#: include/functions_setup.inc:455
+msgid ""
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
+msgstr ""
+"Il tempo di esecuzione dovrebbe essere di almeno 30 secondi perchè alcune "
+"azioni potranno richiedere diveso tempo."
 
 
-#: plugins/personal/environment/class_environment.inc:636
-msgid "Delete share entry"
-msgstr "Cancella la condivisione"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "verificate il file php.ini -> memory_limit"
 
 
-#: plugins/personal/environment/class_environment.inc:787
-#, php-format
-msgid "The selected kiosk profile '%s' is no longer available, setting current profile to 'none'."
-msgstr "Il profilo selezionato di kiosk '%s' non è disponibile; settate il profilo corrente a 'nessuno'."
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
+msgstr ""
+"GOsa richiede almeno 16 MB di memoria, utilizzarne meno può generare "
+"imprevisti errori! Aumentatela per setup più complessi."
 
 
-#: plugins/personal/environment/class_environment.inc:840
-msgid "Removing environment information failed"
-msgstr "La rimozione delle informazioni di ambiente è fallita."
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "verificate il file php.ini -> expose_php"
 
 
-#: plugins/personal/environment/class_environment.inc:894
-msgid "Please set a valid profile quota size."
-msgstr "Per favore definire un valore Quota per il profilo"
+#: include/functions_setup.inc:468
+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 ""
+"Aumentate la sicurezza del server settando 'expose_php' a 'off''. PHP in "
+"questo modo non invierà informazioni sul server in uso."
 
 
-#: plugins/personal/environment/class_environment.inc:901
-msgid "You need to setup a valid posix extension in order to enable evironment features."
-msgstr "E' necessario settare una valida estensione posix per abilitare le caratteristiche dell'ambiente."
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "verificate il file php.ini -> magic_quotes_gpc"
 
 
-#: plugins/personal/environment/class_environment.inc:939
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
-msgstr "Non è possibile salvare il profilo kiosk; probabilmente è negato il permesso di accesso alla cartella"
+#: include/functions_setup.inc:473
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
+msgstr ""
+"Aumentate la sicurezza del server settando 'magic_quotes_gpc' a 'on'. In "
+"questo caso PHP non eseguirà le stringhe tra virgolette."
 
 
-#: plugins/personal/environment/class_environment.inc:1088
-msgid "Adding environment information failed"
-msgstr "Aggiunta di informazioni di ambiente fallita"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"Non è possibile connettersi al server LDAP indicato! Verificate che sia "
+"raggiungibile da GOsa."
 
 
-#: plugins/personal/environment/class_environment.inc:1101
-msgid "group share"
-msgstr "condivisione di gruppo"
+#: include/functions_setup.inc:734
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Non è possibile collegarsi al server LDAP indicato! Verificate che sia "
+"raggiungibile da GOsa."
 
 
-#: plugins/personal/environment/class_environment.inc:1133
-msgid "Administrator"
-msgstr "Amministratore"
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr ""
+"Avete dimenticato l'attributo richiesto '%s' da questo formulario. Per "
+"cortesia completatelo!"
 
 
-#: plugins/personal/environment/class_environment.inc:1138
-msgid "Default printer"
-msgstr "Stampante di default"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr "Non è possibile configurare il protocolli LDAP versione 3"
 
 
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Definizione ambiente utente"
+#: include/functions_setup.inc:841
+msgid ""
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Non è possibile connettersi ai server LDAP! Verificate che siano "
+"raggiungibili per GOSa."
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Le estensioni all'ambiente sono atualmente disabilitate."
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
+msgstr ""
+"Non è possibile leggere le informazioni degli schema; Gosa deve poter "
+"leggere il vostro schema setup. Verificate che siano leggibili per GOsa"
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Definizione della gestione dell'ambiente"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Non è possibile accedere (LOG)nel server LDAP. La ragione è: %s."
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Gestione profili"
+#: include/functions_setup.inc:1112
+#, fuzzy
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr ""
+"Non posso connettermi al database specificato; controllate la configurazione "
+"glpi."
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Gestione del profilo utenti"
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+"La generazione di questa pagine ha causato uno o più errori dell'interprete "
+"PHP!"
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Gestione profilo server"
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "Errore PHP"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Profgilo path"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "Classe"
 
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Profilo quota"
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "Funzione"
 
 
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/connectivity/class_proxyAccount.inc:87
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "MB"
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "Statico"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr "Profilo cache locale"
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "Metodo"
 
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Definizione profilo Kiosk"
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Traccia"
 
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr "Profilo Kiosk"
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "File"
 
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "gestione"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Linea"
 
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr "Risoluzione modificabile durante la sessione"
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Tipo"
 
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/terminalService.tpl:94
-#: plugins/admin/systems/workstationService.tpl:94
-msgid "Resolution"
-msgstr "Risoluzione"
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Argomenti"
 
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Condivisioni"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Scegli il dipartimento in cui inserire il valore"
 
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Utente utilizzato per connettere la condivisione"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Personale"
 
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Seleziona una condivisione"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Ultimo nome????"
 
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Monta una path"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Nome (first name)"
 
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr "Script di accesso"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Titolo personale"
 
 
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
-msgstr "Dispositivi hotplug"
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "privata"
 
 
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Configurazione dispositivi hotplug"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "E-mail"
 
 
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/gofon/macro/class_divListMacros.inc:83
-#: plugins/admin/groups/class_divListGroup.inc:98
-msgid "New"
-msgstr "Nuovo"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organizzazione"
 
 
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr "Esistente"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Azienda"
 
 
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Settaggio stampanti"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Dipartimento"
 
 
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Amministrazione Toggle???"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Nazione"
 
 
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Default Toggle?????"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "FAX"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Aggiungi dispositivi hotplug"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Rubrica"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Gestione hotplug"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Questo fa qualcosa"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Seleziona i dispositivi hotplug da aggiungere"
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Chiama dal '%s' al '%s' ora?"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Scegliere il dipartimento su cui basare la ricerca"
+#: plugins/addons/addressbook/class_addressbook.inc:164
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
+msgstr ""
+"Non avete indicato un numero di telefono personale. Dovete definirlo per "
+"poter gestire le telefonate personali."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/gofon/conference/headpage.tpl:35
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-msgid "Display users matching"
-msgstr "Mostra gli utenti corrispondenti"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "Rimozione della voce della rubrica fallita"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Espressione regolare per ricercare componente hotplug"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "Non è permesso cancellare questa voce!"
 
 
-#: plugins/personal/password/password.tpl:2
-msgid "To change your personal password use the fields below. The changes take effect immediately. Please memorize the new password, because you wouldn't be able to login without it."
-msgstr "Per modificare la propria password utilizzare i campi sottostanti. Le modifiche avranno effetto immediato. Per favore memorizzate la nuova password perchè altrimenti non sarete in grado di accedere nuovamente al sistema."
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "State per cancellare la voce %s."
 
 
-#: plugins/personal/password/password.tpl:6
-#: plugins/admin/users/password.tpl:6
-msgid "Changing the password affects your authentification on mail, proxy, samba and unix services."
-msgstr "Il cambio della password oopera sull'autenticazione della posta elettronica, del servizio proxy, di samba e dei servizi unix."
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Componi"
 
 
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Password attuale"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Salva il contatto %s come vcard"
 
 
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7
-#: plugins/admin/systems/password.tpl:14
-#: plugins/admin/users/password.tpl:11
-msgid "New password"
-msgstr "Nuova password"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Invia e-mail a %s"
 
 
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/systems/password.tpl:19
-#: plugins/admin/users/password.tpl:15
-msgid "Repeat new password"
-msgstr "Ripeti la nuova password"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "Rubrica globale"
 
 
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/systems/password.tpl:28
-#: plugins/admin/users/password.tpl:21
-msgid "Set password"
-msgstr "Definisci password"
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "Database utenti"
 
 
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Cancella i campi"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contatto salvato in '%s'"
 
 
-#: plugins/personal/password/changed.tpl:3
-msgid "You've successfully changed your password. Remember to change all programms configured to use it as well."
-msgstr "La password è stata cambiata con successo. Ricordatevi di modificare la stessa in tutti i programmi che la utilizzano."
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Crea una nuova voce in"
 
 
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "Il cambio della password non è permesso"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Tutti"
 
 
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "Non è consentito cambiare la password in questo momento"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Telefono ufficio"
 
 
-#: plugins/personal/password/main.inc:38
-msgid "The password you've entered as your current password doesn't match the real one."
-msgstr "La password che avete inserito non corrisponde a quella memorizzata."
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "Telefono cellulare"
 
 
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Dovete specificare la vostra password per procedere."
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Il capo obbligatorio 'Nome' non è compilato."
 
 
-#: plugins/personal/password/main.inc:46
-#: plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:226
-msgid "The passwords you've entered as 'New password' and 'Repeated new password' do not match."
-msgstr "La password che avete inserito come 'Nuova password' e 'Ripeti nuova password' non sono uguali."
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Il campo obligatorio 'Nome (given name??)' non è completato."
 
 
-#: plugins/personal/password/main.inc:49
-#: plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:231
-msgid "The password you've entered as 'New password' is empty."
-msgstr "La password che hai inserito come 'Nuova password' è vuota."
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Il campo 'Nome' contiene dei caratteri non validi."
 
 
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "La password usata come nuova è troppo simile a quella in uso."
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Il campo 'Nome(Given name)' contiene dei caratteri non validi."
 
 
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "La password utilizzata come nuova é troppo corta."
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Il campo 'Telefono' contiene un numero di telefono non valido."
 
 
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "Non avete il permesso di cambiare la password."
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Il campo 'Fax' contiene un numero di telefono non valido."
 
 
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "Il sistema esterno di modifica della password ha evidenziato il seguente problema:"
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Il campo 'Mobile' contiene un numero di telefono non valido."
 
 
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Change password"
-msgstr "Cambia la password"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Il campo 'Pager' contiene un numero di telefono non valido."
 
 
-#: plugins/personal/mail/generic.tpl:7
-#: plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10
-#: plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Indirizzo principale"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr ""
+"Per favore inserire un valido indirizzo di posta nel campo 'Indirizzo "
+"primario'."
 
 
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53
-#: plugins/generic/references/class_reference.inc:44
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/systems/class_systemManagement.inc:842
-#: plugins/admin/groups/mail.tpl:14
-#: plugins/admin/ogroups/class_ogroupManagement.inc:343
-msgid "Server"
-msgstr "Server"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
+msgstr ""
+"Non posso creare un distinto DN per questo valore. Per favore compilate i "
+"campi previsti."
 
 
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Specificate il server di posta dove l'utente sarà ospitato"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+msgid ""
+"You have no permissions to create or modify a global address book entry."
+msgstr ""
+"Non avete il permesso di creare o modificare un valore nella rubrica globale."
 
 
-#: plugins/personal/mail/generic.tpl:23
-#: plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Utilizzo Quota"
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "Salvataggio del valore della rubrica fallito"
 
 
-#: plugins/personal/mail/generic.tpl:30
-#: plugins/admin/systems/class_printGeneric.inc:493
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/groups/mail.tpl:32
-msgid "not defined"
-msgstr "non definito"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Contatto"
 
 
-#: plugins/personal/mail/generic.tpl:35
-#: plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Dimensione Quota"
+#: 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 ""
+"L'elenco dei plugin telefonici prevede liste e ricerche semplificate per gli "
+"utenti del dominio. Puoi utilizzare il carattere asterisco [*] in 'Go*us' "
+"per cercare 'Gonicus'. Usa i filtri sotto riportati per rstringere la "
+"ricerca."
 
 
-#: plugins/personal/mail/generic.tpl:49
-#: plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44
-#: plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Indirizzo alternativi"
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Azioni"
 
 
-#: plugins/personal/mail/generic.tpl:51
-#: plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-#: plugins/admin/groups/mail.tpl:45
-#: plugins/admin/groups/paste_mail.tpl:24
-msgid "List of alternative mail addresses"
-msgstr "Lista degli indirizzi e-mail alternativi"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Aggiungi valore"
 
 
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Opzioni Mail"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Modifica valore"
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr "Selezionate se volete inoltrare le mail senza trattenere copia delle stesse"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Cancella valore"
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Nessuna consegna alla propria casella di posta"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Seleziona per cercare utenti regolari"
 
 
-#: plugins/personal/mail/generic.tpl:75
-msgid "Select to automatically response with the vacation message defined below"
-msgstr "Selezionate per avere una risposta automatica in caso di assenza, con il messaggio specificato sotto"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Mostra le entry delle Organizzazioni"
 
 
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Attivate la funzione di messaggio automatico per assenza"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Seleziona per vedere gli utenti nella rubrica"
 
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Selezionate se volete filtrare la posta con 'spamassassin'"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Mostra le entry della rubrica"
 
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Spostate le e-mail con un livello di 'spam' superiore a"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Mostra i risultati per dipartimento"
 
 
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
-msgstr "Scegliete un livello di spam. I valori più piccoli sono più sensibili"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Scegli il dipartimento su cui basare la ricerca"
+
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Confronta oggetti"
 
 
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "alla cartella"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Scegli gli oggetti che debbono essere cercati in"
 
 
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Rifiutate mail di dimensione maggiore a"
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Cerca per"
 
 
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Messaggio per assenze"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Cerca la stringa"
 
 
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Inoltra messaggi a "
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Connessione telefonica..."
 
 
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77
-#: plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Aggiungi locali"
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Ribrica"
 
 
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Opzioni avanzate di posta"
+#: 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 ""
+"Questa sezione include tutti i contatti. Controlla con attenzione se è "
+"quello che vuoi perché GOsa non può annullare l'operazione una volta "
+"effettuata."
 
 
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr "Selezionate se l'utente può solo spedire o ricevere posta all'interno del dominio"
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Se sei sicuro premi 'Cancella' per continuare o 'Annulla' per interrompere "
+"l'operazione."
 
 
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr "L'utente può solo spedire e ricevere mail in locale"
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "cancella"
 
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Utilizza uno script personalizzato Sieve"
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "La condivisione DFS già esiste."
 
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "disabilita tutte le opzioni di posta elettronica!"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr ""
+"Il campo obbligatorio \"Nome della condivisione DSF\" non è stato "
+"valorizzato."
 
 
-#: plugins/personal/mail/copypaste.tpl:1
-#: plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "Settaggi di posta"
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "Il campo obbligatorio \"Descrizione\" non è stato valorizzato."
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Selezionate gli indirizzi da aggiungere"
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Il campo obbligatorio \"Fileserver\" non è stato valorizzato."
 
 
-#: plugins/personal/mail/mail_locals.tpl:35
-msgid "Select department"
-msgstr "Dipartimento selezionate"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr ""
+"Il campo obbligatorio \"Condivisione su fileserver\" non è stato valorizzato."
 
 
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Mostra di indirizzi dell'utente"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "Il campo obbligatorio \"Localizzazione\" non è stato valorizzato."
 
 
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Nome dell'utente i cui indirizzi sono mostrati"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "Gestione DFS"
 
 
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Definizione mail utenti"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "Rimozione della condivisione DFS fallita"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "Non è specificato un metodo di inoltro posta '%s' nel file gosa.conf disponibile."
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr "Nessuna valore DFS trovato"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:212
-msgid "No DESC tag in vacation file:"
-msgstr "NOn c'è un 'DESC tag' nel file per le assenze:"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Risali di una share DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:251
-msgid "This account has no mail extensions."
-msgstr "Questo utente non ha estensioni di posta elettronica."
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr "Vai alla radice delle condivisioni DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:261
-#: plugins/personal/mail/class_mailAccount.inc:264
-#: plugins/admin/groups/class_groupMail.inc:330
-#: plugins/admin/ogroups/class_mailogroup.inc:40
-msgid "Remove mail account"
-msgstr "Rimuovi utente di posta"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Crea una nuova condivisione DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:262
-msgid "This account can't be removed while there are delegations configured. Remove those delegations first."
-msgstr "Questo utente non può essere rimosso finché ci sono delegazioni configurate. Rimuovere prima le delegazioni."
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Base"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:265
-#: plugins/admin/groups/class_groupMail.inc:331
-msgid "This account has mail features enabled. You can disable them by clicking below."
-msgstr "Questo utente ha le caratteristiche di posta abilitate. Potete disabilitarle cliccando sotto."
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Entra nel dipartimento"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:268
-#: plugins/admin/groups/class_groupMail.inc:333
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "Create mail account"
-msgstr "Crea un utente di posta"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "Condivisioni DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:268
-#: plugins/admin/groups/class_groupMail.inc:334
-msgid "This account has mail features disabled. You can enable them by clicking below."
-msgstr "Questo utente ha le caratteristiche di posta disabilitate. Potete abilitarle cliccando sotto."
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"Questo menu consente di creare, cancellare e modifciare le condivisioni DFS. "
+"Se hai un elevsato numerdo di condivisioni puoi scegliere di utilizzare i "
+"selettori in cima al'elenco."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:318
-msgid "You're trying to add an invalid email address to the list of forwarders."
-msgstr "State provando ad aggiungere un indirizzo di posta elettronica errato alla lista degli inoltri."
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Mostra le condivisioni DFS corrispondenti"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:324
-#: plugins/admin/groups/class_groupMail.inc:408
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr "Aggiungere uno dei vostri indirizzi di posta agli indirizzi di inoltro non è corretto."
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Espressione regolare per ricercare i nomi delle condivisioni DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:362
-#: plugins/personal/mail/class_mailAccount.inc:367
-#: plugins/admin/groups/class_groupMail.inc:436
-msgid "You're trying to add an invalid email address to the list of alternate addresses."
-msgstr "State provando ad aggiungere un indirizzo di posta elettronica non valido alla lista degli indirizzi alternativi."
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "Proprietà DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:377
-#: plugins/admin/groups/class_groupMail.inc:441
-msgid "The address you're trying to add is already used by user"
-msgstr "L'indirizzo che state provando ad aggiungere è già utilizzato"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Nome della condivisione DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:659
-msgid "Removing mail account failed"
-msgstr "Rimozione utente di posta fallito"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Fileserver"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:788
-msgid "Saving mail account failed"
-msgstr "Salvataggio della mail utente fallita"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Condivisione su Fileserver"
+
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "Posizione della DFS"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:840
-msgid "There is no valid mailserver specified, please add one in the system setup."
-msgstr "Non è stato specificato un valido server di posta; per favore aggiungerne uno al setup."
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr "Amministrazione del File System Administration"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:845
-#: plugins/admin/groups/class_groupMail.inc:839
-msgid "The required field 'Primary address' is not set."
-msgstr "Il campo obbligatorio 'Indirizzo principale' non è configurato."
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Esportazione LDIF"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:849
-#: plugins/personal/mail/class_mailAccount.inc:853
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:71
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr "Per favore inserire un valido indirizzo di posta nel campo 'Indirizzo primario'."
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr "Non hai il permesso di fare importazioni da file CSV."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:859
-#: plugins/admin/groups/class_groupMail.inc:848
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-msgid "The primary address you've entered is already in use."
-msgstr "L'indirizzo primario inserito è già in uso."
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "Servono un 'sn', un 'givenName' e una 'uid' per creare un utente."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:865
-#: plugins/admin/groups/class_groupMail.inc:854
-msgid "Value in 'Quota size' is not valid."
-msgstr "Valore di 'Quota' non valido."
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "fallito"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:874
-#: plugins/admin/groups/class_groupMail.inc:863
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Per favore specificate una corretta dimensione della posta che deve essere rifiutata."
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:884
-#: plugins/admin/groups/class_groupMail.inc:871
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Non avete definito la dimensione massima della posta che deve essere rifiutata."
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "stato"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:888
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr "Avete definito delle regole per lo spam ma non è stata indicata una cartella 'ad hoc'."
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr ""
+"Un errore è occorso nella fase di isnerimento del valore %s. Il processo p "
+"stato interrotto."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:1042
-msgid "Waiting for kolab to remove mail properties."
-msgstr "Attendere perchè Kolab sta rimuovendo le proprietà della posta."
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Niente da imporare!"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:1044
-msgid "Please remove the mail account first, to allow kolab to call its remove methods."
-msgstr "Per favore prima rimuovere l'utente della posta affinché Kolab possa utilizzare il metodo di rimozione delle specifiche."
+#: 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 "Nessun file importato."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "Il file specificato è vuoto."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:76
-msgid "Removing webDAV account failed"
-msgstr "Rimozione utente webDAV fallita"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "Il file selezionato non contiene alcun dato CSV..."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:119
-msgid "Saving webDAV account failed"
-msgstr "Salvataggio utente webdav fallito"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "importa file CSV"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Utente Open-Xchange"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr "Non hai il permesso di esportare dati da LDAP."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "disabled, no Postgresql support detected. Or the specified database can't be reached"
-msgstr "disabilitato, nessun supporto Postgresql trovato. Oppure il database specificato non può essere raggiunto"
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "Errore nella fase di esportazione dei valori richiesti!"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "Utente Open-Xchange"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "importa file XLS "
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Ricorda"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "Non hai il permesso di effettuare importazioni LDAP."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Giorni di appuntamento"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Errore sconosciuto"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-#: plugins/personal/connectivity/kolab.tpl:55
-msgid "days"
-msgstr "giorni"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "Gestione LDAP"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Compiti giornalieri"
+#: 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 ""
+"Il plugin di importazione CSV possiede metodi perm generare utentida file "
+"contenenti Comma Seperated Values. L'amministratore può decidere quali "
+"colonne debbonoe ssere correlate a ciscun attributo. Ricorda che devi "
+"inserire almeno l'UID, il GIVENNAME e il SURENAME."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Informazioni utente"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Seleziona il file CSV da importare"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Timezone utente"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Sfoglia"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Utente WebDAV"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Seleziona il modello"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr "Tutti i valori sono stati correttamente scritti nel database LDAP."
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:80
-msgid "Removing PHPgw account failed"
-msgstr "Rimozione dell'utente PHPgw fallito"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Ohps... C'è stato un errore durante l'importazione dei dati."
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:123
-msgid "Saving PHPgw account failed"
-msgstr "Salvataggio dell'utente PHPgw fallito"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Ecco il report dello stato dell'importazione:"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "Utente PPTP "
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Seleziona un modello"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "utente Proxy"
+#: 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 ""
+"Il plugin di esportazione LDIF dispone di metodi di scaricamento di copie "
+"dei valori nella directory LDAP come ldif. Potete salvare questi file per "
+"finalità di backup o per inizializzare un nuovo server."
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr "Filtro dei contenuti indesiderati (i.e. pornografia o violenza)"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Esporta il singolo valore"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Limite del tempo di attesa per l'acceso proxy"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Esporta un file LDIF completo per"
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Restrizione Quota all'uso del proxy"
+#: 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 "Scegli il dipartimento che vuoi esportare"
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "per"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Esporta file IVBB LDIF per"
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Utilizzatore Intranet"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Esportazione riuscita"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Clicca quì per salvare il database integrale di LDAP in un file"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:109
-msgid "Removing intranet account failed"
-msgstr "Rimozione dell'utente intranet fallita"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Clicca quì per salvare l'esportazione LDAP"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:164
-msgid "Saving intranet account failed"
-msgstr "Salvataggio dell'utente intranet fallita"
+#: 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 ""
+"Il plugin di esportazione XLS possiede metodi di scaricamento di una "
+"immagine completa di tutti della directory LDAP come file XLS. Puoi salvare "
+"questi file per documentazione."
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "Questo utente non ha estensioni alla connettività."
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr "Scegli i dati che vuoi esportare."
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Esportazione completata del file XLS per"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:92
-msgid "Removing PPTP account failed"
-msgstr "Rimozione dell'utente PPTP fallita"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr ""
+"Clicca quì per salvare l'esportazione del database LDAP completo in un file "
+"XLS"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:135
-msgid "Saving PPTP account failed"
-msgstr "Salvataggio dell'utente PPTP fallito"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Clicca quì per salvare l'esportazione LDAP in un file XLS"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "Utente PHPscheduleit "
+#: 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 ""
+"Il plugin di importazione LDIF dispone di metodi di caricamento di serie di "
+"valori nella directory LDAP come ldif. Potete utilizzarlo per aggiungere o "
+"modificare dei valori. Ricordate che GOsa non verifica i vostri file ldifs "
+"rispetto all conformità con GOsa."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importa i file LDIF"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:104
-msgid "Removing pureftpd account failed"
-msgstr "Rimozione utente Pureftpd fallita"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Modifica i valori esistenti"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:146
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "Il valore specificato come 'Ampiezza banca di upload' non è valido."
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Sovrascrivi i valori esistenti"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Il valore specificato come 'Ampiezza banca di download' non è valido."
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Importazione completata con successo"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
-msgid "Value specified as 'Files' is not valid."
-msgstr "Il valore specificato come 'File' non è valido."
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Log del sistema"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
-msgid "Value specified as 'Size' is not valid."
-msgstr "Il valore specificato come 'Dimensione (Size)' non è valido."
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Nessun server de log definito!"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Il valore specificato come 'Ratio' non è valido."
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
+"Non è disponibile l'estensione mysql. Per favore controllate la "
+"configurazione php."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:183
-msgid "Saving pureftpd account failed"
-msgstr "Salvataggio utente Pureftpd fallito"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr ""
+"Non posso connettere al database dei log. Nessun log può essere mostrato!"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Utente Opengroupware"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
+msgstr "Non posso selezionare il database dei log per generarli!"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:145
-msgid "OpenGroupware: Your configuration is missing a postgresql extension. Can't perform any database queries."
-msgstr "OpenGroupware: la configurazione è senza le estensioni di  postgresql. Non è possibile eseguire delle interrogazioni sul database."
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "Interrogazione al atabase dei log fallita!"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:150
-msgid "OpenGroupware: Missing database configuration for opengroupware. Can't get or set any informations."
-msgstr "OpenGroupware: la configurazione del database per opengroupware non è presente. Non è possibile ottenere o salvare delle informazioni."
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "un ora"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid "OpenGroupware: Can't connect to specified database. Please check given configuration twice."
-msgstr "OpenGroupware: non è possibile connettersi al database specificato. Per favore controllate attentamente la configurazione in uso."
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 ore"
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "Opengroupware"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 ore"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "ubicazione team"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 ore"
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Modello utente"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 giorni"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_servGeneric.inc:44
-#: plugins/admin/systems/class_workstationGeneric.inc:103
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Bloccato"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "una settimana"
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Squadre"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 settimane"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
+msgstr "un mese"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:87
-msgid "KB"
-msgstr "KB"
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filtro"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:87
-msgid "GB"
-msgstr "GB"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Mostra gli hosts"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:88
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "ora"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Livello dei log"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:88
-msgid "day"
-msgstr "giorno"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Intervallo di tempo"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:88
-msgid "week"
-msgstr "settimana"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Inserisci la stringa per la ricerca"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:88
-msgid "month"
-msgstr "mese"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Insieme di regole"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:164
-msgid "Removing proxy account failed"
-msgstr "Rimozione dell'utente proxy fallita"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Modifica"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:180
-msgid "Numerical value for Quota Setting is empty."
-msgstr "Nessun valore indicato per la Quota."
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Livello"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:183
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "Il valore indicato per la Quota non è valido."
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nome Host"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:270
-msgid "Saving proxy account failed"
-msgstr "Il salvataggio dell'utente proxy è fallito"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "data"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Utente PHPGroupware "
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Messaggio"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "La ricerca non ha evidenziato alcun risultato..."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:726
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:822
-msgid "Couldn't connect to postgresql database!"
-msgstr "Non è possibile connettersi al database postgresql!"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Sistema di visualizzazione dei log"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:730
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:826
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr "I parametri necessari per la connettività dei plugin di openexchange non sono presenti!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Coda delle mail"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:830
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Il modulo PHP4per il database postgresql è mancante!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+msgstr ""
+"Per favore verifica il file 'gosa.conf'; non è specificata la variabile "
+"'MAILQUEUESCRIPTPATH'."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:743
-msgid "Removing of oxchange addressbook failed"
-msgstr "Rimozione della rubrica di oxchange fallita"
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr ""
+"non hai il permesso di eseguire il comando '%s' su questa coda di mail."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing oxchange account failed"
-msgstr "Rimozione dell'utente oxchange fallita"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgstr ""
+"Verifica il file  'gosa.conf' perché l'istruzione '%s' non può essere "
+"eseguita."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:810
-msgid "The Open-Xchange accountname is empty and thus invalid! Check to make sure that you are not using any strange characters in the loginname."
-msgstr "Il nome dell'utente di Open-Xchange accountname è vuoto o non valido! Verificate di non usare caratteri non ammessi nella stringa di autenticazione."
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
+msgstr "Non è specificato un server di posta."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:843
-msgid "Saving of oxchange account failed"
-msgstr "Salvataggio utente oxchange fallito"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "su"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:850
-msgid "Creating oxchange addressbook tree failed"
-msgstr "Creazione della struttura della rubrica di oxchange fallita"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "giù"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr "nessun limite"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:123
-msgid "You're trying to add an invalid email address to the list of delegations."
-msgstr "State provando ad aggiungere un indirizzo email non valido alla lista dei delegati."
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "ora"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:131
-msgid "The mail address you're trying to add is no primary mail address of an existing user."
-msgstr "L'indirizzo di posta elettronica che stai provando ad aggiungere non è un indirzzo primario di un utente presente nell'organizzazione."
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "ore"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:158
-msgid "Always accept"
-msgstr "Accetta sempre"
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr "Tieni"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:159
-msgid "Always reject"
-msgstr "Rifiuta sempre"
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr "Non tenere"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:160
-msgid "Reject if conflicts"
-msgstr "Rigetta se confligge"
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Attivo"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:161
-msgid "Manual if conflicts"
-msgstr "Scelta manuale se in conflitto"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
+msgstr "Non attivo"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:162
-msgid "Manual"
-msgstr "Manuale"
+#: plugins/addons/mailqueue/contents.tpl:12
+msgid "Please enter a search string here."
+msgstr "Per favore inserisci una stringa di ricerca."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:212
-msgid "Anonymous"
-msgstr "Anonimo"
+#: plugins/addons/mailqueue/contents.tpl:14
+msgid "Select a server"
+msgstr "Seleziona un server"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:273
-#, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "Rimozione dell'utente o dell'utente kolab con dn'%s' fallita."
+#: plugins/addons/mailqueue/contents.tpl:17
+msgid "with status"
+msgstr "con stato"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:284
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "Il valore specificato come 'Free Busy future' deve essere un intero (integer)."
+#: plugins/addons/mailqueue/contents.tpl:21
+msgid "within the last"
+msgstr "senza l'ultimo"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:289
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Il valore specificato come 'Free Busy Information URL' non è valido."
+#: plugins/addons/mailqueue/contents.tpl:29
+msgid "Remove all messages"
+msgstr "Rimuovi tutti i messaggi"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:303
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "La definizione della politica di invito per '%s' non è valido."
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages from selected servers queue"
+msgstr "Rimuovi tutti i messaggi dalla coda server selezionata"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:311
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr "Non c'è un utente di posta elettronica '%s' per la politica di invito!"
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Hold all messages"
+msgstr "Tieni tutti i messaggi"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:390
-#, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Salvataggio dell'utente o dell'utente kolab con dn'%s' fallita."
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages in selected servers queue"
+msgstr "Tieni tutti i messaggi della lista server selezionata"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Utente FTP"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Release all messages"
+msgstr "Rilascia tutti i messaggi"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Ampiezza della banda"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages in selected servers queue"
+msgstr "Rilascia tutti i messaggi nella coda server selezionata"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Banda di upload"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Requeue all messages"
+msgstr "Riaccoda tutti i messaggi"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/s"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages in selected servers queue"
+msgstr "Riaccoda tutti i messaggi nella coda server selezionata"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Banda di download"
+#: plugins/addons/mailqueue/contents.tpl:46
+msgid "Search returned no results"
+msgstr "La ricerca non ha prodotto risultati"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: plugins/addons/mailqueue/contents.tpl:52
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Files"
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Server"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
 #: plugins/addons/mailqueue/contents.tpl:54
 #: plugins/admin/systems/glpi_devices.tpl:293
 #: plugins/admin/systems/glpi_devices.tpl:420
 #: plugins/admin/systems/glpi_devices.tpl:485
 #: plugins/addons/mailqueue/contents.tpl:54
 #: plugins/admin/systems/glpi_devices.tpl:293
 #: plugins/admin/systems/glpi_devices.tpl:420
 #: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
 msgid "Size"
 msgstr "Dimensione (size)"
 
 msgid "Size"
 msgstr "Dimensione (size)"
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Ratio"
-
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "File caricati/scaricati"
-
-#: plugins/personal/connectivity/pureftpd.tpl:68
-#: plugins/personal/samba/samba3.tpl:216
-msgid "Miscellaneous"
-msgstr "Miscellanea"
-
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Spunta per disabilitare l'accesso FTP"
-
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Disabilitazione temporanea accesso FTP"
-
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "Utente GLPI"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPscheduleit"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:83
-msgid "Removing PHPscheduleit account failed"
-msgstr "Rimozione dell'utente PHPscheduleit fallita"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:124
-msgid "Saving PHPscheduleit account failed"
-msgstr "Salvataggio dell'utente PHPscheduleit fallita"
+#: plugins/addons/mailqueue/contents.tpl:55
+msgid "Arrival"
+msgstr "Arrivo"
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Utente Kolab"
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Mittente"
 
 
-#: 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'utente Koòab è attualmente disabilitato. Le caratteristiche possono essere adattate se aggiungete un utente di posta."
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Recipient"
+msgstr "Destinatario"
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
-msgstr "Delegati"
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Error"
+msgstr "Errore"
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "Dimensione messaggio posta"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "Cancella"
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "Nessuna restizione sulla dimensione della posta per questo utente"
+#: plugins/addons/mailqueue/contents.tpl:93
+msgid "Delete this message"
+msgstr "Cancella questo mesaggio"
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Free Busy information"
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "unhold"
+msgstr "Non tenere????"
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "Release message"
+msgstr "Rilascia il messaggio"
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Future"
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "hold"
+msgstr "tieni"
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Politica di invito"
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
+msgstr "Tieni il messaggio"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:205
-msgid "This account has no samba extensions."
-msgstr "Questo utente non ha estensioni samba"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "requeue"
+msgstr "riaccoda"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "Remove samba account"
-msgstr "Rimuovi l'utente samba"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
+msgstr "Riaccoda questi messaggi"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:215
-msgid "This account has samba features enabled. You can disable them by clicking below."
-msgstr "Questo utente ha le estensioni samba abilitate. Potete disabilitarle cliccando sotto."
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
+msgstr "header"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:225
-#: plugins/personal/samba/class_sambaAccount.inc:228
-msgid "Create samba account"
-msgstr "Crea un utente samba"
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
+msgstr "Mostra l'header di questo messaggio"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:226
-msgid "This account has samba features disabled. You can enable them by clicking below."
-msgstr "Questo utente ha le estensioni samba disabilitate. Potete abilitarle cliccando sotto."
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "nessun esempio"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:229
-msgid "This account has samba features disabled. Posix features are needed for samba accounts, enable them first."
-msgstr "Questo utente ha le estensioni samba abilitate. Le caratteristiche posix sono necessarie per gli utenti samba, abilitatele prima."
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Questo 'dn' non è di nessuna applicazione"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:463
-msgid "input on, notify on"
-msgstr "input 'on', notifica 'on'"
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "Rimozione applicazione fallita"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:464
-msgid "input on, notify off"
-msgstr "input 'on', notifica 'off'"
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
+msgstr "Rimozione dell'applicazione del gruppo di oggetti '%s' fallita"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:465
-msgid "input off, notify on"
-msgstr "input 'off', notifica 'on'"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
+msgstr "Rimozione dell'applicazione dal gruppo '%s' fallita"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:466
-msgid "input off, nofify off"
-msgstr "input 'off', notifica 'off'"
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "L'immagine specificata non è stata caricata correttamente."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:468
-msgid "disconnect"
-msgstr "disconnettiti"
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr "Il percorso di esecuzione deve iniziare co  '/'."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:469
-msgid "reset"
-msgstr "reset"
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr "Non hai il permesso di creare applicazioni in questo livello."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:471
-msgid "from any client"
-msgstr "da ogni client"
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Il campo obbligatorio 'Nome' non è strato riempito."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:472
-msgid "from previous client only"
-msgstr "solo dal precedente client"
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr ""
+"Carattere non valido nel nome dell'applicazione: solo i caratteri a-z e 0-9 "
+"sono consentiti."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:642
-msgid "Removing Samba account failed"
-msgstr "Rimozione utente samba fallita"
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Il campo obbligatorio 'Esecuzione' non è strato riempito."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:659
-#: plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/samba2.tpl:36
-msgid "Profile path"
-msgstr "Percorso per i profili"
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "C'è già un'applicazione con questo 'Nome'."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:661
-#, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "Il valore specificato come '%s' contiene caratteri non validi!"
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "Salvatggio applicazioni fallito"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:666
-#: plugins/personal/samba/samba3.tpl:158
-msgid "Connection"
-msgstr "Connessione"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Impostazioni applicazioni"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:667
-#: plugins/personal/samba/samba3.tpl:167
-msgid "Disconnection"
-msgstr "Disconnessione"
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Nome applicazione"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:668
-#: plugins/personal/samba/samba3.tpl:176
-msgid "IDLE"
-msgstr "IDLE"
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
+"Il nome delle applicazioni deve essere mostrato (es. icone sottostanti)"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:671
+#: plugins/admin/applications/class_applicationManagement.inc:299
 #, php-format
 #, php-format
-msgid "The timeout property '%s' is checked and contains invalid or no characters!"
-msgstr "La proprietà di timeout '%s' è attiva e non contiene caratteri o ne include di non validi!"
+msgid "You're about to delete the application '%s'."
+msgstr "Stai per cancellare l'applicazione '%s'."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "The windows user manager only allows eight clients. You've specified more than eight."
-msgstr "Le finestre di gestione degli utenti permettono solo otto client. Ne hai specificati più di otto."
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "Non ti è permesso di cancellare questa applicazione!"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:861
-msgid "Warning: This account has an undefined samba SID assigned. The problem can not be fixed by GOsa!"
-msgstr "Attenzione: questo utente ha un SID samba assegnato che è indefinito. Questa incongruenza non può essere risolta da  GOsa!"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Rimuovi opzioni"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:885
-msgid "Warning: Can't identify users primary group - no conversion to a samba group possible!"
-msgstr "Attenzione: non posso identifcare un gruppo primario di utilizzatori. Nessuna conversione a gruppi samba è possibile!"
+#: plugins/admin/applications/class_applicationParameters.inc:55
+msgid "This application has options. You can disable them by clicking below."
+msgstr ""
+"Questa applicazione ha delle opzioni. Le puoi disabilitare cliccando sotto."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:989
-msgid "Saving Samba account failed"
-msgstr "Salvataggio utente samba fallito"
+#: plugins/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Crea opzioni"
 
 
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Dominio"
+#: plugins/admin/applications/class_applicationParameters.inc:58
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
+msgstr ""
+"Questa applicazione ha le opzioni disabilitate. Le puoi abilitare cliccando "
+"sotto."
 
 
-#: plugins/personal/samba/samba3.tpl:38
-#: plugins/personal/samba/samba2.tpl:30
-msgid "Script path"
-msgstr "Path degli script"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Variabile"
 
 
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Terminal Server"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Valore di default"
 
 
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Consenti accesso da un terminal server"
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Aggiungi opzione"
 
 
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Eredita la configurazione client"
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "Rimozione dei parametri dell'applicazione fallita"
 
 
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Programma iniziale"
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Il valore '%s' specificato come nome dell'opzione non è valido."
 
 
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Directory di lavoro"
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "Salvataggio dei parametri dell'applicazione fallita"
 
 
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Tempo di timeout (in minuti)"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Elenco delle applicazioni"
 
 
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Dispositivo client"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Questa tabella mostra tutte le applicazioni in questa struttura."
 
 
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Collega i drives dei client alla connessione"
+#: plugins/admin/applications/class_divListApplication.inc:34
+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 ""
+"Questo menu ti consente di aggiungere, modificare e rimuovere le "
+"applicazioni selezionate. Se vuoi puoi usare i selettori in cima all'elenco "
+"applicazioni quando operi con un elevato numero di item."
 
 
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Collega le stampanti dei client alla connessione"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Seleziona per ricercare senza sottodirectory"
 
 
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Default alla stampante del client principale"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr "Ignora livelli inferiori (subtrees)"
 
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Shadowing"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Mostra gli utenti corrispondenti"
 
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "In caso di guasto o timeout"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "nuovo"
 
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Ricollega in caso di disconnessione"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Cra una nuova applicazione"
 
 
-#: plugins/personal/samba/samba3.tpl:252
-#: plugins/personal/samba/samba2.tpl:48
-msgid "Access options"
-msgstr "Opzioni di accesso"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Applicazione"
 
 
-#: plugins/personal/samba/samba3.tpl:258
-#: plugins/personal/samba/samba2.tpl:54
-msgid "Allow user to change password from client"
-msgstr "Permetti agli utenti di cambiare la password dai loro client"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "taglia"
 
 
-#: plugins/personal/samba/samba3.tpl:261
-#: plugins/personal/samba/samba2.tpl:57
-msgid "Login from windows client requires no password"
-msgstr "Accesso dai client windows non richiede la password"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Taglia questo valore"
 
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Blocca gli utenti samba"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr "copia"
 
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Tempo limite di connessione"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Copia questo valore"
 
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Temnpo limite di disconnessione"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "Modifica"
 
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "Scadenza utenti dopo"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Modifica questo valore (entry)"
 
 
-#: plugins/personal/samba/samba3.tpl:324
-msgid "Allow connection from these workstations only"
-msgstr "Permetti connessioni solo da queste workstation"
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Cancella questo valore (entry)"
 
 
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Samba home"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Esegui"
 
 
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Disabilita temporaneamente l'account samba"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Percorso e/o nome dell'eseguibile dell'applicazione"
 
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Parametri samba"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Scegli il percorso dove salvare l'applicazione"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Seleziona le workstation da aggiungere"
+#: plugins/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Selezione una base"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Mostra le workstation del dipartimento"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Icona"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Gestisci gli utenti Netatalk"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Aggiorna"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:167
-msgid "This account has no netatalk extensions."
-msgstr "Questo utente non ha le estensioni Netatalk."
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Ricarica immagini da LDAP"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:176
-msgid "Remove netatalk account"
-msgstr "Rimuovi l'utente netatalk"
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Solo eseguibile per membri"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:177
-msgid "This account has netatalk features enabled. You can disable them by clicking below."
-msgstr "Questo account ha le caratteristiche Netatalk abilitate. Le puoi disabilitare cliccando sotto."
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Sostituisci laa configurazione utenti all'all'avvio"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:188
-#: plugins/personal/netatalk/class_netatalk.inc:191
-msgid "Create netatalk account"
-msgstr "Crea un utente Netatalk"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Posiziona le icone nel desktop utenti"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:189
-msgid "This account has netatalk features disabled. You can enable them by clicking below."
-msgstr "Questo account ha le caratteristiche Netatalk disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Inserisci i valori nel menu di avvio utenti"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:221
-msgid "You must select a share to use."
-msgstr "Puoi selezionare le condivisione da utilizzare."
+#: plugins/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Inserisci i valori nella barra di avvio degli utenti"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:280
-msgid "Saving Netatalk account failed"
-msgstr "Salvataggio utente Netatlk fallito"
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Carica"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:340
-msgid "Removing Netatalk account failed"
-msgstr "Rimozione utente Netatalk fallito"
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Scarica"
 
 
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Impostazioni Netatalk"
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Gestione applicazioni"
 
 
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Condivisione"
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Filiali"
 
 
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Path"
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "release corrente"
 
 
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Fotografia"
+#: 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 ""
+"Questo valore può essere usato da diversi gruppi. verifica con attenzione le "
+"modifiche perchè GOsa non può ripristinare i valori modificati."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Rimuovi fotografia"
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "Rimozione del dipartimento fallita"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Informazioni personali"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "Non hai il permesso di creare un dipartimento a questo livello."
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Cambia fotografia"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Un dipartimento con questo 'Nome' già esiste."
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Ultimo nome????"
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Il campo obbligatorio 'Nome' non è compilato."
 
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Nome modello"
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Il campo richiesto 'Descrizione' non è impostato."
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Nome (first name)"
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
+msgid ""
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
+msgstr ""
+"Il campo 'Nome contiene la parola riservata '%s'. Devi scegliere un'altro "
+"nome."
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Accesso"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
+"Errore irreversibile: non posso trovare un'etichetta libera con cui marcare "
+"l'unità amministrativa!"
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Titolo personale"
+#: plugins/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "Salvataggio del dipartimento fallita"
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Titolo accademico"
+#: plugins/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
+msgstr "Etichettando '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Data di nascita"
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
+msgstr "Spostando '%s' in '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Linguaggio preferito"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
+msgstr "Impossibile copiare '%s'; operazione annullata"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:88
-#: plugins/gofon/macro/class_divListMacros.inc:85
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:86
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/terminal.tpl:17
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/component.tpl:13
-#: plugins/admin/systems/class_divListSystem.inc:112
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:104
-#: plugins/admin/fai/class_divListFai.inc:161
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/groups/class_divListGroup.inc:101
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:111
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:76
-#: plugins/admin/users/class_divListUsers.inc:107
-msgid "Base"
-msgstr "Base"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Dipartimenti"
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Scegli dove posizionale l'utente"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr ""
+"Stai per cancellare l'intero albero sottostante della struttura LDAP sotto '%"
+"s'."
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23
-#: plugins/gofon/macro/generic.tpl:27
-#: plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-#: plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21
-#: plugins/admin/systems/terminal.tpl:23
-#: plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21
-#: plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21
-#: plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/ogroups/generic.tpl:27
-#: plugins/admin/ogroups/generic.tpl:29
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-msgid "Select a base"
-msgstr "Selezione una base"
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "Non hai il permesso di cancellare questo dipartimento."
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Telefono privato"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
+msgstr ".."
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Homepage"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Lista dei dipartimenti"
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Archiviazione password"
+#: plugins/admin/departments/class_divListDepartment.inc:33
+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 ""
+"Questo menu permette di creare, cancelalre e modificare i dipartimenti "
+"selezionati. Se il loro numero è elevato si può usare il selettore sopra "
+"l'elenco."
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificati"
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Nome del dipartimento"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Modifica certificati"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Espressioni regolari per la corrispondenza dei nomi di gruppi"
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Crea un nuovo dipartimento"
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Modifica proprietà"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "dipartimento"
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Informazioni sull'organizzazione"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Esecuzione delle operazioni richieste"
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/generic/references/class_reference.inc:38
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:342
-#: plugins/admin/users/class_divListUsers.inc:50
-msgid "Department"
-msgstr "Dipartimento"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
+"Non appena l'operazione è conclusa puoi andare alla fine della pagina e "
+"premere il bottone 'Continua' per proseguire nella gestione del dipartimento."
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Dipartimento n."
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
+msgstr ""
+"Il vostro browser non supporta gli iframes; per favore usate questo "
+"collegamento per eseguire l'operazione richiesta."
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Impiegato n."
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Proprietà"
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Tipo di impiegato "
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nome del dipartimento"
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Stanza n."
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nome della struttura ad albero (subtree) da creare"
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Professione"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Descrizione del dipartimento"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Descrizione unità"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Categoria"
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Area del soggetto"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Categoria di questo "
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Titolo funzionale"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Scegli dove posizionare il dipertimento"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Ruolo"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Posizione dove la struttura è collocata"
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Località della persona"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Localizzazione della struttura ad albero (subtree)"
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Unità"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Indirizzo postale della struttura ad albero (subtree)"
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Via"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Numero telefonico di base della struttura ad albero (subtree)"
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Identificazione alloggio"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Numero di base del fax della struttura ad albero (subtree)"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Per favore usare la tabulazione/linguetta telefonica (????)"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Impostazioni amministrative"
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Ultima consegna"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
+msgstr "Etichetta il dipartimento con unità amministrativa indipendente"
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Pubblica - Visibile"
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Gestione del dipartimento"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Certificato standard"
+#: 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 ""
+"Questa sezione include tutti gli utenti, in sistemi, ecc. sotto di sé. "
+"Controlla con attenzione se è quello che vuoi perché GOsa non può annullare "
+"l'operazione una volta effettuata."
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "certificato S/MIME"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
+"E' meglio salvare il contenuto dell'albero LDAP i un file prima di eseguire "
+"questa azione. Una volta fatto questo puoi premere 'Cancella' per proseguire "
+"o 'Annulla' per interompere l'azione."
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "certificato PKCS12"
+#: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
+"tentativo di spostamento della struttura fallito. L'area di destinazione è "
+"dipendente da quella di partenza."
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Numero seriale certificato"
+#: 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 ""
+"Per aggiungere una nuova classe alla gestione FAI è richiesto un nome. "
+"Dovete specificare un nome 'unico'  per ogni tipo di classe FAI, mentre si "
+"può usare lo stesso nome in differenti classi FAI. Nell'ultimo caso FAI "
+"aggiungerà automaticamente tutti i differenti tipi di classe ad un'unico "
+"nome di classe. ???????"
 
 
-#: 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 "Avete cambiato il metodo di salvataggio delle passowrd nel database LDAP. Per questa ragione dovete reinserire la vostra password. GOsa la ricodificherà con il metodo prescelto."
+#: plugins/admin/fai/askClassName.tpl:12
+msgid ""
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
+msgstr ""
+"Per favore selezionate uno dei seguenti metodi per scegliere il nome per una "
+"nuova classe FAI."
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Impostazioni utente"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Inserisci un nome di classe FAI manualmente"
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Cancella password"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Nome classe"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Definisci una nuova password"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr "Scegli un nome di classe FAI dalla lista delle classi esistenti"
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Foto dell'utente"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Scegli il nome della classe"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Non ti è permesso cambiare la tua password!"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Uso"
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Informazioni sull'utente generico"
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Un nuovo nome di classe."
 
 
-#: plugins/personal/generic/class_user.inc:256
-msgid "female"
-msgstr "Donna"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Crea una nuova filiale"
 
 
-#: plugins/personal/generic/class_user.inc:256
-msgid "male"
-msgstr "uomo"
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Crea una nuova filiale bloccata"
 
 
-#: plugins/personal/generic/class_user.inc:272
-msgid "This account has no valid GOsa extensions."
-msgstr "Questo utente non ha delle valide estensioni GOsa."
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Cancella la release corrente"
 
 
-#: plugins/personal/generic/class_user.inc:326
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr "Il file specificato non è stato caricato cia HTTP POST!. Operazione interrotta."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Crea un nuovo oggetto FAI - partition table."
 
 
-#: plugins/personal/generic/class_user.inc:422
-msgid "Please enter a valid serial number"
-msgstr "Per favore inserite un numero seriale valido"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Crea un nuovo oggetto FAI - package bundle."
 
 
-#: plugins/personal/generic/class_user.inc:462
-msgid "(Some types of certificates are currently not supported and may be displayed as 'invalid'.)"
-msgstr "(Alcuni tipi di certificatinono sono attualmente supportati e possono essere mostrati come 'non validi'.)"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Crea un nuovo oggetto FAI - script bundle."
 
 
-#: plugins/personal/generic/class_user.inc:472
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr "Il certificato è valido da %s a %s ed è correntemente %s."
+#: plugins/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Crea un nuovo oggetto FAI - variable bundle."
 
 
-#: plugins/personal/generic/class_user.inc:475
-msgid "valid"
-msgstr "valido"
+#: plugins/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Crea un nuovo oggetto FAI - hook bundle."
 
 
-#: plugins/personal/generic/class_user.inc:476
-msgid "invalid"
-msgstr "non valido"
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Crea un nuovo oggetto FAI - profilo."
 
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "No certificate installed"
-msgstr "Nessun certificato installato"
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Crea un nuovo oggetto FAI - modello."
 
 
-#: plugins/personal/generic/class_user.inc:563
-msgid "Removing generic user account failed"
-msgstr "Rimozione di un generico utente fallita"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Crea un nuovo oggetto FAI"
 
 
-#: plugins/personal/generic/class_user.inc:595
-#: plugins/personal/generic/class_user.inc:937
-msgid "Kerberos database communication failed"
-msgstr "Comunicazione con il database kerberos fallita"
+#: plugins/admin/fai/class_askClassName.inc:138
+#, fuzzy
+msgid "Spaces are not allowed within class names."
+msgstr "Non c'è spazio utilizzabile all'indirizzo montato!"
 
 
-#: plugins/personal/generic/class_user.inc:609
-#: plugins/personal/generic/class_user.inc:954
-msgid "Can't remove user from kerberos database."
-msgstr "Non posso rimuovere l'utente dal database kerberos."
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "Il nome attribuito alla classe è vuoto."
 
 
-#: plugins/personal/generic/class_user.inc:890
-msgid "Saving generic user account failed"
-msgstr "Salvataggio dell'utente genrico fallita"
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
+msgstr "Il nome di classe specificato è già in uso per questo tipo di oggetto."
 
 
-#: plugins/personal/generic/class_user.inc:965
-msgid "Can't add user to kerberos database."
-msgstr "Non posso aggiungere un utente al database kerberos."
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Lista delle classi FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1009
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "Non hai il permesso di creare un utente in questa 'Base'."
+#: plugins/admin/fai/class_divListFai.inc:44
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Questa tabella mostra tutte le classi FAI nell'albero selezionato."
 
 
-#: plugins/personal/generic/class_user.inc:1014
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr "Non hai il permesso di spostare un utente dalla 'Base' originale."
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr ""
+"Questo menu permette di creare, cancellare e modificare delle classi FAI."
 
 
-#: plugins/personal/generic/class_user.inc:1020
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:524
-msgid "The required field 'Name' is not set."
-msgstr "Il capo obbligatorio 'Nome' non è compilato."
+#: plugins/admin/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Nome delle classi FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1029
-msgid "There's already a person with this 'Login' in the database."
-msgstr "C'è già una persona con questo 'codice utente (login)' nel database."
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
+msgstr "Tipo classe"
 
 
-#: plugins/personal/generic/class_user.inc:1035
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:527
-msgid "The required field 'Given name' is not set."
-msgstr "Il campo obligatorio 'Nome (given name??)' non è completato."
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
+msgstr "Mostra il profilo degli oggetti FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1038
-msgid "The required field 'Login' is not set."
-msgstr "Il campo richiesto di 'Login' non è compilato."
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Mostra profili"
 
 
-#: plugins/personal/generic/class_user.inc:1045
-msgid "There's already a person with this 'Name'/'Given name' combination in the database."
-msgstr "C'è già una risorsa con la combinazione 'Nome'/'Nome(Given name)' nel database."
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Mostra i modelli degli oggetti FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1052
-msgid "The field 'Login' contains invalid characters. Lowercase, numbers and dashes are allowed."
-msgstr "Il campo 'Login' contiene caratteri non validi. Caratteri minuscoli, numeri e punti non sono permessi."
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Mostra modelli"
 
 
-#: plugins/personal/generic/class_user.inc:1055
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Il campo 'Homepage' contiente una definizione URL inesatta."
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Mostra gli script FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1058
-#: plugins/personal/generic/class_user.inc:1083
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:244
-msgid "The field 'Name' contains invalid characters."
-msgstr "Il campo 'Nome' contiene dei caratteri non validi."
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Mostra script"
 
 
-#: plugins/personal/generic/class_user.inc:1061
-#: plugins/personal/generic/class_user.inc:1080
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Il campo 'Nome(Given name)' contiene dei caratteri non validi."
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Mostra gli hook FAI"
+
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Mostra hooks????"
 
 
-#: plugins/personal/generic/class_user.inc:1066
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:247
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Il campo 'Telefono' contiene un numero di telefono non valido."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Mostra le variabili FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1069
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:250
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Il campo 'Fax' contiene un numero di telefono non valido."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Mostra variabili"
 
 
-#: plugins/personal/generic/class_user.inc:1072
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Il campo 'Mobile' contiene un numero di telefono non valido."
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Mostra i pacchetti FAI"
 
 
-#: plugins/personal/generic/class_user.inc:1075
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Il campo 'Pager' contiene un numero di telefono non valido."
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Mostra pacchetti"
 
 
-#: plugins/personal/generic/class_user.inc:1202
-msgid "Could not open specified certificate!"
-msgstr "Non posso aprire il certifcato specificato!"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Mostra le partizioni FAI"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-msgid "Filter"
-msgstr "Filtro"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Mostra partizioni"
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/gofon/fonreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-msgid "Search for"
-msgstr "Cerca per"
+#: plugins/admin/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Nuovo profilo"
 
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Inserisci il nome utente da ricercare"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
+msgstr "P"
 
 
-#: 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/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Nuova Partition Table"
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Seleziona da dove avviare la ricerca"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "durante"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Nuovi script"
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/systems/class_printGeneric.inc:819
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/ogroups/class_ogroupManagement.inc:339
-msgid "User"
-msgstr "utentge"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "S"
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/gofon/fonreports/contents.tpl:30
-#: plugins/addons/logview/contents.tpl:84
-msgid "Date"
-msgstr "data"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Nuovi hooks????"
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Mittente"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr "H"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Ricevente"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Nuove variabili"
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# pagina/e"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
+msgstr "V"
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/gofon/fonreports/contents.tpl:51
-#: plugins/addons/logview/contents.tpl:97
-msgid "Search returned no results..."
-msgstr "La ricerca non ha evidenziato alcun risultato..."
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Nuovi modelli"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Report del FAX"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr "T"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid "No fax extension defined in your sever configuration, no reports can be shown!"
-msgstr "Nessuna estensione fax definita nella configurazione del server. I report non possono essere mostrati!"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Nuovo elenco di pacchetti"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-#: plugins/addons/logview/class_logview.inc:71
-msgid "There is no mysql extension available, please check your php setup."
-msgstr "Non è disponibile l'estensione mysql. Per favore controllate la configurazione php."
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr "Non posso connettere il database fax. I report non possono essere mostarti!"
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Modifica la classe"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
-msgstr "Non posso selzionare il database fax per la genrazione dei report!"
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Cancella la classe"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr "Non posso interrogare il file dei log dei fax per generare il report!"
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr "Rimozione del hook base di FAI fallito"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "Interrogazione del database fax fallita!"
+#: plugins/admin/fai/class_faiHook.inc:382
+#, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
+msgstr ""
+"Non posso inserire un hook FAi chiamato  '%s' in '%s' perché c'è già un hook "
+"con questo nome."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "Non hai il permesso di recuperare informazioni su spesto specifico fax (fax id)!"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr "Salvataggio del hook base di FAI fallito"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "Y-M-D"
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr "Rimozione del hook base di FAI fallito"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Report FAX"
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr "Salvataggio del hook di FAI fallito"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Anteprima FAX - prego attendere"
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
+msgid "Please select a valid file."
+msgstr "Per favofe selezionate un file valido"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Cliccare sul fax per scaricare"
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
+msgid "Selected file is empty."
+msgstr "Il file selezionato è vuoto."
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "FAX ID"
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Per favore inserite un valore per lo script."
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Data / Orario"
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
+msgid "Please enter a name."
+msgstr "Per favore inserito un nome."
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "Mittente MSN"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "Mittente ID"
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
+msgstr "Gestione delle installazioni automatizzate"
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "Ricevente MSN"
+#: plugins/admin/fai/class_faiManagement.inc:173
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr ""
+"Stai per cancellare tutte le informazioni nrelativa alla classe FAI '%s'."
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "Ricevente ID"
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
+msgstr "Non ti è consentito di cancellare questo componente!"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Stato del messaggio"
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr "Stai per cancellare una filiale/freeze (???) FAi '%s'."
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Tempo di trasferimento"
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
+msgstr "Non è permesso di cancellare questa release!"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Lista dei nomi"
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
+msgstr "Il nome indicato per nla filiale non è valido."
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Nome della lista di blocco"
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
+msgstr "Il nome specificato per freeze (???) non è valido."
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Seleziona la posizione della lista di blocco"
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
+msgstr "Questo nome è già in uso."
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/gofon/conference/generic.tpl:22
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/fai/class_faiSummaryTab.inc:326
-#: include/php_setup.inc:130
-msgid "Type"
-msgstr "Tipo"
+#: plugins/admin/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
+msgstr "Rimozione dei pacchetti base FAI fallita"
+
+#: plugins/admin/fai/class_faiPackage.inc:366
+msgid "Please select a least one Package."
+msgstr "Per favore indica almeno un pacchetto."
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Scegli se attivare il filtro in ingresso o in uscita"
+#: plugins/admin/fai/class_faiPackage.inc:370
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Per favore scegli una valida combinazione per il repositoty setup."
 
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Descrizione delle liste di blocco"
+#: plugins/admin/fai/class_faiPackage.inc:383
+#, php-format
+msgid ""
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
+msgstr ""
+"Non posso inserire un pacchetto FAi chiamato  '%s' in '%s' perché c'è già un "
+"pacchetto con questo nome."
 
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Numeri bloccati"
+#: plugins/admin/fai/class_faiPackage.inc:405
+msgid "package is configured"
+msgstr "pacchetto configurato"
 
 
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "I numeri possono anche contenere delle wild cards."
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
+msgstr "Pacchetto segnato per la rimozione"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.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 "Verifica con attenzione se vuoi realmente salvare questi dati perché non c'è modo per GOsa di ripristinare questi dati."
+#: plugins/admin/fai/class_faiPackage.inc:437
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "I file del pacchetto '%s' non esistono."
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/gofon/macro/remove.tpl:9
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/applications/remove.tpl:9
-#: plugins/admin/fai/remove_branch.tpl:10
-#: plugins/admin/groups/remove.tpl:10
-#: plugins/admin/ogroups/remove.tpl:10
-#: plugins/admin/users/remove.tpl:10
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr "Se sei sicuro premi 'Cancella' per continuare o 'Annulla' per interrompere l'operazione."
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
+msgstr "Salvataggio del pacchetto base FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Lista di blocco dei fax"
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
+msgstr "Salvataggio del valore del pacchetto FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
 #, php-format
 #, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Stai per cancellare la lista di blocco '%s'"
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "Non hai il permesso di cancellare questa lista di blocco."
+msgid "Debconf information for package '%s'"
+msgstr "Informazioni debconf per il pacchetto '%s'"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Per favore specificae un valido numero di telefono."
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
+msgstr "Per favore inserite la stringa di ricerca quì"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "Invia"
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+msgid ""
+"This list displays all assigned package names for this repository settings."
+msgstr ""
+"Questo elenco mostra tutti i nomi dei pacchetti assegnati per le "
+"impostazioni del repository."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "Ricevi"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
+msgstr ""
+"La stringa di ricerca specificata '%s'  ha restituito troppi risultati. Sono "
+"elencati solo i primi 200 valori per non utilizzare troppa memoria."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
-msgstr "Rimozione dell'oggetto 'lista di blocco' fallita"
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "%s partizione"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr "Non hai il permesso di creare una lista di blocco da questa 'Base'."
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "%s partizione(i)"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:233
-msgid "Required field 'Name' is not set."
-msgstr "Il campo obbligatorio 'Nome' non è compilato."
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
+msgid ""
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
+msgstr ""
+"Non puoi inserire una nuova partizione FAI chiamata '%s' in '%s' perché ce "
+"ne già una con lo stesso nome."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Il campo richiesto 'Nome' contiene caratteri non validi."
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "Salvataggio della partition table base FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "Il nome specificato è già in uso."
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "Rimozione della partition table FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr "Nessun permesso per creare una 'lista di blocco' da questa base."
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "Salvataggio della partition table FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
-msgstr "Salvataggio dell'oggetto 'Lista di blocco' fallita"
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "Rimozione del valore della partition table FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Elenco delle 'Liste di blocco'"
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "Salvataggio del valore della partition table FAI fallito"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
-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 "Questo menu consente di creare, cancellare e modificare le 'liste di blocco' selezionate. se la lista è di ampie dimensioni è preferibile utilizzare il selettore di range in alto al box di selezione."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "primary"
+msgstr "primario"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "Nome della lista di blocco"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "logical"
+msgstr "logico"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/users/class_divListUsers.inc:52
-msgid "Actions"
-msgstr "Azioni"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
+msgid "FS type"
+msgstr "Tipo FS"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Selezione per vedere le 'Liste di blocco' inviate"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Punto di  montaggio"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Mostra le 'liste di blocco' inviate"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Dimensione in MB"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Selezione per vedere le 'Liste di blocco' ricevute"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Opzioni di montaggio"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Mostra le 'liste di blocco' ricevute"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
+msgid "FS option"
+msgstr "Opzioni FS"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/users/class_divListUsers.inc:63
-msgid "Select to search within subtrees"
-msgstr "Seleziona per ricercare senza sottodirectory"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+msgid "Preserve"
+msgstr "Preserva (preserve)"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Espressioni regolari per ricercare nomi di liste"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr "per favore indicate un unico punto di montaggio per la partizione '%s'"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-#: plugins/gofon/macro/class_divListMacros.inc:74
-#: plugins/gofon/conference/class_divListConferences.inc:75
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_divListSystem.inc:93
-#: plugins/admin/applications/class_divListApplication.inc:92
-#: plugins/admin/fai/class_divListFai.inc:121
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-#: plugins/admin/departments/class_divListDepartment.inc:69
-#: plugins/admin/users/class_divListUsers.inc:93
-msgid "Go to root department"
-msgstr "Vai alla base (radice) del dipartimento"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Per favore inserite un valido punto di montaggio per la partizione %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-#: plugins/gofon/macro/class_divListMacros.inc:74
-#: plugins/gofon/conference/class_divListConferences.inc:75
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_divListSystem.inc:93
-#: plugins/admin/applications/class_divListApplication.inc:92
-#: plugins/admin/fai/class_divListFai.inc:121
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-#: plugins/admin/departments/class_divListDepartment.inc:69
-#: plugins/admin/users/class_divListUsers.inc:93
-msgid "Root"
-msgstr "Base (radice)"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
+msgstr ""
+"Il tipo file swap è già usato; cambia il tipo di file system per la "
+"partizione %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/class_divListConferences.inc:77
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/applications/class_divListApplication.inc:94
-#: plugins/admin/fai/class_divListFai.inc:124
-#: plugins/admin/groups/class_divListGroup.inc:94
-#: plugins/admin/ogroups/class_divListOGroup.inc:101
-#: plugins/admin/departments/class_divListDepartment.inc:70
-#: plugins/admin/users/class_divListUsers.inc:95
-msgid "Go up one department"
-msgstr "Sali di un dipartimento"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+msgstr ""
+"Per favofe usa 'swap' come punto di montaggio, se è usato come tipo di file "
+"system."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/class_divListConferences.inc:77
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:289
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/applications/class_divListApplication.inc:94
-#: plugins/admin/fai/class_faiProfile.inc:309
-#: plugins/admin/fai/class_divListFai.inc:124
-#: plugins/admin/groups/class_divListGroup.inc:94
-#: plugins/admin/ogroups/phonequeue.tpl:17
-#: plugins/admin/ogroups/class_divListOGroup.inc:101
-#: plugins/admin/departments/class_divListDepartment.inc:70
-#: plugins/admin/users/class_divListUsers.inc:95
-msgid "Up"
-msgstr "Su"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Per favore inserisci una valida dimensione per la partizione %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/applications/class_divListApplication.inc:96
-#: plugins/admin/groups/class_divListGroup.inc:95
-#: plugins/admin/ogroups/class_divListOGroup.inc:103
-#: plugins/admin/users/class_divListUsers.inc:97
-msgid "Go to users department"
-msgstr "Vai agli utenti del dipartimento"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
+#, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Per favore inserisci un valido range per la partizione %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/applications/class_divListApplication.inc:96
-#: plugins/admin/fai/class_divListFai.inc:127
-#: plugins/admin/groups/class_divListGroup.inc:95
-#: plugins/admin/ogroups/class_divListOGroup.inc:103
-#: plugins/admin/departments/class_divListDepartment.inc:71
-#: plugins/admin/users/class_divListUsers.inc:97
-msgid "Home"
-msgstr "Home"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr ""
+"Per favoreinserisci un valido range per la dimensione della partizione %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:83
-#: plugins/gofon/macro/class_divListMacros.inc:80
-#: plugins/gofon/conference/class_divListConferences.inc:81
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/applications/class_divListApplication.inc:98
-#: plugins/admin/fai/class_divListFai.inc:129
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/ogroups/class_divListOGroup.inc:105
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/users/class_divListUsers.inc:99
-msgid "Reload list"
-msgstr "Ricarica la lista"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
+msgid ""
+"You have more than 3 primary partition table entries in your configuration, "
+"please check your configuration twice."
+msgstr ""
+"hai più di 3 partizioni primarie nella tua configurazione; verificala "
+"attentamente."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:83
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:90
-#: plugins/gofon/macro/class_divListMacros.inc:80
-#: plugins/gofon/macro/class_divListMacros.inc:87
-#: plugins/gofon/conference/class_divListConferences.inc:81
-#: plugins/gofon/conference/class_divListConferences.inc:88
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:115
-#: plugins/admin/applications/class_divListApplication.inc:98
-#: plugins/admin/applications/class_divListApplication.inc:106
-#: plugins/admin/fai/class_divListFai.inc:130
-#: plugins/admin/fai/class_divListFai.inc:162
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/class_divListGroup.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:105
-#: plugins/admin/ogroups/class_divListOGroup.inc:113
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/departments/class_divListDepartment.inc:77
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/users/class_divListUsers.inc:109
-msgid "Submit"
-msgstr "Invia"
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
+msgstr ""
+"Questa lista mostra tutte i nomi delle classi assegnate in questo profilo."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:86
-msgid "Create new blocklist"
-msgstr "Crea una nuova 'lista di blocco'"
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr "Hook collegati (Hook bundle)"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:86
-msgid "New Blocklist"
-msgstr "Nuova 'lista di blocco'"
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Modelli collegati (Template bundle)"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:90
-#: plugins/gofon/macro/class_divListMacros.inc:87
-#: plugins/gofon/conference/class_divListConferences.inc:88
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_divListSystem.inc:115
-#: plugins/admin/applications/class_divListApplication.inc:106
-#: plugins/admin/fai/class_divListFai.inc:162
-#: plugins/admin/groups/class_divListGroup.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:113
-#: plugins/admin/departments/class_divListDepartment.inc:77
-#: plugins/admin/users/class_divListUsers.inc:109
-msgid "Submit department"
-msgstr "Entra nel dipartimento"
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Script collegati (Script bundle)"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:102
-#: plugins/gofon/conference/class_divListConferences.inc:103
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25
-#: plugins/admin/systems/class_divListSystem.inc:140
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25
-#: plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/applications/class_divListApplication.inc:159
-#: plugins/admin/fai/class_faiScript.inc:248
-#: plugins/admin/fai/class_faiScript.inc:251
-#: plugins/admin/fai/class_faiHook.inc:270
-#: plugins/admin/fai/class_faiHook.inc:273
-#: plugins/admin/fai/class_faiTemplate.inc:244
-#: plugins/admin/fai/class_faiTemplate.inc:247
-#: plugins/admin/fai/class_divListFai.inc:231
-#: plugins/admin/fai/class_divListFai.inc:236
-#: plugins/admin/groups/class_divListGroup.inc:150
-#: plugins/admin/ogroups/class_divListOGroup.inc:138
-#: plugins/admin/departments/class_divListDepartment.inc:92
-#: plugins/admin/users/class_divListUsers.inc:143
-msgid "edit"
-msgstr "Modifica"
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Variabili collegate (Variable bundle)"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:104
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit user"
-msgstr "Modifica utente"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr "Pacchetti bundle"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:105
-#: plugins/gofon/macro/class_divListMacros.inc:104
-#: plugins/gofon/conference/class_divListConferences.inc:105
-#: plugins/gofon/conference/class_divListConferences.inc:107
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/systems/class_divListSystem.inc:141
-#: plugins/admin/applications/class_divListApplication.inc:164
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_divListFai.inc:238
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/ogroups/class_divListOGroup.inc:140
-#: plugins/admin/departments/class_divListDepartment.inc:94
-#: plugins/admin/users/class_divListUsers.inc:147
-msgid "delete"
-msgstr "Cancella"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Partition table"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:105
-#: plugins/admin/users/class_divListUsers.inc:148
-msgid "Delete user"
-msgstr "Cancella utente"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr "Rimuovi la classe dal profilo"
 
 
-#: plugins/gofax/blocklists/main.inc:26
-#: plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Gestione delle 'liste di blocco'"
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "Giù"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Seleziona i numeri da aggiungere"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr "Rimozione del profilo FAI fallita"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Mostra i numeri dei dipartimenti"
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
+msgid ""
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
+msgstr ""
+"Non posso inserire lo script chiamato '%s' in '%s' perché c'è già uno script "
+"con questo nome."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Mostra i numeri corrispondenti"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr "Per favore assegna almeno una classe a questo profilo."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Espressione regolare per confrontare i numeri"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Per favore entra un valido nome."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Mostra i numeri degli utenti"
+#: plugins/admin/fai/class_faiProfile.inc:420
+msgid "There is already a profile with this class name defined."
+msgstr "E' già stato definito un profilo con questo nome di classe."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Nome dell'utente il cui numero è mostrato"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr "Salvatggio del profilo FAI fallito"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Numero del Fax per attivare GOfax"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr "Pacchetti collegati (Package bundle)"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr "Specifica il linguaggio di comunicazione di GOfax per il fax attraverso i gateway mail"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Oggetti"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Formato di consegna"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr "RImozione dello script FAI di base fallito"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Specifica il formato di consegna per i fax attraverso il gateway mail"
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
+msgstr "Creazione dello script FAI di base fallito"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Metodo di consegna"
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
+msgstr "Rimozione dello script FAI fallito"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Disabilita temporaneamente l'uso del fax"
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
+msgstr "Salvataggio dello script FAI fallito"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Consegna il fax come mail a "
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Per favore inserite uno script."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Consegna il fax come mail"
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
+msgstr "Script"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Consegna il fax alla stampante"
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
+msgstr "Lista pacchetti"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alterna i numeri di fax"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Lista di blocco"
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
+msgstr "L'oggetto non ha una classe FAI assegnata."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Liste di blocco per fax in ingresso"
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
+msgstr "Apri"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Liste di blocco per fax in uscita"
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
+msgstr "N."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Numeri e liste bloccate"
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
+msgstr "Opzioni FS"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Elenco delle liste di blocco predefinite"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
+msgstr ""
+"Non posso inserire un modello FAi chiamato  '%s' in '%s' perché c'è già un "
+"modello con questo nome."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Aggiungi la lista di blooco all'elenco"
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
+msgstr "Salvataggio del template base FAI fallito"
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-msgid "Alternate fax numbers will not be copied"
-msgstr "Il numero di fax alternativo non deve essere copiato"
+#: plugins/admin/fai/class_faiTemplate.inc:463
+msgid "Removing FAI template entry failed"
+msgstr "Rimozione del valore del modello FAI fallita"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Impostazioni FAX"
+#: plugins/admin/fai/class_faiTemplate.inc:468
+msgid "Modifying FAI template entry failed"
+msgstr "Modifica del valore del modello FAI fallita"
 
 
-#: 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/admin/fai/class_faiTemplate.inc:481
+msgid "Creating FAI template entry failed"
+msgstr "Creazione del valore del modello FAI fallita"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:145
-msgid "This account has no fax extensions."
-msgstr "Questo utente non ha le estensioni fax."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "nessun file ancora caricato"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:154
-msgid "Remove fax account"
-msgstr "Rimuovi l'utnete fax"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "esiste nel database (dimensione: %s bytes)"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Per favore specifica un valore per l'attributo 'file'."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:155
-msgid "This account has fax features enabled. You can disable them by clicking below."
-msgstr "Questo utente ha le caratteristiche fax attivate. Potete disabilitarle cliccando sotto."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
+msgstr "Per favore specifica un valore per l'attributo 'percorso'."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:157
-msgid "Create fax account"
-msgstr "Crea un utente fax"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
+msgstr "Per favore inserisci un utente."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has fax features disabled. You can enable them by clicking below."
-msgstr "Questo utente ha le caratteristiche fax disattivate. Potete abilitarle cliccando sotto."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr ""
+"Per favore inserisci un valido utente. Solo valori a-z/0-9 sono ammessi."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:226
-msgid "You're trying to add an invalid phone number."
-msgstr "State provando ad aggiungere un numero di telefono inesatto."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
+msgstr "Per favore inserisci un gruppo."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:439
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:521
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:94
-#: plugins/admin/groups/class_groupApplication.inc:635
-msgid "back"
-msgstr "Indietro"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr ""
+"Per favore inserisci un valido gruppo. Solo valori a-z/0-9 sono ammessi."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:625
-msgid "Removing FAX account failed"
-msgstr "Rimozione dell'utente FAX fallita"
+#: plugins/admin/fai/class_faiVariable.inc:280
+#, php-format
+msgid ""
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
+msgstr ""
+"Non puoi inserire una variabile FAI chiamata '%s' in '%s' perché ce ne già "
+"una con lo stesso nome."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:640
-msgid "The required field 'Fax' is not set."
-msgstr "Il richiesto campo 'Fax' non è impostato."
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr "Salvataggio della variabile FAI base fallito"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:644
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Per favore inserite un corretto numero telefonico nel campo 'Fax'."
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr "Rimozione della variabile FAI fallito"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:652
-msgid "Mail delivery is checked, but no address has been specified."
-msgstr "La consegna in posta elettronica è attiva ma non è specificato un indirizzo di posta."
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr "Salvataggio della variabile FAI fallito"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:654
-msgid "The mail address you've entered is invalid."
-msgstr "L'indirizzo postale indicato non è corretto."
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Specifica un valore per l'attributo 'contenuto'."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:660
-msgid "Deliver fax to printer, is only possible if valid printer is given. Please correct your choice."
-msgstr "L'invio del fax alla stampante è possibile solo se è indicata una stampante corretta. Per favore correggete la vostra scelta."
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Elenco degli script hooks."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:743
-msgid "Saving FAX account failed"
-msgstr "Salvataggio dell'utente FAX fallito"
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Aggiungi"
 
 
-#: plugins/gofon/fonreports/contents.tpl:31
-msgid "Source"
-msgstr "Finte"
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Attributi hook"
 
 
-#: plugins/gofon/fonreports/contents.tpl:32
-msgid "Destination"
-msgstr "Destinazione"
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Compito (task)"
 
 
-#: plugins/gofon/fonreports/contents.tpl:33
-msgid "Channel"
-msgstr "Canale"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Scegli un esistente 'compito' FAI"
 
 
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-#: plugins/admin/applications/class_divListApplication.inc:130
-#: plugins/admin/groups/class_divListGroup.inc:132
-#: plugins/admin/ogroups/class_ogroupManagement.inc:341
-msgid "Application"
-msgstr "Applicazione"
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
+msgstr "Script di importazione"
 
 
-#: plugins/gofon/fonreports/contents.tpl:36
-msgid "Duration"
-msgstr "Durata"
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Applica"
 
 
-#: plugins/gofon/fonreports/class_fonreport.inc:6
-msgid "Phone Reports"
-msgstr "Report telefonico"
+#: plugins/admin/fai/faiNewBranch.tpl:5
+msgid ""
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
+msgstr ""
+"Stai per creare una filiale o una filiale bloccata. Questa azione copia una "
+"esistente in una con un nuovo nome. Le filiali possono essere modifiate come "
+"al solito. Le classi FAI di filiali bloccate non possono essere modificate e "
+"solo classi adizionali possono essere aggiunte. I nomi della filiale possono "
+"essere alfanumerici, escludendo i nomi riservati come 'scripts', 'hooks', "
+"'partitions', 'variables', 'templates' e 'fai'."
 
 
-#: plugins/gofon/fonreports/class_fonreport.inc:157
-#: plugins/gofon/fonreports/class_fonreport.inc:167
-msgid "Can't connect to phone database, no reports can be shown!"
-msgstr "Non posso connettermi al database telefonico, il report non può essere mostrato."
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
+msgstr ""
+"Le filiali sono create come sottoclassi della selezionata filiale. Creare "
+"una nuova filiale chiamata 1.0.2 in SARGE, per esempio, genererà una nuova "
+"entità chiamata SARGE/1.0.2."
 
 
-#: plugins/gofon/fonreports/class_fonreport.inc:171
-msgid "Can't select phone database for report generation!"
-msgstr "Non posso selezionare il database telefonico per generare il report!"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Per favore inserisci un nome per la filiale"
 
 
-#: plugins/gofon/fonreports/class_fonreport.inc:189
-msgid "Query for phone database failed!"
-msgstr "L'interrogazione del database telefonico è fallita!"
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
+msgstr ""
+"Non appena l'operazione di copia sarà finita, potete passare alla fine della "
+"pagine e premere il pulsante 'Continua' nella finestra di gestione FAI"
 
 
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Report telefonici"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr "Eseguo le opwerazioni richieste."
 
 
-#: plugins/gofon/macro/headpage.tpl:6
-#: plugins/gofon/macro/class_divListMacros.inc:31
-#: plugins/gofon/macro/class_divListMacros.inc:32
-msgid "List of macros"
-msgstr "Elenco delle macro"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Inizializzo l'operazione"
 
 
-#: plugins/gofon/macro/headpage.tpl:24
-#: plugins/gofon/macro/class_divListMacros.inc:36
-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 "Questo menu permette di aggiungere, modificare e cancellare le macro selezionate. Puoi utilizzare il selettore in cima all'elenco se il numero delle stesse è considerevole."
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
+msgstr "Release"
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Mostra le macro corrispondenti"
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
+msgstr "Sezione"
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Mostra le macro corrispondenti"
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
+msgstr "Metodo di installazione"
 
 
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Espressioni regolari per ricercare i nomi delle macro"
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
+msgstr "Pacchetti usati"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:46
-msgid "macro name"
-msgstr "Nome della macro"
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
+msgstr "Pacchetti scelti"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:47
-msgid "Visible"
-msgstr "Visibile"
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
+msgstr "Rimuovi il flag toggle"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:83
-msgid "Create new phone macro"
-msgstr "Crea una nuova macro per il telefono"
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Pacchetti"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:103
-msgid "Edit macro"
-msgstr "Modifica la macro"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Elenco dei pacchetti disponibili"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:105
-msgid "Delete macro"
-msgstr "Cancella la macro"
+#: 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 ""
+"Questo menu permette di selezionare più pacchetti da aggiungere alla lista "
+"in fase di modifica."
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:108
-msgid "Macro"
-msgstr "Macro"
+#: plugins/admin/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Mostra gli oggetti corrispondenti"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:109
-#: plugins/admin/systems/class_phoneGeneric.inc:203
-msgid "yes"
-msgstr "Sì"
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Espressione regolare per ricercare i nomi degli oggetti"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:109
-msgid "visible"
-msgstr "visibile"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Dischi"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:110
-#: plugins/admin/systems/class_phoneGeneric.inc:203
-msgid "no"
-msgstr "no"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Scegli un disco da cancellare o modificare"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:110
-msgid "invisible"
-msgstr "nascosta"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Componenti"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Macro telefoniche"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Valori della partizione"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Stai per cancellare la macro '%s'."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Aggiungi partizione"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "Non ti è permesso cancellare questa macro!"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "Classi FAI"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr "OK"
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Scegli una priorità"
 
 
-#: plugins/gofon/macro/generic.tpl:6
-#: plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Nome della macro"
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "LElenco degli oggetti FAI (Fully Automatic Installation)"
 
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr "Nome della macro mostrato"
+#: plugins/admin/fai/faiProfileEntry.tpl:26
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
+msgstr ""
+"Questo menu permette di selezionare i nomi delle classi FAI da aggiungere al "
+"profilo in fase di modifica."
 
 
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Scegli la posizione dove salvare la macro"
+#: plugins/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
+msgstr "Mostra solo le classi con modelli"
 
 
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Visibile per gli utenti"
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr "Mostra solo le classi con script"
 
 
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "testo della Macro"
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
+msgstr "Mostra solo le classi con hooks"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-#: plugins/gofon/macro/class_gofonMacro.inc:103
-msgid "This 'dn' is no phone macro."
-msgstr "Questo 'dn' non è di una macro telefonica."
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
+msgstr "Mostra solo le classi con variabili"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
-msgstr "Stringa"
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
+msgstr "Mostra solo le classi con pachetti"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr "Combobox"
+#: plugins/admin/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
+msgstr "Mostra solo le classi con partizioni"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr "Booleano"
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Elenco degli script"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
-msgstr "Cancella gli inutilizzati"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Attributi script"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr "Permessi insufficienti, non puoi cambiare gli attributi '%s' in goFonMacro."
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "priorità"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:920
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr "Il parametro %s contiente caratteri non ammessi. '!,#' sono utilizzati come delimitatori"
+#: plugins/admin/fai/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "Albero degli oggetti FAI"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:341
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr "Il parametro %s ha un valore non corretto per il tipo booleano."
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr "Ricarica la classe e rilascia la configurazione dall'oggetto padre."
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:370
-#, php-format
-msgid "Parameter count of the macro changed, you must update each user which are using this macro '%s'."
-msgstr "Il parametro 'count' della macro è modificata. Devi aggiornare ogni utente che sat utilizzando la macro '%s'."
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Elenco dei file modello"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
-msgid "Saving phone macro parameters failed"
-msgstr "Salvataggio dei parametri della macro telefonica fallito"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Attributi del modello"
 
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argomenti"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Salva il modello"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "tipo"
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Directory di destinazione"
 
 
-#: plugins/gofon/macro/parameter.tpl:9
-#: plugins/admin/applications/class_applicationParameters.inc:101
-msgid "Default value"
-msgstr "Valore di default"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_divListConferences.inc:47
+msgid "Owner"
+msgstr "Proprietario"
 
 
-#: plugins/gofon/macro/remove.tpl:6
-#: plugins/admin/applications/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 "Questo valore può essere usato da diversi gruppi. verifica con attenzione le modifiche perchè GOsa non può ripristinare i valori modificati."
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Gruppo"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:97
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:255
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:650
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:249
-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 "Al momento non è definito un server Asterisk. Può essere che hai omesso di indicare l'handle di gestione di Asterisk (goFonServer). Queste impostazioni non possono essere salvate nel database Asterisk."
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Accesso"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:187
-msgid "This macro ist still in use. To delete this Macro ensure that nobody has selected this Macro."
-msgstr "La macro è ancora in suo. Prima di cancellare la Macro devi verificae che nessun utente l'abbia selezionata."
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+#: plugins/admin/systems/class_servDNS.inc:164
+msgid "Class"
+msgstr "Classe"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:194
-msgid "Removing phone macro failed"
-msgstr "Rimozione della macro telefonica fallita"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Lettura"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:208
-msgid "Removing phone macro reverences failed"
-msgstr "Rimozione delle regole delle macro telefoniche fallito"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Scrivi"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:221
-msgid "There is no mysql extension available in your php setup, can't save any changes to asterisk db."
-msgstr "Non c'è una dispensione mysql disponibile nella configurazione php; non è possibile salvare i cambiamenti nel database Asterisk."
-
-#: plugins/gofon/macro/class_gofonMacro.inc:235
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:84
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:300
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1042
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:386
-#: plugins/admin/ogroups/class_phonequeue.inc:615
-#, php-format
-msgid "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql error."
-msgstr "Il server MySQL '%s' non è raggiungibile per l'utente '%s'; controlla il file di log di GOsa per identificare gli errori mysql."
-
-#: plugins/gofon/macro/class_gofonMacro.inc:246
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:91
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:311
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1053
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:281
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:397
-#: plugins/admin/ogroups/class_phonequeue.inc:250
-#: plugins/admin/ogroups/class_phonequeue.inc:625
-#, php-format
-msgid "Can't select database %s on %s."
-msgstr "Non posso selezionare il database %s in %s."
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Speciale"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:291
-#, php-format
-msgid "Unable to parse macro contents on line: %s"
-msgstr "Impossibile eseguire la macro alla linea: %s"
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "utentge"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:309
-#, php-format
-msgid "Can't perform SELECT query in DB '%s'"
-msgstr "Impossibile eseguire l'interrogazione SELECT nel database '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:318
-#: plugins/gofon/macro/class_gofonMacro.inc:326
-#, php-format
-msgid "Can't perform DELETE query in DB '%s'"
-msgstr "Impossibile eseguire la cancellazione DELETE nel database '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:340
-#, php-format
-msgid "Can't perform INSERT query in DB '%s'"
-msgstr "Impossibile eseguire l'inserimento INSERT nel database '%s'"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Altri"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:388
-#, php-format
-msgid "The given cn '%s' already exists."
-msgstr "il cn '%s' indicato già esiste."
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:393
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr "Devi specificare il 'Mostra nome' per poter salvare questa macro"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Elenco delle variabili assegnate"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:397
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr "Il cn fornito è troppo lungo pre creare una 'entry'; massimo 20 caratteri."
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Scegli la variabile da cancellare o modificare"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:402
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr "Permessi insufficienti, non posso cam,biare l'attrivuto '%s' in goFonMacro"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Attributi delle variabili"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:408
-msgid "Makro length must be lower than 100 lines"
-msgstr "La lunghezza della macro deve essere inferiore a 100 linee"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Contentuo delle variabili"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:413
-msgid "Please choose a valid  base."
-msgstr "Per favore scegliere una valida base"
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Installazione completamente automatica"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:456
-msgid "Saving phone macro failed"
-msgstr "Salvataggio della macro telefonica fallito"
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#, fuzzy
+msgid "Enter FAI object name"
+msgstr "Albero degli oggetti FAI"
 
 
-#: plugins/gofon/macro/main.inc:43
-#: plugins/gofon/macro/main.inc:47
-msgid "Phone macro management"
-msgstr "Gestione delle macro telefoniche"
+#: 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 ""
+"Questo include tuttr le informazioni dell'oggetto. Controllate attentamente "
+"i dati prima di eseguire l'operazione perché GOsa non è in grado di "
+"ripristinare i dati precedenti."
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-#: plugins/admin/ogroups/phonequeue.tpl:4
-msgid "Phone numbers"
-msgstr "Numeri di telefono"
+#: plugins/admin/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. Please "
+"double check if your really want to do this since there is no way for GOsa "
+"to get your data back."
+msgstr ""
+"Questo include tutti i dati degli utenti, di accesso al sistema, ecc. per "
+"questa filiale. Controllate attentamente le modifiche da apportare perché "
+"GOsa non potrà ripristinare i dati modificati."
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/admin/systems/workstationService.tpl:66
-msgid "Telephone hardware"
-msgstr "Impianto telefonico (hardware)"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Scegli"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/admin/systems/workstationService.tpl:69
-msgid "Telephone"
-msgstr "Telefono"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Applica questa acl solo per i valori degli utenti"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:33
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr "Codice della segreteria telefonica PIN"
+#: plugins/admin/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Rilascia il focus"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:41
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "Codice telefono PIN"
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Seleziona il nome rilasciato"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:59
-#: plugins/gofon/phoneaccount/generic.tpl:60
-msgid "Phone macro"
-msgstr "Macro telefonica"
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Applicazioni usate"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:67
-#: plugins/admin/systems/network.tpl:42
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/admin/fai/faiPackageNew.tpl:31
-msgid "Refresh"
-msgstr "Aggiorna"
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
+msgstr "Aggiungi categoria"
 
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Impostazioni telefono"
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Applicazioni disponibili"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:123
-msgid "no macro"
-msgstr "Nessuna macro"
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Opzioni dell'applicazione"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:140
-msgid "undefined"
-msgstr "Non definito"
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
+msgstr "Lista dei gruppi"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:261
-msgid "Can't save any changes to asterisk database, there is no mysql extension available."
-msgstr "Non posso salvare le modifiche nel database Asterisk; non è disponibile alcuna estensione mysql."
+#: plugins/admin/groups/class_divListGroup.inc:41
+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 ""
+"Questo menu permette di aggiungere, modificare e rimuovere i gruppi "
+"selezionati. POtresti poter usare il selettore in cima all'elenco dei "
+"gruppi, quando stai lavorando con molti gruppi."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:565
-msgid "Error while performing query:"
-msgstr "Errore nell'esecuzione dell'interrogazione:"
+#: plugins/admin/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
+msgstr "Nome del gruppo/dipartimento"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:621
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:745
-msgid "This account has no phone extensions."
-msgstr "L'utente non ha estensioni telefoniche."
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Select to see groups that are primary groups of users"
+msgstr "Seleziona per vedere i gruppi che sono gruppi primari di utenti."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:641
-msgid "The macro you selected, is no longer available for you, please choose another one."
-msgstr "la macro selezionata non è più dispobilie, per favore sceglierne un'altra."
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
+msgstr "Mostra i gruppi primari"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:755
-msgid "Remove phone account"
-msgstr "Rimuovi utente telefonico"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
+msgstr "Seleziona per vedere i gruppi che sono mappati come gruppi samba."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:756
-msgid "This account has phone features enabled. You can disable them by clicking below."
-msgstr "L'utente ha le impostazioni telefoniche abilitate. Potete disabilitarle cliccando sotto."
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
+msgstr "Mostra i gruppi samba"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:759
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:762
-msgid "Create phone account"
-msgstr "Crea un utente telefonico"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Seleziona per vedere i gruppi che hanno applicazioni configurati"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:760
-msgid "This account has phone features disabled. You can't enable them while no uid is set."
-msgstr "L'utente ha le impostazioni telefoniche disabilitate. Non potete abilitarle se non è definito un UID."
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Mostra i gruppi degli applicativi"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:763
-msgid "This account has phone features disabled. You can enable them by clicking below."
-msgstr "L'utente ha le impostazioni telefoniche disabilitate. Potete abilitarle cliccando sotto."
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr "Seleziona per vedere i gruppi che hanno impostazioni di posta"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:776
-msgid "Please enter a valid phone number!"
-msgstr "Per favore inserite un numero telefonico valido!"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Mostra i gruppi di posta"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:806
-msgid "Choose your private phone"
-msgstr "Scegli il tuo numero personale di telefono"
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr "Seleziona per vedere i gruppi che hanno solo aspetti funzionali"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:892
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Il PIN della Segreteria telefonica deve contenere da 1 a 4 caratteri."
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Mostra i gruppi funzionali"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:895
-msgid "The specified Voicemail PIN contains invalid characters, only numeric values are allowed here."
-msgstr "Il PIN della segreteria telefonica indicato contiene caratteri non ammessi; sono consentiti solo valori numerici."
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Nomi degli utilizzatori dei gruppi scelti"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:900
-msgid "Phone PIN must be at least one character long."
-msgstr "Il PIN telefonico deve essere di almeno 1 carattere."
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Crea un nuovo gruppo"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:903
-msgid "The specified phone PIN contains invalid characters, only aphanumeric values are allowed here."
-msgstr "Il PIN della telefono indicato contiene caratteri non ammessi; sono consentiti solo valori alfanumerici."
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Nuovo"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:913
-#, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "devi specificare almeno un numero telefonico!"
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
-msgid "Saving phone account failed"
-msgstr "Salvataggio dell'utente telefonico fallito"
+#: plugins/admin/groups/class_groupAcl.inc:52
+#, fuzzy
+msgid "You have no permissions to view and edit ACLs."
+msgstr "Non hai il permesso di creare un utente in questa 'Base'."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1084
-msgid "Stop"
-msgstr "Ferma"
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Questo 'dn' non è un container acl"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1089
-msgid "Can't remove phone account, the mysql extension is not present in php configuration."
-msgstr "Non posso cancellare l'utente telefonico; l'estensione mysql non è presente nella configurazione php."
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr "Rimozione delle informazioni sull'ACL fallita"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Rimozione dell'utente '%s' dalla coda telefonica '%s'."
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr "Salvataggio delle informazioni sull'ACL fallita"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1129
-msgid "Removing phone account failed"
-msgstr "Rimozione dell'utente telefonico fallita"
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Tutti i campi sono scrivibili"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1158
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1160
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:437
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:439
-#: plugins/admin/ogroups/class_phonequeue.inc:525
-#: plugins/admin/ogroups/class_phonequeue.inc:527
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Il numero di telefono prescelto '%s' è già assegnato a '%s'."
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Questo 'dn' non è un appgroup."
 
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Elenco delle 'stanze di conferenza'"
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Rimuobi le applicazioni"
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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 menu consente di creare, cancellare e modificare le selezionale conferenze telefoniche. Se vi è un elevato numero di 'conferenze'  può essere utile selezionare il selettore in cima all'elenco."
+#: plugins/admin/groups/class_groupApplication.inc:405
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Questo gruppo ha le opzioni delle applicazioni abilitate. Le puoi "
+"disabilitare cliccando sotto."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Espressione regolare per ricercare i nomi degli utenti"
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Crea le applicazioni"
 
 
-#: plugins/gofon/conference/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/users/class_divListUsers.inc:51
-msgid "Properties"
-msgstr "Proprietà"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Questo gruppo ha le opzioni delle applicazioni disabilitate. Le puoi "
+"abilitare cliccando sotto."
 
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Nome conferenza"
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
+msgstr "Carattere non valido nel nome della categoria."
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Nome della 'conferenza' da creare"
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
+msgstr "La categoria specifica già esiste."
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Scegli dove posizionare la 'conferenza'"
+#: plugins/admin/groups/class_groupApplication.inc:523
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr "Il nome dell'applicazione selezionata non è unico. Verifica in LDAP."
 
 
-#: plugins/gofon/conference/generic.tpl:61
-#: plugins/admin/departments/generic.tpl:14
-msgid "Descriptive text for department"
-msgstr "Descrizione del dipartimento"
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "L'applicazione selezionata non ha opzioni."
 
 
-#: plugins/gofon/conference/generic.tpl:66
-msgid "Lifetime (in days)"
-msgstr "Tempo massimo (in giorni)"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "Indietro"
 
 
-#: plugins/gofon/conference/generic.tpl:104
-msgid "Preset PIN"
-msgstr "PIN predefinito"
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
+msgstr "applicazione"
 
 
-#: plugins/gofon/conference/generic.tpl:112
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "PIN"
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
+msgstr "Cancella il valore"
 
 
-#: plugins/gofon/conference/generic.tpl:118
-msgid "Record conference"
-msgstr "Registro conferenza"
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr "Muoviti su"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Sound file format"
-msgstr "Formato file musicale"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "Muoviti giù"
 
 
-#: plugins/gofon/conference/generic.tpl:127
-#: plugins/admin/departments/generic.tpl:30
-msgid "Choose subtree to place department in"
-msgstr "Scegli dove posizionare il dipertimento"
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr "Inserisci un separatore"
 
 
-#: plugins/gofon/conference/generic.tpl:143
-msgid "Play music on hold"
-msgstr "Suona la musica nell'attesa"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "Questa applicazione non è più disponibile."
 
 
-#: plugins/gofon/conference/generic.tpl:149
-msgid "Activate session menu"
-msgstr "Attiva il menu della sessione"
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr "Questa applicazione non è disponibile in ogni release chiamata '%s'."
 
 
-#: plugins/gofon/conference/generic.tpl:155
-msgid "Announce users joining or leaving the conference"
-msgstr "Annucia agli utenti la connessione e disconnessione da una conferenza"
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Verifica i parametri"
 
 
-#: plugins/gofon/conference/generic.tpl:161
-msgid "Count users"
-msgstr "Conta gli utenti"
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Questa applicazione ha modificato i parametri."
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Conferenze telefoniche"
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "Rimozione delle informazioni sull'applicazione fallita"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Gestione"
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "Salvataggio delle informazioni sull'applicazione fallita"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#: plugins/admin/departments/class_departmentManagement.inc:158
+#: plugins/admin/groups/class_groupApplication.inc:932
 #, php-format
 #, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "Stai per cancellare l'intero albero sottostante della struttura LDAP sotto '%s'."
-
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-#: plugins/admin/departments/class_departmentManagement.inc:179
-msgid "You have no permission to remove this department."
-msgstr "Non hai il permesso di cancellare questo dipartimento."
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
+"Non posso risolvere il nome della release '%s', impostando il nome a '%s'. "
+"Può darsi che l'oggetto di base sia cambiato."
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:215
-msgid "You have specified a conference 'without PIN' ... please leave the PIN fields empty."
-msgstr "Hai specificato una conferenza 'senza PIN' ... per favore lascia il campo PIN vuoto."
+#: plugins/admin/groups/class_groupGeneric.inc:120
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr ""
+"Non posso trovare il SID del gruppo in LDAP o nel file di configurazione!"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:219
-msgid "Please enter a PIN."
-msgstr "Per favore inserisci il PIN."
+#: plugins/admin/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
+msgstr "Questo 'dn' non è un gruppo."
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:223
-msgid "Please enter a name for the conference."
-msgstr "Per favore inserisci un nome per la conferenza."
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Samba group"
+msgstr "Gruppo samba"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:227
-msgid "Only numeric chars are allowed in Number field."
-msgstr "Sono ammessi solo caratteri numerici nel campo 'Numero'"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
+msgstr "Amministratori del dominio"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:231
-msgid "Only numbers are allowed in Lifetime."
-msgstr "Sono ammessi solo caratteri numerici nel campo 'Tempo massimo'"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
+msgstr "Utenti del dominio"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:261
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:371
-msgid "Can't save any changes to asterisk database, there is currently no mysql extension available in your php setup."
-msgstr "Non posso salvare le modifiche nel database Asterisk; non c'è una estensione mysql disponibile nella configurazione php."
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
+msgstr "Ospiti del dominio"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:270
-#: plugins/admin/ogroups/class_phonequeue.inc:240
+#: plugins/admin/groups/class_groupGeneric.inc:322
 #, php-format
 #, php-format
-msgid "The MySQL server '%s' isn't reachable as user '%s', check GOsa log for mysql error."
-msgstr "Il server MySQL '%s' non è raggiungibile per l'utente '%s'; verifica il file di log di GOsa per gli errori MySql."
+msgid "Special group (%d)"
+msgstr "Gruppi speciali (%d)"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:509
-msgid "Saving phone conference failed"
-msgstr "Salvataggio della conferenza telefonica fallito"
+#: plugins/admin/groups/class_groupGeneric.inc:434
+msgid "! unknown id"
+msgstr "! id sconosciuto"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Nome - Numero"
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
+msgid ""
+"Your search method returned more than '%s' users, only '%s' users are shown."
+msgstr ""
+"Il metodo di ricerca ha restituito più di '%s' utenti, soli '%s' utenti sono "
+"mostrati."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:47
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-msgid "Owner"
-msgstr "Proprietario"
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
+msgstr "Rimozione del gruppo fallito"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Espressione regolare per ricercare nomi conferenze"
+#: plugins/admin/groups/class_groupGeneric.inc:611
+#, php-format
+msgid "No configured SID found for '%s'."
+msgstr "Non è stato trovato un SID configurato per '%s'."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:84
-msgid "Create new conference"
-msgstr "Crea una nuova conferenza"
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
+msgstr "Non è stato trovato un RIDBASE per '%s'."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:84
-msgid "New conference"
-msgstr "Nuova conferenza"
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
+msgstr "Salvataggio del gruppo fallito"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:103
-#: plugins/admin/applications/class_divListApplication.inc:159
-#: plugins/admin/groups/class_divListGroup.inc:150
-#: plugins/admin/ogroups/class_divListOGroup.inc:138
-#: plugins/admin/departments/class_divListDepartment.inc:92
-msgid "Edit this entry"
-msgstr "Modifica questo valore (entry)"
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "Non hai il permesso per preare un gruppo a questo livello."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:105
-#: plugins/gofon/conference/class_divListConferences.inc:107
-#: plugins/admin/applications/class_divListApplication.inc:164
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/ogroups/class_divListOGroup.inc:140
-#: plugins/admin/departments/class_divListDepartment.inc:94
-msgid "Delete this entry"
-msgstr "Cancella questo valore (entry)"
+#: plugins/admin/groups/class_groupGeneric.inc:740
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Il campo 'Nome' contiene caratteri non validi. Caratteri minuscoli, numeri e "
+"trattini sono consentiti."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:140
-msgid "Conference"
-msgstr "Conferenza"
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
+msgstr "Il valore specifciato come 'Nome' è già in uso."
 
 
-#: plugins/gofon/conference/remove.tpl:6
-#: plugins/admin/departments/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 "Questa sezione include tutti gli utenti, in sistemi, ecc. sotto di sé. Controlla con attenzione se è quello che vuoi perché GOsa non può annullare l'operazione una volta effettuata."
-
-#: plugins/gofon/conference/remove.tpl:10
-#: plugins/admin/systems/remove.tpl:10
-#: plugins/admin/fai/remove.tpl:11
-#: plugins/admin/departments/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 "E' meglio salvare il contenuto dell'albero LDAP i un file prima di eseguire questa azione. Una volta fatto questo puoi premere 'Cancella' per proseguire o 'Annulla' per interompere l'azione."
-
-#: plugins/gofon/conference/main.inc:39
-#: plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Gestione conferenze"
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "Il valore specificato come 'GID' non è valido."
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:66
-#: plugins/addons/addressbook/address_info.tpl:29
-msgid "Private"
-msgstr "privata"
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "Il valore specificato come 'GID' è troppo piccolo."
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contatto"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr "Troppi utenti, non ho un ID da allocare!"
 
 
-#: 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 "L'elenco dei plugin telefonici prevede liste e ricerche semplificate per gli utenti del dominio. Puoi utilizzare il carattere asterisco [*] in 'Go*us' per cercare 'Gonicus'. Usa i filtri sotto riportati per rstringere la ricerca."
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr ""
+"Non è specificato un metodo di inoltro posta '%s' nel file gosa.conf "
+"disponibile."
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Aggiungi valore"
+#: plugins/admin/groups/class_groupMail.inc:287
+msgid "read"
+msgstr "leggi"
 
 
-#: plugins/addons/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:717
-msgid "Edit entry"
-msgstr "Modifica valore"
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
+msgstr "post"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Cancella valore"
+#: plugins/admin/groups/class_groupMail.inc:289
+msgid "external post"
+msgstr "post 'esterno'"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Seleziona per cercare utenti regolari"
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
+msgstr "append"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Mostra le entry delle Organizzazioni"
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
+msgstr "scrivi"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Seleziona per vedere gli utenti nella rubrica"
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "nessuno"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Mostra le entry della rubrica"
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Questo 'dn' non ha una valida estensione mail"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Mostra i risultati per dipartimento"
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Rimuovi utente di posta"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Confronta oggetti"
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le caratteristiche di posta abilitate. Potete disabilitarle "
+"cliccando sotto."
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Scegli gli oggetti che debbono essere cercati in"
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Crea un utente di posta"
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Cerca la stringa"
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid ""
+"This account has mail features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le caratteristiche di posta disabilitate. Potete abilitarle "
+"cliccando sotto."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Scegli il dipartimento in cui inserire il valore"
+#: plugins/admin/groups/class_groupMail.inc:348
+msgid ""
+"Remove shared folder from mail server database when entry gets removed in "
+"LDAP"
+msgstr ""
+"Rimuovi le cartelle condivise dal server di posta quando questi valori sono "
+"rimossi da LDAP"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Personale"
+#: plugins/admin/groups/class_groupMail.inc:349
+msgid "Remove the shared folder and all its contents after saving this account"
+msgstr ""
+"Rimuovi le cartelle condivise e tutto il loro contenuto dopo aver salvato "
+"questo utente"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "E-mail"
+#: plugins/admin/groups/class_groupMail.inc:404
+msgid "You're trying to add an invalid email address "
+msgstr "Stai provando ad aggiungere un indirizzo mail non valido"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Organizzazione"
+#: plugins/admin/groups/class_groupMail.inc:405
+msgid "to the list of forwarders."
+msgstr ""
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Azienda"
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr ""
+"Aggiungere uno dei vostri indirizzi di posta agli indirizzi di inoltro non è "
+"corretto."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Nazione"
+#: plugins/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"State provando ad aggiungere un indirizzo di posta elettronica non valido "
+"alla lista degli indirizzi alternativi."
 
 
-#: 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 "Questa sezione include tutti i contatti. Controlla con attenzione se è quello che vuoi perché GOsa non può annullare l'operazione una volta effettuata."
+#: plugins/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+msgid "The address you're trying to add is already used by user"
+msgstr "L'indirizzo che state provando ad aggiungere è già utilizzato"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Rubrica"
+#: plugins/admin/groups/class_groupMail.inc:641
+msgid "Removing group mail settings failed"
+msgstr "Rimozione delle specifiche dei gruppi di posta fallita"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Chiama dal '%s' al '%s' ora?"
+#: plugins/admin/groups/class_groupMail.inc:829
+msgid "Saving group mail settings failed"
+msgstr "Salvataggio delle specifiche dei gruppi di posta fallita"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:164
-msgid "You have no personal phone number set. Please change that in order to perform direct dials."
-msgstr "Non avete indicato un numero di telefono personale. Dovete definirlo per poter gestire le telefonate personali."
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Il campo obbligatorio 'Indirizzo principale' non è configurato."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "Rimozione della voce della rubrica fallita"
+#: plugins/admin/groups/class_groupMail.inc:858
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr ""
+"Per favore inserite un validoi indirizzo e-mail nel campo 'Indirizzo "
+"principale'."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "Non è permesso cancellare questa voce!"
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "L'indirizzo primario inserito è già in uso."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "State per cancellare la voce %s."
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "Valore di 'Quota' non valido."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-#: plugins/addons/addressbook/dial.tpl:10
-msgid "Dial"
-msgstr "Componi"
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr ""
+"Per favore specificate una corretta dimensione della posta che deve essere "
+"rifiutata."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Salva il contatto %s come vcard"
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr ""
+"Non avete definito la dimensione massima della posta che deve essere "
+"rifiutata."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Invia e-mail a %s"
+#: plugins/admin/groups/class_groupMail.inc:891
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
+msgstr ""
+"Per favore scegli delle valide impostazioni di permesso. Le impostazioni di "
+"permesso non possono essere vuote."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "Rubrica globale"
+#: plugins/admin/groups/class_groupMail.inc:895
+msgid "Please select a valid mail server."
+msgstr "Per favore selezionate un valido server di posta."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
-msgstr "Database utenti"
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+#, fuzzy
+msgid "You are not allowed to execute this method!"
+msgstr "Non ti è permesso cancellare questa macro!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
+#: plugins/admin/groups/class_groupManagement.inc:261
 #, php-format
 #, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contatto salvato in '%s'"
+msgid "You're about to delete the group '%s'."
+msgstr "Stai per cancellare il gruppo '%s'."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Crea una nuova voce in"
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "Non ti è permesso cancellare questo gruppo!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Tutti"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
+#: plugins/admin/ogroups/generic.tpl:7
+#: plugins/admin/ogroups/paste_generic.tpl:4
+msgid "Group name"
+msgstr "Nome del gruppo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Telefono ufficio"
+#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
+msgid "Posix name of the group"
+msgstr "Nome posix del gruppo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "Telefono cellulare"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Descrizione del gruppo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid "Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr "Non posso creare un distinto DN per questo valore. Per favore compilate i campi previsti."
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
+msgid "Choose subtree to place group in"
+msgstr "Scegli dove salvare il gruppo"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-msgid "You have no permissions to create or modify a global address book entry."
-msgstr "Non avete il permesso di creare o modificare un valore nella rubrica globale."
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:13
+msgid "Normally IDs are autogenerated, select to specify manually"
+msgstr ""
+"Normalmente gli ID sono autogenerati; seleziona per specificarli manualmente"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "Salvataggio del valore della rubrica fallito"
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:15
+msgid "Force GID"
+msgstr "Forza il GID"
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Ribrica"
+#: plugins/admin/groups/generic.tpl:43
+#: plugins/admin/groups/paste_generic.tpl:18
+msgid "Forced ID number"
+msgstr "Numero ID forzato"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Connessione telefonica..."
+#: plugins/admin/groups/generic.tpl:50
+msgid "Select to create a samba conform group"
+msgstr "Selezionate per creare un gruppo samba corrispondente"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "Condivisioni DFS"
+#: plugins/admin/groups/generic.tpl:55
+msgid "in domain"
+msgstr "nel dominio"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid "This menu allows you to create, delete and edit selected dfs shares. Having a large numbers of dfs shares, you might prefer the range selectors on top of the dfs share list."
-msgstr "Questo menu consente di creare, cancellare e modifciare le condivisioni DFS. Se hai un elevsato numerdo di condivisioni puoi scegliere di utilizzare i selettori in cima al'elenco."
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
+msgstr "Questi elementi sono in un gruppo di pickup telefonico"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Mostra le condivisioni DFS corrispondenti"
+#: plugins/admin/groups/generic.tpl:85
+msgid "Members are in a nagios group"
+msgstr "Questi elementi sono in un gruppo nagios"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Espressione regolare per ricercare i nomi delle condivisioni DFS"
+#: plugins/admin/groups/generic.tpl:101
+msgid "Group members"
+msgstr "Componenti del gruppo"
+
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Seleziona gli utenti da aggiungere"
+
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Seleziona per vedere i server"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "Proprietà DFS"
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Cerca in questo albero"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Nome della condivisione DFS"
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Mostra gli utenti del dipartimento"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Fileserver"
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Espressione regolare per ricercare il nome utente"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Condivisione su Fileserver"
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Indirizzo principale"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "Posizione della DFS"
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Indirzzo postale primario per questa cartella condivisa"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "La condivisione DFS già esiste."
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Scegli un server di posta dove inserire l'utente"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Il campo obbligatorio \"Nome della condivisione DSF\" non è stato valorizzato."
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Utilizzo Quota"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "Il campo obbligatorio \"Descrizione\" non è stato valorizzato."
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "non definito"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Il campo obbligatorio \"Fileserver\" non è stato valorizzato."
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Dimensione Quota"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Il campo obbligatorio \"Condivisione su fileserver\" non è stato valorizzato."
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Indirizzo alternativi"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "Il campo obbligatorio \"Localizzazione\" non è stato valorizzato."
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Lista degli indirizzi e-mail alternativi"
 
 
-#: plugins/addons/godfs/main.inc:27
-#: plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
-msgstr "Amministrazione del File System Administration"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Cartelle con divise IMAP"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "Gestione DFS"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Permessi di default"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "Rimozione della condivisione DFS fallita"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Permessi dei componenti"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
-msgstr "Nessuna valore DFS trovato"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Inoltra i messaggi anche ai non componenti dei gruppi"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Risali di una share DFS"
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Aggiungi locali"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
-msgstr "Vai alla radice delle condivisioni DFS"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Cartelle degli amministratori"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Crea una nuova condivisione DFS"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Seleziona uno specifcio dipartimento"
 
 
-#: plugins/addons/mailqueue/contents.tpl:12
-msgid "Please enter a search string here."
-msgstr "Per favore inserisci una stringa di ricerca."
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Selezionate gli indirizzi da aggiungere"
 
 
-#: plugins/addons/mailqueue/contents.tpl:14
-msgid "Select a server"
-msgstr "Seleziona un server"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Mostra gli indirizzi dei dipartimenti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:17
-msgid "with status"
-msgstr "con stato"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Mostra gli indirizzi corrispondenti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:21
-msgid "within the last"
-msgstr "senza l'ultimo"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Espressioni regolari per comparare gli indirizzi"
 
 
-#: plugins/addons/mailqueue/contents.tpl:29
-msgid "Remove all messages"
-msgstr "Rimuovi tutti i messaggi"
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Mostra di indirizzi dell'utente"
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages from selected servers queue"
-msgstr "Rimuovi tutti i messaggi dalla coda server selezionata"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Nome dell'utente i cui indirizzi sono mostrati"
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Hold all messages"
-msgstr "Tieni tutti i messaggi"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Gruppo Amministrativo"
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages in selected servers queue"
-msgstr "Tieni tutti i messaggi della lista server selezionata"
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Impostazioni gruppo"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Release all messages"
-msgstr "Rilascia tutti i messaggi"
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "Settaggi di posta"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages in selected servers queue"
-msgstr "Rilascia tutti i messaggi nella coda server selezionata"
+#: 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 ""
+"Questo potrebbe essere un gruppo primario. Verifica attentamente se vuoi "
+"realmente cancellarlo perché GOsa non può ripristinare i dati."
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Requeue all messages"
-msgstr "Riaccoda tutti i messaggi"
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Elenco dei gruppi di oggetti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages in selected servers queue"
-msgstr "Riaccoda tutti i messaggi nella coda server selezionata"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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 ""
+"Questo menu peremette di aggiungere, modificare o cancellare i gruppi "
+"selezionati. Puoi utiulizzare il selettore sopra l'elenco quando lavori con "
+"un ampio numero di gruppi."
 
 
-#: plugins/addons/mailqueue/contents.tpl:46
-msgid "Search returned no results"
-msgstr "La ricerca non ha prodotto risultati"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Nome dei gruppi di oggetti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:52
-msgid "ID"
-msgstr "ID"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Seleziona per vedere i gruppi che contengono utenti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:55
-msgid "Arrival"
-msgstr "Arrivo"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Mostra i gruppi che contengono altri gruppi"
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Recipient"
-msgstr "Destinatario"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Seleziona per vedere i gruppi che contengono altri gruppi"
 
 
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Error"
-msgstr "Errore"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Mostra i gruppi che contengono altri gruppi"
 
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Attivo"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "Seleziona per vedere i gruppi che contengono applicazioni"
 
 
-#: plugins/addons/mailqueue/contents.tpl:93
-msgid "Delete this message"
-msgstr "Cancella questo mesaggio"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Mostra i gruppi che contengono applicazioni"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "unhold"
-msgstr "Non tenere????"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Seleziona per vedere i gruppi che contengono dipartimenti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "Release message"
-msgstr "Rilascia il messaggio"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Mostra i gruppi che contengono dipartimenti"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "hold"
-msgstr "tieni"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Seleziona per vedere i gruppi che contengono server"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
-msgstr "Tieni il messaggio"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Mostra i gruppi che contengono server"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
-msgstr "riaccoda"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
+msgstr "Seleziona per vedere i gruppi che contengono workstation"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
-msgstr "Riaccoda questi messaggi"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Mostra i gruppi che contengono workstation"
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "header"
-msgstr "header"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Seleziona per vedere i gruppi che contengono terminali"
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
-msgstr "Mostra l'header di questo messaggio"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Mostra i gruppi che contengono terminali"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Coda delle mail"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Seleziona per vedere i gruppi che contengono stampanti"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid "Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
-msgstr "Per favore verifica il file 'gosa.conf'; non è specificata la variabile 'MAILQUEUESCRIPTPATH'."
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Mostra i gruppi che contengono stampanti"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid "You do not have permission to execute the command '%s' on the mailqueue."
-msgstr "non hai il permesso di eseguire il comando '%s' su questa coda di mail."
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Seleziona per vedere i gruppi che contengono telefoni"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr "Verifica il file  'gosa.conf' perché l'istruzione '%s' non può essere eseguita."
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Mostra i gruppi che contengono telefoni"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
-msgstr "Non è specificato un server di posta."
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Crea un nuovo gruppo di oggetti"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "su"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "giù"
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
+msgstr ""
+"Questo gruppo ha le carattestiche di 'posta' abilitate. Le puoi disabilitare "
+"cliccando sotto."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
-msgstr "nessun limite"
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"Questo gruppo ha le carattestiche di 'posta' disabilitate. Le puoi abilitare "
+"cliccando sotto."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "ore"
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "Salvataggio delle impostazioni dei gruppi oggetto di posta fallita"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr "Tieni"
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
+msgstr "Rimozione delle impostazioni dei gruppi oggetto di posta fallita"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr "Non tenere"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Questo 'dn' non è un oggetto."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
-msgstr "Non attivo"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "Troppo differenti oggetti!"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "importa file XLS "
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "Utenti"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr "Non hai il permesso di esportare dati da LDAP."
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "gruppi"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "Errore nella fase di esportazione dei valori richiesti!"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "applicazioni"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "importa file CSV"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "dipartimenti"
 
 
-#: 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 "Il plugin di importazione LDIF dispone di metodi di caricamento di serie di valori nella directory LDAP come ldif. Potete utilizzarlo per aggiungere o modificare dei valori. Ricordate che GOsa non verifica i vostri file ldifs rispetto all conformità con GOsa."
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "server"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importa i file LDIF"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "workstation"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Modifica i valori esistenti"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "terminali"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Sovrascrivi i valori esistenti"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "telefoni"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Importazione completata con successo"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "stamoanti"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:6
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-msgid "LDIF export"
-msgstr "Esportazione LDIF"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "e ????? in che contesto????"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr "Non hai il permesso di effettuare importazioni LDAP."
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "'dn' non esistente:"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:55
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-msgid "The specified file is empty."
-msgstr "Il file specificato è vuoto."
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "C'è già un altro oggetto con questo 'cn'"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:62
-#: plugins/addons/ldapmanager/class_import.inc:70
-#: plugins/addons/ldapmanager/class_csvimport.inc:331
-#: plugins/addons/ldapmanager/class_csvimport.inc:342
-#: plugins/addons/ldapmanager/class_csvimport.inc:347
-msgid "There is no file uploaded."
-msgstr "Nessun file importato."
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr "Al massimo puoi combinare due differenti tipi di oggetti."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Errore sconosciuto"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "Salvataggio del gruppo di oggetti fallito"
 
 
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-#: plugins/addons/ldapmanager/main.inc:40
-msgid "LDAP manager"
-msgstr "Gestione LDAP"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "Rimozione del gruppo di oggetti fallito"
 
 
-#: 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 "Il plugin di esportazione LDIF dispone di metodi di scaricamento di copie dei valori nella directory LDAP come ldif. Potete salvare questi file per finalità di backup o per inizializzare un nuovo server."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Gruppo di oggetti"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-msgid "Export single entry"
-msgstr "Esporta il singolo valore"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Vuoi cancellare il Gruppo di Oggetti '%s'."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Esporta un file LDIF completo per"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "Non ti è permesso di cancellare questo gruppo di oggetti!"
 
 
-#: 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 "Scegli il dipartimento che vuoi esportare"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Workstation"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-msgid "Export IVBB LDIF for"
-msgstr "Esporta file IVBB LDIF per"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminali"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-msgid "Export successful"
-msgstr "Esportazione riuscita"
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
+msgstr ""
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Clicca quì per salvare il database integrale di LDAP in un file"
+#: plugins/admin/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "suona tutti"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Clicca quì per salvare l'esportazione LDAP"
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr "round robin (???)"
 
 
-#: 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 "Il plugin di esportazione XLS possiede metodi di scaricamento di una immagine completa di tutti della directory LDAP come file XLS. Puoi salvare questi file per documentazione."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr "ultime chiamate ????"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Scegli i dati che vuoi esportare."
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr "poche chiamate completate ????"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Esportazione completata del file XLS per"
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "casuale"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Clicca quì per salvare l'esportazione del database LDAP completo in un file XLS"
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr "round robin ???? con la memoria"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Clicca quì per salvare l'esportazione LDAP in un file XLS"
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
+"Non posso salvare le modifiche nel database Asterisk; non c'è una estensione "
+"mysql disponibile nella configurazione php."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr "Non hai il permesso di fare importazioni da file CSV."
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
+#, fuzzy, php-format
+msgid ""
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; verifica il file "
+"di log di GOsa per gli errori MySql."
+
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, fuzzy, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr "Non posso selezionare il database %s in %s."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "Servono un 'sn', un 'givenName' e una 'uid' per creare un utente."
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, fuzzy, php-format
+msgid ""
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; verifica il file "
+"di log di GOsa per gli errori MySql."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "fallito"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, fuzzy, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr "Non posso selezionare il database %s in %s."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Rimuovi la coda telefonica per questo utente"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "stato"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
+msgstr ""
+"La coda telefonica è abilitata per questo gruppo. La puoi disabilitare "
+"cliccando sotto."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr "Un errore è occorso nella fase di isnerimento del valore %s. Il processo p stato interrotto."
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Crea una coda telefonica"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Niente da imporare!"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"La coda telefonica è disabilitata per questo gruppo. La puoi abilitare "
+"cliccando sotto."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "Il file selezionato non contiene alcun dato CSV..."
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr "Ci deve essere almeno un server NTP selezionato."
 
 
-#: 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 "Il plugin di importazione CSV possiede metodi perm generare utentida file contenenti Comma Seperated Values. L'amministratore può decidere quali colonne debbonoe ssere correlate a ciscun attributo. Ricorda che devi inserire almeno l'UID, il GIVENNAME e il SURENAME."
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#, fuzzy
+msgid "Please select a valid goFonHomeServer."
+msgstr "Per favore selezionate un valido server di posta."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Seleziona il file CSV da importare"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Il timeout deve essere un valore numerico"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Seleziona il modello"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr "Il valore di 'Riprova' deve essere numerico"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr "Tutti i valori sono stati correttamente scritti nel database LDAP."
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr "Il valore della massima lunghezza della coda deve essere numerico"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Ohps... C'è stato un errore durante l'importazione dei dati."
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr "Il valore della frequenza di annunicio deve essere numerico"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Ecco il report dello stato dell'importazione:"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr "Deve esserci almeno un numero di coda definito."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Seleziona un modello"
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
+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 ""
+"Al momento non è definito un server Asterisk. Può essere che hai omesso di "
+"indicare l'handle di gestione di Asterisk (goFonServer). Queste impostazioni "
+"non possono essere salvate nel database Asterisk."
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Mostra gli hosts"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+#, fuzzy
+msgid "Error while removing old queue entries from database."
+msgstr "Errore nella fase di esportazione dei valori richiesti!"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Livello dei log"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr ""
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Intervallo di tempo"
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Inserisci la stringa per la ricerca"
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
+msgid ""
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
+msgstr ""
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Insieme di regole"
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#, fuzzy
+msgid "Mysql query failed."
+msgstr "La query di interrogazione del database è fallita!"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Livello"
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Il numero di telefono prescelto '%s' è già assegnato a '%s'."
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nome Host"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "Salvataggio della coda telefonica fallito."
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Messaggio"
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "Rimozione della coda telefonica fallito."
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Log del sistema"
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Attivate"
 
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Nessun server de log definito!"
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Bloccato"
 
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr "Non posso connettere al database dei log. Nessun log può essere mostrato!"
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Test della memoria"
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
-msgstr "Non posso selezionare il database dei log per generarli!"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Analisi del sistema"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "Interrogazione al atabase dei log fallita!"
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr "Non hai il permesso di creare una workstation a questo livello."
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "un ora"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr "Ci deve essere almeno un server NTP selezionato."
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 ore"
+#: plugins/admin/ogroups/class_termgroup.inc:174
+#, php-format
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgstr ""
+"L'impostazione dello stato dell'azione (FAIstate) è fallita per l'oggetto '%"
+"s', il valore era '%s'."
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 ore"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Nessuna definizione ACTIONCMD è stata trovata nel file gosa.conf"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 ore"
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "Esecuzione di '%s' fallita!"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 giorni"
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Spegnimento"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "una settimana"
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Riavvio"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 settimane"
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Aggiornamento immediato"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "un mese"
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Aggiornamento pianificato"
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Sistema di visualizzazione dei log"
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
+msgstr "reinstalla"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Nome oggetto"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Ricontrolla l'hardware"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Contenuti"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "Salvataggio della workstation fallita."
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "L'oggetto non ha relazioni con altri oggetti."
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nome del gruppo"
 
 
-#: plugins/generic/references/class_reference.inc:36
-#: plugins/admin/systems/class_printGeneric.inc:814
-#: plugins/admin/systems/class_printGeneric.inc:816
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/ogroups/class_ogroupManagement.inc:340
-msgid "Group"
-msgstr "Gruppo"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Componente dell'oggetto??????"
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "??sottile??? cliente"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Lista di distribuzione mail"
 
 
-#: plugins/generic/references/class_reference.inc:48
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/systems/class_systemManagement.inc:837
-#: plugins/admin/ogroups/class_ogroupManagement.inc:345
-msgid "Workstation"
-msgstr "Workstation"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Indirizzo primario (mail) per questa lista di distribuzione"
 
 
-#: plugins/generic/references/class_reference.inc:50
-#: plugins/admin/ogroups/class_divListOGroup.inc:163
-msgid "Object group"
-msgstr "Gruppo di oggetti"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Seleziona gli oggetti da aggiungere"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid "This is the GOsa main menu. You can select your tasks from the menu on the left, or by choosing one of the pictograms below. All changes apply directly to your companies LDAP server."
-msgstr "Questo è il menu principale di GOsa. Potete scegliere le operazioni da effettuare dal menu di sinistra o scegliendo una delle iconne sotto riportate. Le modifiche apportate saranno applicate al server LDAP aziendale."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Seleziona per vedere i dipartimenti"
 
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid "Use 'Sign out' on the upper left to close the connection and 'Main' to get back to the pictogram view."
-msgstr "Utilizzare il pulsante 'Disconnetti' in alto a sinistra per chiudere la connessione e quello 'Principale' per ritornare a vedere le icone del menu."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Mostra i dipartimenti"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Seleziona per vedere gli account GOsa"
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "Il team GOsa"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Mostra i 'people'"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Benvenuti %s!"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Seleziona per vedere i gruppi GOsa"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:73
-#: plugins/admin/systems/class_componentGeneric.inc:50
-msgid "This 'dn' has no network features."
-msgstr "Questo 'dn' non ha caratteristiche di rete."
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Mostra i gruppi"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:126
-msgid "Removing Samba workstation failed"
-msgstr "Rimozione della workstayion in Samba fallita."
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Seleziona per vedere le applicazioni"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:164
-#: plugins/admin/systems/class_componentGeneric.inc:155
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "Non avete il permesso di creare un oggetto a questo livello ('Base')."
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Mostra le applicazioni"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:174
-#: plugins/admin/systems/class_printGeneric.inc:642
-#: plugins/admin/systems/class_servGeneric.inc:242
-#: plugins/admin/systems/class_terminalGeneric.inc:388
-#: plugins/admin/systems/class_workstationGeneric.inc:347
-#: plugins/admin/systems/class_phoneGeneric.inc:312
-#: plugins/admin/systems/class_componentGeneric.inc:165
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "C'è già un valore '%s' nel livello scelto"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Mostra i server"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:224
-msgid "Saving Samba workstation failed"
-msgstr "Salvataggio della workstayion in Samba fallita."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Seleziona per vedere le workstation"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
-msgid "This dialog allows you to configure all components of this DNS zone on a single list."
-msgstr "Questo finestra di dialogo vi consente di configurare i componenti della zona DNS in una lista singola."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Mostra le workstation"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
-msgid "Be careful editing record types with this dialog. All changes will be saved immediately when using the save button."
-msgstr "Fate attenzione a modificare i record in questa finestra. I cambiamenti saranno salvati immediatamente una volta premuto il bottone 'Salva'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Seleziona per vedere i terminali"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
-msgid "This dialog can't be used until the currently edited zone was saved or the zone entry exists in the ldap database."
-msgstr "Questa finestra di dialogo non può essere utilizzata fintanto che la zona modificata non è salvata o i valori della zona sono inseriti nel database del server LDAP."
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Mostra i terminali"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:81
-msgid "New entry"
-msgstr "Nuovo valori"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Seleziona per vedere le stampanti"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "Create a new DNS zone entry"
-msgstr "Crea un nuovo valore per la zona DNS"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Mostra le stampanti"
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Seleziona gli oggetti da aggiungere"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Seleziona per vedere i telefoni"
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:46
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Mostra gli oggetti corrispondenti"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Mostra i telefoni"
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:50
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Espressione regolare per ricercare i nomi degli oggetti"
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Mostra gli oggetti dei dipartimenti"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:176
-#, php-format
-msgid "Can't rename '%s' to '%s' there is already an entry with the same name in our zone editing dialog."
-msgstr "Non posso rinominare '%s' in '%s' perché c'è già un valore con lo stesso nome nella zona in fase di modifica."
+#: plugins/admin/ogroups/paste_generic.tpl:7
+msgid "Please enter the new object group name"
+msgstr "Per favore inserisci un nome per il gruppo di oggetti"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:203
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "Il nome del valore '%s' contiene caratteri non validi."
+#: plugins/admin/ogroups/paste_mail.tpl:7
+msgid "Please enter a mail address"
+msgstr "Per favore inserite un indirizzo di posta"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:212
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "Non posso rinominare '%s' in '%s' perché il nome di destinazione già esiste."
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:218
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Non posso creare '%s' perché il nome di destinazione già esiste."
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Definizione parametri della coda"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:227
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr "Il nome '%s' è già stato utilizzato."
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Numeri di telefono"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:233
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr "Il nome dell'host '%s' deve essere scritto in 'minuscole'."
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Definizione parametri generici della coda"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:250
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr "Il tipo di record '%s' è un 'unico' e non può essere definito due volte."
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+#, fuzzy
+msgid "Home server"
+msgstr "Font del server"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:257
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "C'è un valore vuoto '%s' per l'host '%s'."
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Tempo massimo"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:265
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr "C'è un valore duplicato in '%s' per '%s'."
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Strategia"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:1
-#: plugins/admin/systems/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Parametri Boot"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr "Massima lunghezza della coda"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Boot kernel"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr "Frequenza dell'annuncio"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:17
-#: plugins/admin/systems/workstationStartup.tpl:17
-msgid "Custom options"
-msgstr "Opzioni personalizzate"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr "(in secondi)"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:19
-#: plugins/admin/systems/workstationStartup.tpl:19
-msgid "Enter any parameters that should be passed to the kernel as append line during bootup"
-msgstr "Inserite i parametri che debbono essere passati al kernel nella fase di avvio."
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr "Setup della musica della coda"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:22
-#: plugins/admin/systems/workstationStartup.tpl:22
-msgid "LDAP server"
-msgstr "Server LDAP"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr "Utilizza la musica anziché lo squillo nell'attesa"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
-msgstr "Indicate se il terminale supporta l'avvio grafico con una barra di progresso."
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr "Musica di attesa"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Utilizza un boot grafico"
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "Filde della musica di benvenuto"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr "Indicate se il terminale deve essere avviato in modalità testo."
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Messaggio d'annuncio"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Usate l'avvvio standard in modalità testo di linux"
+#: plugins/admin/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr "File di annuncio per 'Ancora pochi minuti di attesa...'"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr "Selezione per avere un log dettagliato durante la fase di avvio"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr "'Ci sono...'"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "usa la modalità debug allo startup"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr "'... telefonate in attesa'"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:53
-#: plugins/admin/systems/workstationStartup.tpl:116
-msgid "Kernel modules (format: name parameters)"
-msgstr "Moduli del kernel (formato: nome parametri)"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "Messaggio di ringraziamento"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:55
-#: plugins/admin/systems/workstationStartup.tpl:118
-msgid "Add additional modules to load on startup"
-msgstr "Aggiungere i moduli addizionali da caricare in fase di avvio"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "File vocale dei 'minuti'"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:79
-#: plugins/admin/systems/workstationStartup.tpl:142
-msgid "Mountpoint"
-msgstr "Punto di montaggio"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "File vocale dei 'secondi'"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid "This is a new system which currently has no system type defined. Please choose a system type for this entry and press the 'continue' button. If this system should be added to a group of system settings, specify the preferred object group below."
-msgstr "Questo è un sistema nuovo che non ancora definito parametri specifici (system type). Selezionate un tipo per questo valore e premete il bottone 'continua'. Se il sistema deve essere aggiunto a delle impostazioni di un gruppo di sistemi, scegliete di seguito il gruppo oggetto prescelto."
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr "File vocale di attesa"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
-msgid "Please select a system type and an optional bundle of predefined settings to be inherited."
-msgstr "Per favofre selezionate un tipo di sistema e un collegamento predefinito opzionale che possa essere ereditato."
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr "'meno che..' (Less than)??????    File musicale "
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-#: plugins/admin/systems/glpi.tpl:9
-msgid "System type"
-msgstr "Tipo di sistema"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr "Attributi del telefono"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Scegli il tipo di sistema"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr "Annucio dell'attesa"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Scegli un gruppo di oggetti come modello"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr "Consenti all'utente chiamato di trasferire la telefonata in arrivo"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Scegli un gruppo di oggetti"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr "Consenti all'utente chiamante trasferire la telefonata in partenza"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
-msgstr "Questa condivisione non può essere rimossa finché è ancora in uso a %d utenti:"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr "Consenti all'utente chiamato di chiudere la comunicazione premendo *"
 
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
-msgstr "Per favore correggete le impostazioni della condivisione o del profilo di questi utenti"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr "Consenti all'utente chiamante di chiudere la comunicazione premendo *"
 
 
-#: plugins/admin/systems/class_servService.inc:337
-msgid "Terminal server, must have fontpath specified."
-msgstr "I termina server debbono avere specificata la directory dei font."
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr "Squlli anziché suono di sottofondo (musica)"
 
 
-#: plugins/admin/systems/class_servService.inc:396
-msgid "Saving server service object failed"
-msgstr "Salvataggio dell'oggetto servizio del server fallita"
+#: 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 ""
+"Controlla attentamente se vuoi eseguire l'operazione perché GOsa non è in "
+"grado di annullarlo."
 
 
-#: plugins/admin/systems/class_servService.inc:427
-msgid "Creating mount container failed"
-msgstr "Creazione del container del montaggio fallita"
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Coda telefonica"
 
 
-#: plugins/admin/systems/class_servService.inc:441
-msgid "Removing mount container failed"
-msgstr "RImozione del container del montaggio fallita"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "Sistema"
 
 
-#: plugins/admin/systems/class_servService.inc:453
-msgid "Saving mount container failed"
-msgstr "Salvataggio del container del montaggio fallita"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Terminali"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:108
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr "Non è possibile estrarre una base valida dell'aggetto dn; setta la base a '%s'."
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
+msgstr ""
+"L'azione che hai scelto influenza tutti i sistemi nel gruppo di oggetti. "
+"Inoltre tutti i valori modificabili possono essere ereditati dai client "
+"assegnati a questo gruppo di oggetti."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:250
-#: plugins/admin/systems/class_printGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:263
-#: plugins/admin/systems/class_printGeneric.inc:302
-#: plugins/admin/systems/class_printGeneric.inc:318
-#: plugins/admin/systems/class_printGeneric.inc:321
-msgid "Add printer extension"
-msgstr "Aggiungi l'estensione della stampante"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Server NTP"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:251
-msgid "Could not intialize printer tab, parameter parent was missing while construction."
-msgstr "Non posso creare la stampante; manca il parametro di parentela per costruirla."
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Scegli un'altro server per sincronizzare l'ora"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:259
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "Questo è un modello per workstation; la creazione stampanti non è ammessa."
+#: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
+msgid "Mode"
+msgstr "Modalità"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:264
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Questo è un modello per terminali; la creazione stampanti non è ammessa."
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:41
+msgid "Select terminal mode"
+msgstr "Seleziona il modo terminale"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:295
-msgid "This 'dn' has no printer features."
-msgstr "Questo 'dn' non la le caratteristiche di una stampante."
+#: plugins/admin/ogroups/termgroup.tpl:47
+#: plugins/admin/systems/terminal.tpl:42
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Syslog server"
+msgstr "File di log del server di sistema"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:303
-msgid "This object 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 "Questo oggetto ha le caratteristiche della stampante disabilitate. Non puoi attivarle se il valore del 'cn' non è specificato. E' probabile che tu stia creando un modello per terminali."
+#: plugins/admin/ogroups/termgroup.tpl:49
+#: plugins/admin/systems/terminal.tpl:44
+#: plugins/admin/systems/workstation.tpl:49
+msgid "Choose server to use for logging"
+msgstr "Scegli il server da utilizzare per il logging"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:310
-#: plugins/admin/systems/class_printGeneric.inc:313
-msgid "Remove printer extension"
-msgstr "Rimuovi le estensioni delle stampanti"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Azione"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:311
-msgid "This workstation has printer extension enabled.You can disable it by clicking below."
-msgstr "Questa workstation ha le estensioni per stampanti abilitate. Puoi disabilitarle cliccando sotto."
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Seleziona lazione da eseguire per questo terminale"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:314
-msgid "This terminal has printer extension enabled. You can disable it by clicking below."
-msgstr "Questo terminale ha le estensioni per stampanti abilitate. Puoi disabilitarle cliccando sotto."
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Scegli il tipo di componente di sistema che vuoi creare"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:319
-msgid "This workstation has printer extension disabled. You can enable it by clicking below."
-msgstr "Questa workstation ha le estensioni per stampanti disabilitate. Puoi abilitarle cliccando sotto."
+#: 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 ""
+"I terminali e le workstation linux sono create all'avvio. per questa ragione "
+"potrai solo creare dei modelli per uno specifico settore. I server sono "
+"automaticamente aggiunti, ma in alcuni casi devrai inserire dei valori di "
+"faked (????) server per consentire a GOsa di utilizzare alcune informazioni. "
+"Altri componenti di rete possono essere utilizzati dal setup di Nagios per "
+"creare le dipendenze dei componenti."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:322
-msgid "This terminal has printer extension disabled. You can enable it by clicking below."
-msgstr "Questo terminale ha le estensioni per stampanti disabilitate. Puoi abilitarle cliccando sotto."
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Modello client per Linux .... thin...."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:488
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Il file PPD selezionato '%s' non esiste. "
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Modello workstation per Linux "
 
 
-#: plugins/admin/systems/class_printGeneric.inc:496
-msgid "can't get ppd informations."
-msgstr "Non posso ottenere le informazioni dal file PPD."
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux Server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr "Questa stampante è di proprietà del terminale %s. Non potete rinominare questa stampante."
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Workstation Windows"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:511
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
-msgstr "Questa stampante è di proprietà della workstation %s. Non potete rinominare questa stampante."
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Stampanti di rete"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:566
-msgid "Removing printer failed"
-msgstr "Rimozione della stampante fallita"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Altri componenti di rete"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:624
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "Non avete il permesso di creare la stampante a questo livello."
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Crea"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:793
-msgid "Saving printer failed"
-msgstr "Salvataggio della stampante fallito"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Scegliere la base di partenza"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:839
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr "Tipo di stampante illegale aggiungendo '%s' alla lista '%s' delle stampanti,"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+"Spostati nell'albero alla directory preferita e salva questa come base. In "
+"aternativa clicaa sull'immagine (???) alla fine per ogni (???) valore."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:861
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr "Non posso aggiungere '%s' alla lista degli oggetti; è già in uso."
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr "Inserire i filtri con questa sintassi"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:869
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
 #, php-format
 #, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
-msgstr "Non posso aggiungere '%s' alla lista degli oggetti; non è raggiungibile."
-
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Impostazioni avanzate telefono"
+msgid "Select this base"
+msgstr "Seleziona questa base"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Tipo telefono"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Questo 'dn' non ha caratteristiche di rete."
 
 
-#: 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 "Scegli un tipo di telefono"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "Rimozione del componente generico fallita."
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Aggiorna"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "Il campo obbligatorio ' Nome componente' non è definito."
 
 
-#: plugins/admin/systems/phonesettings.tpl:21
-#: plugins/admin/systems/terminal.tpl:34
-#: plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/ogroups/termgroup.tpl:38
-msgid "Mode"
-msgstr "Modalità"
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr "il campo obbligatorio 'indirizzo IP' è vuoto."
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "Modalità DTMF"
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "Il campo 'indirizzo IP' contiene un indirizzo non valido."
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "IP di default"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "Non avete il permesso di creare un oggetto a questo livello ('Base')."
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Timeout risposta"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "C'è già un valore '%s' nel livello scelto"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modo"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "Salvataggio del componente genrico fallito"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Tipo autorizzazione"
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Elenco dei sistemi"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Segreto"
+#: plugins/admin/systems/class_divListSystem.inc:47
+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 ""
+"Questo menù permette di aggiungere, rimuovere e cambiare le proprietà di "
+"specifici sistemi. Puoi solo aggiungere sistemi che siano già stati avviati."
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GoFonInkeys"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "Sistema/Dipartimento"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GoFonOutKeys"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Seleziona per vedere i terminali linux"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Codice Utente"
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Sleeziona per vedere le workstation linux"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Linea troncata"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Sleeziona per vedere le workstation Microsoft Windows"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Hosts a cui è permesso di connettersi"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Mostra le workstation Microsoft Windows"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Hosts a cui non è permesso di connettersi"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Seleziona per vedere le stampanti di rete"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Mostra le stampanti di rete"
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/class_terminalService.inc:69
-#: plugins/admin/systems/workstationService.tpl:121
-msgid "unknown"
-msgstr "Sconosciuto"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Seleziona per vedere i telefoni VOIP"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-msgid "bit"
-msgstr "bit"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Seleziona per vedere i dispositivi di rete"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "show chooser"
-msgstr "Mostra le scelte"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Mostra i dispositivi di rete"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "direct"
-msgstr "Diretto"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Mostra i sistemi corrispondenti"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:160
-msgid "load balanced"
-msgstr "Bilanciamento carichi"
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Mostra i sistemi di utenti"
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:163
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Nuovo modello Terminal"
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "ICA client"
-msgstr "Client ICA"
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Nuovo terminale"
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_terminalService.inc:72
-#: plugins/admin/systems/class_terminalService.inc:100
-#: plugins/admin/systems/class_terminalService.inc:106
-#: plugins/admin/systems/class_terminalService.inc:116
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:119
-#: plugins/admin/systems/class_terminalService.inc:123
-#: plugins/admin/systems/class_terminalService.inc:216
-#: plugins/admin/systems/class_terminalService.inc:219
-#: plugins/admin/systems/class_terminalService.inc:222
-#: plugins/admin/systems/class_terminalService.inc:225
-#: plugins/admin/systems/class_terminalService.inc:228
-#: plugins/admin/systems/class_terminalService.inc:231
-#: plugins/admin/systems/class_terminalService.inc:234
-#: plugins/admin/systems/class_workstationStartup.inc:295
-#: plugins/admin/systems/class_workstationStartup.inc:299
-#: plugins/admin/systems/class_workstationStartup.inc:795
-#: plugins/admin/systems/class_terminalStartup.inc:122
-#: plugins/admin/systems/class_terminalStartup.inc:142
-#: plugins/admin/systems/class_terminalStartup.inc:145
-#: plugins/admin/systems/class_terminalGeneric.inc:114
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_workstationGeneric.inc:118
-msgid "inherited"
-msgstr "Ereditato"
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Nuovo modello Workstation"
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:219
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Nuova workstation"
 
 
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_terminalService.inc:254
-#: plugins/admin/systems/class_workstationStartup.inc:489
-#: plugins/admin/systems/class_terminalStartup.inc:165
-#: plugins/admin/systems/class_terminalGeneric.inc:230
-#: plugins/admin/systems/class_terminalInfo.inc:67
-msgid "This 'dn' has no terminal features."
-msgstr "This 'dn' han no terminal features."
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Nuovo Server"
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:305
-msgid "Choose the phone located at the current terminal"
-msgstr "Seleziona il telefono collegato al terminale corrente"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Nuova Stampante"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:367
-#: plugins/admin/systems/class_terminalService.inc:372
-msgid "Please specify a valid VSync range."
-msgstr "Per favore specificare un valido range VSync."
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Nuovo Telefono"
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:382
-#: plugins/admin/systems/class_terminalService.inc:387
-msgid "Please specify a valid HSync range."
-msgstr "Per favore specificare un valido range VSync."
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Nuovo Componente"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "SAlvataggio dei servizi delle workstation fallito"
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "Server Cups"
 
 
-#: plugins/admin/systems/remove_glpi.tpl:10
-msgid "Best thing to do before performing this action would be to save the current contents of your MySql database in a file. So - if you've done so - press 'Delete' to continue or 'Cancel' to abort."
-msgstr "La miglior cosa da fare prima di realizzare questa azione può essere quella di salvare i contenuti correnti del database MySql in un file. Una volta che lo avete fatto, premete 'Cancella' per continuare o 'cancella per annullare l'operazione."
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr "Log del DB"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Tipo di stampanti"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "Log di sistema del server"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-#: plugins/admin/systems/glpi.tpl:29
-msgid "Manufacturer"
-msgstr "produttore"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Server di Posta"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Interfacce supportate"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "Server IMAP"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Seriali"
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "Server Nfs"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Parallele"
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Server Kerberos"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr "USB"
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Server Asterisk "
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66
-#: plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Contatti"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Server Fax"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-#: plugins/admin/systems/glpi.tpl:52
-msgid "Technical responsible"
-msgstr "Responsabile tecnico"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "Server LDAP"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78
-#: plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Persona di contatto"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "Modifica sistema"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88
-#: plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Allegati"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Cancella il sistema"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Cartucce installate"
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "Definisci la password di root"
 
 
-#: plugins/admin/systems/class_terminalService.inc:155
-msgid "default"
-msgstr "default"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create CD"
+msgstr "Crea CD"
 
 
-#: plugins/admin/systems/class_terminalService.inc:421
-msgid "Saving terminal service information failed"
-msgstr "Salvataggio delle informazioni sui servizi del terminale fallita"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create FAI CD"
+msgstr "Xrea un CD FAI"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
-msgstr "Anti virus"
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr "Non c'è un server con un valido servizio database glpi."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-msgid "Remove anti virus extension"
-msgstr "Rimuovi l'estensione anti virus"
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
+msgstr ""
+"Non posso connettermi al database glpi; l'estensione php-mysql non è "
+"presente."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
-msgid "This server has anti virus features enabled. You can disable them by clicking below."
-msgstr "Questo server ha le estensioni antivirus abilitate. Le puoi disabilitare cliccando sotto."
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
+msgstr "Non posso connettermi al database glpi; controlla la configurazione."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-msgid "Add anti virus service"
-msgstr "Aggiungi un servizio anti virus"
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr "Questa caratteristica non è ancora completamente implementata."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
-msgid "This server has anti virus features disabled. You can enable them by clicking below."
-msgstr "Questo server ha le estensioni antivirus disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
+"L'aggiunta di un nuivo tipo di sistema è fallito perché questo nome è già in "
+"uso."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
+#: plugins/admin/systems/class_glpiAccount.inc:307
 #, php-format
 #, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
-msgstr "Rimozione del servizio anti virus del server con dn '%s' fallita."
+msgid ""
+"You can't delete this system type, it is still in use by these system(s) '%s'"
+msgstr ""
+"Non puoi cancellare questo tipo di sistema perché è ancora in uso da '%s'."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Salvataggio del servizio anti virus del server con dn '%s' fallita."
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr "Rinomina fallito; questo tipo di sistema è già in uso."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
-msgstr "Massima ricursione delle directory"
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
+msgstr ""
+"Aggiunta di nuovi sistemi operativi fallita; il nome indicato è già in uso."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
-msgstr "Massimo numero threads"
+#: plugins/admin/systems/class_glpiAccount.inc:396
+#, php-format
+msgid ""
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
+msgstr ""
+"Non puoi cancellare questo sistema operativo perché è ancora in uso da parte "
+"di '%s'."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-msgid "Maximum file size"
-msgstr "massiam dimensione file"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
+msgstr ""
+"Aggiornamento del sistema operativo fallito; il nome indicato è già in uso."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
-msgstr "Massima ricorsione"
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Rimuovi l'elenco/l'inventario (inventory)"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
-msgstr "Massimo livello di compressione"
+#: plugins/admin/systems/class_glpiAccount.inc:570
+msgid ""
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Questo componente ha l'elencazione delle informazioni attivata. Puoi "
+"disattivarla cliccando sotto."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
-msgid "Checks per day"
-msgstr "Controlli per giorno"
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Aggiungi elenco/inventario"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
-#, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "Il valore indicato per '%s' deve essere numerico."
+#: plugins/admin/systems/class_glpiAccount.inc:573
+msgid ""
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Questo componente ha l'elencazione delle informazioni disattivata. Puoi "
+"attivarla cliccando sotto."
+
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
+msgstr "N/A"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, php-format
-msgid "Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s', specificato come ACTION_HOOK per il plugin '%s' non sembra esistere."
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
+msgstr ""
+"Non puoi cancellare l'utente glpi perché l'estensione mysql è mancante."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
-msgstr "Definizione dello stato delle istanze antivirus del server con dn '%s' fallito."
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "State per cancellare il componente allegato glpi '%s'."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Lista dei componenti"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
+#, php-format
+msgid ""
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
+msgstr ""
+"Non potete cancelalre questo allegato perché è ancora in uso dal(i) sistema"
+"(i) '%s'"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
-msgid "This dialog allows you to attach a device to your currently edited computer."
-msgstr "Questa finestra ti consente di collegare componenti al computer che state modificando. "
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "Il file da caricare non è valido."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Mostra i componenti corrispondenti"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "Il caricamento non ha avuto successo."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Espressione regolare per comparare il nome dei componenti"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, fuzzy, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
+msgstr ""
+"La directory '/etc/gosa/glpi/' dove salvare gli upload glpi non è presente."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/fai/askClassName.tpl:70
-#: plugins/admin/fai/askClassName.tpl:77
-msgid "Use"
-msgstr "Uso"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "C'è già un file caricato con lo stesso nome."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
 #, php-format
 #, php-format
-msgid "You can't delete this manufacturer, it is still in use by these system(s) '%s'"
-msgstr "Non puoi cancellare questo produttore; è ancora in uso in uso su questo sistema '%s'"
+msgid "Can't create file '%s'."
+msgstr "Non posso creare il file '%s'."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Per favore specificate un nome."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
+msgstr "Il file è disponibilie."
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
-msgstr "il nome indicato è già in uso; per favore sceglietene un altro."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
+msgstr "Non è possibile leggere il file, forse è mancante."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:41
-#: plugins/admin/systems/workstationStartup.tpl:71
-msgid "FAI server"
-msgstr "Server FAI"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "Attualmente il file non è caricato."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:45
-#: plugins/admin/systems/workstationStartup.tpl:75
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-#: plugins/admin/systems/class_servRepository.inc:252
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/fai/faiPackageNew.tpl:21
-#: plugins/admin/fai/faiPackageNew.tpl:24
-msgid "Release"
-msgstr "Release"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "Mime"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:63
-#: plugins/admin/systems/workstationStartup.tpl:95
-msgid "Assigned FAI classes"
-msgstr "Classe FAI assegnata"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
+msgstr "Questa tabella mostra tutti gli allegati disponibili."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:85
-msgid "set"
-msgstr "imposta"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "vuoto"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Accesso amministratore (kadmin) Kerberos"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Crea un nuovo allegato"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Kerberos Realm"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Nuovo allegato"
 
 
-#: plugins/admin/systems/servdb.tpl:14
-#: plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Utente Amministratore"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Per favore specificate un nome valido per questo allegato."
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "database FAX"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
+#, php-format
+msgid "Internal Error can't create device of type '%s'"
+msgstr "Errore interno: non posso creare il tipo '%s'"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "DB utenti FAX"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
+#, php-format
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Stai per cancellare il componente glpi '%s'."
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Gestione Asterisk"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr "Non riesco a trovare questo nome oggetto."
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "DB utilizzatori Asterisk"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
+#, php-format
+msgid ""
+"You can't delete this device, it is still in use by these system(s) '%s'"
+msgstr ""
+"Non puoi cancellare qusto componente perchè è ancora in uso dal sistema '%s'"
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Prefisso di composizione nazionale"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "componenti"
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Prefisso di composizione locali"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Nuovo monitor"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "Accesso amministratore IMAP"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Identificatore server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Nuova scheda madre"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "URL di connessione"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "MB"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Porta Sieve"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Nuovo processore"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Registrazione operazioni database"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Nuovo caso"
 
 
-#: plugins/admin/systems/servdb.tpl:104
-#: plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
-msgstr "Registrazione operazioni database utilizzatori"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
+msgstr "C"
 
 
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
-msgstr "Database Glpi"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Nuova interfaccia di rete"
 
 
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
-msgstr "Database"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
-msgstr "Non c'è un server con un valido servizio database glpi."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Nuova ram"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr "Non posso connettermi al database glpi; l'estensione php-mysql non è presente."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr "R"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
-msgstr "Non posso connettermi al database glpi; controlla la configurazione."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Nuovo hard disk"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:199
-#: plugins/admin/systems/class_glpiAccount.inc:565
-msgid "Remove inventory"
-msgstr "Rimuovi l'elenco/l'inventario (inventory)"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "HDD"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:200
-msgid "This server has inventory features enabled. You can disable them by clicking below."
-msgstr "Questo server ha la caratterisca 'inventario' abilitato. Puoi disabilitarlo cliccando sotto. "
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
+msgstr "Nuovo drive"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:202
-#: plugins/admin/systems/class_glpiAccount.inc:568
-msgid "Add inventory"
-msgstr "Aggiungi elenco/inventario"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
-msgid "This server has inventory features disabled. You can enable them by clicking below."
-msgstr "Questo server ha la caratterisca 'inventario' disabilitato. Puoi abilitarlo cliccando sotto. "
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Nuovo controller"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:226
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:264
-#, php-format
-msgid "Can't rename given printer type to '%s', because this type name already exists."
-msgstr "Non puoi rinominare il tipo di stampante in oggetto a '%s' perché questo nome è già assegnato."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr "CS"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:278
-#, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
-msgstr "Non puoi cancellare questo tipo di stampante perché è ancora in suo da '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr "Nuovo controller grafico"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:611
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:626
-#: plugins/admin/systems/class_glpiAccount.inc:633
-#: plugins/admin/systems/class_glpiAccount.inc:648
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr "N/A"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr "GC"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:754
-msgid "since"
-msgstr "Dal"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Nuovo controller audio"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Modifica condivisione"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr "SC"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Setup NFS"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr "Nuovo supporto di alimentazione (power supply)"
 
 
-#: plugins/admin/systems/servnfs.tpl:33
-msgid "Volume"
-msgstr "Volume"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
+msgstr "PS"
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
-msgstr "Auto montaggio della condisione su sistemi Apple"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Nuovi componenti vari"
 
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Codepage"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr "OC"
 
 
-#: plugins/admin/systems/servnfs.tpl:104
-msgid "Option"
-msgstr "Opzioni"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Devi specificare un nome valido per questo componente."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:43
-#: plugins/admin/systems/class_workstationGeneric.inc:102
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Attivate"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "Il nome del componente è già in uso."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:67
-msgid "This 'dn' has no server features."
-msgstr "Questo 'dn' non ha caratteristiche server."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "Nessuno"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:75
-#: plugins/admin/systems/class_workstationGeneric.inc:140
-#: plugins/admin/ogroups/class_termgroup.inc:212
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Nessuna definizione ACTIONCMD è stata trovata nel file gosa.conf"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Altro"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:80
-#: plugins/admin/systems/class_terminalGeneric.inc:171
-#: plugins/admin/systems/class_terminalGeneric.inc:183
-#: plugins/admin/systems/class_terminalGeneric.inc:195
-#: plugins/admin/systems/class_workstationGeneric.inc:144
-#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
 #, php-format
 #, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Esecuzione di '%s' fallita!"
-
-#: plugins/admin/systems/class_servGeneric.inc:161
-#: plugins/admin/systems/class_terminalGeneric.inc:262
-#: plugins/admin/systems/class_workstationGeneric.inc:239
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Spegnimento"
-
-#: plugins/admin/systems/class_servGeneric.inc:161
-#: plugins/admin/systems/class_terminalGeneric.inc:263
-#: plugins/admin/systems/class_workstationGeneric.inc:239
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Riavvio"
-
-#: plugins/admin/systems/class_servGeneric.inc:162
-#: plugins/admin/systems/class_workstationGeneric.inc:240
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Aggiornamento immediato"
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
+msgstr ""
+"Non puoi cancellare questo produttore; è ancora in uso in uso su questo "
+"sistema '%s'"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:163
-#: plugins/admin/systems/class_servGeneric.inc:171
-#: plugins/admin/systems/class_workstationGeneric.inc:241
-#: plugins/admin/systems/class_workstationGeneric.inc:249
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Aggiornamento pianificato"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Per favore specificate un nome."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:164
-#: plugins/admin/systems/class_servGeneric.inc:170
-#: plugins/admin/systems/class_workstationGeneric.inc:242
-#: plugins/admin/systems/class_workstationGeneric.inc:248
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
-msgstr "reinstalla"
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
+msgstr "il nome indicato è già in uso; per favore sceglietene un altro."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:165
-#: plugins/admin/systems/class_workstationGeneric.inc:243
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Ricontrolla l'hardware"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+msgid ""
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo server ha la caratterisca 'inventario' abilitato. Puoi disabilitarlo "
+"cliccando sotto. "
 
 
-#: plugins/admin/systems/class_servGeneric.inc:166
-#: plugins/admin/systems/class_servGeneric.inc:172
-#: plugins/admin/systems/class_terminalGeneric.inc:264
-#: plugins/admin/systems/class_terminalGeneric.inc:268
-#: plugins/admin/systems/class_workstationGeneric.inc:244
-#: plugins/admin/systems/class_workstationGeneric.inc:250
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Test della memoria"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+msgid ""
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo server ha la caratterisca 'inventario' disabilitato. Puoi abilitarlo "
+"cliccando sotto. "
 
 
-#: plugins/admin/systems/class_servGeneric.inc:167
-#: plugins/admin/systems/class_servGeneric.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:269
-#: plugins/admin/systems/class_workstationGeneric.inc:245
-#: plugins/admin/systems/class_workstationGeneric.inc:251
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Analisi del sistema"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
+msgstr ""
+"Non puoi rinominare il tipo di stampante in oggetto a '%s' perché questo "
+"nome è già assegnato."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:169
-#: plugins/admin/systems/class_terminalGeneric.inc:267
-#: plugins/admin/systems/class_workstationGeneric.inc:247
-msgid "Wake up"
-msgstr "Sveglia"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
+msgstr ""
+"Non puoi cancellare questo tipo di stampante perché è ancora in suo da '%s'."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:188
-msgid "Removing server failed"
-msgstr "Rimozione del server fallita"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
+msgid "since"
+msgstr "Dal"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:224
-msgid "The required field 'Server name' is not set."
-msgstr "Il campo obbligatorio 'Nome server' non è definito."
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Stai per cancellare il tipo di cartuccia gldi '%s'."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:231
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr "Non hai i permessi per creare un server a questo livello."
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
+msgstr ""
+"No puoi cancellare questo tipo di cartuccia perché è ancora in uso dalla "
+"stampante (dalle stampanti) '%s'."
 
 
-#: plugins/admin/systems/class_servGeneric.inc:300
-msgid "Saving server failed"
-msgstr "Salvataggio del server fallito."
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr "Cartucce"
 
 
-#: plugins/admin/systems/terminalService.tpl:4
-#: plugins/admin/systems/workstationService.tpl:4
-msgid "Keyboard"
-msgstr "Tastiera"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr "Non posso cancellare questo valore, è ancora in uso."
 
 
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:210
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-#: plugins/admin/systems/workstationService.tpl:7
-msgid "Model"
-msgstr "Modello"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "Il nome selezionato è già in uso."
 
 
-#: plugins/admin/systems/terminalService.tpl:9
-#: plugins/admin/systems/workstationService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Scegli il modello della tastiera"
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "usa"
 
 
-#: plugins/admin/systems/terminalService.tpl:15
-#: plugins/admin/systems/workstationService.tpl:15
-msgid "Layout"
-msgstr "Layout"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
+msgstr "Spamassassin"
 
 
-#: plugins/admin/systems/terminalService.tpl:17
-#: plugins/admin/systems/workstationService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Scegli la lingua della tastiera"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+msgid "Remove spamassassin extension"
+msgstr "Rimuovi le estensioni di spamassassin"
 
 
-#: plugins/admin/systems/terminalService.tpl:23
-#: plugins/admin/systems/workstationService.tpl:23
-msgid "Variant"
-msgstr "Varianti"
+#: plugins/admin/systems/class_goSpamServer.inc:98
+msgid ""
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le estensioni spamassasin attivate. Le puoi disabilitare "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:25
-#: plugins/admin/systems/workstationService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Scegli la variante della tastiera"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+msgid "Add spamassassin service"
+msgstr "Aggiungi il servizio spamassassin"
 
 
-#: plugins/admin/systems/terminalService.tpl:39
-#: plugins/admin/systems/workstationService.tpl:39
-msgid "Mouse"
-msgstr "Mouse"
+#: plugins/admin/systems/class_goSpamServer.inc:102
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le estensioni spamassasin disattivate. Le puoi abilitare "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:44
-#: plugins/admin/systems/workstationService.tpl:44
-msgid "Choose mouse type"
-msgstr "Scegli il tipo di mouse"
+#: plugins/admin/systems/class_goSpamServer.inc:228
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "Il valore specificato non è un valore 'trusted network' valido."
 
 
-#: plugins/admin/systems/terminalService.tpl:50
-#: plugins/admin/systems/workstationService.tpl:50
-msgid "Port"
-msgstr "Porta"
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Rimozione del servizio server spamassassin con dn '%s' fallita."
 
 
-#: plugins/admin/systems/terminalService.tpl:52
-#: plugins/admin/systems/workstationService.tpl:52
-msgid "Choose mouse port"
-msgstr "Scegli la porta del mouse"
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr "Salvataggio del servizio server spamassassin con dn '%s' fallita."
 
 
-#: plugins/admin/systems/terminalService.tpl:83
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/info.tpl:73
-msgid "Graphic device"
-msgstr "Componente grafico"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+msgid "Required score must be a numeric value."
+msgstr "Il punteggio richiesto deve essere numerico."
 
 
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Driver"
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Il comando '%s', specificato come ACTION_HOOK per il plugin '%s' non sembra "
+"esistere."
 
 
-#: plugins/admin/systems/terminalService.tpl:88
-#: plugins/admin/systems/workstationService.tpl:88
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr "Scegli il driver grafico nel la scheda installato"
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
+"Definzione dello stato del servizio server spamassassin con dn '%s' fallita."
 
 
-#: plugins/admin/systems/terminalService.tpl:96
-#: plugins/admin/systems/workstationService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Scegli la risoluzione video da utilizzare in modalità grafica"
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr "Anti virus"
 
 
-#: plugins/admin/systems/terminalService.tpl:102
-#: plugins/admin/systems/workstationService.tpl:102
-msgid "Color depth"
-msgstr "Profondità del colore"
+#: plugins/admin/systems/class_goVirusServer.inc:80
+msgid "Remove anti virus extension"
+msgstr "Rimuovi l'estensione anti virus"
 
 
-#: plugins/admin/systems/terminalService.tpl:104
-#: plugins/admin/systems/workstationService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Scegli la profondità di colore da usare in modalità grafica"
+#: plugins/admin/systems/class_goVirusServer.inc:81
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le estensioni antivirus abilitate. Le puoi disabilitare "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:117
-#: plugins/admin/systems/workstationService.tpl:117
-msgid "Display device"
-msgstr "Monitor"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+msgid "Add anti virus service"
+msgstr "Aggiungi un servizio anti virus"
 
 
-#: plugins/admin/systems/terminalService.tpl:124
-#: plugins/admin/systems/workstationService.tpl:128
-msgid "HSync"
-msgstr "HSync"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le estensioni antivirus disabilitate. Le puoi abilitare "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:126
-#: plugins/admin/systems/workstationService.tpl:130
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Frequenza di refresh orizzontale per il monitor installato"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr "Rimozione del servizio anti virus del server con dn '%s' fallita."
 
 
-#: plugins/admin/systems/terminalService.tpl:129
-#: plugins/admin/systems/workstationService.tpl:133
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Salvataggio del servizio anti virus del server con dn '%s' fallita."
 
 
-#: plugins/admin/systems/terminalService.tpl:131
-#: plugins/admin/systems/workstationService.tpl:135
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Frequenza di refresh verticale per il monitor installato"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr "Massima ricursione delle directory"
 
 
-#: plugins/admin/systems/terminalService.tpl:141
-msgid "Remote desktop"
-msgstr "Desktop remoto"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr "Massimo numero threads"
 
 
-#: plugins/admin/systems/terminalService.tpl:145
-msgid "Connect method"
-msgstr "Metodo di connessione"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+msgid "Maximum file size"
+msgstr "massiam dimensione file"
 
 
-#: plugins/admin/systems/terminalService.tpl:147
-msgid "Choose method to connect to terminal server"
-msgstr "Scegli il metodo di connesisone al terminal server"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr "Massima ricorsione"
 
 
-#: plugins/admin/systems/terminalService.tpl:154
-msgid "Terminal server"
-msgstr "Terminal server"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr "Massimo livello di compressione"
 
 
-#: plugins/admin/systems/terminalService.tpl:156
-msgid "Select specific terminal server to use"
-msgstr "Seleziona lo specifico terminal server da utilizzare"
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+msgid "Checks per day"
+msgstr "Controlli per giorno"
 
 
-#: plugins/admin/systems/terminalService.tpl:163
-msgid "Font server"
-msgstr "Font del server"
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "Il valore indicato per '%s' deve essere numerico."
 
 
-#: plugins/admin/systems/terminalService.tpl:165
-msgid "Select specific font server to use"
-msgstr "Seleziona uno specifico font server da utilizzare"
+#: plugins/admin/systems/class_goVirusServer.inc:329
+#, php-format
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgstr ""
+"Definizione dello stato delle istanze antivirus del server con dn '%s' "
+"fallito."
 
 
-#: plugins/admin/systems/terminalService.tpl:181
-msgid "Print device"
-msgstr "Dispositivo di stampa"
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Rimuovi il servizio DNS"
 
 
-#: plugins/admin/systems/terminalService.tpl:182
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Seleziona l'IPP di partenza su cui basare i servizi di stampa del terminale"
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
+msgstr ""
+"Questo server ha le caratteristiche DNS abilitate. Potete disabilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:183
-msgid "Provide print services"
-msgstr "Fornitore dei servizi di stampa"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Aggiungi il servizio DNS"
 
 
-#: plugins/admin/systems/terminalService.tpl:189
-msgid "Spool server"
-msgstr "Server dello spool"
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
+msgstr ""
+"Questo server ha le caratteristiche DNS disabilitate. Potete abilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/terminalService.tpl:191
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Seleziona il filesystem NFS dove posizionare i file di spool"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Questo 'dn' non ha le caratteristiche per il telefono"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "Sì"
 
 
-#: plugins/admin/systems/terminalService.tpl:203
-#: plugins/admin/systems/workstationService.tpl:147
-msgid "Scan device"
-msgstr "Discositivo di scansione"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "no"
 
 
-#: plugins/admin/systems/terminalService.tpl:204
-#: plugins/admin/systems/workstationService.tpl:148
-msgid "Select to start SANE scan service on terminal"
-msgstr "Seleziona di avviare i servizi SANE per la scansione sul terminale"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr "dinamica"
 
 
-#: plugins/admin/systems/terminalService.tpl:205
-#: plugins/admin/systems/workstationService.tpl:149
-msgid "Provide scan services"
-msgstr "Fornitore dei servizi di scansione"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Impostazioni rete"
 
 
-#: plugins/admin/systems/terminalService.tpl:212
-msgid "Select scanner driver to use"
-msgstr "Seleziona il driver da usare per los canner"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
+"Non puoi cancellare perché ci sono alcuni utenti che dipendono da questo "
+"telefono. Uno di loro è '%s'."
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Zone"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "Rimozione del telefono fallita"
 
 
-#: 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 "Per modificare la password di amministrazione dei terminali usa i campi sottostanti. Le modifiche avranno effetto dal prossimo riavvio. Memorizzate la nuova password perché altrimenti non sarete in grado di accedere al sistema."
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
+msgstr "Il campo obbligatorio 'Nome telefono' non è definito."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
-msgstr "Lasciate i campi 'vuoti' per ereditare i valori di default."
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr "Il 'Nome teelfono' '0' è riservato e non può essere utilizzato."
 
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Il cambiamento della password influisce solo sull'autenticazione."
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "Non hai il permesso di creare telefoni in questo livello."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "State per cancellare il componente allegato glpi '%s'."
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "Salvataggio del telefono fallito"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
 #, php-format
 #, php-format
-msgid "You can't delete this attachment, it is still in use by these system(s) '%s'"
-msgstr "Non potete cancelalre questo allegato perché è ancora in uso dal(i) sistema(i) '%s'"
-
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "Il file da caricare non è valido."
+msgid "Can't open '%s', ppd settings resetted."
+msgstr "Non posso aprile il file '%s', inpostazioni ppd reimpostate."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "Il caricamento non ha avuto successo."
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
+msgstr "Non posso ottenere le informazioni del file ppd"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-msgid "Missing directory '/etc/gosa/glpi/' to store glpi uploads."
-msgstr "La directory '/etc/gosa/glpi/' dove salvare gli upload glpi non è presente."
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
+"Il percorso indicato '%s' che risulta da PPD_PATH nel file gosa.conf non è "
+"valido; non posso leggere/scrivere alcuna informazione ppd."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "C'è già un file caricato con lo stesso nome."
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
+msgstr "Per favore specificate un valido file ppd."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
 #, php-format
 #, php-format
-msgid "Can't create file '%s'."
-msgstr "Non posso creare il file '%s'."
-
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr "Il file è disponibilie."
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr "Non puoi selezionare il file PPD '%s' perché il file non è leggibile"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr "Non è possibile leggere il file, forse è mancante."
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr "Non posso creare la cartella '%s' per il file ppd caricato."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "Attualmente il file non è caricato."
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr ""
+"Non posso creare il file '%s' per salvare le informazioni modificate ppd."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "Mime"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgstr ""
+"Non posso aggiungere un nuovo file ppd; il file di origine '%s' non è "
+"accessibile."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr "Questa tabella mostra tutti gli allegati disponibili."
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
+"Il file ppd '%s' non sembra valido; non posso ottenere informazioni sul "
+"modello o produttore."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "vuoto"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr "C'è già un file ppd per questo genere di stampante."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Crea un nuovo allegato"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Non posso salvare i file '%s'."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Nuovo allegato"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr "Il file ppd caricato è vuoto; non posso creare un nuovo file ppd."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-#: plugins/admin/systems/class_servRepository.inc:212
-#: plugins/admin/fai/class_faiManagement.inc:350
-msgid "This name is already in use."
-msgstr "Questo nome è già in uso."
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
+msgstr "Vero"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Per favore specificate un nome valido per questo allegato."
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
+msgstr "Falso"
 
 
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-msgid "Rename"
-msgstr "Rinomina"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "Tipo ppd non supportato '%s' usato per '%s'."
 
 
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Per favore inserisci un nuovo nome"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "Rimozione del profilo FAI fallita"
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
-msgid "Manage manufacturers"
-msgstr "Gestione dei produttori"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
+"Non posso aggiungere un nuovo file ppd; il file di origine '%s' non è "
+"accessibile."
 
 
-#: plugins/admin/systems/class_servDNS.inc:67
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Rimuovi il servizio DNS"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:68
-#: plugins/admin/systems/class_inventory.inc:37
-msgid "This server has DNS features enabled. You can disable them by clicking below."
-msgstr "Questo server ha le caratteristiche DNS abilitate. Potete disabilitarle cliccando sotto."
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
+"Seleziona un valido file ppd o usa 'Annulla' per ritornare alla "
+"configurazione delle stampanti."
 
 
-#: plugins/admin/systems/class_servDNS.inc:70
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Aggiungi il servizio DNS"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, fuzzy, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Stai per cancellare l'applicazione '%s'."
 
 
-#: plugins/admin/systems/class_servDNS.inc:71
-#: plugins/admin/systems/class_inventory.inc:40
-msgid "This server has DNS features disabled. You can enable them by clicking below."
-msgstr "Questo server ha le caratteristiche DNS disabilitate. Potete abilitarle cliccando sotto."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, fuzzy, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Non posso aprire il certifcato specificato!"
 
 
-#: plugins/admin/systems/class_servDNS.inc:159
-msgid "Reverse zone"
-msgstr "Zona di reverse"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:160
-#: plugins/admin/systems/network.tpl:58
-#: plugins/admin/systems/servdnseditzone.tpl:85
-msgid "TTL"
-msgstr "TTL"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr "Il produttore '%s' non è incluso nella lista dei ppd."
 
 
-#: plugins/admin/systems/class_servDNS.inc:161
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-msgid "Class"
-msgstr "Classe"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Selezione ppd della stampante"
 
 
-#: plugins/admin/systems/class_servDNS.inc:223
+#: plugins/admin/systems/class_printGeneric.inc:105
 #, php-format
 #, php-format
-msgid "Can't delete the selected zone, because it is still in use by these entry/entries '%s'"
-msgstr "Non puoi cancellare la zona selezionata perchè è ancora in uso da questi valori/valore '%s'"
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
+"Non è possibile estrarre una base valida dell'aggetto dn; setta la base a '%"
+"s'."
 
 
-#: plugins/admin/systems/class_servDNS.inc:261
-msgid "Removing DNS service failed"
-msgstr "Rimozione servizio DNS fallita"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr "Aggiungi l'estensione della stampante"
 
 
-#: plugins/admin/systems/class_servDNS.inc:282
-msgid "Updating DNS service failed"
-msgstr "Aggiornamento servizio DNS fallito"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
+"Non posso creare la stampante; manca il parametro di parentela per "
+"costruirla."
 
 
-#: plugins/admin/systems/class_servDNS.inc:291
-msgid "Removing DNS entries failed"
-msgstr "Rimozione dei valori DNS fallita"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
+"Questo è un modello per workstation; la creazione stampanti non è ammessa."
 
 
-#: plugins/admin/systems/class_servDNS.inc:312
-msgid "Saving DNS entries failed"
-msgstr "Salvataggio dei valori DNS fallita"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr ""
+"Questo è un modello per terminali; la creazione stampanti non è ammessa."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:320
-#: plugins/admin/systems/class_terminalStartup.inc:91
-#, php-format
-msgid "Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s', specificato come KERNELS hook per il plugin '%s' non sembra esistere."
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Questo 'dn' non la le caratteristiche di una stampante."
+
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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 ""
+"Questo oggetto ha le caratteristiche della stampante disabilitate. Non puoi "
+"attivarle se il valore del 'cn' non è specificato. E' probabile che tu stia "
+"creando un modello per terminali."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:424
-msgid "There are packages in your configuration, which can't be resolved with current server/release settings."
-msgstr "Ci sono alcuni pacchetti nella configurazione che non sono compatibili con la corrente release del software."
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
+msgstr "Rimuovi le estensioni delle stampanti"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:469
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Per favore selezionate un 'server FAI' o cancellate le 'classi FAI'."
+#: plugins/admin/systems/class_printGeneric.inc:319
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Questa workstation ha le estensioni per stampanti abilitate. Puoi "
+"disabilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:527
-msgid "There is already a profile in your selection that contain partition table configurations."
-msgstr "C'è già un profilo nella selezione che contiene la configurazione della partition table."
+#: plugins/admin/systems/class_printGeneric.inc:322
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Questo terminale ha le estensioni per stampanti abilitate. Puoi "
+"disabilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:716
-msgid "Not available in current setup"
-msgstr "Non disponibile nell'attuale setup"
+#: plugins/admin/systems/class_printGeneric.inc:327
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Questa workstation ha le estensioni per stampanti disabilitate. Puoi "
+"abilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:867
-#, php-format
-msgid "Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. Server was reset to 'auto'."
-msgstr "Non posso risolvere una o più delle definite FAIclass(es) [%s] nel server FAI '%s'. Il server è stato resettato a 'auto'."
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Questo terminale ha le estensioni per stampanti disabilitate. Puoi "
+"abilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:880
+#: plugins/admin/systems/class_printGeneric.inc:497
 #, php-format
 #, php-format
-msgid "Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI configurations, possibly some classes where deleted or renamed. Server was reset to 'auto'."
-msgstr "Non posso risolvere le definite FAIclass(es) [%s]; verifica la configurazione FAI, forse alcune classi sono state cancellate o rinominate. Il server è stato resettato a 'auto'."
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Il file PPD selezionato '%s' non esiste. "
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1040
-msgid "Saving workstation startup settings failed"
-msgstr "Salvataggio delle impostazioni di avvio delle workstation fallito"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "Non posso ottenere le informazioni dal file PPD."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1090
+#: plugins/admin/systems/class_printGeneric.inc:518
 #, php-format
 #, php-format
-msgid "Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
-msgstr "Non posso eseguire lo specifciato REPOSITORY_HOOK '%s'; per favore controlla il file gosa.conf."
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
+"Questa stampante è di proprietà del terminale %s. Non potete rinominare "
+"questa stampante."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1092
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
+#: plugins/admin/systems/class_printGeneric.inc:520
 #, php-format
 #, php-format
-msgid "The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an empty string."
-msgstr "Lo specificato REPOSITORY_HOOK '%s', definito nel file gosa.conf, restituisce una stringa vuota."
-
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Server parente"
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
+"Questa stampante è di proprietà della workstation %s. Non potete rinominare "
+"questa stampante."
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-#: plugins/admin/systems/class_servRepository.inc:253
-#: plugins/admin/systems/class_servRepository.inc:274
-msgid "Sections"
-msgstr "Sezioni"
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "Rimozione della stampante fallita"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Per favore inserite un valore per la 'release'."
+#: plugins/admin/systems/class_printGeneric.inc:642
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "Non avete il permesso di creare la stampante a questo livello."
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Per favore specificate un valore valido per 'url'."
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "Salvataggio della stampante fallito"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
+#: plugins/admin/systems/class_printGeneric.inc:867
 #, php-format
 #, php-format
-msgid "Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr "Non posso eseguire REPOSITORY_HOOK '%s'. Per favore controllate il file gosa.conf."
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
+msgstr ""
+"Tipo di stampante illegale aggiungendo '%s' alla lista '%s' delle stampanti,"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
+#: plugins/admin/systems/class_printGeneric.inc:889
 #, php-format
 #, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr "Non posso aprile il file '%s', inpostazioni ppd reimpostate."
-
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
-msgstr "Non posso ottenere le informazioni del file ppd"
+msgid "Can't add '%s' to the list of members, it is already used."
+msgstr "Non posso aggiungere '%s' alla lista degli oggetti; è già in uso."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_printGeneric.inc:897
 #, php-format
 #, php-format
-msgid "The specified path '%s' which results from PPD_PATH in your gosa.conf is invalid, can't read/write any ppd informations."
-msgstr "Il percorso indicato '%s' che risulta da PPD_PATH nel file gosa.conf non è valido; non posso leggere/scrivere alcuna informazione ppd."
+msgid "Can't add '%s' to list of members, it is not reachable."
+msgstr ""
+"Non posso aggiungere '%s' alla lista degli oggetti; non è raggiungibile."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
-msgstr "Per favore specificate un valido file ppd."
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "Per favore seleziona una stampante o premi annulla."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:179
+#: plugins/admin/systems/class_servDB.inc:185
 #, php-format
 #, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
-msgstr "Non puoi selezionare il file PPD '%s' perché il file non è leggibile"
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "L'attributo '%s' è vuoto o contiene caratteri non validi."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_servDB.inc:154
 #, php-format
 #, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
-msgstr "Non posso creare la cartella '%s' per il file ppd caricato."
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "La stringa di connessione IMAP deve essere nella forma '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
-#, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr "Non posso creare il file '%s' per salvare le informazioni modificate ppd."
+#: plugins/admin/systems/class_servDB.inc:158
+msgid "The sieve port needs to be numeric."
+msgstr "La porta Sieve deve essere indicata con un numero."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
+#: plugins/admin/systems/class_servDB.inc:169
 #, php-format
 #, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
-msgstr "Non posso aggiungere un nuovo file ppd; il file di origine '%s' non è accessibile."
+msgid "The specified kerberos password is empty."
+msgstr "La password specificata per Kerberos è vuota."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
-#, php-format
-msgid "The given ppd file '%s' seams to be invalid, can't get any modell or vendor informations."
-msgstr "Il file ppd '%s' non sembra valido; non posso ottenere informazioni sul modello o produttore."
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
+#, fuzzy, php-format
+msgid ""
+"You can't remove the asterisk database extension, it is still in use by "
+"these objects '%s'."
+msgstr ""
+"Non potete cancelalre questo allegato perché è ancora in uso dal(i) sistema"
+"(i) '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
+#: plugins/admin/systems/class_servDB.inc:220
 #, php-format
 #, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "C'è già un file ppd per questo genere di stampante."
+msgid "The imap name string needs to be a hostname or an IP-address."
+msgstr ""
+"La stringa 'nome imap' deve essere il nome di un host o un indirizzo IP."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "Non posso salvare i file '%s'."
+#: plugins/admin/systems/class_servDB.inc:274
+msgid "Saving server db settings failed"
+msgstr "Salvataggio delle impostazioni database del server fallito"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
-msgstr "Il file ppd caricato è vuoto; non posso creare un nuovo file ppd."
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Rimuovi il servizio DHCP"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-#: plugins/admin/fai/faiPackage.tpl:41
-msgid "Section"
-msgstr "Sezione"
+#: plugins/admin/systems/class_servDHCP.inc:32
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Il server ha le caratteristiche DHCP abilitate. Le puoi disabilitare "
+"cliccando sotto."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
-msgstr "Vero"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Aggiungi il servizio DHCP"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
-msgstr "Falso"
+#: plugins/admin/systems/class_servDHCP.inc:35
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Il server ha le caratteristiche DHCP disabilitate. Le puoi abilitare "
+"cliccando sotto."
+
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Zona di reverse"
+
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr "TTL"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 #, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "Tipo ppd non supportato '%s' usato per '%s'."
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
+msgstr ""
+"Non puoi cancellare la zona selezionata perchè è ancora in uso da questi "
+"valori/valore '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:485
-msgid "Please select a valid ppd file or use 'Cancel' to go back to printer configuration."
-msgstr "Seleziona un valido file ppd o usa 'Annulla' per ritornare alla configurazione delle stampanti."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "Aggiornamento servizio DNS fallito"
 
 
-#: plugins/admin/systems/class_terminalStartup.inc:400
-msgid "Saving terminal startup settings failed"
-msgstr "Salvataggio impostazioni di avvio terminal fallito"
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "Rimozione dei valori DNS fallita"
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Nome del telefono"
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "Salvataggio dei valori DNS fallita"
 
 
-#: plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/terminal.tpl:19
-#: plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/wingeneric.tpl:15
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-msgid "Choose subtree to place terminal in"
-msgstr "Scegli la posizione in cui inserire il terminale"
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
+#, php-format
+msgid "Please choose a valid zone name."
+msgstr "per favore scegli un nome di zona valido"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
 #, php-format
 #, php-format
-msgid "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
-msgstr "Non posso eseguire lo specificato AUTO_NETWORK_HOOK '%s'. Per favore verifica il file gosa.conf."
+msgid "Please choose a valid reverse zone name."
+msgstr "Per favore scegli un nome valido per la 'reverse zone'."
 
 
-#: plugins/admin/systems/class_termDNS.inc:298
-msgid "The required field 'IP-address' is not set."
-msgstr "Il campo obbligatorio 'Indirizzo IP' non è definito."
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr ""
+"Il server primario DNS deve terminare con '.' per essere una valore valido."
 
 
-#: plugins/admin/systems/class_termDNS.inc:305
-msgid "Wrong IP format in field IP-address."
-msgstr "Il formato IP è errato nel campo 'indirizzo-IP'"
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr ""
+"L'indirizzo di posta specificato deve finire con '.' per essere una valido "
+"record."
 
 
-#: plugins/admin/systems/class_termDNS.inc:311
-msgid "The required field 'MAC-address' is not set."
-msgstr "Il campo obbligatorio 'MAC-address' non è definito."
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
+msgstr ""
+"Il tuo indirizzo contiene '@': sostituiscilo con '.' per consentire a GOsa "
+"di creare un valido record SOA."
 
 
-#: plugins/admin/systems/class_termDNS.inc:317
-msgid "The given macaddress is invalid. There must be 6 2byte segments seperated by ':'."
-msgstr "L'indirizzo macaddress non è valido. Ci debbono essere 6 coppie di segmenti da 2byte, separati da ':'."
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr "Solo stringe in caratteri minuscoli sono ammesse nel nome della zona."
 
 
-#: plugins/admin/systems/class_termDNS.inc:338
-#, php-format
-msgid "Found duplicate value for record type '%s'."
-msgstr "Valore duplicato per il tipo record '%s'."
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Per favore specifica un valore numerico come numero seriale."
 
 
-#: plugins/admin/systems/class_termDNS.inc:346
-#, php-format
-msgid "Found more than one entry for the uniqe record type '%s'."
-msgstr "Ho trovato più di un valore per il tipo record unico '%s'."
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Per favore specifica un valore numerico per l'aggiornamento."
 
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#, php-format
-msgid "The device IP '%s' is added as 'A Record', this will be done automatically, please remove the record."
-msgstr "L'ip del componente '%s' è stato aggiunto come 'A record'. Questo è fatto automaticamente: per favore rimuovere il record."
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Per favore specifica un valore numerico per ttl."
 
 
-#: plugins/admin/systems/class_termDNS.inc:364
-#: plugins/admin/systems/class_servDNSeditZone.inc:409
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr "Sono permesse solo lettere minuscole; per favore controllate la striunga '%ss'."
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Per favore specifica un valore numerico per la scadenza."
 
 
-#: plugins/admin/systems/class_termDNS.inc:447
-msgid "Saving terminal to DNS object failed"
-msgstr "Salvataggio del terminale come oggetto DNS fallito"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Per favore specifica un valore numerico per riprova."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:71
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
 #, php-format
 #, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr "Il produttore '%s' non è incluso nella lista dei ppd."
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr ""
+"Sono permesse solo lettere minuscole; per favore controllate la striunga '%"
+"ss'."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:80
-msgid "Printer ppd selection."
-msgstr "Selezione ppd della stampante"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Nuovo valori"
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Modello terminale"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
+#, php-format
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
+msgstr ""
+"Non posso rinominare '%s' in '%s' perché c'è già un valore con lo stesso "
+"nome nella zona in fase di modifica."
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nome del terminale"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "Il nome del valore '%s' contiene caratteri non validi."
 
 
-#: plugins/admin/systems/terminal.tpl:36
-#: plugins/admin/systems/server.tpl:34
-#: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
-msgid "Select terminal mode"
-msgstr "Seleziona il modo terminale"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
+#, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr ""
+"Non posso rinominare '%s' in '%s' perché il nome di destinazione già esiste."
 
 
-#: plugins/admin/systems/terminal.tpl:42
-#: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
-msgid "Syslog server"
-msgstr "File di log del server di sistema"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Non posso creare '%s' perché il nome di destinazione già esiste."
 
 
-#: plugins/admin/systems/terminal.tpl:44
-#: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
-msgid "Choose server to use for logging"
-msgstr "Scegli il server da utilizzare per il logging"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
+msgstr "Il nome '%s' è già stato utilizzato."
 
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Server di base (root server)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
+msgstr "Il nome dell'host '%s' deve essere scritto in 'minuscole'."
 
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Seleziona il file system di root di tipo NFS da usare"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
+msgstr ""
+"Il tipo di record '%s' è un 'unico' e non può essere definito due volte."
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Server di swap"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "C'è un valore vuoto '%s' per l'host '%s'."
 
 
-#: plugins/admin/systems/terminal.tpl:69
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Scegli il filesystem NFS dove posizionare il file di swap"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
+msgstr "C'è un valore duplicato in '%s' per '%s'."
 
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr "Eredita le impostazioni dal server dell'orario"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Questo 'dn' non ha caratteristiche server."
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Server NTP"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Sveglia"
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Scegli un'altro server per sincronizzare l'ora"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "Rimozione del server fallita"
 
 
-#: plugins/admin/systems/terminal.tpl:115
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/systems/server.tpl:50
-#: plugins/admin/systems/workstation.tpl:93
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Azione"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "Il campo obbligatorio 'Nome server' non è definito."
 
 
-#: plugins/admin/systems/terminal.tpl:119
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Seleziona lazione da eseguire per questo terminale"
+#: plugins/admin/systems/class_servGeneric.inc:242
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "Non hai i permessi per creare un server a questo livello."
 
 
-#: plugins/admin/systems/terminal.tpl:125
-#: plugins/admin/systems/server.tpl:60
-#: plugins/admin/systems/workstation.tpl:103
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Esegui"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "Salvataggio del server fallito."
 
 
-#: plugins/admin/systems/class_servRepository.inc:97
-msgid "Remove FAI repository extension."
-msgstr "Rimuovi l'estensione di riposizionamento FAI."
+#: plugins/admin/systems/class_servKolab.inc:90
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr ""
+"Includi le informazioni dal '%s' giorni nel passato quando crei l'elenco "
+"free/busy "
 
 
-#: plugins/admin/systems/class_servRepository.inc:98
-msgid "This server has FAI repository features enabled. You can disable them by clicking below."
-msgstr "Questo server ha le caratteristiche di repository FAI abilitate. Puoi disabilitarle cliccando sotto."
+#: plugins/admin/systems/class_servKolab.inc:96
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
+msgstr "Invia un avviso quando usano più del %s%% della loro quota si spazio"
 
 
-#: plugins/admin/systems/class_servRepository.inc:100
-msgid "Add FAI repository extension."
-msgstr "Aggiungi l'estensione di riposizionamento FAI."
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid "Remove Kolab extension"
+msgstr "Rimuovi le estensioni Kolab"
 
 
-#: plugins/admin/systems/class_servRepository.inc:101
-msgid "This server has FAI repository features disabled. You can enable them by clicking below."
-msgstr "Questo server ha le caratteristiche di repository FAI disabilitare. Puoi abilitarle cliccando sotto."
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo server Kolab ha le caratteristiche abilitate. Le puoi disattivare "
+"cliccando sotto. "
 
 
-#: plugins/admin/systems/class_servRepository.inc:145
-#, php-format
-msgid "You can't delete this release, it is still used by these workstations [%s]. Please solve this dependencies first, to keep data base consistency."
-msgstr "Non puoi cancellare questa release perché è ancora utilizzato dalla workstation [%s]. Risolvi prima le dipendenze per mantenere la consistenza del database."
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid "Add Kolab service"
+msgstr "Aggiungi il servizio Kolab"
 
 
-#: plugins/admin/systems/class_servRepository.inc:179
-#, php-format
-msgid "Be careful editing this release, it is still used by these workstations [%s]."
-msgstr "Attenzione a modificare questa release perché è ancora utilizzata dalla workstation [%s]."
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo server Kolab ha le caratteristiche disabilitate. Le puoi attivare "
+"cliccando sotto. "
 
 
-#: plugins/admin/systems/class_servDB.inc:136
-#: plugins/admin/systems/class_servDB.inc:145
-#: plugins/admin/systems/class_servDB.inc:162
-#: plugins/admin/systems/class_servDB.inc:172
-#: plugins/admin/systems/class_servDB.inc:177
-#: plugins/admin/systems/class_servDB.inc:183
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "L'attributo '%s' è vuoto o contiene caratteri non validi."
+#: plugins/admin/systems/class_servKolab.inc:195
+msgid "Removing kolab host entry failed"
+msgstr "Rimozione dei valori dell'host Kolab fallita"
 
 
-#: plugins/admin/systems/class_servDB.inc:152
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "La stringa di connessione IMAP deve essere nella forma '%s'."
+#: plugins/admin/systems/class_servKolab.inc:211
+msgid "Removing server from kolab object failed"
+msgstr "Rimozione del server dagli oggetti Kolab fallita"
 
 
-#: plugins/admin/systems/class_servDB.inc:156
-msgid "The sieve port needs to be numeric."
-msgstr "La porta Sieve deve essere indicata con un numero."
+#: plugins/admin/systems/class_servKolab.inc:250
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Devi impostare i giorni futuri Libero/impegnato."
 
 
-#: plugins/admin/systems/class_servDB.inc:167
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "La password specificata per Kerberos è vuota."
+#: plugins/admin/systems/class_servKolab.inc:252
+msgid "Future days in Free/Busy settings must be a positive value."
+msgstr "Devi impostare un valore positivo in giorni futuri Libero/impegnato."
 
 
-#: plugins/admin/systems/class_servDB.inc:191
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr "La stringa 'nome imap' deve essere il nome di un host o un indirizzo IP."
+#: plugins/admin/systems/class_servKolab.inc:256
+msgid "The given Quota settings value must be a number."
+msgstr "Le impostazioni di Quota debbono essere un valore numerico."
 
 
-#: plugins/admin/systems/class_servDB.inc:245
-msgid "Saving server db settings failed"
-msgstr "Salvataggio delle impostazioni database del server fallito"
+#: plugins/admin/systems/class_servKolab.inc:258
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr "Per favore scegli un valore compreso tra 1 e 100 della Quota."
 
 
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/ogroups/class_ogroup.inc:281
-#: plugins/admin/users/class_userManagement.inc:458
-msgid "none"
-msgstr "nessuno"
+#: plugins/admin/systems/class_servKolab.inc:260
+msgid "Future days must be a value."
+msgstr "I giorni futuri debbono avere un valore"
 
 
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/systems/class_systemManagement.inc:836
-#: plugins/admin/ogroups/class_ogroupManagement.inc:346
-msgid "Terminal"
-msgstr "Terminali"
+#: plugins/admin/systems/class_servKolab.inc:264
+msgid "No SMTP privileged networks set."
+msgstr "Nessuna rete privilegiata impostatat per SMTP."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "Gestisci i tipi di sistema"
+#: plugins/admin/systems/class_servKolab.inc:336
+msgid "Saving server to kolab object failed"
+msgstr "Salvataggio degli oggettiKolab nel server fallito"
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
-msgid "The file '/etc/gosa/encodings' does not exist, can't get supported charsets."
-msgstr "Il file '/etc/gosa/encodings' non esiste; non è supportato il set di caratteri."
+#: plugins/admin/systems/class_servNfs.inc:41
+#, fuzzy, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
+"Il file '/etc/gosa/encodings' non esiste; non è supportato il set di "
+"caratteri."
 
 
-#: plugins/admin/systems/class_servNfs.inc:49
-msgid "Can't read '/etc/gosa/encodings', please check permissions."
+#: plugins/admin/systems/class_servNfs.inc:44
+#, fuzzy, php-format
+msgid "Can't read '%s/encodings', please check permissions."
 msgstr "Non posso leggere il file '/etc/gosa/encodings'; verifica i permessi."
 
 msgstr "Non posso leggere il file '/etc/gosa/encodings'; verifica i permessi."
 
-#: plugins/admin/systems/class_servNfs.inc:180
+#: plugins/admin/systems/class_servNfs.inc:175
 msgid "Please specify a valid path for your setup."
 msgstr "Per favore inserite una valida directory per il vostro setup."
 
 msgid "Please specify a valid path for your setup."
 msgstr "Per favore inserite una valida directory per il vostro setup."
 
-#: plugins/admin/systems/class_servNfs.inc:186
+#: plugins/admin/systems/class_servNfs.inc:181
 msgid "Please specify a valid name for your share."
 msgstr "Per favore inserite una valido nome per la vostra condivisione."
 
 msgid "Please specify a valid name for your share."
 msgstr "Per favore inserite una valido nome per la vostra condivisione."
 
-#: plugins/admin/systems/class_servNfs.inc:189
+#: plugins/admin/systems/class_servNfs.inc:184
 msgid "Please specify a name for your share."
 msgstr "Per favore inserite un nome per la vostra condivisione."
 
 msgid "Please specify a name for your share."
 msgstr "Per favore inserite un nome per la vostra condivisione."
 
-#: plugins/admin/systems/class_servNfs.inc:194
+#: plugins/admin/systems/class_servNfs.inc:189
 msgid "Description contains invalid characters."
 msgstr "La descrizione contiene caratteri non validi."
 
 msgid "Description contains invalid characters."
 msgstr "La descrizione contiene caratteri non validi."
 
-#: plugins/admin/systems/class_servNfs.inc:198
+#: plugins/admin/systems/class_servNfs.inc:193
 msgid "Volume contains invalid characters."
 msgstr "Il volume contiene caratteri non validi."
 
 msgid "Volume contains invalid characters."
 msgstr "Il volume contiene caratteri non validi."
 
-#: plugins/admin/systems/class_servNfs.inc:202
+#: plugins/admin/systems/class_servNfs.inc:197
 msgid "Path contains invalid characters."
 msgstr "La directory contiene caratteri non validi."
 
 msgid "Path contains invalid characters."
 msgstr "La directory contiene caratteri non validi."
 
-#: plugins/admin/systems/class_servNfs.inc:206
+#: plugins/admin/systems/class_servNfs.inc:201
 msgid "Option contains invalid characters."
 msgstr "L'opzione contiene caratteri non validi."
 
 msgid "Option contains invalid characters."
 msgstr "L'opzione contiene caratteri non validi."
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Scegliere la base di partenza"
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "Rimuovi l'estensione di riposizionamento FAI."
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid "Step in the prefered tree and click save to use the current subtree as base. Or click the image at the end of each entry."
-msgstr "Spostati nell'albero alla directory preferita e salva questa come base. In aternativa clicaa sull'immagine (???) alla fine per ogni (???) valore."
+#: plugins/admin/systems/class_servRepository.inc:126
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le caratteristiche di repository FAI abilitate. Puoi "
+"disabilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr "Inserire i filtri con questa sintassi"
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr "Aggiungi l'estensione di riposizionamento FAI."
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Seleziona questa base"
+#: plugins/admin/systems/class_servRepository.inc:129
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Questo server ha le caratteristiche di repository FAI disabilitare. Puoi "
+"abilitarle cliccando sotto."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:98
-msgid "text"
-msgstr "testo"
+#: plugins/admin/systems/class_servRepository.inc:173
+#, php-format
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
+msgstr ""
+"Non puoi cancellare questa release perché è ancora utilizzato dalla "
+"workstation [%s]. Risolvi prima le dipendenze per mantenere la consistenza "
+"del database."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:99
-msgid "graphic"
-msgstr "grafica"
+#: plugins/admin/systems/class_servRepository.inc:207
+#, php-format
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+msgstr ""
+"Attenzione a modificare questa release perché è ancora utilizzata dalla "
+"workstation [%s]."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:167
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Nessuna definizione WAKECMD trovata nel file gosa.conf"
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Sezioni"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:179
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Nessuna definizione REBOOTCMD trovata nel file gosa.conf"
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Per favore inserite un valore per la 'release'."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:191
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Nessuna definizione HALTCMD trovata nel file gosa.conf"
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Per favore specificate un valore valido per 'url'."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:314
-msgid "Removing terminal failed"
-msgstr "Rimozione del terminale fallita"
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Non posso eseguire REPOSITORY_HOOK '%s'. Per favore controllate il file gosa."
+"conf."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:371
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "Non avete il permesso per creare un terminale a questo livello."
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
+#, php-format
+msgid ""
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
+msgstr ""
+"Lo specificato REPOSITORY_HOOK '%s', definito nel file gosa.conf, "
+"restituisce una stringa vuota."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:375
-msgid "The required field 'Terminal name' is not set."
-msgstr "Il campo obbligatorio 'nome terminale' non è definito."
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
+"Questa condivisione non può essere rimossa finché è ancora in uso a %d "
+"utenti:"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:398
-#: plugins/admin/systems/class_workstationGeneric.inc:357
-msgid "There must be at least one NTP server selected, or the inherit mode activated."
-msgstr "Ci deve essere almeno un server NTP selezionato o la modalità di ereditarietà non sarà attivata."
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr ""
+"Per favore correggete le impostazioni della condivisione o del profilo di "
+"questi utenti"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:475
-msgid "Saving terminal failed"
-msgstr "Salvataggio del terminale fallito"
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
+msgstr "I termina server debbono avere specificata la directory dei font."
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Voce 'mydomain' di postfix"
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "Salvataggio dell'oggetto servizio del server fallita"
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Voce 'mydestination' di postfix"
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "Creazione del container del montaggio fallita"
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
-msgstr "Amministratori di Cyrus"
+#: plugins/admin/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "RImozione del container del montaggio fallita"
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "Servizio POP3"
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "Salvataggio del container del montaggio fallita"
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "Servizio POP3/SSL"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Sistemi"
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "Servizio IMAP"
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "Non puoi ancora modificare questo tipo di oggetto!"
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "Servizio IMAP/SSL"
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
+msgstr ""
+"Creazione dell'immagine fallita. Per favore guardate il rapporto sottostante."
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Servizio Sieve"
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+msgstr "Il comando '%s' specificato per la creazione ISO non sembra esistere."
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr "Il servizio FTP FreeBusy  (legacy, non si interfaccia con Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "La password inserita come nuova e ripetuta non coincide!"
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Servizio HTTP FreeBusy (legacy)"
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
+msgstr "Non hai il permesso di impostare la password di sistema!"
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Scansione email di Amavis (virus/spam)"
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr "Stai per cancellare tutte le informazioni relative al componente '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Impostazioni di Quota"
+#: plugins/admin/systems/class_systemManagement.inc:500
+#, php-format
+msgid ""
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
+msgstr ""
+"Non puoi impostare gotoMode allo stato 'attivo' perché l'oggetto corrente "
+"non può essere identificato."
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Impostazioni Libero/Occupato"
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Nuovo terminale"
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Consenti il download senza autenticazione delle informazioni Free/Busy"
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Nuova workstation"
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "Rete privilegiata SMTP"
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
+msgstr "Nuovo componente"
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Hosts/ret ammessa al relay"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Modello workstation per"
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
-msgstr "Inserite vaori multipli separandoli con "
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Modello per workstation"
 
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "Smarthost/relayhost SMTP"
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
+msgstr "Nuovo sistema da... (from incoming)"
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Abilita MX lookup per il relayhost"
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Modello"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Host utilizzato per trasmettere la posta"
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
+msgstr "La workstation sta installando"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Accetta la posta internet"
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "La workstation sta aspettando per eseguire un'azione"
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Accetta posta da altri domini su SMTP non autenticato"
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "Installazione sulla workstation fallita"
 
 
-#: plugins/admin/systems/server.tpl:54
-msgid "Select action to execute for this server"
-msgstr "Seleziona l'azione da eseguire per questo server"
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr "Il server sta installando"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Driver della stampante"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "Il server sta aspettando per eseguire un'azione"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Seleziona"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "Installazione sul server fallita"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nuovo driver"
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Winstation"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-msgid "Upload"
-msgstr "Carica"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Componente di rete"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nome macchina"
+#: plugins/admin/systems/class_termDNS.inc:138
+#, php-format
+msgid ""
+"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Non posso eseguire lo specificato AUTO_NETWORK_HOOK '%s'. Per favore "
+"verifica il file gosa.conf."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:8
-msgid "Rewrite header"
-msgstr "Riscrivi l'header"
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Non attivo"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:16
-msgid "Required score"
-msgstr "Punteggio (score) richiesto"
+#: plugins/admin/systems/class_termDNS.inc:309
+msgid "The required field 'IP-address' is not set."
+msgstr "Il campo obbligatorio 'Indirizzo IP' non è definito."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
-msgstr "Seleziona il punteggio richiesto per segnare la posta come spam"
+#: plugins/admin/systems/class_termDNS.inc:316
+msgid "Wrong IP format in field IP-address."
+msgstr "Il formato IP è errato nel campo 'indirizzo-IP'"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr "Abilità l'uso dei filtri bayesiani"
+#: plugins/admin/systems/class_termDNS.inc:322
+msgid "The required field 'MAC-address' is not set."
+msgstr "Il campo obbligatorio 'MAC-address' non è definito."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
-msgstr "Abilità l'autoapprendimento dei filtri bayesiani"
+#: plugins/admin/systems/class_termDNS.inc:328
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
+msgstr ""
+"L'indirizzo macaddress non è valido. Ci debbono essere 6 coppie di segmenti "
+"da 2byte, separati da ':'."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
-msgstr "Abilità i controlli RBL"
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
-msgstr "Abilità l'uso di Razor"
+#: plugins/admin/systems/class_termDNS.inc:356
+#, php-format
+msgid "Found duplicate value for record type '%s'."
+msgstr "Valore duplicato per il tipo record '%s'."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr "Abilità l'uso di DDC"
+#: plugins/admin/systems/class_termDNS.inc:364
+#, php-format
+msgid "Found more than one entry for the uniqe record type '%s'."
+msgstr "Ho trovato più di un valore per il tipo record unico '%s'."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
-msgstr "Abilità l'uso di Pyzer"
+#: plugins/admin/systems/class_termDNS.inc:375
+#, php-format
+msgid ""
+"The device IP '%s' is added as 'A Record', this will be done automatically, "
+"please remove the record."
+msgstr ""
+"L'ip del componente '%s' è stato aggiunto come 'A record'. Questo è fatto "
+"automaticamente: per favore rimuovere il record."
 
 
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Elenco dei riposizionamenti configurati (repositories)"
+#: plugins/admin/systems/class_termDNS.inc:467
+msgid "Saving terminal to DNS object failed"
+msgstr "Salvataggio del terminale come oggetto DNS fallito"
 
 
-#: plugins/admin/systems/servRepository.tpl:11
-msgid "Add repository"
-msgstr "Aggiungi riposizionamento"
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "testo"
 
 
-#: plugins/admin/systems/servRepository.tpl:29
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr "Questo menu consente di creare, cancellare e modificare le impostazioni di riposizionamento."
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "grafica"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr "Spamassassin"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
+msgstr "Ereditato"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-msgid "Remove spamassassin extension"
-msgstr "Rimuovi le estensioni di spamassassin"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Nessuna definizione WAKECMD trovata nel file gosa.conf"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-msgid "This server has spamassassin features enabled. You can disable them by clicking below."
-msgstr "Questo server ha le estensioni spamassasin attivate. Le puoi disabilitare cliccando sotto."
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Nessuna definizione REBOOTCMD trovata nel file gosa.conf"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:106
-msgid "Add spamassassin service"
-msgstr "Aggiungi il servizio spamassassin"
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Nessuna definizione HALTCMD trovata nel file gosa.conf"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
-msgid "This server has spamassassin features disabled. You can enable them by clicking below."
-msgstr "Questo server ha le estensioni spamassasin disattivate. Le puoi abilitare cliccando sotto."
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "This 'dn' han no terminal features."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:233
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "Il valore specificato non è un valore 'trusted network' valido."
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "Rimozione del terminale fallita"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Rimozione del servizio server spamassassin con dn '%s' fallita."
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "Non avete il permesso per creare un terminale a questo livello."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr "Salvataggio del servizio server spamassassin con dn '%s' fallita."
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Il campo obbligatorio 'nome terminale' non è definito."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-msgid "Required score must be a numeric value."
-msgstr "Il punteggio richiesto deve essere numerico."
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
+msgid ""
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
+msgstr ""
+"Ci deve essere almeno un server NTP selezionato o la modalità di "
+"ereditarietà non sarà attivata."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
-msgstr "Definzione dello stato del servizio server spamassassin con dn '%s' fallita."
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "Salvataggio del terminale fallito"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
 msgid "present"
 msgstr "presentge"
 
 msgid "present"
 msgstr "presentge"
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
+#: plugins/admin/systems/class_terminalInfo.inc:69
 msgid "There is no php snmp module installed, can't gather any informations."
 msgid "There is no php snmp module installed, can't gather any informations."
-msgstr "Non è installato il modulo php snmp e non posso acquisire alcuna informazione."
+msgstr ""
+"Non è installato il modulo php snmp e non posso acquisire alcuna "
+"informazione."
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
 msgid "unknown status"
 msgstr "stato sconosciuto"
 
 msgid "unknown status"
 msgstr "stato sconosciuto"
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
+#: plugins/admin/systems/class_terminalInfo.inc:84
 msgid "This is a virtual terminal which has no properties to show here."
 msgstr "Questo è un terminale virtuale che non ha proprietà da elencare."
 
 msgid "This is a virtual terminal which has no properties to show here."
 msgstr "Questo è un terminale virtuale che non ha proprietà da elencare."
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
+#: plugins/admin/systems/class_terminalInfo.inc:102
 msgid "online"
 msgstr "in linea"
 
 msgid "online"
 msgstr "in linea"
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
+#: plugins/admin/systems/class_terminalInfo.inc:158
 msgid "running"
 msgstr "attivo (running)"
 
 msgid "running"
 msgstr "attivo (running)"
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
+#: plugins/admin/systems/class_terminalInfo.inc:161
 msgid "not running"
 msgstr "non attivo (not running)"
 
 msgid "not running"
 msgstr "non attivo (not running)"
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
+#: plugins/admin/systems/class_terminalInfo.inc:186
 msgid "offline"
 msgstr "fuori linea"
 
 msgid "offline"
 msgstr "fuori linea"
 
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-msgid "List of users"
-msgstr "Elenco utenti"
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "Sconosciuto"
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid "This dialog allows you to select a user as technical responsible person."
-msgstr "Questa finestra consente di selezionare un utente come responsabile tecnico."
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
+#, php-format
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
+msgstr ""
+"Hai specificato una risoluzione esterna che non può essere raggiunta, per "
+"favore controlla i permessi del file '%s'."
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-#: plugins/admin/groups/group_objects.tpl:47
-msgid "Regular expression for matching user names"
-msgstr "Espressione regolare per ricercare il nome utente"
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "bit"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Aggiungi/modifica costruttori"
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "default"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Website"
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "Mostra le scelte"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
-#: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
-msgid "Comments"
-msgstr "Commenti"
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "Diretto"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:184
-msgid "This 'dn' has no workstation features."
-msgstr "Questo 'dn' non ha le caratteristiche workstation."
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "Bilanciamento carichi"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:279
-msgid "Removing workstation failed"
-msgstr "Rimozione della workstation fallita."
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:330
-#: plugins/admin/ogroups/class_termgroup.inc:115
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr "Non hai il permesso di creare una workstation a questo livello."
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Client ICA"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:334
-msgid "The required field 'Workstation name' is not set."
-msgstr "Il campo obbligatorio 'nome workstation' non è definito."
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automatico"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:423
-#: plugins/admin/systems/class_workstationGeneric.inc:441
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "Salvataggio della workstation fallita."
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/remove.tpl:6
-msgid "This includes 'all' 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 "Questa finestra include tutte le informazioni sel sistema e del setup. Verifica attentamente i dati prima di procedere perché GOsa non è in grado di annullare l'operazione."
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Seleziona il telefono collegato al terminale corrente"
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-msgid "Use DDC for automatic detection"
-msgstr "Usa DDC per l'identificazione automatica (detction)"
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Per favore specificare un valido range VSync."
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Rete/impostazioni"
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Per favore specificare un valido range VSync."
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "Indirizzi IP"
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "Salvataggio delle informazioni sui servizi del terminale fallita"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "MAC-address"
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr ""
+"Il comando '%s', specificato come KERNELS hook per il plugin '%s' non sembra "
+"esistere."
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr "Ricerca automatica"
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "Dovete specificare un valido punto di montaggio."
 
 
-#: plugins/admin/systems/network.tpl:41
-msgid "Enable DNS for this device"
-msgstr "Abilità il DNS per questo componente"
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "Salvataggio impostazioni di avvio terminal fallito"
 
 
-#: plugins/admin/systems/network.tpl:50
-msgid "Zone"
-msgstr "Zona"
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "Rimozione della workstayion in Samba fallita."
 
 
-#: plugins/admin/systems/network.tpl:63
-msgid "Dns records"
-msgstr "record DNS"
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "Salvataggio della workstayion in Samba fallita."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:105
-msgid "This 'dn' has no phone features."
-msgstr "Questo 'dn' non ha le caratteristiche per il telefono"
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Questo 'dn' non ha le caratteristiche workstation."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:225
-msgid "dynamic"
-msgstr "dinamica"
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "Rimozione della workstation fallita."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:225
-msgid "Networksettings"
-msgstr "Impostazioni rete"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
+msgstr "Il campo obbligatorio 'nome workstation' non è definito."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:240
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "SAlvataggio dei servizi delle workstation fallito"
+
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
+msgstr ""
+"Ci sono alcuni pacchetti nella configurazione che non sono compatibili con "
+"la corrente release del software."
+
+#: plugins/admin/systems/class_workstationStartup.inc:492
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Per favore selezionate un 'server FAI' o cancellate le 'classi FAI'."
+
+#: plugins/admin/systems/class_workstationStartup.inc:552
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
+msgstr ""
+"C'è già un profilo nella selezione che contiene la configurazione della "
+"partition table."
+
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
+msgstr "Non disponibile nell'attuale setup"
+
+#: plugins/admin/systems/class_workstationStartup.inc:898
 #, php-format
 #, php-format
-msgid "Can't delete because there are user which are depending on this phone. One of them is user '%s'."
-msgstr "Non puoi cancellare perché ci sono alcuni utenti che dipendono da questo telefono. Uno di loro è '%s'."
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
+msgstr ""
+"Non posso risolvere una o più delle definite FAIclass(es) [%s] nel server "
+"FAI '%s'. Il server è stato resettato a 'auto'."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:247
-msgid "Removing phone failed"
-msgstr "Rimozione del telefono fallita"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
+msgstr ""
+"Non posso risolvere le definite FAIclass(es) [%s]; verifica la "
+"configurazione FAI, forse alcune classi sono state cancellate o rinominate. "
+"Il server è stato resettato a 'auto'."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:284
-#: plugins/admin/systems/class_componentGeneric.inc:144
-msgid "The required field IP address is empty."
-msgstr "il campo obbligatorio 'indirizzo IP' è vuoto."
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
+msgstr "Salvataggio delle impostazioni di avvio delle workstation fallito"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:287
-#: plugins/admin/systems/class_componentGeneric.inc:147
-msgid "The field IP address contains an invalid address."
-msgstr "Il campo 'indirizzo IP' contiene un indirizzo non valido."
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+msgstr ""
+"Non posso eseguire lo specifciato REPOSITORY_HOOK '%s'; per favore controlla "
+"il file gosa.conf."
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The required field 'Phone name' is not set."
-msgstr "Il campo obbligatorio 'Nome telefono' non è definito."
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Nome dispositivi"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:295
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "Il 'Nome teelfono' '0' è riservato e non può essere utilizzato."
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Scegli la posizione in cui inserire il terminale"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:302
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "Non hai il permesso di creare telefoni in questo livello."
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "Genera l'immagine del CD di installazione"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:397
-msgid "Saving phone failed"
-msgstr "Salvataggio del telefono fallito"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
+"Questa opzione ti abilita a generare una immagine CD di installazione FAI "
+"per la workstation selezionata. La procedura richiederà circa 10 minuti per "
+"completare l'operazione; attendi con pazienza dopo aver cliccato sul bottone "
+"'Crea un'immagine ISO'."
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Servizio Time"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "Crea una immagine ISO"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Servizio LDAP"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Servizio Terminal"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "Tipo di sistema"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Disabilita temporaneamente l'accesso"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "Sistema operativo"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Directory font"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr "produttore"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Servizio Syslog"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Contatti"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Servizio Stampa"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Persona di contatto"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Servizio di posta"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr "Responsabile tecnico"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr "Questa caratteristica non è ancora completamente implementata."
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Commento"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
-msgstr "L'aggiunta di un nuivo tipo di sistema è fallito perché questo nome è già in uso."
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Componenti installati"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
-#, php-format
-msgid "You can't delete this system type, it is still in use by these system(s) '%s'"
-msgstr "Non puoi cancellare questo tipo di sistema perché è ancora in uso da '%s'."
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
+msgstr "Commercio (Trading)"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr "Rinomina fallito; questo tipo di sistema è già in uso."
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Software"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
-msgstr "Aggiunta di nuovi sistemi operativi fallita; il nome indicato è già in uso."
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Contratti"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid "You can't delete this operating system, it is still in use by these system(s) '%s'"
-msgstr "Non puoi cancellare questo sistema operativo perché è ancora in uso da parte di '%s'."
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Allegati"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
-msgstr "Aggiornamento del sistema operativo fallito; il nome indicato è già in uso."
+#: plugins/admin/systems/glpi_devices.tpl:2
+msgid "Add/Edit monitor"
+msgstr "Aggiungi/modifica  monitor"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:566
-msgid "This device has inventory informations enabled. You can disable them by clicking below."
-msgstr "Questo componente ha l'elencazione delle informazioni attivata. Puoi disattivarla cliccando sotto."
+#: plugins/admin/systems/glpi_devices.tpl:17
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
+msgid "Comments"
+msgstr "Commenti"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:569
-msgid "This device has inventory informations disabled. You can enable them by clicking below."
-msgstr "Questo componente ha l'elencazione delle informazioni disattivata. Puoi attivarla cliccando sotto."
+#: plugins/admin/systems/glpi_devices.tpl:33
+msgid "Monitor size"
+msgstr "Dimensione monitor"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:667
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr "Non puoi cancellare l'utente glpi perché l'estensione mysql è mancante."
+#: plugins/admin/systems/glpi_devices.tpl:36
+msgid "Inch"
+msgstr "Pollici"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr "Includi le informazioni dal '%s' giorni nel passato quando crei l'elenco free/busy "
+#: plugins/admin/systems/glpi_devices.tpl:44
+msgid "Integrated microphone"
+msgstr "Microfono integrato"
 
 
-#: plugins/admin/systems/class_servKolab.inc:100
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr "Invia un avviso quando usano più del %s%% della loro quota si spazio"
+#: plugins/admin/systems/glpi_devices.tpl:47
+#: plugins/admin/systems/glpi_devices.tpl:55
+#: plugins/admin/systems/glpi_devices.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:71
+#: plugins/admin/systems/glpi_devices.tpl:176
+#: plugins/admin/systems/glpi_devices.tpl:296
+#: plugins/admin/systems/glpi_devices.tpl:361
+msgid "Yes"
+msgstr "Sì"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Rimuovi le estensioni Kolab"
+#: plugins/admin/systems/glpi_devices.tpl:48
+#: plugins/admin/systems/glpi_devices.tpl:56
+#: plugins/admin/systems/glpi_devices.tpl:64
+#: plugins/admin/systems/glpi_devices.tpl:72
+#: plugins/admin/systems/glpi_devices.tpl:177
+#: plugins/admin/systems/glpi_devices.tpl:297
+#: plugins/admin/systems/glpi_devices.tpl:362
+msgid "No"
+msgstr "Nessuno"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "This server has kolab features enabled. You can disable them by clicking below."
-msgstr "Questo server Kolab ha le caratteristiche abilitate. Le puoi disattivare cliccando sotto. "
+#: plugins/admin/systems/glpi_devices.tpl:52
+msgid "Integrated speakers"
+msgstr "Casse acustiche integrate"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Aggiungi il servizio Kolab"
+#: plugins/admin/systems/glpi_devices.tpl:60
+msgid "Sub-D"
+msgstr "Sub-D"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "This server has kolab features disabled. You can enable them by clicking below."
-msgstr "Questo server Kolab ha le caratteristiche disabilitate. Le puoi attivare cliccando sotto. "
+#: plugins/admin/systems/glpi_devices.tpl:68
+msgid "BNC"
+msgstr "BNC"
 
 
-#: plugins/admin/systems/class_servKolab.inc:199
-msgid "Removing kolab host entry failed"
-msgstr "Rimozione dei valori dell'host Kolab fallita"
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Numero seriale"
 
 
-#: plugins/admin/systems/class_servKolab.inc:215
-msgid "Removing server from kolab object failed"
-msgstr "Rimozione del server dagli oggetti Kolab fallita"
+#: plugins/admin/systems/glpi_devices.tpl:83
+msgid "Additional serial number"
+msgstr "Numero seriale addizionale"
 
 
-#: plugins/admin/systems/class_servKolab.inc:254
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Devi impostare i giorni futuri Libero/impegnato."
+#: plugins/admin/systems/glpi_devices.tpl:97
+msgid "Add/Edit other device"
+msgstr "Aggiungi/modifica un altro componente"
 
 
-#: plugins/admin/systems/class_servKolab.inc:256
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr "Devi impostare un valore positivo in giorni futuri Libero/impegnato."
+#: plugins/admin/systems/glpi_devices.tpl:138
+msgid "Add/Edit power supply"
+msgstr "Aggiungi/modifica sistemi di alimentazione supplettiva"
 
 
-#: plugins/admin/systems/class_servKolab.inc:260
-msgid "The given Quota settings value must be a number."
-msgstr "Le impostazioni di Quota debbono essere un valore numerico."
+#: plugins/admin/systems/glpi_devices.tpl:173
+msgid "Atx"
+msgstr "Atx"
 
 
-#: plugins/admin/systems/class_servKolab.inc:262
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr "Per favore scegli un valore compreso tra 1 e 100 della Quota."
+#: plugins/admin/systems/glpi_devices.tpl:181
+msgid "Power"
+msgstr "Alimentazione"
 
 
-#: plugins/admin/systems/class_servKolab.inc:264
-msgid "Future days must be a value."
-msgstr "I giorni futuri debbono avere un valore"
+#: plugins/admin/systems/glpi_devices.tpl:193
+msgid "Add/Edit graphic card"
+msgstr "Aggiungi/modifica scheda video"
 
 
-#: plugins/admin/systems/class_servKolab.inc:268
-msgid "No SMTP privileged networks set."
-msgstr "Nessuna rete privilegiata impostatat per SMTP."
+#: plugins/admin/systems/glpi_devices.tpl:228
+#: plugins/admin/systems/glpi_devices.tpl:284
+#: plugins/admin/systems/glpi_devices.tpl:349
+msgid "Interface"
+msgstr "Interfaccia"
 
 
-#: plugins/admin/systems/class_servKolab.inc:340
-msgid "Saving server to kolab object failed"
-msgstr "Salvataggio degli oggettiKolab nel server fallito"
+#: plugins/admin/systems/glpi_devices.tpl:237
+msgid "Ram"
+msgstr "Ram"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Scegli il tipo di componente di sistema che vuoi creare"
+#: plugins/admin/systems/glpi_devices.tpl:249
+msgid "Add/Edit controller"
+msgstr "Aggiungi/modifica un controller"
 
 
-#: 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 "I terminali e le workstation linux sono create all'avvio. per questa ragione potrai solo creare dei modelli per uno specifico settore. I server sono automaticamente aggiunti, ma in alcuni casi devrai inserire dei valori di faked (????) server per consentire a GOsa di utilizzare alcune informazioni. Altri componenti di rete possono essere utilizzati dal setup di Nagios per creare le dipendenze dei componenti."
+#: plugins/admin/systems/glpi_devices.tpl:307
+msgid "Add/Edit drive"
+msgstr "Aggiungi/modifica un drive"
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Modello client per Linux .... thin...."
+#: plugins/admin/systems/glpi_devices.tpl:342
+msgid "Speed"
+msgstr "Velocità"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Modello workstation per Linux "
+#: plugins/admin/systems/glpi_devices.tpl:358
+msgid "Writeable"
+msgstr "Scrivibile"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux Server"
+#: plugins/admin/systems/glpi_devices.tpl:371
+msgid "Add/Edit harddisk"
+msgstr "Aggiungi/modifica un hard disk"
+
+#: plugins/admin/systems/glpi_devices.tpl:406
+msgid "Rpm"
+msgstr "Rpm"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Workstation Windows"
+#: plugins/admin/systems/glpi_devices.tpl:413
+msgid "Cache"
+msgstr "Cache"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Stampanti di rete"
+#: plugins/admin/systems/glpi_devices.tpl:443
+msgid "Add/Edit memory"
+msgstr "Aggiungi/modifica memoria"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Altri componenti di rete"
+#: plugins/admin/systems/glpi_devices.tpl:478
+msgid "Frequenz"
+msgstr "Frequenza"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Crea"
+#: plugins/admin/systems/glpi_devices.tpl:507
+msgid "Add/Edit sound card"
+msgstr "Aggiungi/modifica scheda audio"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Seleziona i valori da aggiungere"
+#: plugins/admin/systems/glpi_devices.tpl:553
+msgid "Add/Edit network interface"
+msgstr "Aggiungi/modifica scheda di rete"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Mostra i componenti del dipartimento"
+#: plugins/admin/systems/glpi_devices.tpl:589
+msgid "MAC address"
+msgstr "MAC address"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Mostra i componenti corrispondenti"
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Ampiezza della banda"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Espressione regolare per ricercare i nomi degli elementi"
+#: plugins/admin/systems/glpi_devices.tpl:607
+msgid "Add/Edit processor"
+msgstr "Aggiungi/modifica un processore"
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Modello delle workstation"
+#: plugins/admin/systems/glpi_devices.tpl:642
+msgid "Frequence"
+msgstr "Frequenza"
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Nome delle workstation"
+#: plugins/admin/systems/glpi_devices.tpl:649
+msgid "Default frequence"
+msgstr "Frequenza di default"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr "Non posso cancellare questo valore, è ancora in uso."
+#: plugins/admin/systems/glpi_devices.tpl:661
+msgid "Add/Edit motherboard"
+msgstr "Aggiungi/modifica la scheda madre"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "Il nome selezionato è già in uso."
+#: plugins/admin/systems/glpi_devices.tpl:696
+msgid "Chipset"
+msgstr "Chipset"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-#: plugins/admin/departments/class_departmentManagement.inc:25
-msgid "Departments"
-msgstr "Dipartimenti"
+#: plugins/admin/systems/glpi_devices.tpl:707
+msgid "Add/Edit computer case"
+msgstr "Aggiungi/modifica il case del computer"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "usa"
+#: plugins/admin/systems/glpi_devices.tpl:742
+msgid "format"
+msgstr "formato"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:101
-msgid "Removing generic component failed"
-msgstr "Rimozione del componente generico fallita."
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Rinomina"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:139
-msgid "The required field 'Component name' is not set."
-msgstr "Il campo obbligatorio ' Nome componente' non è definito."
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr "Gestisci i tipi di sistema (OS)"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:223
-msgid "Saving generic component failed"
-msgstr "Salvataggio del componente genrico fallito"
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Per favore inserisci un nuovo nome"
+
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "Gestisci i tipi di sistema"
 
 #: plugins/admin/systems/glpiAttachmentEdit.tpl:2
 msgid "Attachment"
 msgstr "Allegati"
 
 
 #: plugins/admin/systems/glpiAttachmentEdit.tpl:2
 msgid "Attachment"
 msgstr "Allegati"
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-#: plugins/admin/systems/glpi.tpl:63
-msgid "Comment"
-msgstr "Commento"
-
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: include/php_setup.inc:130
-msgid "File"
-msgstr "File"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Stato"
 
 #: plugins/admin/systems/glpiAttachmentEdit.tpl:46
 msgid "Filename"
 
 #: plugins/admin/systems/glpiAttachmentEdit.tpl:46
 msgid "Filename"
@@ -8976,18 +9866,17 @@ msgstr "Nome del file"
 msgid "Mime-type"
 msgstr "Tipo Mime"
 
 msgid "Mime-type"
 msgstr "Tipo Mime"
 
-#: plugins/admin/systems/main.inc:45
-#: plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Gestione del sistema"
-
 #: plugins/admin/systems/glpiAttachmentPool.tpl:6
 msgid "List of attachments"
 msgstr "Elenco degli allegati"
 
 #: plugins/admin/systems/glpiAttachmentPool.tpl:23
 #: plugins/admin/systems/glpiAttachmentPool.tpl:6
 msgid "List of attachments"
 msgstr "Elenco degli allegati"
 
 #: plugins/admin/systems/glpiAttachmentPool.tpl:23
-msgid "This dialog allow you to attach additional objects (like manuals, guides, etc.)  to your currently edited computer."
-msgstr "Questa finestra ti consente di collegare oggetti addizionali (come manulai, guide, ecc.) al computer che state modificando."
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+"Questa finestra ti consente di collegare oggetti addizionali (come manulai, "
+"guide, ecc.) al computer che state modificando."
 
 #: plugins/admin/systems/glpiAttachmentPool.tpl:35
 msgid "Display attachments matching"
 
 #: plugins/admin/systems/glpiAttachmentPool.tpl:35
 msgid "Display attachments matching"
@@ -8997,4224 +9886,4882 @@ msgstr "Mostra gli allegati corrispondenti"
 msgid "Regular expression for matching attachment names"
 msgstr "Espressione regolare per ricercare i nomi degli allegati"
 
 msgid "Regular expression for matching attachment names"
 msgstr "Espressione regolare per ricercare i nomi degli allegati"
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Stai per cancellare il tipo di cartuccia gldi '%s'."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Lista dei componenti"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
-#, php-format
-msgid "You can't delete this cartridge type, it is still in use by this printer(s) '%s'."
-msgstr "No puoi cancellare questo tipo di cartuccia perché è ancora in uso dalla stampante (dalle stampanti) '%s'."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
+msgstr ""
+"Questa finestra ti consente di collegare componenti al computer che state "
+"modificando. "
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
-msgstr "Cartucce"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Mostra i componenti corrispondenti"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Nuovo monitor"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Espressione regolare per comparare il nome dei componenti"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+msgid "Manage manufacturers"
+msgstr "Gestione dei produttori"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Sistemi"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Aggiungi/modifica costruttori"
+
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Website"
+
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Tipo di stampanti"
+
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Interfacce supportate"
+
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Seriali"
+
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Parallele"
+
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr "USB"
+
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Cartucce installate"
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
+msgstr "Elenco del tipo di cartucce disponibili per questo genere di stampanti"
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
+msgid ""
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
+msgstr ""
+"Questa finestra ti consente di creare nuovi tipi di cartucce per le tue "
+"stampanti. I tipi di cartucce dipendono dal tipo di stampante che hai "
+"selezionato. Per ogni cartuccia scelta sarà creata una nuova acrtuccia e "
+"questo ti consentirà di selezionare la stessa per più di una stampante."
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
+msgid "Display cartridge types matching"
+msgstr "Mostra i tipi di cartucce corrispondenti"
+
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
+msgid "Regular expression for matching cartridge types"
+msgstr "Espressioni regolari per confrontare i tipi di cartucce"
+
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "referenza"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Elenco utenti"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
+msgstr ""
+"Questa finestra consente di selezionare un utente come responsabile tecnico."
+
+#: plugins/admin/systems/goSpamServer.tpl:8
+msgid "Rewrite header"
+msgstr "Riscrivi l'header"
+
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr "Punteggio (score) richiesto"
+
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr "Seleziona il punteggio richiesto per segnare la posta come spam"
+
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr "Abilità l'uso dei filtri bayesiani"
+
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr "Abilità l'autoapprendimento dei filtri bayesiani"
+
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr "Abilità i controlli RBL"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "Non puoi ancora modificare questo tipo di oggetto!"
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr "Abilità l'uso di Razor"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:272
-msgid "Creating the image failed. Please see the report below."
-msgstr "Creazione dell'immagine fallita. Per favore guardate il rapporto sottostante."
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr "Abilità l'uso di DDC"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:277
-#, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
-msgstr "Il comando '%s' specificato per la creazione ISO non sembra esistere."
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr "Abilità l'uso di Pyzer"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:281
-msgid "Disable auto scroll"
-msgstr "Disabilita l'auto scroll"
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+msgid "Rule"
+msgstr "Regola"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:308
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "La password inserita come nuova e ripetuta non coincide!"
+#: plugins/admin/systems/goVirusServer.tpl:5
+msgid "Generic virus filtering"
+msgstr "Filtro dei virus generico"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:325
-msgid "You are not allowed to set this systems password!"
-msgstr "Non hai il permesso di impostare la password di sistema!"
+#: plugins/admin/systems/goVirusServer.tpl:13
+msgid "Database user"
+msgstr "Utente database"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:379
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr "Stai per cancellare tutte le informazioni relative al componente '%s'."
+#: plugins/admin/systems/goVirusServer.tpl:21
+msgid "Database mirror"
+msgstr "Mirror database"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:385
-#: plugins/admin/systems/class_systemManagement.inc:445
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:229
-msgid "You are not allowed to delete this component!"
-msgstr "Non ti è consentito di cancellare questo componente!"
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr "URL Http del proxy"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:478
-#, php-format
-msgid "Can't set gotoMode to status 'avtice', the current object couldn't be identified."
-msgstr "Non puoi impostare gotoMode allo stato 'attivo' perché l'oggetto corrente non può essere identificato."
+#: plugins/admin/systems/goVirusServer.tpl:40
+msgid "Select number of maximal threads"
+msgstr "Seleziona un mumero massimo di thread"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:715
-msgid "New terminal"
-msgstr "Nuovo terminale"
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr "Numero massimo di recursioni"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:717
-msgid "New workstation"
-msgstr "Nuova workstation"
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
+msgstr "Attiva il debug"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:719
-msgid "New Device"
-msgstr "Nuovo componente"
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
+msgstr "Attiva la scansione della posta"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:734
-msgid "Terminal template for"
-msgstr "Modello workstation per"
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr "Scansione degli archivi"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:746
-msgid "Workstation template for"
-msgstr "Modello per workstation"
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr "Attiva la scansione degli archivi"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:834
-msgid "New System from incoming"
-msgstr "Nuovo sistema da... (from incoming)"
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr "Blocca archivi criptati"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:835
-#: plugins/admin/users/template.tpl:15
-msgid "Template"
-msgstr "Modello"
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr "Ricorsione massima"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:838
-msgid "Workstation is installing"
-msgstr "La workstation sta installando"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "informazioni del sistema"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:839
-msgid "Workstation is waiting for action"
-msgstr "La workstation sta aspettando per eseguire un'azione"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:840
-msgid "Workstation installation failed"
-msgstr "Installazione sulla workstation fallita"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "memoria"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:843
-msgid "Server is installing"
-msgstr "Il server sta installando"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Avvio MAC"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:844
-msgid "Server is waiting for action"
-msgstr "Il server sta aspettando per eseguire un'azione"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Supporto USB"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:845
-msgid "Server installation failed"
-msgstr "Installazione sul server fallita"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Stato del sistema"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:846
-msgid "Winstation"
-msgstr "Winstation"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Numero di inventario (Inventory number)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:847
-msgid "Network Device"
-msgstr "Componente di rete"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Ultimo login"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:848
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Terminal"
-msgstr "Nuovo terminale"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Componenti di rete"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:849
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Workstation"
-msgstr "Nuova workstation"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Componenti IDE"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Nome della zona"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Componenti SCSI"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Indirizzo della rete"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Componente Floppy disk"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Record della zona"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Componente CDROM"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
-msgstr "Non puoi modificare perché la zona non è ancora stata correttamente salvata."
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Componente grafico"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "record SOA"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Componente Audio"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Server primario per questa zona"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Avviato fin da"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
-msgstr "Numero seriale (aumentato automaticamente)"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Carico CPU"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Scadenza"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Utilizzo memoria"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "MxRecord"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Utilizzo SWAP"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Record 'Global zone'"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Servizio SSH"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr "Errore interno: non posso creare il tipo '%s'"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Servizio di stampa"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Stai per cancellare il componente glpi '%s'."
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Servizio di scansione"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr "Non riesco a trovare questo nome oggetto."
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Servizio audio"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid "You can't delete this device, it is still in use by these system(s) '%s'"
-msgstr "Non puoi cancellare qusto componente perchè è ancora in uso dal sistema '%s'"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "componenti"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Gestione del sistema"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Nuova scheda madre"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Rete/impostazioni"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Nuovo processore"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "Indirizzi IP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-#: plugins/admin/fai/class_divListFai.inc:135
-msgid "P"
-msgstr "P"
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "MAC-address"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Nuovo caso"
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
+msgstr "Ricerca automatica"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr "C"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr "Abilità il DNS per questo componente"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Nuova interfaccia di rete"
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Aggiorna"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Zona"
+
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "record DNS"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Nuova ram"
+#: 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 ""
+"Per modificare la password di amministrazione dei terminali usa i campi "
+"sottostanti. Le modifiche avranno effetto dal prossimo riavvio. Memorizzate "
+"la nuova password perché altrimenti non sarete in grado di accedere al "
+"sistema."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr "R"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr "Lasciate i campi 'vuoti' per ereditare i valori di default."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Nuovo hard disk"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Il cambiamento della password influisce solo sull'autenticazione."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "HDD"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Nuova password"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
-msgstr "Nuovo drive"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Ripeti la nuova password"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Definisci password"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Nuovo controller"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Nome del telefono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr "CS"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Impostazioni avanzate telefono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr "Nuovo controller grafico"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Tipo telefono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr "GC"
+#: 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 "Scegli un tipo di telefono"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Nuovo controller audio"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Aggiorna"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr "SC"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "Modalità DTMF"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr "Nuovo supporto di alimentazione (power supply)"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "IP di default"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
-msgstr "PS"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Timeout risposta"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Nuovi componenti vari"
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modo"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr "OC"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Tipo autorizzazione"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Devi specificare un nome valido per questo componente."
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Segreto"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "Il nome del componente è già in uso."
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GoFonInkeys"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Altro"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GoFonOutKeys"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Rimuovi il servizio DHCP"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Codice Utente"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid "This server has DHCP features enabled. You can disable them by clicking below."
-msgstr "Il server ha le caratteristiche DHCP abilitate. Le puoi disabilitare cliccando sotto."
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Linea troncata"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Aggiungi il servizio DHCP"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Hosts a cui è permesso di connettersi"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid "This server has DHCP features disabled. You can enable them by clicking below."
-msgstr "Il server ha le caratteristiche DHCP disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Hosts a cui non è permesso di connettersi"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
-msgstr "Elenco del tipo di cartucce disponibili per questo genere di stampanti"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid "This dialog allows you to create new types of cartridges, and select one or more types for your printer. Cartridge types depends on the printer type you have selected. For each selected cartridge type there will be a new cartridge created, this allows you to select the same cartridge type for more then one printer."
-msgstr "Questa finestra ti consente di creare nuovi tipi di cartucce per le tue stampanti. I tipi di cartucce dipendono dal tipo di stampante che hai selezionato. Per ogni cartuccia scelta sarà creata una nuova acrtuccia e questo ti consentirà di selezionare la stessa per più di una stampante."
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Generale"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-msgid "Display cartridge types matching"
-msgstr "Mostra i tipi di cartucce corrispondenti"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "Nome stampante"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-msgid "Regular expression for matching cartridge types"
-msgstr "Espressioni regolari per confrontare i tipi di cartucce"
+#: plugins/admin/systems/printer.tpl:36
+msgid "Details"
+msgstr "Dettagli"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:290
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/ogroups/phonequeue.tpl:18
-msgid "Down"
-msgstr "Giù"
+#: plugins/admin/systems/printer.tpl:39
+msgid "Printer location"
+msgstr "Localizzazione stampante"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:359
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "per favore scegli un nome di zona valido"
+#: plugins/admin/systems/printer.tpl:43
+msgid "Printer URL"
+msgstr "URL della stampante"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:363
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Per favore scegli un nome valido per la 'reverse zone'."
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Driver"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:367
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr "Il server primario DNS deve terminare con '.' per essere una valore valido."
+#: plugins/admin/systems/printer.tpl:63
+msgid "Permissions"
+msgstr "Permessi"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr "L'indirizzo di posta specificato deve finire con '.' per essere una valido record."
+#: plugins/admin/systems/printer.tpl:70
+msgid "Users which are allowed to use this printer"
+msgstr "Utenti che possononutilizzare questa stampante"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Your mail address contains '@' replace this with '.' to enable GOsa to create a valid SOA record."
-msgstr "Il tuo indirizzo contiene '@': sostituiscilo con '.' per consentire a GOsa di creare un valido record SOA."
+#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
+msgid "Add user"
+msgstr "Aggiungi utente"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Only lowercase strings are allowed as zone name."
-msgstr "Solo stringe in caratteri minuscoli sono ammesse nel nome della zona."
+#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
+msgid "Add group"
+msgstr "Aggiungi gruppo"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-msgid "Please specify a numeric value for serial number."
-msgstr "Per favore specifica un valore numerico come numero seriale."
+#: plugins/admin/systems/printer.tpl:88
+msgid "Users which are allowed to administrate this printer"
+msgstr "Utenti che possono amministrare questa stampante"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid "Please specify a numeric value for refresh."
-msgstr "Per favore specifica un valore numerico per l'aggiornamento."
+#: plugins/admin/systems/printer.tpl:90
+msgid "Admins"
+msgstr "Amministratori"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Please specify a numeric value for ttl."
-msgstr "Per favore specifica un valore numerico per ttl."
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Driver della stampante"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for expire."
-msgstr "Per favore specifica un valore numerico per la scadenza."
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Modello"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for retry."
-msgstr "Per favore specifica un valore numerico per riprova."
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Seleziona"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Elenco dei sistemi"
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nuovo driver"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
-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 "Questo menù permette di aggiungere, rimuovere e cambiare le proprietà di specifici sistemi. Puoi solo aggiungere sistemi che siano già stati avviati."
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes 'all' 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 ""
+"Questa finestra include tutte le informazioni sel sistema e del setup. "
+"Verifica attentamente i dati prima di procedere perché GOsa non è in grado "
+"di annullare l'operazione."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "Sistema/Dipartimento"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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 ""
+"Verifica con attenzione se vuoi realmente salvare questi dati perché non c'è "
+"modo per GOsa di ripristinare questi dati."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Seleziona per vedere i server"
+#: plugins/admin/systems/remove_glpi.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"La miglior cosa da fare prima di realizzare questa azione può essere quella "
+"di salvare i contenuti correnti del database MySql in un file. Una volta che "
+"lo avete fatto, premete 'Cancella' per continuare o 'cancella per annullare "
+"l'operazione."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Mostra i server"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Seleziona per vedere i terminali linux"
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
+"Questo è un sistema nuovo che non ancora definito parametri specifici "
+"(system type). Selezionate un tipo per questo valore e premete il bottone "
+"'continua'. Se il sistema deve essere aggiunto a delle impostazioni di un "
+"gruppo di sistemi, scegliete di seguito il gruppo oggetto prescelto."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Mostra i terminali"
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
+msgstr ""
+"Per favofre selezionate un tipo di sistema e un collegamento predefinito "
+"opzionale che possa essere ereditato."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Sleeziona per vedere le workstation linux"
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Scegli il tipo di sistema"
+
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Scegli un gruppo di oggetti come modello"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Mostra le workstation"
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Scegli un gruppo di oggetti"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Sleeziona per vedere le workstation Microsoft Windows"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Seleziona la stampante da aggiungere"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Mostra le workstation Microsoft Windows"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Seleziona i valori da aggiungere"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Seleziona per vedere le stampanti di rete"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Mostra i componenti del dipartimento"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Mostra le stampanti di rete"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Mostra i componenti corrispondenti"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Seleziona per vedere i telefoni VOIP"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Espressione regolare per ricercare i nomi degli elementi"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Mostra i telefoni"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Accesso amministratore (kadmin) Kerberos"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Seleziona per vedere i dispositivi di rete"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Kerberos Realm"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Mostra i dispositivi di rete"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Utente Amministratore"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Mostra i sistemi di utenti"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "database FAX"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Terminal template"
-msgstr "Nuovo modello Terminal"
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "DB utenti FAX"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Workstation template"
-msgstr "Nuovo modello Workstation"
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Gestione Asterisk"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Server"
-msgstr "Nuovo Server"
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "DB utilizzatori Asterisk"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/class_divListSystem.inc:107
-msgid "New Printer"
-msgstr "Nuova Stampante"
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Prefisso di composizione nazionale"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:108
-#: plugins/admin/systems/class_divListSystem.inc:109
-msgid "New Phone"
-msgstr "Nuovo Telefono"
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Prefisso di composizione locali"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:110
-#: plugins/admin/systems/class_divListSystem.inc:111
-msgid "New Component"
-msgstr "Nuovo Componente"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "Accesso amministratore IMAP"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Cups Server"
-msgstr "Server Cups"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Identificatore server"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Log Db"
-msgstr "Log del DB"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "URL di connessione"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Syslog Server"
-msgstr "Log di sistema del server"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Porta Sieve"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Mail Server"
-msgstr "Server di Posta"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Registrazione operazioni database"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:132
-msgid "Imap Server"
-msgstr "Server IMAP"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr "Registrazione operazioni database utilizzatori"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:133
-msgid "Nfs Server"
-msgstr "Server Nfs"
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
+msgstr "Database Glpi"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:134
-msgid "Kerberos Server"
-msgstr "Server Kerberos"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
+msgstr "Database"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:135
-msgid "Asterisk Server"
-msgstr "Server Asterisk "
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Zone"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:136
-msgid "Fax Server"
-msgstr "Server Fax"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Nome della zona"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:137
-msgid "Ldap Server"
-msgstr "Server LDAP"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Indirizzo della rete"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:140
-msgid "Edit system"
-msgstr "Modifica sistema"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Record della zona"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:141
-msgid "Delete system"
-msgstr "Cancella il sistema"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
+msgstr ""
+"Non puoi modificare perché la zona non è ancora stata correttamente salvata."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "Definisci la password di root"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "record SOA"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create CD"
-msgstr "Crea CD"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Server primario per questa zona"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create FAI CD"
-msgstr "Xrea un CD FAI"
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr "Numero seriale (aumentato automaticamente)"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr "Gestisci i tipi di sistema (OS)"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Scadenza"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "Genera l'immagine del CD di installazione"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "MxRecord"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid "This option enables you to generate FAI install CD images for the selected workstation. The procedure may take about 10 minutes to complete, so please be patient after pressing the 'Create ISO-Image' button."
-msgstr "Questa opzione ti abilita a generare una immagine CD di installazione FAI per la workstation selezionata. La procedura richiederà circa 10 minuti per completare l'operazione; attendi con pazienza dopo aver cliccato sul bottone 'Crea un'immagine ISO'."
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Record 'Global zone'"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "Crea una immagine ISO"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
+msgid ""
+"This dialog allows you to configure all components of this DNS zone on a "
+"single list."
+msgstr ""
+"Questo finestra di dialogo vi consente di configurare i componenti della "
+"zona DNS in una lista singola."
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-msgid "Rule"
-msgstr "Regola"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
+msgid ""
+"Be careful editing record types with this dialog. All changes will be saved "
+"immediately when using the save button."
+msgstr ""
+"Fate attenzione a modificare i record in questa finestra. I cambiamenti "
+"saranno salvati immediatamente una volta premuto il bottone 'Salva'."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:2
-msgid "Add/Edit monitor"
-msgstr "Aggiungi/modifica  monitor"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
+msgid ""
+"This dialog can't be used until the currently edited zone was saved or the "
+"zone entry exists in the ldap database."
+msgstr ""
+"Questa finestra di dialogo non può essere utilizzata fintanto che la zona "
+"modificata non è salvata o i valori della zona sono inseriti nel database "
+"del server LDAP."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:33
-msgid "Monitor size"
-msgstr "Dimensione monitor"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "Create a new DNS zone entry"
+msgstr "Crea un nuovo valore per la zona DNS"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:36
-msgid "Inch"
-msgstr "Pollici"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Seleziona l'azione da eseguire per questo server"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:44
-msgid "Integrated microphone"
-msgstr "Microfono integrato"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Voce 'mydomain' di postfix"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:47
-#: plugins/admin/systems/glpi_devices.tpl:55
-#: plugins/admin/systems/glpi_devices.tpl:63
-#: plugins/admin/systems/glpi_devices.tpl:71
-#: plugins/admin/systems/glpi_devices.tpl:176
-#: plugins/admin/systems/glpi_devices.tpl:296
-#: plugins/admin/systems/glpi_devices.tpl:361
-msgid "Yes"
-msgstr "Sì"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Voce 'mydestination' di postfix"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:48
-#: plugins/admin/systems/glpi_devices.tpl:56
-#: plugins/admin/systems/glpi_devices.tpl:64
-#: plugins/admin/systems/glpi_devices.tpl:72
-#: plugins/admin/systems/glpi_devices.tpl:177
-#: plugins/admin/systems/glpi_devices.tpl:297
-#: plugins/admin/systems/glpi_devices.tpl:362
-msgid "No"
-msgstr "Nessuno"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr "Amministratori di Cyrus"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:52
-msgid "Integrated speakers"
-msgstr "Casse acustiche integrate"
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "Servizio POP3"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:60
-msgid "Sub-D"
-msgstr "Sub-D"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "Servizio POP3/SSL"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:68
-msgid "BNC"
-msgstr "BNC"
+#: plugins/admin/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "Servizio IMAP"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:83
-msgid "Additional serial number"
-msgstr "Numero seriale addizionale"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "Servizio IMAP/SSL"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:97
-msgid "Add/Edit other device"
-msgstr "Aggiungi/modifica un altro componente"
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Servizio Sieve"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:138
-msgid "Add/Edit power supply"
-msgstr "Aggiungi/modifica sistemi di alimentazione supplettiva"
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr ""
+"Il servizio FTP FreeBusy  (legacy, non si interfaccia con Kolab2 FreeBusy)"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:173
-msgid "Atx"
-msgstr "Atx"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Servizio HTTP FreeBusy (legacy)"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:181
-msgid "Power"
-msgstr "Alimentazione"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Scansione email di Amavis (virus/spam)"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:193
-msgid "Add/Edit graphic card"
-msgstr "Aggiungi/modifica scheda video"
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Impostazioni di Quota"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:228
-#: plugins/admin/systems/glpi_devices.tpl:284
-#: plugins/admin/systems/glpi_devices.tpl:349
-msgid "Interface"
-msgstr "Interfaccia"
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Impostazioni Libero/Occupato"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:237
-msgid "Ram"
-msgstr "Ram"
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Consenti il download senza autenticazione delle informazioni Free/Busy"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:249
-msgid "Add/Edit controller"
-msgstr "Aggiungi/modifica un controller"
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "Rete privilegiata SMTP"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:307
-msgid "Add/Edit drive"
-msgstr "Aggiungi/modifica un drive"
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Hosts/ret ammessa al relay"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:342
-msgid "Speed"
-msgstr "Velocità"
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr "Inserite vaori multipli separandoli con "
 
 
-#: plugins/admin/systems/glpi_devices.tpl:358
-msgid "Writeable"
-msgstr "Scrivibile"
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "Smarthost/relayhost SMTP"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:371
-msgid "Add/Edit harddisk"
-msgstr "Aggiungi/modifica un hard disk"
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Abilita MX lookup per il relayhost"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:406
-msgid "Rpm"
-msgstr "Rpm"
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Host utilizzato per trasmettere la posta"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:413
-msgid "Cache"
-msgstr "Cache"
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Accetta la posta internet"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:443
-msgid "Add/Edit memory"
-msgstr "Aggiungi/modifica memoria"
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Accetta posta da altri domini su SMTP non autenticato"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:478
-msgid "Frequenz"
-msgstr "Frequenza"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Modifica condivisione"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:507
-msgid "Add/Edit sound card"
-msgstr "Aggiungi/modifica scheda audio"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Setup NFS"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:553
-msgid "Add/Edit network interface"
-msgstr "Aggiungi/modifica scheda di rete"
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr "Path"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:589
-msgid "MAC address"
-msgstr "MAC address"
+#: plugins/admin/systems/servnfs.tpl:33
+msgid "Volume"
+msgstr "Volume"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:607
-msgid "Add/Edit processor"
-msgstr "Aggiungi/modifica un processore"
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr "Auto montaggio della condisione su sistemi Apple"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:642
-msgid "Frequence"
-msgstr "Frequenza"
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Codepage"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-msgid "Default frequence"
-msgstr "Frequenza di default"
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Opzioni"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:661
-msgid "Add/Edit motherboard"
-msgstr "Aggiungi/modifica la scheda madre"
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Elenco dei riposizionamenti configurati (repositories)"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:696
-msgid "Chipset"
-msgstr "Chipset"
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Aggiungi riposizionamento"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:707
-msgid "Add/Edit computer case"
-msgstr "Aggiungi/modifica il case del computer"
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr ""
+"Questo menu consente di creare, cancellare e modificare le impostazioni di "
+"riposizionamento."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:742
-msgid "format"
-msgstr "formato"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Server parente"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "informazioni del sistema"
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Condivisioni"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "memoria"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Servizio Time"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Avvio MAC"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Servizio LDAP"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Supporto USB"
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Servizio Terminal"
 
 
-#: plugins/admin/systems/info.tpl:19
-#: plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Stato del sistema"
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Disabilita temporaneamente l'accesso"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Numero di inventario (Inventory number)"
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Directory font"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Ultimo login"
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Servizio Syslog"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Componenti di rete"
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Servizio Stampa"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Componenti IDE"
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Servizio di posta"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Componenti SCSI"
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Modello terminale"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Componente Floppy disk"
+#: plugins/admin/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nome del terminale"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Componente CDROM"
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Server di base (root server)"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Componente Audio"
+#: plugins/admin/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Seleziona il file system di root di tipo NFS da usare"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Avviato fin da"
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Server di swap"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Carico CPU"
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Scegli il filesystem NFS dove posizionare il file di swap"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Utilizzo memoria"
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
+msgstr "Eredita le impostazioni dal server dell'orario"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Utilizzo SWAP"
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Tastiera"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Servizio SSH"
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Scegli il modello della tastiera"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Servizio di stampa"
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Layout"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Servizio di scansione"
+#: plugins/admin/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Scegli la lingua della tastiera"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Servizio audio"
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Varianti"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Scegli la variante della tastiera"
 
 
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "referenza"
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Mouse"
 
 
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-#: plugins/admin/groups/acl.tpl:12
-#: plugins/admin/groups/mail_admins.tpl:30
-msgid "Choose"
-msgstr "Scegli"
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Scegli il tipo di mouse"
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Generale"
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Porta"
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "Nome stampante"
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Scegli la porta del mouse"
 
 
-#: plugins/admin/systems/printer.tpl:36
-msgid "Details"
-msgstr "Dettagli"
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Impianto telefonico (hardware)"
 
 
-#: plugins/admin/systems/printer.tpl:39
-msgid "Printer location"
-msgstr "Localizzazione stampante"
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Telefono"
 
 
-#: plugins/admin/systems/printer.tpl:43
-msgid "Printer URL"
-msgstr "URL della stampante"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "Scegli il driver grafico nel la scheda installato"
 
 
-#: plugins/admin/systems/printer.tpl:63
-msgid "Permissions"
-msgstr "Permessi"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Risoluzione"
 
 
-#: plugins/admin/systems/printer.tpl:70
-msgid "Users which are allowed to use this printer"
-msgstr "Utenti che possononutilizzare questa stampante"
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Scegli la risoluzione video da utilizzare in modalità grafica"
 
 
-#: plugins/admin/systems/printer.tpl:74
-#: plugins/admin/systems/printer.tpl:90
-msgid "Add user"
-msgstr "Aggiungi utente"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Profondità del colore"
 
 
-#: plugins/admin/systems/printer.tpl:75
-#: plugins/admin/systems/printer.tpl:91
-msgid "Add group"
-msgstr "Aggiungi gruppo"
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Scegli la profondità di colore da usare in modalità grafica"
 
 
-#: plugins/admin/systems/printer.tpl:86
-msgid "Users which are allowed to administrate this printer"
-msgstr "Utenti che possono amministrare questa stampante"
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Monitor"
 
 
-#: plugins/admin/systems/printer.tpl:87
-msgid "Admins"
-msgstr "Amministratori"
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
+msgstr "Usa DDC per l'identificazione automatica (detction)"
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "Sistema operativo"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Componenti installati"
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Frequenza di refresh orizzontale per il monitor installato"
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
-msgstr "Commercio (Trading)"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/glpi.tpl:91
-msgid "Software"
-msgstr "Software"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Frequenza di refresh verticale per il monitor installato"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Contratti"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Desktop remoto"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:5
-msgid "Generic virus filtering"
-msgstr "Filtro dei virus generico"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Metodo di connessione"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-msgid "Database user"
-msgstr "Utente database"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Scegli il metodo di connesisone al terminal server"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
-msgid "Database mirror"
-msgstr "Mirror database"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Terminal server"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
-msgstr "URL Http del proxy"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Seleziona lo specifico terminal server da utilizzare"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
-msgid "Select number of maximal threads"
-msgstr "Seleziona un mumero massimo di thread"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Font del server"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr "Numero massimo di recursioni"
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Seleziona uno specifico font server da utilizzare"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
-msgstr "Attiva il debug"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Dispositivo di stampa"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr "Attiva la scansione della posta"
+#: plugins/admin/systems/terminalService.tpl:187
+msgid "Select to start IPP based printing service on terminal"
+msgstr ""
+"Seleziona l'IPP di partenza su cui basare i servizi di stampa del terminale"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
-msgstr "Scansione degli archivi"
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Fornitore dei servizi di stampa"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
-msgstr "Attiva la scansione degli archivi"
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Server dello spool"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
-msgstr "Blocca archivi criptati"
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Seleziona il filesystem NFS dove posizionare i file di spool"
+
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Discositivo di scansione"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
-msgstr "Ricorsione massima"
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Seleziona di avviare i servizi SANE per la scansione sul terminale"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Nome applicazione"
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Fornitore dei servizi di scansione"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Il nome delle applicazioni deve essere mostrato (es. icone sottostanti)"
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Seleziona il driver da usare per los canner"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Percorso e/o nome dell'eseguibile dell'applicazione"
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Parametri Boot"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Scegli il percorso dove salvare l'applicazione"
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Boot kernel"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Icona"
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Opzioni personalizzate"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Aggiorna"
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr ""
+"Inserite i parametri che debbono essere passati al kernel nella fase di "
+"avvio."
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Ricarica immagini da LDAP"
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "Server LDAP"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Solo eseguibile per membri"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
+"Indicate se il terminale supporta l'avvio grafico con una barra di progresso."
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Sostituisci laa configurazione utenti all'all'avvio"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Utilizza un boot grafico"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Posiziona le icone nel desktop utenti"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Indicate se il terminale deve essere avviato in modalità testo."
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Inserisci i valori nel menu di avvio utenti"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Usate l'avvvio standard in modalità testo di linux"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Inserisci i valori nella barra di avvio degli utenti"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
+msgstr "Selezione per avere un log dettagliato durante la fase di avvio"
 
 
-#: plugins/admin/applications/generic.tpl:103
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/fai/class_faiScript.inc:261
-#: plugins/admin/fai/class_faiHook.inc:283
-#: plugins/admin/fai/class_faiTemplate.inc:260
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-msgid "Download"
-msgstr "Scarica"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "usa la modalità debug allo startup"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Elenco delle applicazioni"
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Moduli del kernel (formato: nome parametri)"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Questa tabella mostra tutte le applicazioni in questa struttura."
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
+msgstr "Aggiungere i moduli addizionali da caricare in fase di avvio"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-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 "Questo menu ti consente di aggiungere, modificare e rimuovere le applicazioni selezionate. Se vuoi puoi usare i selettori in cima all'elenco applicazioni quando operi con un elevato numero di item."
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Punto di montaggio"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:100
-#: plugins/admin/ogroups/class_divListOGroup.inc:108
-msgid "new"
-msgstr "nuovo"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nome macchina"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:101
-msgid "Create new application"
-msgstr "Cra una nuova applicazione"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Modello delle workstation"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:153
-#: plugins/admin/fai/class_divListFai.inc:224
-#: plugins/admin/groups/class_divListGroup.inc:145
-#: plugins/admin/ogroups/class_divListOGroup.inc:133
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "cut"
-msgstr "taglia"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Nome delle workstation"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:153
-#: plugins/admin/fai/class_divListFai.inc:224
-#: plugins/admin/groups/class_divListGroup.inc:145
-#: plugins/admin/ogroups/class_divListOGroup.inc:133
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Cut this entry"
-msgstr "Taglia questo valore"
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "Server FAI"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:155
-#: plugins/admin/fai/class_divListFai.inc:227
-#: plugins/admin/groups/class_divListGroup.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:135
-#: plugins/admin/users/class_divListUsers.inc:141
-msgid "copy"
-msgstr "copia"
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Classe FAI assegnata"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:155
-#: plugins/admin/fai/class_divListFai.inc:227
-#: plugins/admin/groups/class_divListGroup.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:135
-#: plugins/admin/users/class_divListUsers.inc:141
-msgid "Copy this entry"
-msgstr "Copia questo valore"
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "imposta"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "nessun esempio"
+#: plugins/admin/users/class_divListUsers.inc:40
+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 ""
+"Questo menu consente di creare, modificare e cancellare gli utenti "
+"selezionati. Se vi sono kolti utenti si può utilizzare il selettore sopra "
+"l'elenco."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Questo 'dn' non è di nessuna applicazione"
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Seleziona per vedere il modello degli psedo utenti"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "Rimozione applicazione fallita"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
+msgstr "Seleziona per vedere gli utenti che hanno solo un oggetto GOsa"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr "Rimozione dell'applicazione del gruppo di oggetti '%s' fallita"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Mostra gli utenti funzionali"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Rimozione dell'applicazione dal gruppo '%s' fallita"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
+msgstr "Seleziona per vedere gli utenti che hanno impostazioni posix"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "L'immagine specificata non è stata caricata correttamente."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Mostra gli utenti unix"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
-msgstr "Il percorso di esecuzione deve iniziare co  '/'."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
+msgstr ""
+"Seleziona per vedere gli utenti che hanno impostazioni di posta elettronica"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr "Non hai il permesso di creare applicazioni in questo livello."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Mostra gli utenti di posta"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Il campo obbligatorio 'Nome' non è strato riempito."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Seleziona per vedere gli utenti che hanno impostazioni samba"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr "Carattere non valido nel nome dell'applicazione: solo i caratteri a-z e 0-9 sono consentiti."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Mostra gli utenti samba"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Il campo obbligatorio 'Esecuzione' non è strato riempito."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
+msgstr "Seleziona per vedere gli utenti che hanno impostazioni proxy"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "C'è già un'applicazione con questo 'Nome'."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Mostra gli utenti proxy"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "Salvatggio applicazioni fallito"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Crea un nuovo utilizzatore"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Impostazioni applicazioni"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Nuovo utilizzatore"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Stai per cancellare l'applicazione '%s'."
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Crea un nuovo modello"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "Non ti è permesso di cancellare questa applicazione!"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Nuovo modello"
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Gestione applicazioni"
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/applications/release_select.tpl:3
-#: plugins/admin/fai/branch_selector.tpl:3
-msgid "Branches"
-msgstr "Filiali"
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Modifica proprietà generiche"
 
 
-#: plugins/admin/applications/release_select.tpl:9
-#: plugins/admin/fai/branch_selector.tpl:9
-msgid "Current release"
-msgstr "release corrente"
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "Modifica UNIX proprietà"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:54
-msgid "Remove options"
-msgstr "Rimuovi opzioni"
+#: plugins/admin/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Modifica proprietà dell'ambiente"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:55
-msgid "This application has options. You can disable them by clicking below."
-msgstr "Questa applicazione ha delle opzioni. Le puoi disabilitare cliccando sotto."
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Modifica proprietà e-mail"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:57
-msgid "Create options"
-msgstr "Crea opzioni"
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Modifica proprietà telefono"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:58
-msgid "This application has options disabled. You can enable them by clicking below."
-msgstr "Questa applicazione ha le opzioni disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Modifica proprietà fax"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:101
-msgid "Variable"
-msgstr "Variabile"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Modifica proprietà Samba"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:114
-msgid "Add option"
-msgstr "Aggiungi opzione"
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Modifica proprietà Netatalk"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:139
-msgid "Removing application parameters failed"
-msgstr "Rimozione dei parametri dell'applicazione fallita"
+#: plugins/admin/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Crea utente da un modello"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:170
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Il valore '%s' specificato come nome dell'opzione non è valido."
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Crea utente con questo modello"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:201
-msgid "Saving applications parameters failed"
-msgstr "Salvataggio dei parametri dell'applicazione fallita"
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Modifica utente"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "Classi FAI"
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "Password"
 
 
-#: plugins/admin/fai/faiProfile.tpl:33
-#: plugins/admin/fai/faiScriptEntry.tpl:38
-msgid "Choose a priority"
-msgstr "Scegli una priorità"
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Cambia la password"
 
 
-#: plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
-#: plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsProfile.inc:34
-#: plugins/admin/fai/tabsHook.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34
-#: plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/departments/tabs_department.inc:31
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
-msgstr "tentativo di spostamento della struttura fallito. L'area di destinazione è dipendente da quella di partenza."
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Cancella utente"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29
-#: plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Attributi hook"
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
+msgstr "Non ti è permesso di impostare la password dell'utente!"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Compito (task)"
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
+msgid ""
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
+msgstr ""
+"La password che avete inserito come 'Nuova password' e 'Ripeti nuova "
+"password' non sono uguali."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Scegli un esistente 'compito' FAI"
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
+msgstr "La password che hai inserito come 'Nuova password' è vuota."
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:63
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-msgid "Import script"
-msgstr "Script di importazione"
+#: plugins/admin/users/class_userManagement.inc:336
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Stai per cancellare l'utente %s."
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Elenco dei pacchetti disponibili"
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "Non ti è permesso di cancelale qusto utente!"
 
 
-#: 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 "Questo menu permette di selezionare più pacchetti da aggiungere alla lista in fase di modifica."
+#: plugins/admin/users/class_userManagement.inc:553
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Una persona con questo nome è già in uso in questa struttura."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:71
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-msgid "Please select a valid file."
-msgstr "Per favofe selezionate un file valido"
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Utente amministativo"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:74
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-msgid "Selected file is empty."
-msgstr "Il file selezionato è vuoto."
+#: 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 ""
+"Per cambiare la password dell'utente usare il campo seguente. I cambiamenti "
+"avranno effetto immediatamente. Memorizzate la nuova passowrd perché "
+"l'utente non potrà accedere senza di essa."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Per favore inserite un valore per lo script."
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
+msgid ""
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
+msgstr ""
+"Il cambio della password oopera sull'autenticazione della posta elettronica, "
+"del servizio proxy, di samba e dei servizi unix."
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-msgid "Please enter a name."
-msgstr "Per favore inserito un nome."
+#: 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 ""
+"Questo include tutti i dati dell'utente, le regole di accesso al sistema, le "
+"impostazioni imap, ecc. per questo utente. Controlla attentamente se vuoi "
+"attentamente eseguire l'operazione perché GOsa non può ripristinare i dati "
+"modificati."
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "Albero degli oggetti FAI"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Crea un nuovo utente usando un modello"
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr "Ricarica la classe e rilascia la configurazione dall'oggetto padre."
+#: 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 creazione di un nuovo utene può essere esguita tramite i modelli. Molti "
+"record del database saranno compilati automaticamente. Scegli 'nessuno' per "
+"non usare un modello."
 
 
-#: plugins/admin/fai/faiScript.tpl:34
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-#: plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiHook.tpl:34
-msgid "Objects"
-msgstr "Oggetti"
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Accesso"
 
 
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Elenco degli script"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "UNIX"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:284
-#, php-format
-msgid "Can't insert a fai variable named '%s' in '%s' there is already a variable with the given name."
-msgstr "Non puoi inserire una variabile FAI chiamata '%s' in '%s' perché ce ne già una con lo stesso nome."
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:317
-msgid "Saving FAI variable base failed"
-msgstr "Salvataggio della variabile FAI base fallito"
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:383
-msgid "Removing FAI variable failed"
-msgstr "Rimozione della variabile FAI fallito"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "??sottile??? cliente"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:390
-#: plugins/admin/fai/class_faiVariable.inc:402
-msgid "Saving FAI variable failed"
-msgstr "Salvataggio della variabile FAI fallito"
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Nome oggetto"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:274
-#: plugins/admin/fai/class_faiPartitionTable.inc:280
-#, php-format
-msgid "%s partition"
-msgstr "%s partizione"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Contenuti"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:276
-#: plugins/admin/fai/class_faiPartitionTable.inc:282
-#, php-format
-msgid "%s partition(s)"
-msgstr "%s partizione(i)"
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "L'oggetto non ha relazioni con altri oggetti."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:334
+#: plugins/generic/welcome/main.inc:24
 #, php-format
 #, php-format
-msgid "Can't insert a new fai partition table named '%s' in '%s' there is already one defined with the given name."
-msgstr "Non puoi inserire una nuova partizione FAI chiamata '%s' in '%s' perché ce ne già una con lo stesso nome."
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:371
-msgid "Saving FAI partition table base failed"
-msgstr "Salvataggio della partition table base FAI fallito"
+msgid "Welcome %s!"
+msgstr "Benvenuti %s!"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:418
-msgid "Removing FAI partition table failed"
-msgstr "Rimozione della partition table FAI fallito"
+#: plugins/generic/welcome/welcome.tpl:4
+msgid ""
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
+msgstr ""
+"Questo è il menu principale di GOsa. Potete scegliere le operazioni da "
+"effettuare dal menu di sinistra o scegliendo una delle iconne sotto "
+"riportate. Le modifiche apportate saranno applicate al server LDAP aziendale."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:426
-#: plugins/admin/fai/class_faiPartitionTable.inc:435
-msgid "Saving FAI partition table failed"
-msgstr "Salvataggio della partition table FAI fallito"
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Utilizzare il pulsante 'Disconnetti' in alto a sinistra per chiudere la "
+"connessione e quello 'Principale' per ritornare a vedere le icone del menu."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:504
-msgid "Removing FAI partition table entry failed"
-msgstr "Rimozione del valore della partition table FAI fallito"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "Il team GOsa"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:525
-#: plugins/admin/fai/class_faiPartitionTable.inc:536
-msgid "Saving FAI partition table entry failed"
-msgstr "Salvataggio del valore della partition table FAI fallito"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Lista di blocco dei fax"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid "You are now going to create a branch or locked branch. This action clones the existing release to another release name. Branches can be modified as usual. FAI classes of locked branches cannot be modified, just additional classes are possible. Branch names should be alphanumeric, excluding the reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' and 'fai'."
-msgstr "Stai per creare una filiale o una filiale bloccata. Questa azione copia una esistente in una con un nuovo nome. Le filiali possono essere modifiate come al solito. Le classi FAI di filiali bloccate non possono essere modificate e solo classi adizionali possono essere aggiunte. I nomi della filiale possono essere alfanumerici, escludendo i nomi riservati come 'scripts', 'hooks', 'partitions', 'variables', 'templates' e 'fai'."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Stai per cancellare la lista di blocco '%s'"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid "Branches are created as subreleases of the currently selected branch. Creating a new branch named 1.0.2 in SARGE for example, will result in a new release called SARGE/1.0.2."
-msgstr "Le filiali sono create come sottoclassi della selezionata filiale. Creare una nuova filiale chiamata 1.0.2 in SARGE, per esempio, genererà una nuova entità chiamata SARGE/1.0.2."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "Non hai il permesso di cancellare questa lista di blocco."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Per favore inserisci un nome per la filiale"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Per favore specificae un valido numero di telefono."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Esecuzione delle operazioni richieste"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "Invia"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid "As soon as the copy operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the fai management dialog."
-msgstr "Non appena l'operazione di copia sarà finita, potete passare alla fine della pagine e premere il pulsante 'Continua' nella finestra di gestione FAI"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "Ricevi"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid "Your browser doesn't support iframes, please use this link to perform the requested operation."
-msgstr "Il vostro browser non supporta gli iframes; per favore usate questo collegamento per eseguire l'operazione richiesta."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
+msgstr "Rimozione dell'oggetto 'lista di blocco' fallita"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr "Eseguo le opwerazioni richieste."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "Non hai il permesso di creare una lista di blocco da questa 'Base'."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Inizializzo l'operazione"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Il campo richiesto 'Nome' contiene caratteri non validi."
 
 
-#: plugins/admin/fai/class_faiScript.inc:323
-msgid "Removing FAI script base failed"
-msgstr "RImozione dello script FAI di base fallito"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "Il nome specificato è già in uso."
 
 
-#: plugins/admin/fai/class_faiScript.inc:359
-#: plugins/admin/fai/class_faiProfile.inc:400
-#, php-format
-msgid "Can't insert a script named '%s' in '%s' there is already a script with the given name."
-msgstr "Non posso inserire lo script chiamato '%s' in '%s' perché c'è già uno script con questo nome."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr "Nessun permesso per creare una 'lista di blocco' da questa base."
 
 
-#: plugins/admin/fai/class_faiScript.inc:392
-msgid "Creating FAI script base failed"
-msgstr "Creazione dello script FAI di base fallito"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
+msgstr "Salvataggio dell'oggetto 'Lista di blocco' fallita"
 
 
-#: plugins/admin/fai/class_faiScript.inc:476
-msgid "Removing FAI script failed"
-msgstr "Rimozione dello script FAI fallito"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Elenco delle 'Liste di blocco'"
 
 
-#: plugins/admin/fai/class_faiScript.inc:495
-msgid "Saving FAI script failed"
-msgstr "Salvataggio dello script FAI fallito"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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 ""
+"Questo menu consente di creare, cancellare e modificare le 'liste di blocco' "
+"selezionate. se la lista è di ampie dimensioni è preferibile utilizzare il "
+"selettore di range in alto al box di selezione."
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Elenco delle variabili assegnate"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "Nome della lista di blocco"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Scegli la variabile da cancellare o modificare"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Selezione per vedere le 'Liste di blocco' inviate"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-#: plugins/admin/fai/class_faiProfile.inc:298
-msgid "Hook bundle"
-msgstr "Hook collegati (Hook bundle)"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Mostra le 'liste di blocco' inviate"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-#: plugins/admin/fai/class_faiProfile.inc:299
-msgid "Template bundle"
-msgstr "Modelli collegati (Template bundle)"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Selezione per vedere le 'Liste di blocco' ricevute"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-#: plugins/admin/fai/class_faiProfile.inc:300
-msgid "Script bundle"
-msgstr "Script collegati (Script bundle)"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Mostra le 'liste di blocco' ricevute"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-#: plugins/admin/fai/class_faiProfile.inc:301
-msgid "Variable bundle"
-msgstr "Variabili collegate (Variable bundle)"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Espressioni regolari per ricercare nomi di liste"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr "Pacchetti collegati (Package bundle)"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Crea una nuova 'lista di blocco'"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-#: plugins/admin/fai/class_faiProfile.inc:303
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-msgid "Partition table"
-msgstr "Partition table"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Nuova 'lista di blocco'"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-#: plugins/admin/fai/class_faiProfile.inc:295
-msgid "This list displays all assigned class names for this profile."
-msgstr "Questa lista mostra tutte i nomi delle classi assegnate in questo profilo."
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Lista dei nomi"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Nome classe"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nome della lista di blocco"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Attributi del modello"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Seleziona la posizione della lista di blocco"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Salva il modello"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Scegli se attivare il filtro in ingresso o in uscita"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Directory di destinazione"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Descrizione delle liste di blocco"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Accesso"
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Numeri bloccati"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Lettura"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "I numeri possono anche contenere delle wild cards."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Scrivi"
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Gestione delle 'liste di blocco'"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Speciale"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Questo utente non ha le estensioni fax."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Rimuovi l'utnete fax"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le caratteristiche fax attivate. Potete disabilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Altri"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Crea un utente fax"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le caratteristiche fax disattivate. Potete abilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "nessun file ancora caricato"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "State provando ad aggiungere un numero di telefono inesatto."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "esiste nel database (dimensione: %s bytes)"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "Rimozione dell'utente FAX fallita"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Per favore specifica un valore per l'attributo 'file'."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Il richiesto campo 'Fax' non è impostato."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Per favore specifica un valore per l'attributo 'percorso'."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Per favore inserite un corretto numero telefonico nel campo 'Fax'."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr "Per favore inserisci un utente."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr ""
+"La consegna in posta elettronica è attiva ma non è specificato un indirizzo "
+"di posta."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Per favore inserisci un valido utente. Solo valori a-z/0-9 sono ammessi."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "L'indirizzo postale indicato non è corretto."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr "Per favore inserisci un gruppo."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
+"L'invio del fax alla stampante è possibile solo se è indicata una stampante "
+"corretta. Per favore correggete la vostra scelta."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Per favore inserisci un valido gruppo. Solo valori a-z/0-9 sono ammessi."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr "Salvataggio dell'utente FAX fallito"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Elenco dei file modello"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Numero del Fax per attivare GOfax"
 
 
-#: plugins/admin/fai/class_faiHook.inc:350
-msgid "Removing FAI hook base failed"
-msgstr "Rimozione del hook base di FAI fallito"
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr ""
+"Specifica il linguaggio di comunicazione di GOfax per il fax attraverso i "
+"gateway mail"
 
 
-#: plugins/admin/fai/class_faiHook.inc:386
-#, php-format
-msgid "Can't insert a fai hook named '%s' in '%s' there is already a hook with the given name."
-msgstr "Non posso inserire un hook FAi chiamato  '%s' in '%s' perché c'è già un hook con questo nome."
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Formato di consegna"
 
 
-#: plugins/admin/fai/class_faiHook.inc:419
-msgid "Saving FAI hook base failed"
-msgstr "Salvataggio del hook base di FAI fallito"
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Specifica il formato di consegna per i fax attraverso il gateway mail"
 
 
-#: plugins/admin/fai/class_faiHook.inc:509
-msgid "Removing FAI hook failed"
-msgstr "Rimozione del hook base di FAI fallito"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Metodo di consegna"
 
 
-#: plugins/admin/fai/class_faiHook.inc:515
-#: plugins/admin/fai/class_faiHook.inc:525
-msgid "Saving FAI hook failed"
-msgstr "Salvataggio del hook di FAI fallito"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Disabilita temporaneamente l'uso del fax"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Dischi"
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Consegna il fax come mail a "
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Scegli un disco da cancellare o modificare"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Consegna il fax come mail"
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Informazioni debconf per il pacchetto '%s'"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Consegna il fax alla stampante"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Attributi script"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alterna i numeri di fax"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "FAI"
-msgstr "FAI"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Lista di blocco"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
-msgstr "Gestione delle installazioni automatizzate"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Liste di blocco per fax in ingresso"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr "Stai per cancellare tutte le informazioni nrelativa alla classe FAI '%s'."
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Liste di blocco per fax in uscita"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:282
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
-msgstr "Stai per cancellare una filiale/freeze (???) FAi '%s'."
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Numeri e liste bloccate"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:285
-msgid "You are not allowed to delete this release!"
-msgstr "Non è permesso di cancellare questa release!"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Elenco delle liste di blocco predefinite"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:341
-msgid "Specified branch name is invalid."
-msgstr "Il nome indicato per nla filiale non è valido."
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Aggiungi la lista di blooco all'elenco"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:343
-msgid "Specified freeze name is invalid."
-msgstr "Il nome specificato per freeze (???) non è valido."
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Seleziona i numeri da aggiungere"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:356
-#, php-format
-msgid "Can't insert a fai template named '%s' in '%s' there is already a template with the given name."
-msgstr "Non posso inserire un modello FAi chiamato  '%s' in '%s' perché c'è già un modello con questo nome."
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Mostra i numeri dei dipartimenti"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:389
-msgid "Saving FAI template base failed"
-msgstr "Salvataggio del template base FAI fallito"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Mostra i numeri corrispondenti"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:467
-msgid "Removing FAI template entry failed"
-msgstr "Rimozione del valore del modello FAI fallita"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Espressione regolare per confrontare i numeri"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:472
-msgid "Modifying FAI template entry failed"
-msgstr "Modifica del valore del modello FAI fallita"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Mostra i numeri degli utenti"
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:485
-msgid "Creating FAI template entry failed"
-msgstr "Creazione del valore del modello FAI fallita"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Nome dell'utente il cui numero è mostrato"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Pacchetti"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Clicca il bottone 'Modifica' per cambiare le informazioni in questa finestra "
+"di dialogo"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "primary"
-msgstr "primario"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Impostazioni FAX"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "logical"
-msgstr "logico"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+msgid "Alternate fax numbers will not be copied"
+msgstr "Il numero di fax alternativo non deve essere copiato"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
-msgid "FS type"
-msgstr "Tipo FS"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Report del FAX"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-#: plugins/admin/fai/class_faiSummaryTab.inc:325
-msgid "Mount point"
-msgstr "Punto di  montaggio"
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
+"Nessuna estensione fax definita nella configurazione del server. I report "
+"non possono essere mostrati!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-#: plugins/admin/fai/class_faiSummaryTab.inc:324
-msgid "Size in MB"
-msgstr "Dimensione in MB"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"Non posso connettere il database fax. I report non possono essere mostarti!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-#: plugins/admin/fai/class_faiSummaryTab.inc:323
-msgid "Mount options"
-msgstr "Opzioni di montaggio"
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
+msgstr "Non posso selzionare il database fax per la genrazione dei report!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
-msgid "FS option"
-msgstr "Opzioni FS"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr "Non posso interrogare il file dei log dei fax per generare il report!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
-msgid "Preserve"
-msgstr "Preserva (preserve)"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "Interrogazione del database fax fallita!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr "per favore indicate un unico punto di montaggio per la partizione '%s'"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr ""
+"Non hai il permesso di recuperare informazioni su spesto specifico fax (fax "
+"id)!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Per favore inserite un valido punto di montaggio per la partizione %s."
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "Y-M-D"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
-#, php-format
-msgid "File system type 'swap' is already used, change file system type for partition %s."
-msgstr "Il tipo file swap è già usato; cambia il tipo di file system per la partizione %s."
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Inserisci il nome utente da ricercare"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr "Per favofe usa 'swap' come punto di montaggio, se è usato come tipo di file system."
+#: 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/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Per favore inserisci una valida dimensione per la partizione %s."
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Seleziona da dove avviare la ricerca"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
-#, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Per favore inserisci un valido range per la partizione %s."
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "durante"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Per favoreinserisci un valido range per la dimensione della partizione %s."
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Ricevente"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
-msgid "You have more than 3 primary partition table entries in your configuration, please check your configuration twice."
-msgstr "hai più di 3 partizioni primarie nella tua configurazione; verificala attentamente."
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# pagina/e"
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Elenco degli script hooks."
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Anteprima FAX - prego attendere"
 
 
-#: 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 "Questo include tuttr le informazioni dell'oggetto. Controllate attentamente i dati prima di eseguire l'operazione perché GOsa non è in grado di ripristinare i dati precedenti."
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Cliccare sul fax per scaricare"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:350
-msgid "Removing FAI package base failed"
-msgstr "Rimozione dei pacchetti base FAI fallita"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "FAX ID"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:379
-msgid "Please select a least one Package."
-msgstr "Per favore indica almeno un pacchetto."
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Data / Orario"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:383
-msgid "Please choose a valid combination for your repository setup."
-msgstr "Per favore scegli una valida combinazione per il repositoty setup."
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "Mittente MSN"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:396
-#, php-format
-msgid "Can't insert a fai package list named '%s' in '%s' there is already a package list with the given name."
-msgstr "Non posso inserire un pacchetto FAi chiamato  '%s' in '%s' perché c'è già un pacchetto con questo nome."
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "Mittente ID"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:418
-msgid "package is configured"
-msgstr "pacchetto configurato"
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "Ricevente MSN"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:424
-msgid "Package marked for removal"
-msgstr "Pacchetto segnato per la rimozione"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "Ricevente ID"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:449
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr "I file del pacchetto '%s' non esistono."
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Stato del messaggio"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:513
-msgid "Saving FAI package base failed"
-msgstr "Salvataggio del pacchetto base FAI fallito"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Tempo di trasferimento"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:558
-msgid "Saving FAI package entry failed"
-msgstr "Salvataggio del valore del pacchetto FAI fallito"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Report FAX"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-msgid "Packages bundle"
-msgstr "Pacchetti bundle"
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Elenco delle 'stanze di conferenza'"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:306
-msgid "Remove class from profile"
-msgstr "Rimuovi la classe dal profilo"
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: 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 ""
+"Questo menu consente di creare, cancellare e modificare le selezionale "
+"conferenze telefoniche. Se vi è un elevato numero di 'conferenze'  può "
+"essere utile selezionare il selettore in cima all'elenco."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:365
-msgid "Removing FAI profile failed"
-msgstr "Rimozione del profilo FAI fallita"
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Nome - Numero"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:405
-msgid "Please assign at least one class to this  profile."
-msgstr "Per favore assegna almeno una classe a questo profilo."
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "PIN"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:409
-msgid "Please enter a valid name."
-msgstr "Per favore entra un valido nome."
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Espressione regolare per ricercare nomi conferenze"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:424
-msgid "There is already a profile with this class name defined."
-msgstr "E' già stato definito un profilo con questo nome di classe."
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Crea una nuova conferenza"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:463
-msgid "Saving FAI profile failed"
-msgstr "Salvatggio del profilo FAI fallito"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Nuova conferenza"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "LElenco degli oggetti FAI (Fully Automatic Installation)"
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Conferenza"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-msgid "This menu allows you to select FAI class names and to add them to the currently edited profile."
-msgstr "Questo menu permette di selezionare i nomi delle classi FAI da aggiungere al profilo in fase di modifica."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
+#, php-format
+msgid ""
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
+msgstr ""
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
-msgstr "Mostra solo le classi con modelli"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
+#, fuzzy, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
+msgstr "Questa applicazione non è più disponibile."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr "Mostra solo le classi con script"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+msgid ""
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
+msgstr ""
+"Hai specificato una conferenza 'senza PIN' ... per favore lascia il campo "
+"PIN vuoto."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
-msgstr "Mostra solo le classi con hooks"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr "Per favore inserisci il PIN."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
-msgstr "Mostra solo le classi con variabili"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Per favore inserisci un nome per la conferenza."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
-msgstr "Mostra solo le classi con pachetti"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
+msgstr "Sono ammessi solo caratteri numerici nel campo 'Numero'"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
-msgstr "Mostra solo le classi con partizioni"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
+msgstr "Sono ammessi solo caratteri numerici nel campo 'Tempo massimo'"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Componenti"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
+msgid ""
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
+msgstr ""
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Valori della partizione"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+msgid ""
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
+msgstr ""
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Aggiungi partizione"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
+msgstr ""
 
 
-#: plugins/admin/fai/main.inc:44
-#: plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Installazione completamente automatica"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
-msgstr "Metodo di installazione"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "Salvataggio della conferenza telefonica fallito"
 
 
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
-msgstr "Pacchetti usati"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Conferenze telefoniche"
 
 
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
-msgstr "Pacchetti scelti"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Gestione"
 
 
-#: plugins/admin/fai/faiPackage.tpl:73
-#: include/functions.inc:667
-msgid "Configure"
-msgstr "Configura"
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Nome conferenza"
 
 
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
-msgstr "Rimuovi il flag toggle"
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Nome della 'conferenza' da creare"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Specifica un valore per l'attributo 'contenuto'."
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Scegli dove posizionare la 'conferenza'"
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Crea una nuova filiale"
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
+msgstr "Tempo massimo (in giorni)"
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Crea una nuova filiale bloccata"
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
+msgstr "PIN predefinito"
 
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Cancella la release corrente"
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Registro conferenza"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
-msgstr "Script"
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
+msgstr "Formato file musicale"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
-msgstr "Lista pacchetti"
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr "Suona la musica nell'attesa"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:201
-msgid "This object has no FAI classes assigned."
-msgstr "L'oggetto non ha una classe FAI assegnata."
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Attiva il menu della sessione"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:213
-msgid "Open"
-msgstr "Apri"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr "Annucia agli utenti la connessione e disconnessione da una conferenza"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:320
-msgid "No."
-msgstr "N."
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Conta gli utenti"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:322
-msgid "FS options"
-msgstr "Opzioni FS"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Espressione regolare per ricercare i nomi degli utenti"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Per favore inserite uno script."
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Gestione conferenze"
 
 
-#: plugins/admin/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Lista delle classi FAI"
+#: plugins/gofon/fonreports/class_fonreport.inc:6
+msgid "Phone Reports"
+msgstr "Report telefonico"
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Questa tabella mostra tutte le classi FAI nell'albero selezionato."
+#: plugins/gofon/fonreports/class_fonreport.inc:157
+#: plugins/gofon/fonreports/class_fonreport.inc:167
+msgid "Can't connect to phone database, no reports can be shown!"
+msgstr ""
+"Non posso connettermi al database telefonico, il report non può essere "
+"mostrato."
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr "Questo menu permette di creare, cancellare e modificare delle classi FAI."
+#: plugins/gofon/fonreports/class_fonreport.inc:171
+msgid "Can't select phone database for report generation!"
+msgstr "Non posso selezionare il database telefonico per generare il report!"
 
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Nome delle classi FAI"
+#: plugins/gofon/fonreports/class_fonreport.inc:189
+msgid "Query for phone database failed!"
+msgstr "L'interrogazione del database telefonico è fallita!"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
-msgstr "Tipo classe"
+#: plugins/gofon/fonreports/contents.tpl:31
+msgid "Source"
+msgstr "Finte"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr "Mostra il profilo degli oggetti FAI"
+#: plugins/gofon/fonreports/contents.tpl:32
+msgid "Destination"
+msgstr "Destinazione"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Mostra profili"
+#: plugins/gofon/fonreports/contents.tpl:33
+msgid "Channel"
+msgstr "Canale"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Mostra i modelli degli oggetti FAI"
+#: plugins/gofon/fonreports/contents.tpl:36
+msgid "Duration"
+msgstr "Durata"
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Mostra modelli"
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Report telefonici"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Mostra gli script FAI"
+#: plugins/gofon/macro/class_divListMacros.inc:31
+#: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
+msgid "List of macros"
+msgstr "Elenco delle macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Mostra script"
+#: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 ""
+"Questo menu permette di aggiungere, modificare e cancellare le macro "
+"selezionate. Puoi utilizzare il selettore in cima all'elenco se il numero "
+"delle stesse è considerevole."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Mostra gli hook FAI"
+#: plugins/gofon/macro/class_divListMacros.inc:46
+msgid "macro name"
+msgstr "Nome della macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Mostra hooks????"
+#: plugins/gofon/macro/class_divListMacros.inc:47
+msgid "Visible"
+msgstr "Visibile"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Mostra le variabili FAI"
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Espressioni regolari per ricercare i nomi delle macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Mostra variabili"
+#: plugins/gofon/macro/class_divListMacros.inc:74
+msgid "Create new phone macro"
+msgstr "Crea una nuova macro per il telefono"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Mostra i pacchetti FAI"
+#: plugins/gofon/macro/class_divListMacros.inc:94
+msgid "Edit macro"
+msgstr "Modifica la macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Mostra pacchetti"
+#: plugins/gofon/macro/class_divListMacros.inc:96
+msgid "Delete macro"
+msgstr "Cancella la macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Mostra le partizioni FAI"
+#: plugins/gofon/macro/class_divListMacros.inc:99
+msgid "Macro"
+msgstr "Macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Mostra partizioni"
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "visible"
+msgstr "visibile"
 
 
-#: plugins/admin/fai/class_divListFai.inc:127
-#: plugins/admin/departments/class_divListDepartment.inc:71
-msgid "Go to users home department"
-msgstr "Vai al diparimento di base degli utenti"
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "invisible"
+msgstr "nascosta"
 
 
-#: plugins/admin/fai/class_divListFai.inc:135
-msgid "New profile"
-msgstr "Nuovo profilo"
+#: plugins/gofon/macro/class_gofonMacro.inc:219
+#, fuzzy, php-format
+msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; controlla il "
+"file di log di GOsa per identificare gli errori mysql."
 
 
-#: plugins/admin/fai/class_divListFai.inc:140
-msgid "New partition table"
-msgstr "Nuova Partition Table"
+#: plugins/gofon/macro/class_gofonMacro.inc:287
+#, fuzzy, php-format
+msgid "More than one '(' is currently not supported. Line : '%s'."
+msgstr ""
+"La creazione automatica del tipo '%s' non è attualmente supportata. Per "
+"favore riprotare le informazioni al GOsa team."
 
 
-#: plugins/admin/fai/class_divListFai.inc:140
-msgid "PT"
-msgstr "PT"
+#: plugins/gofon/macro/class_gofonMacro.inc:290
+#, fuzzy, php-format
+msgid "More than one ')' is currently not supported. Line : '%s'."
+msgstr ""
+"La creazione automatica del tipo '%s' non è attualmente supportata. Per "
+"favore riprotare le informazioni al GOsa team."
 
 
-#: plugins/admin/fai/class_divListFai.inc:143
-msgid "New scripts"
-msgstr "Nuovi script"
+#: plugins/gofon/macro/class_gofonMacro.inc:294
+#, fuzzy, php-format
+msgid "There is no application given in line : '%s'."
+msgstr "C'è un valore duplicato in '%s' per '%s'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:143
-msgid "S"
-msgstr "S"
+#: plugins/gofon/macro/class_gofonMacro.inc:298
+#, php-format
+msgid "There is no extension type given in line : '%s'."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:146
-msgid "New hooks"
-msgstr "Nuovi hooks????"
+#: plugins/gofon/macro/class_gofonMacro.inc:327
+#, fuzzy, php-format
+msgid "Insert of new macro failed for server '%s'."
+msgstr "Login dell'utente fallito. Il server LDAP risponde '%s'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:146
-msgid "H"
-msgstr "H"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to save this "
+"phone macro."
+msgstr ""
+"Ci deve essere almeno un server NTP selezionato o la modalità di "
+"ereditarietà non sarà attivata."
 
 
-#: plugins/admin/fai/class_divListFai.inc:149
-msgid "New variables"
-msgstr "Nuove variabili"
+#: plugins/gofon/macro/class_gofonMacro.inc:376
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr "il cn '%s' indicato già esiste."
 
 
-#: plugins/admin/fai/class_divListFai.inc:149
-msgid "V"
-msgstr "V"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr "Devi specificare il 'Mostra nome' per poter salvare questa macro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:152
-msgid "New templates"
-msgstr "Nuovi modelli"
+#: plugins/gofon/macro/class_gofonMacro.inc:386
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+"Il cn fornito è troppo lungo pre creare una 'entry'; massimo 20 caratteri."
 
 
-#: plugins/admin/fai/class_divListFai.inc:152
-msgid "T"
-msgstr "T"
+#: plugins/gofon/macro/class_gofonMacro.inc:392
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr ""
+"Permessi insufficienti, non posso cam,biare l'attrivuto '%s' in goFonMacro"
 
 
-#: plugins/admin/fai/class_divListFai.inc:155
-msgid "New package list"
-msgstr "Nuovo elenco di pacchetti"
+#: plugins/gofon/macro/class_gofonMacro.inc:403
+#, fuzzy
+msgid ""
+"This macro is still in use. It is necessary to mark this macro as visible "
+"for users."
+msgstr ""
+"La macro è ancora in suo. Prima di cancellare la Macro devi verificae che "
+"nessun utente l'abbia selezionata."
 
 
-#: plugins/admin/fai/class_divListFai.inc:155
-msgid "PK"
-msgstr "PK"
+#: plugins/gofon/macro/class_gofonMacro.inc:411
+msgid "Makro length must be lower than 100 lines"
+msgstr "La lunghezza della macro deve essere inferiore a 100 linee"
 
 
-#: plugins/admin/fai/class_divListFai.inc:232
-#: plugins/admin/fai/class_divListFai.inc:237
-msgid "Edit class"
-msgstr "Modifica la classe"
+#: plugins/gofon/macro/class_gofonMacro.inc:429
+#, fuzzy
+msgid ""
+"This macro is still in use. To delete this Macro ensure that nobody has "
+"selected it."
+msgstr ""
+"La macro è ancora in suo. Prima di cancellare la Macro devi verificae che "
+"nessun utente l'abbia selezionata."
 
 
-#: plugins/admin/fai/class_divListFai.inc:239
-msgid "Delete class"
-msgstr "Cancella la classe"
+#: plugins/gofon/macro/class_gofonMacro.inc:442
+#, fuzzy
+msgid ""
+"Could not remove the macro entry from asterisk databases. Please check your "
+"asterisk database configurations."
+msgstr ""
+"Non posso connettermi al database specificato; controllate la configurazione "
+"glpi."
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
-msgid "This includes all account data, system access, etc. for this branch. Please double check if your really want to do this since there is no way for GOsa to get your data back."
-msgstr "Questo include tutti i dati degli utenti, di accesso al sistema, ecc. per questa filiale. Controllate attentamente le modifiche da apportare perché GOsa non potrà ripristinare i dati modificati."
+#: plugins/gofon/macro/class_gofonMacro.inc:448
+msgid "Removing phone macro failed"
+msgstr "Rimozione della macro telefonica fallita"
 
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-msgid "cn"
-msgstr "cn"
+#: plugins/gofon/macro/class_gofonMacro.inc:457
+msgid "Removing phone macro reverences failed"
+msgstr "Rimozione delle regole delle macro telefoniche fallito"
 
 
-#: 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 "Per aggiungere una nuova classe alla gestione FAI è richiesto un nome. Dovete specificare un nome 'unico'  per ogni tipo di classe FAI, mentre si può usare lo stesso nome in differenti classi FAI. Nell'ultimo caso FAI aggiungerà automaticamente tutti i differenti tipi di classe ad un'unico nome di classe. ???????"
+#: plugins/gofon/macro/class_gofonMacro.inc:491
+msgid "Saving phone macro failed"
+msgstr "Salvataggio della macro telefonica fallito"
 
 
-#: plugins/admin/fai/askClassName.tpl:12
-msgid "Please use one of the following methods to choose the name for the new FAI class."
-msgstr "Per favore selezionate uno dei seguenti metodi per scegliere il nome per una nuova classe FAI."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Macro telefoniche"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Inserisci un nome di classe FAI manualmente"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Stai per cancellare la macro '%s'."
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr "Scegli un nome di classe FAI dalla lista delle classi esistenti"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "Non ti è permesso cancellare questa macro!"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Scegli il nome della classe"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr "OK"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Un nuovo nome di classe."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
+msgid "This 'dn' is no phone macro."
+msgstr "Questo 'dn' non è di una macro telefonica."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:1
-msgid "Repository settings"
-msgstr "Impostazioni repository"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
+msgid "String"
+msgstr "Stringa"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:3
-msgid "To add packages to your package list you have to setup the repository settings first."
-msgstr "Per aggiungere pacchetti allelenco devi aver prima configurato le impostazioni del repository ?????."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
+msgid "Combobox"
+msgstr "Combobox"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:5
-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 "I pacchetti sono in genere archiviati in differenti server chiamati mirror. Questi server hanno differenti tipi di release (per esempio woody/sarge/etch) che includono i pacchetti suddivisi per sezioni."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
+msgid "Bool"
+msgstr "Booleano"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:8
-msgid "Section and release can't be changed in future dialogs, but the mirror can be changed by editing the entry."
-msgstr "Sezioni e release non possono essere modificati nei seguenti forma di dialogo ma il server di mirro può essere cambiato modificando i valori."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Delete unused"
+msgstr "Cancella gli inutilizzati"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:14
-msgid "First select the preferred release, then the section and finally the mirror."
-msgstr "Prima seleziona la relase scelta, poi la sezione e per ultimo il server mirror."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+msgstr ""
+"Permessi insufficienti, non puoi cambiare gli attributi '%s' in goFonMacro."
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:26
-msgid "please choose a release..."
-msgstr "per favore scegli una release..."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr ""
+"Il parametro %s contiente caratteri non ammessi. '!,#' sono utilizzati come "
+"delimitatori"
 
 
-#: plugins/admin/fai/faiPackageNew.tpl:37
-msgid "Sections for this release"
-msgstr "Sezioni per questa release"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr "Il parametro %s ha un valore non corretto per il tipo booleano."
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Attributi delle variabili"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
+#, php-format
+msgid ""
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
+msgstr ""
+"Il parametro 'count' della macro è modificata. Devi aggiornare ogni utente "
+"che sat utilizzando la macro '%s'."
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Contentuo delle variabili"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
+msgid "Saving phone macro parameters failed"
+msgstr "Salvataggio dei parametri della macro telefonica fallito"
 
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Crea un nuovo oggetto FAI - partition table."
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Nome della macro"
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Crea un nuovo oggetto FAI - package bundle."
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr "Nome della macro mostrato"
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Crea un nuovo oggetto FAI - script bundle."
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Scegli la posizione dove salvare la macro"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Crea un nuovo oggetto FAI - variable bundle."
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Visibile per gli utenti"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Crea un nuovo oggetto FAI - hook bundle."
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "testo della Macro"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Crea un nuovo oggetto FAI - profilo."
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Mostra le macro corrispondenti"
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Crea un nuovo oggetto FAI - modello."
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Mostra le macro corrispondenti"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Crea un nuovo oggetto FAI"
+#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
+msgid "Phone macro management"
+msgstr "Gestione delle macro telefoniche"
 
 
-#: plugins/admin/fai/class_askClassName.inc:142
-msgid "The given class name is empty."
-msgstr "Il nome attribuito alla classe è vuoto."
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argomenti"
 
 
-#: plugins/admin/fai/class_askClassName.inc:146
-msgid "The specified class name is already in use for this object type."
-msgstr "Il nome di classe specificato è già in uso per questo tipo di oggetto."
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "tipo"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Per favore inserite la stringa di ricerca quì"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
+#, php-format
+msgid ""
+"The specified goFonHomeServer '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry ignoring old "
+"accounts."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid "This list displays all assigned package names for this repository settings."
-msgstr "Questo elenco mostra tutti i nomi dei pacchetti assegnati per le impostazioni del repository."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; controlla il "
+"file di log di GOsa per identificare gli errori mysql."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, php-format
 #, php-format
-msgid "Your specified search string '%s' returned too many results. Only the first 200 entries are shown, to keep the memory usage low."
-msgstr "La stringa di ricerca specificata '%s'  ha restituito troppi risultati. Sono elencati solo i primi 200 valori per non utilizzare troppa memoria."
+msgid "Can't select database %s on %s."
+msgstr "Non posso selezionare il database %s in %s."
 
 
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:487
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Oggetto"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
+msgid "no macro"
+msgstr "Nessuna macro"
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Applica questa acl solo per i valori degli utenti"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
+msgid "undefined"
+msgstr "Non definito"
 
 
-#: plugins/admin/groups/generic.tpl:7
-#: plugins/admin/groups/paste_generic.tpl:5
-#: plugins/admin/ogroups/generic.tpl:7
-#: plugins/admin/ogroups/paste_generic.tpl:4
-msgid "Group name"
-msgstr "Nome del gruppo"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+"Non posso salvare le modifiche nel database Asterisk; non è disponibile "
+"alcuna estensione mysql."
 
 
-#: plugins/admin/groups/generic.tpl:9
-#: plugins/admin/groups/paste_generic.tpl:8
-msgid "Posix name of the group"
-msgstr "Nome posix del gruppo"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
+#, fuzzy, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
+"keep the database consistent, check GOsa log for mysql error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; controlla il "
+"file di log di GOsa per identificare gli errori mysql."
 
 
-#: plugins/admin/groups/generic.tpl:14
-#: plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Descrizione del gruppo"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
+#, php-format
+msgid ""
+"Can't select database %s on %s. Abort saving entries to keep the database "
+"consistent, check GOsa log for mysql error."
+msgstr ""
 
 
-#: plugins/admin/groups/generic.tpl:23
-#: plugins/admin/ogroups/generic.tpl:23
-msgid "Choose subtree to place group in"
-msgstr "Scegli dove salvare il gruppo"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
+#, fuzzy, php-format
+msgid ""
+"The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
+"entries to keep the database consistent, check GOsa log for mysql error."
+msgstr ""
+"Il server MySQL '%s' non è raggiungibile per l'utente '%s'; verifica il file "
+"di log di GOsa per gli errori MySql."
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:13
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr "Normalmente gli ID sono autogenerati; seleziona per specificarli manualmente"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
+msgid "Error while performing query:"
+msgstr "Errore nell'esecuzione dell'interrogazione:"
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:15
-msgid "Force GID"
-msgstr "Forza il GID"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
+msgid "This account has no phone extensions."
+msgstr "L'utente non ha estensioni telefoniche."
 
 
-#: plugins/admin/groups/generic.tpl:43
-#: plugins/admin/groups/paste_generic.tpl:18
-msgid "Forced ID number"
-msgstr "Numero ID forzato"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
+msgid ""
+"The macro you selected, is no longer available for you, please choose "
+"another one."
+msgstr ""
+"la macro selezionata non è più dispobilie, per favore sceglierne un'altra."
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "Select to create a samba conform group"
-msgstr "Selezionate per creare un gruppo samba corrispondente"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
+msgid "Remove phone account"
+msgstr "Rimuovi utente telefonico"
 
 
-#: plugins/admin/groups/generic.tpl:55
-msgid "in domain"
-msgstr "nel dominio"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
+msgid ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"L'utente ha le impostazioni telefoniche abilitate. Potete disabilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
-msgstr "Questi elementi sono in un gruppo di pickup telefonico"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+msgid "Create phone account"
+msgstr "Crea un utente telefonico"
 
 
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
-msgstr "Questi elementi sono in un gruppo nagios"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
+msgstr ""
+"L'utente ha le impostazioni telefoniche disabilitate. Non potete abilitarle "
+"se non è definito un UID."
 
 
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
-msgstr "Componenti del gruppo"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:970
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"L'utente ha le impostazioni telefoniche disabilitate. Potete abilitarle "
+"cliccando sotto."
 
 
-#: plugins/admin/groups/mail.tpl:11
-#: plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Indirzzo postale primario per questa cartella condivisa"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
+msgstr "Per favore inserite un numero telefonico valido!"
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Scegli un server di posta dove inserire l'utente"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
+msgstr "Scegli il tuo numero personale di telefono"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Cartelle con divise IMAP"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
+msgstr ""
+"Ci deve essere almeno un server NTP selezionato o la modalità di "
+"ereditarietà non sarà attivata."
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Permessi di default"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Il PIN della Segreteria telefonica deve contenere da 1 a 4 caratteri."
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Permessi dei componenti"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+msgstr ""
+"Il PIN della segreteria telefonica indicato contiene caratteri non ammessi; "
+"sono consentiti solo valori numerici."
 
 
-#: plugins/admin/groups/mail.tpl:88
-#: plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Inoltra i messaggi anche ai non componenti dei gruppi"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
+msgid "Phone PIN must be at least one character long."
+msgstr "Il PIN telefonico deve essere di almeno 1 carattere."
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Mostra gli indirizzi dei dipartimenti"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"Il PIN della telefono indicato contiene caratteri non ammessi; sono "
+"consentiti solo valori alfanumerici."
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Mostra gli indirizzi corrispondenti"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
+#, php-format
+msgid "You need to specify at least one phone number!"
+msgstr "devi specificare almeno un numero telefonico!"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
-msgstr "Lista dei gruppi"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1208
+msgid "Saving phone account failed"
+msgstr "Salvataggio dell'utente telefonico fallito"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:41
-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 "Questo menu permette di aggiungere, modificare e rimuovere i gruppi selezionati. POtresti poter usare il selettore in cima all'elenco dei gruppi, quando stai lavorando con molti gruppi."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
+msgstr "Ferma"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
-msgstr "Nome del gruppo/dipartimento"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
+msgstr ""
+"Non posso cancellare l'utente telefonico; l'estensione mysql non è presente "
+"nella configurazione php."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Select to see groups that are primary groups of users"
-msgstr "Seleziona per vedere i gruppi che sono gruppi primari di utenti."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Rimozione dell'utente '%s' dalla coda telefonica '%s'."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
-msgstr "Mostra i gruppi primari"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
+msgstr "Rimozione dell'utente telefonico fallita"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
+msgstr ""
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
-msgstr "Seleziona per vedere i gruppi che sono mappati come gruppi samba."
+#: plugins/gofon/phoneaccount/generic.tpl:35
+#, fuzzy
+msgid "Select the accounts home server"
+msgstr "Seleziona per vedere i server"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
-msgstr "Mostra i gruppi samba"
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr "Codice della segreteria telefonica PIN"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Seleziona per vedere i gruppi che hanno applicazioni configurati"
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "Codice telefono PIN"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Mostra i gruppi degli applicativi"
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Macro telefonica"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr "Seleziona per vedere i gruppi che hanno impostazioni di posta"
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Impostazioni telefono"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Mostra i gruppi di posta"
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "Questo utente non ha estensioni alla connettività."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
-msgstr "Seleziona per vedere i gruppi che hanno solo aspetti funzionali"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Mostra i gruppi funzionali"
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "Rimozione dell'utente intranet fallita"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:98
-msgid "Create new group"
-msgstr "Crea un nuovo gruppo"
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "Salvataggio dell'utente intranet fallita"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:126
-#: plugins/admin/users/class_divListUsers.inc:162
-msgid "Posix"
-msgstr "Posix"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr "Non posso trovare il SID del gruppo in LDAP o nel file di configurazione!"
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr ""
+"State provando ad aggiungere un indirizzo email non valido alla lista dei "
+"delegati."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
-msgstr "Questo 'dn' non è un gruppo."
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr ""
+"L'indirizzo di posta elettronica che stai provando ad aggiungere non è un "
+"indirzzo primario di un utente presente nell'organizzazione."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
-msgstr "Gruppo samba"
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Accetta sempre"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
-msgstr "Amministratori del dominio"
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Rifiuta sempre"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
-msgstr "Utenti del dominio"
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Rigetta se confligge"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
-msgstr "Ospiti del dominio"
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Scelta manuale se in conflitto"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
-#, php-format
-msgid "Special group (%d)"
-msgstr "Gruppi speciali (%d)"
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Manuale"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
-msgid "! unknown id"
-msgstr "! id sconosciuto"
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anonimo"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
 #, php-format
 #, php-format
-msgid "Your search method returned more than '%s' users, only '%s' users are shown."
-msgstr "Il metodo di ricerca ha restituito più di '%s' utenti, soli '%s' utenti sono mostrati."
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "Rimozione dell'utente o dell'utente kolab con dn'%s' fallita."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
-msgstr "Rimozione del gruppo fallito"
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr ""
+"Il valore specificato come 'Free Busy future' deve essere un intero "
+"(integer)."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
-#, php-format
-msgid "No configured SID found for '%s'."
-msgstr "Non è stato trovato un SID configurato per '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:291
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Il valore specificato come 'Free Busy Information URL' non è valido."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
 #, php-format
 #, php-format
-msgid "No configured RIDBASE found for '%s'."
-msgstr "Non è stato trovato un RIDBASE per '%s'."
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr "La definizione della politica di invito per '%s' non è valido."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
-msgstr "Salvataggio del gruppo fallito"
+#: plugins/personal/connectivity/class_kolabAccount.inc:313
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr "Non c'è un utente di posta elettronica '%s' per la politica di invito!"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:613
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "Non hai il permesso per preare un gruppo a questo livello."
+#: plugins/personal/connectivity/class_kolabAccount.inc:393
+#, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Salvataggio dell'utente o dell'utente kolab con dn'%s' fallita."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
-msgid "The field 'Name' contains invalid characters. Lowercase, numbers and dashes are allowed."
-msgstr "Il campo 'Nome' contiene caratteri non validi. Caratteri minuscoli, numeri e trattini sono consentiti."
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Utente Opengroupware"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
-msgstr "Il valore specifciato come 'Nome' è già in uso."
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr ""
+"OpenGroupware: la configurazione è senza le estensioni di  postgresql. Non è "
+"possibile eseguire delle interrogazioni sul database."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:244
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Stai per cancellare il gruppo '%s'."
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr ""
+"OpenGroupware: la configurazione del database per opengroupware non è "
+"presente. Non è possibile ottenere o salvare delle informazioni."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:250
-#: plugins/admin/groups/class_groupManagement.inc:281
-msgid "You are not allowed to delete this group!"
-msgstr "Non ti è permesso cancellare questo gruppo!"
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
+"OpenGroupware: non è possibile connettersi al database specificato. Per "
+"favore controllate attentamente la configurazione in uso."
 
 
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Impostazioni gruppo"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Seleziona gli utenti da aggiungere"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "Non è possibile connettersi al database postgresql!"
 
 
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Cerca in questo albero"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr ""
+"I parametri necessari per la connettività dei plugin di openexchange non "
+"sono presenti!"
 
 
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Mostra gli utenti del dipartimento"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Il modulo PHP4per il database postgresql è mancante!"
 
 
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Rilascia il focus"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr "Rimozione della rubrica di oxchange fallita"
 
 
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Seleziona il nome rilasciato"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "Rimozione dell'utente oxchange fallita"
 
 
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Applicazioni usate"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
+msgstr ""
+"Il nome dell'utente di Open-Xchange accountname è vuoto o non valido! "
+"Verificate di non usare caratteri non ammessi nella stringa di "
+"autenticazione."
 
 
-#: plugins/admin/groups/application.tpl:19
-msgid "Add category"
-msgstr "Aggiungi categoria"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr "Salvataggio utente oxchange fallito"
 
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Applicazioni disponibili"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr "Creazione della struttura della rubrica di oxchange fallita"
 
 
-#: 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 "Questo potrebbe essere un gruppo primario. Verifica attentamente se vuoi realmente cancellarlo perché GOsa non può ripristinare i dati."
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:393
-msgid "This 'dn' is no appgroup."
-msgstr "Questo 'dn' non è un appgroup."
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "Rimozione dell'utente PHPgw fallito"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "Remove applications"
-msgstr "Rimuobi le applicazioni"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr "Salvataggio dell'utente PHPgw fallito"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:402
-msgid "This group has application features enabled. You can disable them by clicking below."
-msgstr "Questo gruppo ha le opzioni delle applicazioni abilitate. Le puoi disabilitare cliccando sotto."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPscheduleit"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:404
-msgid "Create applications"
-msgstr "Crea le applicazioni"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "Rimozione dell'utente PHPscheduleit fallita"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:405
-msgid "This group has application features disabled. You can enable them by clicking below."
-msgstr "Questo gruppo ha le opzioni delle applicazioni disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "Salvataggio dell'utente PHPscheduleit fallita"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:417
-msgid "Invalid character in category name."
-msgstr "Carattere non valido nel nome della categoria."
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:425
-msgid "The specified category already exists."
-msgstr "La categoria specifica già esiste."
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "Rimozione dell'utente PPTP fallita"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:520
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr "Il nome dell'applicazione selezionata non è unico. Verifica in LDAP."
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "Salvataggio dell'utente PPTP fallito"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:556
-msgid "The selected application has no options."
-msgstr "L'applicazione selezionata non ha opzioni."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:641
-#: plugins/admin/departments/class_divListDepartment.inc:112
-msgid "department"
-msgstr "dipartimento"
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-msgid "application"
-msgstr "applicazione"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "giorno"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:680
-#: plugins/admin/groups/class_groupApplication.inc:716
-msgid "Delete entry"
-msgstr "Cancella il valore"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "settimana"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:684
-#: plugins/admin/groups/class_groupApplication.inc:714
-msgid "Move up"
-msgstr "Muoviti su"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "mese"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:685
-#: plugins/admin/groups/class_groupApplication.inc:715
-msgid "Move down"
-msgstr "Muoviti giù"
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "Rimozione dell'utente proxy fallita"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:712
-msgid "Insert seperator"
-msgstr "Inserisci un separatore"
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr "Nessun valore indicato per la Quota."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:740
-msgid "This application is no longer available."
-msgstr "Questa applicazione non è più disponibile."
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "Il valore indicato per la Quota non è valido."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:743
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr "Questa applicazione non è disponibile in ogni release chiamata '%s'."
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "Il salvataggio dell'utente proxy è fallito"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:747
-msgid "Check parameter"
-msgstr "Verifica i parametri"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "Rimozione utente Pureftpd fallita"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:749
-msgid "This application has changed parameters."
-msgstr "Questa applicazione ha modificato i parametri."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Il valore specificato come 'Ampiezza banca di upload' non è valido."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:841
-msgid "Removing application information failed"
-msgstr "Rimozione delle informazioni sull'applicazione fallita"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Il valore specificato come 'Ampiezza banca di download' non è valido."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:886
-msgid "Saving application information failed"
-msgstr "Salvataggio delle informazioni sull'applicazione fallita"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "Il valore specificato come 'File' non è valido."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:929
-#, php-format
-msgid "Can't resolve the release name '%s', setting release name to '%s'. Possibly the objects base has changed."
-msgstr "Non posso risolvere il nome della release '%s', impostando il nome a '%s'. Può darsi che l'oggetto di base sia cambiato."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "Il valore specificato come 'Dimensione (Size)' non è valido."
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Cartelle degli amministratori"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Il valore specificato come 'Ratio' non è valido."
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Seleziona uno specifcio dipartimento"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
+msgstr "Salvataggio utente Pureftpd fallito"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:61
-msgid "This 'dn' is no acl container."
-msgstr "Questo 'dn' non è un container acl"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:102
-msgid "Removing ACL information failed"
-msgstr "Rimozione delle informazioni sull'ACL fallita"
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "Rimozione utente webDAV fallita"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:198
-msgid "Saving ACL information failed"
-msgstr "Salvataggio delle informazioni sull'ACL fallita"
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "Salvataggio utente webdav fallito"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:208
-msgid "All fields are writeable"
-msgstr "Tutti i campi sono scrivibili"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "Utente GLPI"
 
 
-#: plugins/admin/groups/main.inc:40
-#: plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Gruppo Amministrativo"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Utilizzatore Intranet"
 
 
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Opzioni dell'applicazione"
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Utente Kolab"
 
 
-#: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
-msgstr "leggi"
+#: 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'utente Koòab è attualmente disabilitato. Le caratteristiche possono essere "
+"adattate se aggiungete un utente di posta."
 
 
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
-msgstr "post"
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Delegati"
 
 
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
-msgstr "post 'esterno'"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "Dimensione messaggio posta"
 
 
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
-msgstr "append"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "Nessuna restizione sulla dimensione della posta per questo utente"
 
 
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
-msgstr "scrivi"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Free Busy information"
 
 
-#: plugins/admin/groups/class_groupMail.inc:322
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Questo 'dn' non ha una valida estensione mail"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Future"
 
 
-#: plugins/admin/groups/class_groupMail.inc:346
-msgid "Remove shared folder from mail server database when entry gets removed in LDAP"
-msgstr "Rimuovi le cartelle condivise dal server di posta quando questi valori sono rimossi da LDAP"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "giorni"
 
 
-#: plugins/admin/groups/class_groupMail.inc:347
-msgid "Remove the shared folder and all its contents after saving this account"
-msgstr "Rimuovi le cartelle condivise e tutto il loro contenuto dopo aver salvato questo utente"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Politica di invito"
 
 
-#: plugins/admin/groups/class_groupMail.inc:402
-msgid "You're trying to add an invalid email address "
-msgstr "Stai provando ad aggiungere un indirizzo mail non valido"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Opengroupware"
 
 
-#: plugins/admin/groups/class_groupMail.inc:639
-msgid "Removing group mail settings failed"
-msgstr "Rimozione delle specifiche dei gruppi di posta fallita"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "ubicazione team"
 
 
-#: plugins/admin/groups/class_groupMail.inc:813
-msgid "Saving group mail settings failed"
-msgstr "Salvataggio delle specifiche dei gruppi di posta fallita"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Modello utente"
 
 
-#: plugins/admin/groups/class_groupMail.inc:842
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr "Per favore inserite un validoi indirizzo e-mail nel campo 'Indirizzo principale'."
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Squadre"
 
 
-#: plugins/admin/groups/class_groupMail.inc:875
-msgid "Please choose valid permission settings. Default permission can't be emtpy."
-msgstr "Per favore scegli delle valide impostazioni di permesso. Le impostazioni di permesso non possono essere vuote."
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Utente Open-Xchange"
 
 
-#: plugins/admin/groups/class_groupMail.inc:879
-msgid "Please select a valid mail server."
-msgstr "Per favore selezionate un valido server di posta."
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid ""
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
+msgstr ""
+"disabilitato, nessun supporto Postgresql trovato. Oppure il database "
+"specificato non può essere raggiunto"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:2
-msgid "Actions you choose here influence all systems in this object group. Additionally, all values editable here can be inherited by the clients assigned to this object group."
-msgstr "L'azione che hai scelto influenza tutti i sistemi nel gruppo di oggetti. Inoltre tutti i valori modificabili possono essere ereditati dai client assegnati a questo gruppo di oggetti."
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "Utente Open-Xchange"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:41
-msgid "This group has mail features enabled. You can disable them by clicking below."
-msgstr "Questo gruppo ha le carattestiche di 'posta' abilitate. Le puoi disabilitare cliccando sotto."
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Ricorda"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:43
-msgid "This group has mail features disabled. You can enable them by clicking below."
-msgstr "Questo gruppo ha le carattestiche di 'posta' disabilitate. Le puoi abilitare cliccando sotto."
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Giorni di appuntamento"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:98
-msgid "Saving mail objectgroup settings failed"
-msgstr "Salvataggio delle impostazioni dei gruppi oggetto di posta fallita"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Compiti giornalieri"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:131
-msgid "Removing mail objectgroup settings failed"
-msgstr "Rimozione delle impostazioni dei gruppi oggetto di posta fallita"
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Informazioni utente"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nome del gruppo"
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Timezone utente"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Componente dell'oggetto??????"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Utente PHPGroupware "
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:1
-msgid "Queue Settings"
-msgstr "Definizione parametri della coda"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "Utente PHPscheduleit "
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/admin/ogroups/phonequeue.tpl:96
-msgid "Generic queue Settings"
-msgstr "Definizione parametri generici della coda"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "Utente PPTP "
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:46
-msgid "Timeout"
-msgstr "Tempo massimo"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "utente Proxy"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:62
-msgid "Strategy"
-msgstr "Strategia"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr "Filtro dei contenuti indesiderati (i.e. pornografia o violenza)"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:74
-msgid "Max queue length"
-msgstr "Massima lunghezza della coda"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Limite del tempo di attesa per l'acceso proxy"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:82
-msgid "Announce frequency"
-msgstr "Frequenza dell'annuncio"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Restrizione Quota all'uso del proxy"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:86
-msgid "(in seconds)"
-msgstr "(in secondi)"
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "per"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:94
-msgid "Queue sound setup"
-msgstr "Setup della musica della coda"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Utente FTP"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "Use music on hold instead of ringing"
-msgstr "Utilizza la musica anziché lo squillo nell'attesa"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Banda di upload"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:108
-msgid "Music on hold"
-msgstr "Musica di attesa"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/s"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:116
-msgid "Welcome sound file"
-msgstr "Filde della musica di benvenuto"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Banda di download"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:124
-msgid "Announce message"
-msgstr "Messaggio d'annuncio"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Quota"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:132
-msgid "Sound file for 'You are next ...'"
-msgstr "File di annuncio per 'Ancora pochi minuti di attesa...'"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Files"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:140
-msgid "'There are ...'"
-msgstr "'Ci sono...'"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Ratio"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:148
-msgid "'... calls waiting'"
-msgstr "'... telefonate in attesa'"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "File caricati/scaricati"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:156
-msgid "'Thank you' message"
-msgstr "Messaggio di ringraziamento"
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Miscellanea"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:164
-msgid "'minutes' sound file"
-msgstr "File vocale dei 'minuti'"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Spunta per disabilitare l'accesso FTP"
+
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Disabilitazione temporanea accesso FTP"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:172
-msgid "'seconds' sound file"
-msgstr "File vocale dei 'secondi'"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Utente WebDAV"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:180
-msgid "Hold sound file"
-msgstr "File vocale di attesa"
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "auto"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:188
-msgid "Less Than sound file"
-msgstr "'meno che..' (Less than)??????    File musicale "
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Rimuovi le estensioni dell'ambiente"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:204
-msgid "Phone attributes "
-msgstr "Attributi del telefono"
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"Estensioni dellambiente abilitate. Potete disabilitarle cliccando sotto."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:212
-msgid "Announce holdtime"
-msgstr "Annucio dell'attesa"
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
+msgstr "Aggiungi estensioni dell'ambiente"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:218
-msgid "Allow the called user to transfer his call"
-msgstr "Consenti all'utente chiamato di trasferire la telefonata in arrivo"
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"Estensioni dell'ambiente disabilitate. Potete abilitarle cliccando sotto."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:224
-msgid "Allows calling user to transfer call"
-msgstr "Consenti all'utente chiamante trasferire la telefonata in partenza"
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"Estensioni dell'ambiente disabilitate. Dovete definire un utente posix prima "
+"di abilitare questa caratteristica."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:234
-msgid "Allow the called to hangup by pressing *"
-msgstr "Consenti all'utente chiamato di chiudere la comunicazione premendo *"
+#: plugins/personal/environment/class_environment.inc:553
+msgid "Spaces are not allowed in the mount path!"
+msgstr "Non c'è spazio utilizzabile all'indirizzo montato!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:240
-msgid "Allows calling to hangup by pressing *"
-msgstr "Consenti all'utente chiamante di chiudere la comunicazione premendo *"
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Resetta password hash"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:246
-msgid "Ring instead of playing background music"
-msgstr "Squlli anziché suono di sottofondo (musica)"
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Cancella la condivisione"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Lista di distribuzione mail"
+#: plugins/personal/environment/class_environment.inc:803
+#, php-format
+msgid ""
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
+msgstr ""
+"Il profilo selezionato di kiosk '%s' non è disponibile; settate il profilo "
+"corrente a 'nessuno'."
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Indirizzo primario (mail) per questa lista di distribuzione"
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "La rimozione delle informazioni di ambiente è fallita."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:61
-#: plugins/admin/ogroups/tabs_ogroups.inc:165
-msgid "Phone queue"
-msgstr "Coda telefonica"
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
+msgstr "Per favore definire un valore Quota per il profilo"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:87
-msgid "System"
-msgstr "Sistema"
+#: plugins/personal/environment/class_environment.inc:908
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
+msgstr ""
+"E' necessario settare una valida estensione posix per abilitare le "
+"caratteristiche dell'ambiente."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:145
-msgid "Terminals"
-msgstr "Terminali"
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
+"Non è possibile salvare il profilo kiosk; probabilmente è negato il permesso "
+"di accesso alla cartella"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Questo 'dn' non è un oggetto."
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "Aggiunta di informazioni di ambiente fallita"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:283
-msgid "too many different objects!"
-msgstr "Troppo differenti oggetti!"
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "condivisione di gruppo"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "users"
-msgstr "Utenti"
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Amministratore"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "groups"
-msgstr "gruppi"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Stampante di default"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "applications"
-msgstr "applicazioni"
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr ""
+"Per favore speicifcate una valido nome. Solo i caratteri da '0-9' e 'a-Z' "
+"sono permessi."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "departments"
-msgstr "dipartimenti"
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
+msgstr ""
+"Caratteri non valodi nella descrizione. Per favore indicare una descrizione "
+"valida."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "servers"
-msgstr "server"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+#, fuzzy
+msgid "Please specify a valid iSerial."
+msgstr "Per favore specificare un valido id."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "workstations"
-msgstr "workstation"
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+#, fuzzy
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+msgstr ""
+"Per favore specificare un valido id produttore (2 byte hex come '0xFFFF')"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "terminals"
-msgstr "terminali"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+#, fuzzy
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+msgstr ""
+"Per favore specificare un valido id prodotto (2 byte hex come '0xFFFF')"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "phones"
-msgstr "telefoni"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Un valore con questo nome già esiste."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:293
-msgid "printers"
-msgstr "stamoanti"
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "Per favore seleziona un valoe o premi annulla."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:300
-msgid "and"
-msgstr "e ????? in che contesto????"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Non posso cancellare '%s'. L'errore è: permesso negato."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:486
-msgid "Non existing dn:"
-msgstr "'dn' non esistente:"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Non posso cancellare '%s'. L'errore è: il fine non esiste."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:606
-msgid "There is already an object with this cn."
-msgstr "C'è già un altro oggetto con questo 'cn'"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+msgstr ""
+"Non è stato definito KIOSKPATH in gosa.conf, Non è possibile gestire i "
+"profili kiosk!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:623
-msgid "You can combine two different object types at maximum only!"
-msgstr "Al massimo puoi combinare due differenti tipi di oggetti."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr "Kiosk path '%s' non accessibile. Per favore controllare i permessi"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:672
-msgid "Saving object group failed"
-msgstr "Salvataggio del gruppo di oggetti fallito"
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
+msgstr ""
+"Il nome specificato deve essere composto sola da caratteri maiscoli-"
+"minuscoli."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:685
-msgid "Removing object group failed"
-msgstr "Rimozione del gruppo di oggetti fallito"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Per favore specificate un valido nome di script."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35
-#: plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Gruppo di oggetti"
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "La descrizione indicata contiene caratteri non validi."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:163
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Vuoi cancellare il Gruppo di Oggetti '%s'."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Le estensioni all'ambiente sono atualmente disabilitate."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:169
-#: plugins/admin/ogroups/class_ogroupManagement.inc:197
-msgid "You are not allowed to delete this object group!"
-msgstr "Non ti è permesso di cancellare questo gruppo di oggetti!"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Definizione della gestione dell'ambiente"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-msgid "Please enter the new object group name"
-msgstr "Per favore inserisci un nome per il gruppo di oggetti"
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Gestione profili"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Seleziona per vedere i dipartimenti"
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Gestione del profilo utenti"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Mostra i dipartimenti"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Gestione profilo server"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Seleziona per vedere gli account GOsa"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Profgilo path"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Mostra i 'people'"
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Profilo quota"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Seleziona per vedere i gruppi GOsa"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
+msgstr "Profilo cache locale"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Mostra i gruppi"
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Definizione profilo Kiosk"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Seleziona per vedere le applicazioni"
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
+msgstr "Profilo Kiosk"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Mostra le applicazioni"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "gestione"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Seleziona per vedere le workstation"
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
+msgstr "Risoluzione modificabile durante la sessione"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Seleziona per vedere i terminali"
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Utente utilizzato per connettere la condivisione"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Seleziona per vedere le stampanti"
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Seleziona una condivisione"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Mostra le stampanti"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Monta una path"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Seleziona per vedere i telefoni"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr "Script di accesso"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Mostra gli oggetti dei dipartimenti"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Gestione degli script di accesso (logon)"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Elenco dei gruppi di oggetti"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Dispositivi hotplug"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-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 "Questo menu peremette di aggiungere, modificare o cancellare i gruppi selezionati. Puoi utiulizzare il selettore sopra l'elenco quando lavori con un ampio numero di gruppi."
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Configurazione dispositivi hotplug"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Nome dei gruppi di oggetti"
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
+msgstr "Esistente"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Seleziona per vedere i gruppi che contengono utenti"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Settaggio stampanti"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Mostra i gruppi che contengono altri gruppi"
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Amministrazione Toggle???"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Seleziona per vedere i gruppi che contengono altri gruppi"
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Default Toggle?????"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Mostra i gruppi che contengono altri gruppi"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Aggiungi dispositivi hotplug"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "Seleziona per vedere i gruppi che contengono applicazioni"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Gestione hotplug"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Mostra i gruppi che contengono applicazioni"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Seleziona i dispositivi hotplug da aggiungere"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Seleziona per vedere i gruppi che contengono dipartimenti"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Scegliere il dipartimento su cui basare la ricerca"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Mostra i gruppi che contengono dipartimenti"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Espressione regolare per ricercare componente hotplug"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Seleziona per vedere i gruppi che contengono server"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Crea nuove connessioni hotplug "
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Mostra i gruppi che contengono server"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Crea nuovi dispositivi hotplug "
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr "Seleziona per vedere i gruppi che contengono workstation"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "(iSerial)"
+msgstr "(iSerial)"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Mostra i gruppi che contengono workstation"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "Vendor-ID"
+msgstr "Vendor-ID"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Seleziona per vedere i gruppi che contengono terminali"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "(idVendor)"
+msgstr "(idVendor)"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Mostra i gruppi che contengono terminali"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
+msgstr "Product-ID"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Seleziona per vedere i gruppi che contengono stampanti"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
+msgstr "(idProduct)"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Mostra i gruppi che contengono stampanti"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "gestione dei profili Kiosk"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Seleziona per vedere i gruppi che contengono telefoni"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Definizione degli script di accesso"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Mostra i gruppi che contengono telefoni"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nome script"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:108
-msgid "Create new object group"
-msgstr "Crea un nuovo gruppo di oggetti"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Flag degli script di accesso"
 
 
-#: 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 "Controlla attentamente se vuoi eseguire l'operazione perché GOsa non è in grado di annullarlo."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Ultimo script"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr "Ci deve essere almeno un server NTP selezionato."
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Lo script può essere sostituito dall'utente"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-msgstr "L'impostazione dello stato dell'azione (FAIstate) è fallita per l'oggetto '%s', il valore era '%s'."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Script di accesso"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:79
-msgid "ring all"
-msgstr "suona tutti"
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Definizione ambiente utente"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:80
-msgid "round robin"
-msgstr "round robin (???)"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Aggiungi una stampante"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:81
-msgid "least recently called"
-msgstr "ultime chiamate ????"
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Mostra le stampanti corrispondenti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:82
-msgid "fewest completed calls"
-msgstr "poche chiamate completate ????"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Espressioni regolari per corrispondenza del nome delle stampanti"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:83
-msgid "random"
-msgstr "casuale"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "gennaio"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:84
-msgid "round robin with memory"
-msgstr "round robin ???? con la memoria"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "febbraio"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:113
-msgid "Remove the phone queue from this Account"
-msgstr "Rimuovi la coda telefonica per questo utente"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "marzo"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:114
-msgid "Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr "La coda telefonica è abilitata per questo gruppo. La puoi disabilitare cliccando sotto."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "aprile"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:116
-msgid "Create phone queue"
-msgstr "Crea una coda telefonica"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "maggio"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:117
-msgid "For this group the phone queues are disabled. You can enable them by clicking below."
-msgstr "La coda telefonica è disabilitata per questo gruppo. La puoi abilitare cliccando sotto."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "giugno"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:201
-msgid "Timeout must be numeric"
-msgstr "Il timeout deve essere un valore numerico"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "luglio"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:204
-msgid "Retry must be numeric"
-msgstr "Il valore di 'Riprova' deve essere numerico"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "agosto"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:207
-msgid "Max queue length must be numeric"
-msgstr "Il valore della massima lunghezza della coda deve essere numerico"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "settembre"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:210
-msgid "Announce frequency must be numeric"
-msgstr "Il valore della frequenza di annunicio deve essere numerico"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "ottobre"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:213
-msgid "There must be least one queue number defined."
-msgstr "Deve esserci almeno un numero di coda definito."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "novembre"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:227
-msgid "There is currently no asterisk server defined. Your settings can't be saved."
-msgstr "Attualmente non è definito un server asterisk. Le impostazioni non possono essere salvate."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "dicembre"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:281
-#: plugins/admin/ogroups/class_phonequeue.inc:495
-#: plugins/admin/ogroups/class_phonequeue.inc:661
-#, php-format
-msgid "Can't delete in Database %s, on Server %s."
-msgstr "Non posso cancellare nel database %s sul server %s."
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "Donna"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:587
-msgid "Saving phone queue failed"
-msgstr "Salvataggio della coda telefonica fallito."
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "uomo"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:684
-msgid "Removing phone queue failed"
-msgstr "Rimozione della coda telefonica fallito."
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Questo utente non ha delle valide estensioni GOsa."
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-msgid "Please enter a mail address"
-msgstr "Per favore inserite un indirizzo di posta"
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr ""
+"Il file specificato non è stato caricato cia HTTP POST!. Operazione "
+"interrotta."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nome del dipartimento"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Per favore inserite un numero seriale valido"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nome della struttura ad albero (subtree) da creare"
+#: plugins/personal/generic/class_user.inc:462
+msgid ""
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
+msgstr ""
+"(Alcuni tipi di certificatinono sono attualmente supportati e possono essere "
+"mostrati come 'non validi'.)"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Categoria"
+#: plugins/personal/generic/class_user.inc:472
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr "Il certificato è valido da %s a %s ed è correntemente %s."
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Categoria di questo "
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
+msgstr "valido"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Posizione dove la struttura è collocata"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
+msgstr "non valido"
 
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Localizzazione della struttura ad albero (subtree)"
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "Nessun certificato installato"
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Indirizzo postale della struttura ad albero (subtree)"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
+msgstr "Rimozione di un generico utente fallita"
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Numero telefonico di base della struttura ad albero (subtree)"
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "Comunicazione con il database kerberos fallita"
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Numero di base del fax della struttura ad albero (subtree)"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Non posso rimuovere l'utente dal database kerberos."
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Impostazioni amministrative"
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
+msgstr "Salvataggio dell'utente genrico fallita"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr "Etichetta il dipartimento con unità amministrativa indipendente"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "Non posso aggiungere un utente al database kerberos."
 
 
-#: plugins/admin/departments/dep_iframe.tpl:3
-msgid "As soon as the move operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog."
-msgstr "Non appena l'operazione è conclusa puoi andare alla fine della pagina e premere il bottone 'Continua' per proseguire nella gestione del dipartimento."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "Non hai il permesso di creare un utente in questa 'Base'."
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:339
-msgid ".."
-msgstr ".."
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr "Non hai il permesso di spostare un utente dalla 'Base' originale."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Lista dei dipartimenti"
+#: plugins/personal/generic/class_user.inc:1037
+msgid "There's already a person with this 'Login' in the database."
+msgstr "C'è già una persona con questo 'codice utente (login)' nel database."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
-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 "Questo menu permette di creare, cancelalre e modificare i dipartimenti selezionati. Se il loro numero è elevato si può usare il selettore sopra l'elenco."
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr "Il campo richiesto di 'Login' non è compilato."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Nome del dipartimento"
+#: plugins/personal/generic/class_user.inc:1053
+msgid ""
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
+msgstr ""
+"C'è già una risorsa con la combinazione 'Nome'/'Nome(Given name)' nel "
+"database."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:74
-msgid "Create new department"
-msgstr "Crea un nuovo dipartimento"
+#: plugins/personal/generic/class_user.inc:1060
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Il campo 'Login' contiene caratteri non validi. Caratteri minuscoli, numeri "
+"e punti non sono permessi."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "Rimozione del dipartimento fallita"
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Il campo 'Homepage' contiente una definizione URL inesatta."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:219
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr "Non hai il permesso di creare un dipartimento a questo livello."
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "Non posso aprire il certifcato specificato!"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:226
-#: plugins/admin/departments/class_departmentGeneric.inc:228
-msgid "Department with that 'Name' already exists."
-msgstr "Un dipartimento con questo 'Nome' già esiste."
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Informazioni personali"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:236
-msgid "Required field 'Description' is not set."
-msgstr "Il campo richiesto 'Descrizione' non è impostato."
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Fotografia"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:240
-#, php-format
-msgid "The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr "Il campo 'Nome contiene la parola riservata '%s'. Devi scegliere un'altro nome."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Cambia fotografia"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:286
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
-msgstr "Errore irreversibile: non posso trovare un'etichetta libera con cui marcare l'unità amministrativa!"
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Nome modello"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:331
-msgid "Saving department failed"
-msgstr "Salvataggio del dipartimento fallita"
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Titolo accademico"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:373
-#, php-format
-msgid "Tagging '%s'."
-msgstr "Etichettando '%s'."
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Data di nascita"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:451
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr "Spostando '%s' in '%s'"
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Linguaggio preferito"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:490
-#, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr "Impossibile copiare '%s'; operazione annullata"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Scegli dove posizionale l'utente"
 
 
-#: plugins/admin/departments/main.inc:41
-#: plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Gestione del dipartimento"
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Telefono privato"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
-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 "Questo menu consente di creare, modificare e cancellare gli utenti selezionati. Se vi sono kolti utenti si può utilizzare il selettore sopra l'elenco."
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Homepage"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Seleziona per vedere il modello degli psedo utenti"
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Archiviazione password"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
-msgstr "Seleziona per vedere gli utenti che hanno solo un oggetto GOsa"
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificati"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Mostra gli utenti funzionali"
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Modifica certificati"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Seleziona per vedere gli utenti che hanno impostazioni posix"
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Mostra gli utenti unix"
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Modifica proprietà"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr "Seleziona per vedere gli utenti che hanno impostazioni di posta elettronica"
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Informazioni sull'organizzazione"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Mostra gli utenti di posta"
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Dipartimento n."
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Seleziona per vedere gli utenti che hanno impostazioni samba"
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Impiegato n."
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Mostra gli utenti samba"
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Tipo di impiegato "
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Seleziona per vedere gli utenti che hanno impostazioni proxy"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Stanza n."
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Mostra gli utenti proxy"
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Professione"
 
 
-#: plugins/admin/users/class_divListUsers.inc:102
-msgid "Create new user"
-msgstr "Crea un nuovo utilizzatore"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Descrizione unità"
 
 
-#: plugins/admin/users/class_divListUsers.inc:102
-msgid "New user"
-msgstr "Nuovo utilizzatore"
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Area del soggetto"
 
 
-#: plugins/admin/users/class_divListUsers.inc:104
-msgid "Create new template"
-msgstr "Crea un nuovo modello"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Titolo funzionale"
 
 
-#: plugins/admin/users/class_divListUsers.inc:104
-msgid "New template"
-msgstr "Nuovo modello"
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Ruolo"
 
 
-#: plugins/admin/users/class_divListUsers.inc:145
-msgid "password"
-msgstr "Password"
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Località della persona"
 
 
-#: plugins/admin/users/class_divListUsers.inc:160
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Unità"
 
 
-#: plugins/admin/users/class_divListUsers.inc:161
-msgid "Edit generic properties"
-msgstr "Modifica proprietà generiche"
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Via"
 
 
-#: plugins/admin/users/class_divListUsers.inc:163
-msgid "Edit UNIX properties"
-msgstr "Modifica UNIX proprietà"
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Identificazione alloggio"
 
 
-#: plugins/admin/users/class_divListUsers.inc:165
-msgid "Edit environment properties"
-msgstr "Modifica proprietà dell'ambiente"
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Per favore usare la tabulazione/linguetta telefonica (????)"
 
 
-#: plugins/admin/users/class_divListUsers.inc:167
-msgid "Edit mail properties"
-msgstr "Modifica proprietà e-mail"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Ultima consegna"
 
 
-#: plugins/admin/users/class_divListUsers.inc:169
-msgid "Edit phone properties"
-msgstr "Modifica proprietà telefono"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Pubblica - Visibile"
 
 
-#: plugins/admin/users/class_divListUsers.inc:171
-msgid "Edit fax properies"
-msgstr "Modifica proprietà fax"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Certificato standard"
 
 
-#: plugins/admin/users/class_divListUsers.inc:173
-msgid "Edit samba properties"
-msgstr "Modifica proprietà Samba"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "certificato S/MIME"
 
 
-#: plugins/admin/users/class_divListUsers.inc:175
-msgid "Edit netatalk properties"
-msgstr "Modifica proprietà Netatalk"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "certificato PKCS12"
 
 
-#: plugins/admin/users/class_divListUsers.inc:176
-msgid "Create user from template"
-msgstr "Crea utente da un modello"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Numero seriale certificato"
 
 
-#: plugins/admin/users/class_divListUsers.inc:177
-msgid "Create user with this template"
-msgstr "Crea utente con questo modello"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Rimuovi fotografia"
 
 
-#: plugins/admin/users/class_divListUsers.inc:230
-msgid "Online"
-msgstr "Connesso"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Non ti è permesso cambiare la tua password!"
 
 
-#: plugins/admin/users/class_divListUsers.inc:237
-msgid "Offline"
-msgstr "Sconnesso"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Informazioni sull'utente generico"
 
 
-#: 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 "Per cambiare la password dell'utente usare il campo seguente. I cambiamenti avranno effetto immediatamente. Memorizzate la nuova passowrd perché l'utente non potrà accedere senza di essa."
+#: 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 ""
+"Avete cambiato il metodo di salvataggio delle passowrd nel database LDAP. "
+"Per questa ragione dovete reinserire la vostra password. GOsa la "
+"ricodificherà con il metodo prescelto."
 
 
-#: plugins/admin/users/class_userManagement.inc:204
-#: plugins/admin/users/class_userManagement.inc:280
-msgid "You are not allowed to set this users password!"
-msgstr "Non ti è permesso di impostare la password dell'utente!"
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Impostazioni utente"
 
 
-#: plugins/admin/users/class_userManagement.inc:319
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Stai per cancellare l'utente %s."
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Cancella password"
 
 
-#: plugins/admin/users/class_userManagement.inc:325
-#: plugins/admin/users/class_userManagement.inc:352
-msgid "You are not allowed to delete this user!"
-msgstr "Non ti è permesso di cancelale qusto utente!"
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Definisci una nuova password"
 
 
-#: plugins/admin/users/class_userManagement.inc:536
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Una persona con questo nome è già in uso in questa struttura."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Foto dell'utente"
 
 
-#: 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 "Questo include tutti i dati dell'utente, le regole di accesso al sistema, le impostazioni imap, ecc. per questo utente. Controlla attentamente se vuoi attentamente eseguire l'operazione perché GOsa non può ripristinare i dati modificati."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "NOn c'è un 'DESC tag' nel file per le assenze:"
 
 
-#: plugins/admin/users/main.inc:41
-#: plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Utente amministativo"
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "Questo utente non ha estensioni di posta elettronica."
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Crea un nuovo utente usando un modello"
+#: plugins/personal/mail/class_mailAccount.inc:263
+msgid ""
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
+msgstr ""
+"Questo utente non può essere rimosso finché ci sono delegazioni configurate. "
+"Rimuovere prima le delegazioni."
 
 
-#: 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 creazione di un nuovo utene può essere esguita tramite i modelli. Molti record del database saranno compilati automaticamente. Scegli 'nessuno' per non usare un modello."
+#: plugins/personal/mail/class_mailAccount.inc:319
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr ""
+"State provando ad aggiungere un indirizzo di posta elettronica errato alla "
+"lista degli inoltri."
 
 
-#: include/functions_dns.inc:166
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
-msgstr "Non posso trovare la reverse zone per il dns  '%s'. Operazione di ricerca nella zona interrotta."
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "Rimozione utente di posta fallito"
 
 
-#: include/functions_dns.inc:171
-#, php-format
-msgid "Found more than one reverse zone for dns zone '%s'. Aborting parsing this zone."
-msgstr "Ho trovato più di una zona di reverse per la zona dns '%s'. Operazione di ricerca nella zona interrotta."
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "Salvataggio della mail utente fallita"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
-msgstr "Errore irreversibile nella connessione a LDAP. Il server ha risposto '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:846
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
+msgstr ""
+"Non è stato specificato un valido server di posta; per favore aggiungerne "
+"uno al setup."
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Login dell'utente fallito. Il server LDAP risponde '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr ""
+"Avete definito delle regole per lo spam ma non è stata indicata una cartella "
+"'ad hoc'."
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Nome utente/UID non unico. Controlla il database LDAP."
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
+msgstr "Attendere perchè Kolab sta rimuovendo le proprietà della posta."
 
 
-#: include/functions.inc:468
-msgid "Error while adding a lock. Parameters are not set correctly, please check the source!"
-msgstr "Errore aggiungendo il blocco. I parametri non sono impostati correttamente: verificate la fonte!"
+#: plugins/personal/mail/class_mailAccount.inc:1050
+msgid ""
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
+msgstr ""
+"Per favore prima rimuovere l'utente della posta affinché Kolab possa "
+"utilizzare il metodo di rimozione delle specifiche."
 
 
-#: include/functions.inc:478
-#, php-format
-msgid "Can't set locking information in LDAP database. Please check the 'config' entry in gosa.conf! LDAP server says '%s'."
-msgstr "Non posso bloccare le informazioni nel databse LDAP. Controllate il valore 'config' in gosa.conf! Il server LDAP ha risposto '%s'."
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Inoltra messaggi a "
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Aggiunta del blocco fallito. Il server LDAP ha risposto '%s'."
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Specificate il server di posta dove l'utente sarà ospitato"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Rimozione del blocco fallita. Il server LDAP ha risposto '%s'."
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Opzioni Mail"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
+msgstr ""
+"Selezionate se volete inoltrare le mail senza trattenere copia delle stesse"
 
 
-#: include/functions.inc:549
-msgid "Getting the lock from LDAP failed. Parameters are not set correctly, please check the source!"
-msgstr "Acquisizione del blocco da LDAP fallita. I parametri non sono settati correttament, per favore controllate la fonte!"
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Nessuna consegna alla propria casella di posta"
 
 
-#: include/functions.inc:559
-msgid "Can't get locking information in LDAP database. Please check the 'config' entry in gosa.conf!"
-msgstr "Non posso acquisre le informazioni sul blocco nel database LDAP. Per favore controllate la voce 'config' in gosa.conf. "
+#: plugins/personal/mail/generic.tpl:75
+msgid ""
+"Select to automatically response with the vacation message defined below"
+msgstr ""
+"Selezionate per avere una risposta automatica in caso di assenza, con il "
+"messaggio specificato sotto"
 
 
-#: include/functions.inc:567
-msgid "Found multiple locks for object to be locked. This should not be possible - cleaning up multiple references."
-msgstr "Ho trovato più blocci per l'oggetto da bloccare. Questo non è possibile: ripulite le referenze multiple."
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Attivate la funzione di messaggio automatico per assenza"
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Il limite di %d valori è superato!"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Selezionate se volete filtrare la posta con 'spamassassin'"
 
 
-#: include/functions.inc:655
-#, php-format
-msgid "Set the new size limit to %s and show me this message if the limit still exceeds"
-msgstr "Imposta il nuovo limite a %s e mostrami il messaggio se in limite è ancora superato."
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Spostate le e-mail con un livello di 'spam' superiore a"
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "incompleto"
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
+msgstr "Scegliete un livello di spam. I valori più piccoli sono più sensibili"
 
 
-#: include/functions.inc:1115
-#: include/functions.inc:1306
-msgid "LDAP error:"
-msgstr "Errore LDAP:"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "alla cartella"
 
 
-#: include/functions.inc:1116
-msgid "Problems with the LDAP server mean that you probably lost the last changes. Please check your LDAP setup for possible errors and try again."
-msgstr "I problemi con il server LDAP possono aver fato perdere le ultime modifiche. Per favore controlla il setup LDAP per possibili errori e riprova."
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Rifiutate mail di dimensione maggiore a"
 
 
-#: include/functions.inc:1124
-msgid "Please check your input and fix the error. Press 'OK' to close this message box."
-msgstr "Verifica i dati inseriti e sistema gli errori. Premi il pulsante 'OK per chidere questa finestra."
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Messaggio per assenze"
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "E' stato verificato un errore eseguendo la tua richiesta"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Opzioni avanzate di posta"
 
 
-#: include/functions.inc:1137
-#: include/functions_setup.inc:254
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
+msgstr ""
+"Selezionate se l'utente può solo spedire o ricevere posta all'interno del "
+"dominio"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Continua in ogni caso"
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
+msgstr "L'utente può solo spedire e ricevere mail in locale"
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Modifica in ogni caso"
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Utilizza uno script personalizzato Sieve"
 
 
-#: include/functions.inc:1202
-#, 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 "Stai per modificare il valore '%s' di LDAP che appare essere usato da '%s'. Per favore contatta l'utente per capire come procedere."
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "disabilita tutte le opzioni di posta elettronica!"
 
 
-#: include/functions.inc:1488
-msgid "Entries per page"
-msgstr "Valori per pagina"
+#: plugins/personal/mail/mail_locals.tpl:35
+msgid "Select department"
+msgstr "Dipartimento selezionate"
 
 
-#: include/functions.inc:1516
-msgid "Apply filter"
-msgstr "Applica filtro"
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Definizione mail utenti"
 
 
-#: include/functions.inc:1790
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "Questo account non ha le estensioni Nagios."
 
 
-#: include/functions.inc:1833
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Snapshot di sviluppo di GOsa (Rev %s)"
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Rimuovi l'utente Nagios"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr "Attenzione: l'utente ha una stringa relativa al server di posta non valida!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le opzioni Nagios abilitate. Potete disabilitarle cliccando "
+"sotto."
 
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid "Warning: IMAP Server cannot be reached! If you save this account, some mail settings will not be stored on your server!"
-msgstr "Attenzione: il server IMAP non può essere raggiunto! Se salvi questo utente alcune impostazioni di posta non saranno salvate nel server!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Crea un utente Nagios"
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Non posso creare la casella di posta IMAP. Il server ha risposto '%s'."
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le opzioni Nagios disabilitate. Potete attivarle cliccando "
+"sotto."
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "Non posso scrivere la quota IMAP. Il server ha risposto '%s'."
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "Salvataggio dell'utente Nagios fallito"
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr "Attenzione: imap_getacl non è implementato, non posso rimuovere le informazioni acl."
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Il campo richiesto 'NagiosAlias' non è stato definito."
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr "Attenzione: imap_getacl non è disponibile, non posso ottenere i permessi!"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Il campo richiesto 'NagiosMail' non è stato definito."
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Non posso rimuovere le caselle postali IMAP. Il server ha risposto '%s'."
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Indicate un valido indirizzo email nel campo 'NagiosMail'."
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Non posso collegarmi al server SIEVE. Il server ha risposto '%s'."
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "Rimozione dell'utente Nagios fallita"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Non posso ottenere gli script sieve. Il server ha risposto '%s'."
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Settaggi Nagios"
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Non posso inviare gli script sieve. Il server ha risposto '%s'."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Utente Nagios"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Non posso attivare gli script sieve di GOsa. Il server ha risposto '%s'."
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr " Alias"
 
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid "The LDAP server is slow (%.2fs for the last query). This may be responsible for performance breakdowns."
-msgstr "Il server LDAP è lento (%.2fs per l'ultima interrogazione). Questo potrà ridurre le performance del sistema."
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Periodo di notifica dell'Host"
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid "The ldapserver is answering very slow (%.2f), this may be responsible for performance breakdowns."
-msgstr "Il server LDAP rispnde molto lentamente (%.2f); questo può ridurre le performance del sistema."
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Periodo di notifica del servizio"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Creazione copia di %s"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Opzioni di notifica del servizio"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr "Processing in corso"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Opzioni di notifica dell'Host"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Errore durante il recupero della fonte dn - operazione abortita!"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Comandi di notifica del servizio"
 
 
-#: include/class_ldap.inc:562
-#: include/class_ldap.inc:576
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "Stato sconosciuto di installazione remota %s (FAI)"
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Comandi di notifica dell'Host"
 
 
-#: include/class_ldap.inc:723
-#, php-format
-msgid "Autocreation of type '%s' is currently not supported. Please report to the GOsa team."
-msgstr "La creazione automatica del tipo '%s' non è attualmente supportata. Per favore riprotare le informazioni al GOsa team."
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Autenticazione Nagios"
 
 
-#: include/class_ldap.inc:792
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr "mentre operavo su '%s' usando il server LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "visualizza le informazioni di sistema"
 
 
-#: include/class_ldap.inc:794
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "mentre operavo sul server LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "visualizza le informazioni di configurazione"
 
 
-#: include/class_ldap.inc:990
-#, php-format
-msgid "This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' in line %s"
-msgstr "Non c'è un valdo DN: '%s'. Un blocco da importare deve iniziare con 'dn:...' alla linea %s"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "attivazione comandi di sistema"
 
 
-#: include/class_ldap.inc:1003
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "Il dn: '%s' (dalla linea %s) già esiste nel database LDAP."
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "visualizza tutti i servizi"
 
 
-#: include/class_ldap.inc:1019
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr "Errore nella fase di importazione dn: '%s', per favore controllate il file LDIF alla linea  %s!"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "visualizza tutti gli host"
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Errore XML in gosa.conf: %s alla linea %d"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "attiva tutte le istruzioni dei servizi"
 
 
-#: include/class_config.inc:480
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID e/o RIDBASE mancante nella configurazione!"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "attiva tutte le istruzioni dell'host"
 
 
-#: include/class_MultiSelectWindow.inc:394
-msgid "Error: The requested subtree has an inconsistent DN encoding, check your LDAP!"
-msgstr "Errore: la struttura richiesta ha in DN codificato inconsitente; verifica il server LDAP!"
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Gestisci gli utenti Netatalk"
 
 
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Stai per copiare il valore '%s'."
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "Questo utente non ha le estensioni Netatalk."
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Incolla"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Rimuovi l'utente netatalk"
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "Non posso incollare"
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo account ha le caratteristiche Netatalk abilitate. Le puoi "
+"disabilitare cliccando sotto."
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
-msgstr "Non posso usare il sistema di encrypting SHA; la funzione sha1/mhash/crypt è mancante"
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Crea un utente Netatalk"
 
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Impostazione della password fallita. Il server LDAP ha risposto '%s'."
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo account ha le caratteristiche Netatalk disabilitate. Le puoi "
+"abilitare cliccando sotto."
 
 
-#: include/class_password-methods.inc:183
-#: include/class_plugin.inc:584
-#, php-format
-msgid "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s' specifciato come POSTMODIFY  per il plugin '%s' non sembra presente."
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr "Puoi selezionare le condivisione da utilizzare."
 
 
-#: include/class_password-methods.inc:204
-msgid "Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
-msgstr "Le impostazioni per MBHASH in gosa.conf sono inesatte! Non posso cambiare la password di Samba."
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "Salvataggio utente Netatlk fallito"
 
 
-#: include/class_pluglist.inc:115
-msgid "Your gosa.conf information has changed partly. Please convert it using the contributed script fix_config.sh!"
-msgstr "Le informazioni di gosa.conf sono state parzialmente modificate. Per favore convertitele usando lo script fix_config.sh!"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "Rimozione utente Netatalk fallito"
 
 
-#: include/class_pluglist.inc:129
-#: include/class_pluglist.inc:130
-#: include/class_pluglist.inc:229
-msgid "Unknown"
-msgstr "Sconosciuto"
+#: plugins/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Impostazioni Netatalk"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr "Non posso aprire il file selezionato: verificatene l'accessibilità o l'esistenza"
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Condivisione"
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr "Nonnposso leggere il certificato specificato o una stringa vuota è stata passata"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
+msgstr ""
+"La password è stata cambiata con successo. Ricordatevi di modificare la "
+"stessa in tutti i programmi che la utilizzano."
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr "Non posso caricare il certificato; può essere stato utilizzato un formato non supportato (usate PEM/DER)"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr "La password che avete inserito non corrisponde a quella memorizzata."
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Il formato deve essere PEM per ottenere il certificato di informazione"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Dovete specificare la vostra password per procedere."
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Non posso creare/aprile il file"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "La password usata come nuova è troppo simile a quella in uso."
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Nessun valido certificato caricato"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "La password utilizzata come nuova é troppo corta."
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr "Gestore PPD: il percorso specificato '%s' non esiste."
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "Non avete il permesso di cambiare la password."
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr "Lo specificato file ppd '%s' non può essere aperto per la lettura."
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr ""
+"Il sistema esterno di modifica della password ha evidenziato il seguente "
+"problema:"
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr "Il file richiesto tmp '%s' non può essere aperto per la scrittura."
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "Il cambio della password non è permesso"
 
 
-#: include/class_ppdManager.inc:170
-#: include/class_ppdManager.inc:297
-#, php-format
-msgid "Parsing PPD file %s failed - line too long. Trailing characters have been ignored"
-msgstr "Esame del dile POD %s fallito: linea troppo lunga. I caratteri finali sono stati ignorati"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "Non è consentito cambiare la password in questo momento"
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "I gruppi nidificati non sono supportati!"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Per modificare la propria password utilizzare i campi sottostanti. Le "
+"modifiche avranno effetto immediato. Per favore memorizzate la nuova "
+"password perchè altrimenti non sarete in grado di accedere nuovamente al "
+"sistema."
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "Il nome del gruppo non è unico!"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Password attuale"
 
 
-#: include/class_ppdManager.inc:188
-#: include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr "I valori Symbol non sono ancora supportati!"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Cancella i campi"
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr "Le opzioni nidifate non sono supportate!"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "Scaduto"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr "PickMany non è ancora supportato!"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
+msgstr "tempo 'aggiuntivo' attivato (grace time)"
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "Analisi del file PPD %s fallita - Nessuna informazione trovata."
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "attivo, password non modificabile"
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Questo pacchetto non ha le opzioni debconf."
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "attivo, password scaduta"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr "Il processo di cancellazione è stato cancellato dal plugin '%s': %s"
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "attivo"
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
-msgstr "Non posso usare ssha per l'encryting (funzione mhash/sha1 assente)"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Gruppo di utenti"
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Errore XML nella guide.xml: %s alla linea %d"
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "Non configurato"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr "Nessun aiuto disponibile per questo plugin."
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Questo utente non ha estensioni unix"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr "%s di risultati per la ricerca con la chiave %s"
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Rimuovi l'utente posix"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% alta corrispondenza nel file %s  ??????"
+#: plugins/personal/posix/class_posixAccount.inc:268
+msgid ""
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
+msgstr ""
+"Questo utente ha attivate le opzioni unix. Per disabilitarle è necessario "
+"rimuovere prima l'utente dall'ambiente samba."
 
 
-#: include/functions_setup.inc:84
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr "Non posso ottenere le informazioni schema dal server. Non posso controllare lo schema! "
+#: plugins/personal/posix/class_posixAccount.inc:271
+msgid ""
+"This account has posix features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le funzioni posix attivate. Potete disabilitarle cliccando "
+"sotto."
+
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "Crea un utente posix"
 
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid "Optional objectclass '%s' required by plugin '%s' is not present in LDAP setup"
-msgstr "Objectclass '%s' opzionale richiesta dal plugin '%s' non presente nel setup di LDAP"
+#: plugins/personal/posix/class_posixAccount.inc:275
+msgid ""
+"This account has posix features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le opzioni posix disabilitate. Potete abilitarle cliccando "
+"sotto."
 
 
-#: include/functions_setup.inc:103
+#: plugins/personal/posix/class_posixAccount.inc:438
 #, php-format
 #, php-format
-msgid "Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr "L'objectclass '%s' opzionale richiesta dal plugin '%s' non ha la versione %s"
+msgid "Password can't be changed up to %s days after last change"
+msgstr ""
+"La password non può essere modificata per %s giorni dopo l'ultima modifica"
 
 
-#: include/functions_setup.inc:108
+#: plugins/personal/posix/class_posixAccount.inc:440
 #, php-format
 #, php-format
-msgid "Support for '%s' enabled"
-msgstr "Supporto per '%s'  attivato"
+msgid "Password must be changed after %s days"
+msgstr "La password deve essere modificata dopo %s giorni "
 
 
-#: include/functions_setup.inc:118
+#: plugins/personal/posix/class_posixAccount.inc:442
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Objectclass '%s' richiesta non presente nel setup LDAP"
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr ""
+"Disabilita l'utente dopo %s giorni di inattività dopo la scadenza della "
+"password"
 
 
-#: include/functions_setup.inc:122
+#: plugins/personal/posix/class_posixAccount.inc:444
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "L'objectclass '%s' richiesta non ha la versione %s"
-
-#: include/functions_setup.inc:133
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Supporto per Samba3 disattivato, nessun schema sembra essere installato. "
+msgid "Warn user %s days before password expiery"
+msgstr ""
+"Informazione per l'utente %s giorni prima della scadenza della password"
 
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "Supporto per Samba3  attivato"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "accesso completo"
 
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr "Supporto per Samba2 disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "permetti accesso a questi hosts"
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "Supporto per Samba2 attivato "
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "Rimozione utente UNIX fallita"
 
 
-#: include/functions_setup.inc:154
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Supporto per PureFTP disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Fallito: blocco principale"
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "Supporto per PureFTP  attivato"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "Salvataggio dell'utente UNIX fallito"
 
 
-#: include/functions_setup.inc:164
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Supporto per WebDAV disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Il campo richiesto 'Home directory' non è definito."
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "Supporto per WebDAV  attivato "
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
+msgstr "Per favore indicate una valida path nel campo 'Home directory'."
 
 
-#: include/functions_setup.inc:174
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr "Supporto per PhpGroupware disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "Il valore specificato come 'UID' non è valido."
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "Supporto per PhpGroupware  attivato"
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "Il valore specificato come 'UID' è troppo piccolo."
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr "Supporto per TrustAccount disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "Il valore specificato come 'shadowMin' non è valido."
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Supporto per TrustAccount  attivato"
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "Il valore specificato come 'shadowMax' non è valido."
 
 
-#: include/functions_setup.inc:194
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Supporto per Gofon disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "Il valore specificato come 'shadowWarning' non è valido."
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Supporto per Gofon attivato"
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "'shadowWarning' senza 'shadowMax' non ha senso."
 
 
-#: include/functions_setup.inc:204
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr "Supporto per Nagios disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
+msgstr ""
+"Il valore specificato come 'shadowWarning' deve essere minore di 'shadowMax'."
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Supporto per Nagios attivato"
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+msgstr ""
+"Il valore specificato come 'shadowWarning' deve essere maggiore di "
+"'shadowMin'."
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr "Supporto per Netatalk disattivato, nessun schema sembra essere installato. "
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "Il valore specificato come 'shadowInactive' non è valido."
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Supporto per Netatalk attivato"
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
+msgstr "'shadowInactive' senza 'shadowMax' non ha senso."
 
 
-#: include/functions_setup.inc:229
-msgid "Support for Kolab disabled, no schema seems to be installed, setting mail-method to cyrus"
-msgstr "Supporto per Kolab disattivato, nessun schema sembra essere installato. Il metodo di posta è stato settato su Cyrus."
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
+msgstr ""
+"Il valore specificato come 'shadowMin' deve essere minore di 'shadowMax'."
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
-msgstr "Supporto per Kolab attivato"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Home directory"
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Ignorato"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Fallito"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Gruppo primario"
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Ispezione setup PHP"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Forza UID/GID"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Controllo versione PHP  (>=4.1.0)"
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: include/functions_setup.inc:279
-msgid "PHP must be of version 4.1.0 or above for some functions and known bugs in PHP language."
-msgstr "PHP deve avere la versione 4.1.0 o superiore per alcune funzioni e bugs noti nel linguaggio PHP."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Appartenenza al gruppo"
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Controllate se register_globals è impostata a 'off'"
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Attenzione: NFS non supporta più di 16 gruppi!)"
 
 
-#: include/functions_setup.inc:283
-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 per registrare tutte le variabili globali che debbono essere accessibili da uno script senza modificare lo scopo.  Questo può comportare problemi di sicurezza. GOsa può operare in entrambi i modi."
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Utente"
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
-msgstr "PHP session.gc_maxlifetime (>= 86400 secondi)."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Affidabilità del sistema"
 
 
-#: include/functions_setup.inc:287
-msgid "PHP uses this value for the garbage collector to delete old sessions, setting this value to one day will prevent loosing session and cookie  before they really timeout."
-msgstr "PHP usa questo valore per collezionare scarti derivanti dall'eliminiazione di vecchie sessioni;  impostare questo valore a un giorno previene dal rischio di perdere sessioni e cookie prima dell'effettiva scadenza."
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Modalità di affidabilità"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Controllo per modulo ldap"
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Settaggi Unix"
 
 
-#: include/functions_setup.inc:291
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr "Questo è il principale modulo usato da GOsa e non può mancare."
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "Settaggi Posix"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Controllo per funzioni XML"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Seleziona i gruppi da aggiungere"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr "Le funzioni XML sono richieste per esaminare i file di configurazione."
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Mostra i gruppi di dipartimenti"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Controllo per supporto gettext"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Mostra gruppi corrispondenti"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Il supporto Gettext è richiesto per le versioni localizzate di GOsa."
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Mostra gruppi di utenti"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Controllo per supporto iconv "
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
+msgstr "L'utente deve cambiare la password al primo accesso"
 
 
-#: include/functions_setup.inc:303
-msgid "This module is used by GOsa to convert samba munged dial informations and is therefore required."
-msgstr "Questo modulo è usato da GOsa pr convertire munged ??? informazioni di composizione delefonica di samba ed è necessario."
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
+msgstr "La password scade il "
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Controllo modulo mhash"
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Selezionate i sistemi da aggiungere"
 
 
-#: include/functions_setup.inc:307
-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 "Pr usare la SSHA encryption è necessario questo modulo. Se state usando crypt o md5 encryption ignorate il messaggio. GOsa lavora anche senza esso."
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Mostra i sistemi dei dipartimenti"
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Controllo modulo imap"
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "Questo utente non ha estensioni samba"
 
 
-#: include/functions_setup.inc:311
-msgid "The IMAP module is needed to communicate with the IMAP server. It gets status informations, creates and deletes mail users."
-msgstr "Il modulo IMAP è necessario per comunicare con il server IMAP. Esso acquisisce lo nstato delle informazioni, crea e cancella gloi utenti di posta."
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Rimuovi l'utente samba"
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Controllo per getacl in imap"
+#: plugins/personal/samba/class_sambaAccount.inc:219
+msgid ""
+"This account has samba features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le estensioni samba abilitate. Potete disabilitarle "
+"cliccando sotto."
 
 
-#: include/functions_setup.inc:315
-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 "Il supporto getacl è necessario per i permessi sulle cartelle condivise. Il modulo standard IMAP non è in grado di leggere le acls's. Hai bisogno di una versione recente di PHP con questa caratteristica."
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Crea un utente samba"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Controllo modulo mysql"
+#: plugins/personal/samba/class_sambaAccount.inc:230
+msgid ""
+"This account has samba features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Questo utente ha le estensioni samba disabilitate. Potete abilitarle "
+"cliccando sotto."
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr "Il supporto MySQL è necessario per leggere i report di GOFax dal database. "
+#: plugins/personal/samba/class_sambaAccount.inc:233
+msgid ""
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
+msgstr ""
+"Questo utente ha le estensioni samba abilitate. Le caratteristiche posix "
+"sono necessarie per gli utenti samba, abilitatele prima."
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Controllo modulo cups"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "input 'on', notifica 'on'"
 
 
-#: include/functions_setup.inc:323
-msgid "In order to read available printers from IPP protocol instead of printcap files, you've to install the CUPS module."
-msgstr "Per leggere le stampanti disponibili dal protocollo IPP anziché dal file di printcap devi aver installato il modulo CUPS."
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "input 'on', notifica 'off'"
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Controllo modulo kadm5"
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "input 'off', notifica 'on'"
 
 
-#: include/functions_setup.inc:327
-msgid "Managing users in kerberos requires the kadm5 module which is downloadable via PEAR network."
-msgstr "La gestione degli utenti in kerberos richiede il modulo kadm5 che è scaricabile attraverso il netowork PEAR."
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "input 'off', notifica 'off'"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Controllo modulo snmp "
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "disconnettiti"
 
 
-#: include/functions_setup.inc:331
-msgid "Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr "Simple Network Management Protocol (SNMP) è richiesto per il controllo dei client."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "reset"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "PHP esame dettagliato delle funzioni"
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "da ogni client"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Controllo per la funzione %s"
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "solo dal precedente client"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid "The function %s is used by GOsa. There is no information if it's optional or required yet."
-msgstr "La funzione %s è usata in GOsa. Non ci sono informazioni sul fatto che sia necessaria o opzionale?????????"
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "Rimozione utente samba fallita"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Verifica di alcuni programmi addizionali"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Percorso per i profili"
 
 
-#: include/functions_setup.inc:395
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Controllo per GraphicsMagick (>=1.1.2)"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "Il valore specificato come '%s' contiene caratteri non validi!"
 
 
-#: include/functions_setup.inc:396
-msgid "GraphicsMagick is used to convert user supplied images to fit the suggested size and the unified JPEG format."
-msgstr "GraphicsMagick è usato per coinvertire le immagini fornite dagli utenti alle corrette dimensioni e nel formato Jpeg esatto."
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Connessione"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Controllo per ImageMagick (>=5.4.0)"
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Disconnessione"
 
 
-#: include/functions_setup.inc:400
-msgid "ImageMagick is used to convert user supplied images to fit the suggested size and the unified JPEG format."
-msgstr "ImageMagick è utilizzato per convertire immagine fornite dagli nutenti alla corretta dimensione e nel formato previsto."
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "IDLE"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
-msgstr "Controllo modulo imagick per PHP"
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
+msgid ""
+"The timeout property '%s' is checked and contains invalid or no characters!"
+msgstr ""
+"La proprietà di timeout '%s' è attiva e non contiene caratteri o ne include "
+"di non validi!"
 
 
-#: include/functions_setup.inc:405
-msgid "Imagick is used to convert user supplied images to fit the suggested size and the unified JPEG format from PHP script."
-msgstr "ImaMagick è utilizzato per convertire immagine fornite dagli nutenti alla corretta dimensione e nel formato previsto dagli scrip PHP."
+#: plugins/personal/samba/class_sambaAccount.inc:707
+msgid ""
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
+msgstr ""
+"Le finestre di gestione degli utenti permettono solo otto client. Ne hai "
+"specificati più di otto."
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Controllo per utilità fping"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Attenzione: questo utente ha un SID samba assegnato che è indefinito. Questa "
+"incongruenza non può essere risolta da  GOsa!"
 
 
-#: include/functions_setup.inc:413
-msgid "The fping utility is only used if you've got a thin client based terminal environment running."
-msgstr "L'utilità fping è usata solo se hai un thin????? client basato su una ambiente terminale in uso."
+#: plugins/personal/samba/class_sambaAccount.inc:928
+msgid ""
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
+msgstr ""
+"Attenzione: non posso identifcare un gruppo primario di utilizzatori. "
+"Nessuna conversione a gruppi samba è possibile!"
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Verifica per una modalità per generare LM/NT password hashes"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
+msgstr "Salvataggio utente samba fallito"
 
 
-#: include/functions_setup.inc:429
-msgid "In order to use SAMBA 2/3, you've to install some additional packages to generate password hashes."
-msgstr "Per usare samba 2/3 devi installare anche i pacchetti addizionali per geenrare gli hashes delle password."
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+#, fuzzy
+msgid "Sunday"
+msgstr "giorno"
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr "verifica file php.ini -> session.auto_register"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+#, fuzzy
+msgid "Monday"
+msgstr "maggio"
 
 
-#: include/functions_setup.inc:443
-msgid "In Order to use GOsa without any trouble, the session.auto_register option in your php.ini must be set to 'Off'."
-msgstr "Per usare GOsa senza problemi l'opzione session.auto_register nel file php.ini deve essere impostata a 'Off'."
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+msgid "Tuesday"
+msgstr ""
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "verifica file php.ini -> implicit_flush"
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr ""
 
 
-#: include/functions_setup.inc:447
-msgid "This option influences the Output handling. Turn this Option off, to increase performance."
-msgstr "Questa opzione influenza la gestione degli output. Disattivate l'opzione per migliorare le performance."
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+#, fuzzy
+msgid "Thursday"
+msgstr "ore"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "verificate il file php.ini -> max_execution_time"
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+#, fuzzy
+msgid "Friday"
+msgstr "giorno"
 
 
-#: include/functions_setup.inc:455
-msgid "The Execution time should be at least 30 seconds, because some actions may consume more time."
-msgstr "Il tempo di esecuzione dovrebbe essere di almeno 30 secondi perchè alcune azioni potranno richiedere diveso tempo."
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+#, fuzzy
+msgid "Saturday"
+msgstr "Strategia"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "verificate il file php.ini -> memory_limit"
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Parametri samba"
 
 
-#: include/functions_setup.inc:463
-msgid "GOsa needs at least 16MB of memory, less will cause unpredictable errors! Increase it for larger setups."
-msgstr "GOsa richiede almeno 16 MB di memoria, utilizzarne meno può generare imprevisti errori! Aumentatela per setup più complessi."
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Samba home"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "verificate il file php.ini -> expose_php"
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Path degli script"
 
 
-#: include/functions_setup.inc:468
-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 "Aumentate la sicurezza del server settando 'expose_php' a 'off''. PHP in questo modo non invierà informazioni sul server in uso."
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Opzioni di accesso"
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "verificate il file php.ini -> magic_quotes_gpc"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Permetti agli utenti di cambiare la password dai loro client"
 
 
-#: include/functions_setup.inc:473
-msgid "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will escape all quotes in strings in this case."
-msgstr "Aumentate la sicurezza del server settando 'magic_quotes_gpc' a 'on'. In questo caso PHP non eseguirà le stringhe tra virgolette."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "Accesso dai client windows non richiede la password"
 
 
-#: include/functions_setup.inc:720
-#: include/functions_setup.inc:831
-msgid "Can't connect to the specified LDAP server! Please make sure that is reachable for GOsa."
-msgstr "Non è possibile connettersi al server LDAP indicato! Verificate che sia raggiungibile da GOsa."
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Disabilita temporaneamente l'account samba"
 
 
-#: include/functions_setup.inc:734
-msgid "Can't bind to the specified LDAP server! Please make sure that it is reachable for GOsa."
-msgstr "Non è possibile collegarsi al server LDAP indicato! Verificate che sia raggiungibile da GOsa."
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Dominio"
 
 
-#: include/functions_setup.inc:784
-#, php-format
-msgid "You're missing the required attribute '%s' from this formular. Please complete!"
-msgstr "Avete dimenticato l'attributo richiesto '%s' da questo formulario. Per cortesia completatelo!"
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Terminal Server"
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
-msgstr "Non è possibile configurare il protocolli LDAP versione 3"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Consenti accesso da un terminal server"
 
 
-#: include/functions_setup.inc:841
-msgid "Could not bind to the specified LDAP server! Please make sure that it is reachable for GOsa."
-msgstr "Non è possibile connettersi ai server LDAP! Verificate che siano raggiungibili per GOSa."
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Eredita la configurazione client"
 
 
-#: include/functions_setup.inc:909
-msgid "Can't read schema informations, GOsa needs to know your schema setup. Please verify that it is readable for GOsa"
-msgstr "Non è possibile leggere le informazioni degli schema; Gosa deve poter leggere il vostro schema setup. Verificate che siano leggibili per GOsa"
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Programma iniziale"
 
 
-#: include/functions_setup.inc:918
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "Non è possibile accedere (LOG)nel server LDAP. La ragione è: %s."
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Directory di lavoro"
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
-msgstr "La generazione di questa pagine ha causato uno o più errori dell'interprete PHP!"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Tempo di timeout (in minuti)"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "Errore PHP"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Dispositivo client"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "Classe"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Collega i drives dei client alla connessione"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "Funzione"
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Collega le stampanti dei client alla connessione"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "Statico"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Default alla stampante del client principale"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "Metodo"
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Shadowing"
 
 
-#: include/php_setup.inc:129
-msgid "Trace"
-msgstr "Traccia"
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "In caso di guasto o timeout"
 
 
-#: include/php_setup.inc:130
-msgid "Line"
-msgstr "Linea"
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Ricollega in caso di disconnessione"
 
 
-#: include/php_setup.inc:131
-msgid "Arguments"
-msgstr "Argomenti"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Blocca gli utenti samba"
 
 
-#: include/class_password-methods-kerberos.inc:44
-msgid "Warning: Can't set kerberos password. Your PHP version has no kerberos support, password has not been changed."
-msgstr "Attenzione: non è possibile settare la password Kerberos. La versione di PHP non supporta Kerberos e la password non può essere modificata."
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Tempo limite di connessione"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "La comunicazione con il database Kerberos è fallita!"
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Temnpo limite di disconnessione"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr "Il cambiamento della password nel database Kerberos è fallito!"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "Scadenza utenti dopo"
 
 
-#: include/class_plugin.inc:404
-#, php-format
-msgid "Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s', specificato come CHECK per il plugin '%s' non sembra esistere."
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Samba logon times"
+msgstr "Samba home"
 
 
-#: include/class_plugin.inc:550
-#, php-format
-msgid "Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s', specificato come POSTCREATE per il plugin '%s' non sembra esistere."
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Edit settings..."
+msgstr "Settaggi Unix"
 
 
-#: include/class_plugin.inc:618
-#, php-format
-msgid "Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr "Il comando '%s', specificato come POSTREMOVE per il plugin '%s' non sembra esistere."
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Permetti connessioni solo da queste workstation"
 
 
-#: include/class_plugin.inc:926
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr "L'oggetto '%s' è già etichettato"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Seleziona le workstation da aggiungere"
 
 
-#: include/class_plugin.inc:933
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr "Etichetta aggiunta (%s) all'oggetto '%s'"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Mostra le workstation del dipartimento"
 
 
-#: include/class_plugin.inc:947
-#: include/class_plugin.inc:976
-msgid "Handle object tagging failed"
-msgstr "Operazione fallita nell'etichettare l'Handle dell'oggetto"
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+#, fuzzy
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Specificate il server di posta dove l'utente sarà ospitato"
 
 
-#: include/class_plugin.inc:963
-#, php-format
-msgid "Removing tag from object '%s'"
-msgstr "Etichetta rimossa dall'oggetto '%s'"
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+#, fuzzy
+msgid "Hour"
+msgstr "ora"
 
 
+#~ msgid ""
+#~ "There is no mysql extension available in your php setup, can't save any "
+#~ "changes to asterisk db."
+#~ msgstr ""
+#~ "Non c'è una dispensione mysql disponibile nella configurazione php; non è "
+#~ "possibile salvare i cambiamenti nel database Asterisk."
+
+#~ msgid "Unable to parse macro contents on line: %s"
+#~ msgstr "Impossibile eseguire la macro alla linea: %s"
+
+#~ msgid "Can't perform SELECT query in DB '%s'"
+#~ msgstr "Impossibile eseguire l'interrogazione SELECT nel database '%s'"
+
+#~ msgid "Can't perform DELETE query in DB '%s'"
+#~ msgstr "Impossibile eseguire la cancellazione DELETE nel database '%s'"
+
+#~ msgid "Can't perform INSERT query in DB '%s'"
+#~ msgstr "Impossibile eseguire l'inserimento INSERT nel database '%s'"
+
+#~ msgid "Please choose a valid  base."
+#~ msgstr "Per favore scegliere una valida base"
+
+#~ msgid "Removing DNS service failed"
+#~ msgstr "Rimozione servizio DNS fallita"
+
+#~ msgid "Disable auto scroll"
+#~ msgstr "Disabilita l'auto scroll"
+
+#~ msgid "Go to users home department"
+#~ msgstr "Vai al diparimento di base degli utenti"
+
+#~ msgid "cn"
+#~ msgstr "cn"
+
+#~ msgid "Repository settings"
+#~ msgstr "Impostazioni repository"
+
+#~ msgid ""
+#~ "To add packages to your package list you have to setup the repository "
+#~ "settings first."
+#~ msgstr ""
+#~ "Per aggiungere pacchetti allelenco devi aver prima configurato le "
+#~ "impostazioni del repository ?????."
+
+#~ 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 ""
+#~ "I pacchetti sono in genere archiviati in differenti server chiamati "
+#~ "mirror. Questi server hanno differenti tipi di release (per esempio woody/"
+#~ "sarge/etch) che includono i pacchetti suddivisi per sezioni."
+
+#~ msgid ""
+#~ "Section and release can't be changed in future dialogs, but the mirror "
+#~ "can be changed by editing the entry."
+#~ msgstr ""
+#~ "Sezioni e release non possono essere modificati nei seguenti forma di "
+#~ "dialogo ma il server di mirro può essere cambiato modificando i valori."
+
+#~ msgid ""
+#~ "First select the preferred release, then the section and finally the "
+#~ "mirror."
+#~ msgstr ""
+#~ "Prima seleziona la relase scelta, poi la sezione e per ultimo il server "
+#~ "mirror."
+
+#~ msgid "please choose a release..."
+#~ msgstr "per favore scegli una release..."
+
+#~ msgid "Sections for this release"
+#~ msgstr "Sezioni per questa release"
+
+#~ msgid ""
+#~ "There is currently no asterisk server defined. Your settings can't be "
+#~ "saved."
+#~ msgstr ""
+#~ "Attualmente non è definito un server asterisk. Le impostazioni non "
+#~ "possono essere salvate."
+
+#~ msgid "Can't delete in Database %s, on Server %s."
+#~ msgstr "Non posso cancellare nel database %s sul server %s."
+
+#~ msgid "Online"
+#~ msgstr "Connesso"
+
+#~ msgid "Offline"
+#~ msgstr "Sconnesso"
index 783e33b0fe6618ea79bfb80e50c3a2e280ea49a4..6f7136fd55f40eaaba819006c7bb3e98a7a3e6ab 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -32,29 +32,29 @@ msgstr ""
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr ""
 
 msgid "Generic"
 msgstr ""
 
@@ -63,69 +63,70 @@ msgid "Unix"
 msgstr ""
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr ""
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr ""
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr ""
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr ""
 
 msgid "Mail"
 msgstr ""
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr ""
 
 msgid "Samba"
 msgstr ""
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr ""
 
 msgid "Netatalk"
 msgstr ""
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr ""
 
 msgid "Connectivity"
 msgstr ""
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr ""
 
 msgid "Fax"
 msgstr ""
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr ""
 
 msgid "Phone"
 msgstr ""
 
@@ -151,14 +152,14 @@ msgid "ACL"
 msgstr ""
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr ""
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr ""
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr ""
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr ""
 
 msgid "Parameter"
 msgstr ""
 
@@ -173,30 +174,30 @@ msgid "Devices"
 msgstr ""
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr ""
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr ""
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr ""
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr ""
 
 msgid "Information"
 msgstr ""
 
@@ -222,12 +223,12 @@ msgstr ""
 msgid "OGo"
 msgstr ""
 
 msgid "OGo"
 msgstr ""
 
-#: contrib/gosa.conf:199 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:199 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 ""
 
@@ -235,12 +236,12 @@ msgstr ""
 msgid "Excel Export"
 msgstr ""
 
 msgid "Excel Export"
 msgstr ""
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr ""
 
 msgid "Import"
 msgstr ""
 
@@ -252,10 +253,10 @@ msgstr ""
 msgid "Partitions"
 msgstr ""
 
 msgid "Partitions"
 msgstr ""
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr ""
 
 msgid "Script"
 msgstr ""
 
@@ -271,8 +272,8 @@ msgstr ""
 msgid "Templates"
 msgstr ""
 
 msgid "Templates"
 msgstr ""
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr ""
 
 msgid "Profiles"
 msgstr ""
 
@@ -320,4814 +321,5000 @@ msgstr ""
 msgid "Polish"
 msgstr ""
 
 msgid "Polish"
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
 msgstr ""
 
 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
+#: html/getfax.php:55
+msgid "Could not select database!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
+#: html/getxls.php:65
+msgid "Birthday"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-msgid "Please enter a valid email address in 'NagiosMail' field."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: plugins/addons/addressbook/address_edit.tpl:217
-#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Pager"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
+#: 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/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
+#: html/getxls.php:174
+msgid "Home postal address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
+#: html/getxls.php:174
+msgid "Mobile phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:35
-msgid "Select department"
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
+#: html/getxls.php:174
+msgid "Function"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
+#: html/getxls.php:190
+msgid "Common Name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
+#: html/getxls.php:224
+msgid "Day of birth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
+#: html/getxls.php:236
+msgid "Email address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
+#: html/getxls.php:236
+msgid "Organizational unit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
+#: html/getxls.php:236
+msgid "Postal Code"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
+#: html/getxls.php:236
+msgid "Surename"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
+#: html/getxls.php:236
+msgid "Title"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
+#: html/getxls.php:239
+msgid "Full"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
+#: html/helpviewer.php:67
+msgid "Help browser"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
+#: html/helpviewer.php:265
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
+#: html/index.php:138
+#, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
+#: html/index.php:223
+msgid ""
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
+#: html/index.php:231
+msgid ""
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
+#: html/index.php:250 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 ""
 
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
+#: html/index.php:258
+msgid "Please specify a valid username!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:212
-msgid "No DESC tag in vacation file:"
+#: html/index.php:260
+msgid "Please specify your password!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
+#: html/index.php:267
+msgid "Please check the username/password combination."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:268
+#: html/index.php:343
 msgid ""
 msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
+#: html/main.php:164
 msgid ""
 msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:324
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:330
-#: plugins/admin/groups/class_groupMail.inc:414
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
+#: html/main.php:388
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:383
-#: plugins/admin/groups/class_groupMail.inc:447
-msgid "The address you're trying to add is already used by user"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:670
-msgid "Removing mail account failed"
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:851
+#: ihtml/themes/altlinux/conflict.tpl:6
 msgid ""
 msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:856
-#: plugins/admin/groups/class_groupMail.inc:845
-msgid "The required field 'Primary address' is not set."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-msgid "The primary address you've entered is already in use."
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:876
-#: plugins/admin/groups/class_groupMail.inc:860
-msgid "Value in 'Quota size' is not valid."
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:885
-#: plugins/admin/groups/class_groupMail.inc:869
-msgid "Please specify a vaild mail size for mails to be rejected."
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:895
-#: plugins/admin/groups/class_groupMail.inc:877
-msgid "You need to set the maximum mail size in order to reject anything."
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:899
-msgid "You specified Spam settings, but there is no Folder specified."
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/password.tpl:2
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:9
 msgid ""
 msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
-msgstr ""
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr ""
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr ""
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
+"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 'Remove' button."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+msgid "Please use your username and password to log in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
 msgid "Password"
 msgstr ""
 
 msgid "Password"
 msgstr ""
 
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr ""
+
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
 msgid ""
 msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
+msgid ""
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
+msgid ""
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
+msgid ""
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+msgid ""
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:74
-msgid "Display systems matching"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:273
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:276
-msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
+#: ihtml/themes/default/conflict.tpl:6
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+msgid "Object to be pasted"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
+#: 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 want to take over the lock by "
+"pressing the 'Edit anyway' button."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
+#: 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 ""
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
+#: ihtml/themes/default/setup_introduction.tpl:4
+msgid ""
+"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."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
+#: ihtml/themes/default/setup_introduction.tpl:17
+msgid ""
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+#: include/class_ldap.inc:230
+#, php-format
+msgid ""
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
+#: include/class_ldap.inc:459
+msgid "Processing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
+#: include/class_ldap.inc:1014
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:188
-msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:200
+#: include/class_mail-methods-cyrus.inc:53
 msgid ""
 msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
+#: include/class_password-methods.inc:167
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
+#: include/class_plugin.inc:404
+#, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
+#: include/class_plugin.inc:555
+#, php-format
+msgid ""
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
+#: include/class_plugin.inc:623
+#, php-format
+msgid ""
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Samba logon times"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:320
-msgid "Edit settings..."
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:224
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
 msgid ""
 msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:235
-msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:238
-msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
+#: include/functions.inc:479
+#, 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 ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:696
+#: include/functions.inc:494
 #, php-format
 #, php-format
-msgid "The value specified as '%s' contains invalid characters!"
+msgid "Adding a lock failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:706
+#: include/functions.inc:520
 #, php-format
 #, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
+msgid "Removing a lock failed. LDAP server says '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:712
+#: include/functions.inc:550
 msgid ""
 msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:909
+#: include/functions.inc:560
 msgid ""
 msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:933
+#: include/functions.inc:568
 msgid ""
 msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-msgid "Sunday"
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-msgid "Monday"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-msgid "Tuesday"
+#: include/functions.inc:673
+msgid "incomplete"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-msgid "Thursday"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-msgid "Friday"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-msgid "Saturday"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-msgid "Specify the hours this user is allowed to log in"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-msgid "Hour"
+#: include/functions.inc:1199
+msgid "Continue anyway"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
+#: include/functions.inc:1201
+msgid "Edit anyway"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: include/functions.inc:1203
+#, 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 ""
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
+#: include/functions.inc:1492
+msgid "Entries per page"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
+#: include/functions.inc:1520
+msgid "Apply filter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
+#: include/functions_dns.inc:174
+#, php-format
+msgid ""
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
+msgstr ""
+
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
+#: include/functions_setup.inc:84
+msgid "Can't get schema information from server. No schema check possible!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
+#: include/functions_setup.inc:118
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
-msgid "Remove"
+#: include/functions_setup.inc:133
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
+#: include/functions_setup.inc:143
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
+#: include/functions_setup.inc:154
+msgid "Support for pureftp disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
+#: include/functions_setup.inc:164
+msgid "Support for WebDAV disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
+#: include/functions_setup.inc:174
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
+#: include/functions_setup.inc:194
+msgid "Support for gofon disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-msgid "Please specify a valid iSerial."
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+#: include/functions_setup.inc:204
+msgid "Support for nagios disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
+#: include/functions_setup.inc:229
+msgid ""
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
+#: include/functions_setup.inc:257
+msgid "Ignored"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
+#: include/functions_setup.inc:259
+msgid "Failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
+#: include/functions_setup.inc:279
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
-#, php-format
+#: include/functions_setup.inc:283
 msgid ""
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
-msgstr ""
-
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
+"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 ""
 
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-msgid "Environment extension enabled. You can disable it by clicking below."
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
-msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+#: include/functions_setup.inc:291
+msgid "This is the main module used by GOsa and therefore really required."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:558
-msgid "Spaces are not allowed in the mount path!"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
+#: include/functions_setup.inc:303
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
+#: include/functions_setup.inc:307
+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 ""
 
-#: plugins/personal/environment/class_environment.inc:913
-msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
+#: include/functions_setup.inc:315
+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 ""
 
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
 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"
+#: include/functions_setup.inc:323
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
+#: include/functions_setup.inc:327
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
+#: include/functions_setup.inc:373
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
+#: include/functions_setup.inc:395
+msgid "Checking for GraphicsMagick (>=1.1.2)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
+#: include/functions_setup.inc:396
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: include/functions_setup.inc:400
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
+#: include/functions_setup.inc:405
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: include/functions_setup.inc:413
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
+#: include/functions_setup.inc:429
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
+#: include/functions_setup.inc:443
+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 ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-msgid "(iSerial)"
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "Vendor-ID"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-msgid "(idVendor)"
+#: include/functions_setup.inc:455
+msgid ""
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
+#: include/functions_setup.inc:468
+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 ""
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
+#: include/functions_setup.inc:473
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
+#: include/functions_setup.inc:734
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:467
+#: include/functions_setup.inc:841
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:477
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "valid"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
+#: include/functions_setup.inc:1112
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
+#: include/php_setup.inc:76
+msgid "PHP error"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
+#: include/php_setup.inc:87
+msgid "class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
+#: include/php_setup.inc:93
+msgid "function"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
+#: include/php_setup.inc:98
+msgid "static"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
+#: include/php_setup.inc:102
+msgid "method"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
+#: include/php_setup.inc:135
+msgid "Trace"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1027
-msgid "You have no permissions to move a user from the original 'Base'."
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
+#: include/php_setup.inc:136
+msgid "Line"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1042
-msgid "There's already a person with this 'Login' in the database."
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
+#: include/php_setup.inc:137
+msgid "Arguments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1058
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1065
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
+#: plugins/addons/addressbook/class_addressbook.inc:164
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+msgid "Please enter a valid email address in 'Primary address' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
+#: plugins/addons/addressbook/class_addressbook.inc:614
+msgid ""
+"You have no permissions to create or modify a global address book entry."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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"
+#: 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/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
 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/addons/addressbook/main.inc:37
+msgid "Address book"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
+#: 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/personal/generic/paste_generic.tpl:1
-msgid "User settings"
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
 msgstr ""
 
 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."
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: plugins/addons/ldapmanager/contentcsv.tpl:2
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
-msgstr ""
-
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
+"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/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
+#: 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 ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
+#: 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 ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
+#: 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 ""
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+msgid "Can't connect to log database, no logs can be shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-msgid "The value specified as Free Busy future needs to be an integer."
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
-#, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
-msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
-msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+#: plugins/addons/mailqueue/contents.tpl:12
+msgid "Please enter a search string here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
+#: plugins/addons/mailqueue/contents.tpl:14
+msgid "Select a server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
-msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
+#: plugins/addons/mailqueue/contents.tpl:17
+msgid "with status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
+#: plugins/addons/mailqueue/contents.tpl:21
+msgid "within the last"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
+#: plugins/addons/mailqueue/contents.tpl:29
+msgid "Remove all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages from selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Hold all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Release all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Requeue all messages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages in selected servers queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
+#: plugins/addons/mailqueue/contents.tpl:46
+msgid "Search returned no results"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
+#: plugins/addons/mailqueue/contents.tpl:52
+msgid "ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
+#: plugins/addons/mailqueue/contents.tpl:55
+msgid "Arrival"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Recipient"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
+#: plugins/addons/mailqueue/contents.tpl:58
+msgid "Error"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
+#: plugins/addons/mailqueue/contents.tpl:93
+msgid "Delete this message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "unhold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "Release message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "requeue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
-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/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+msgid "You have no permissions to create a application on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
+#: plugins/admin/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.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/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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."
+#: plugins/admin/applications/class_applicationParameters.inc:55
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
+#: plugins/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
+#: plugins/admin/applications/class_applicationParameters.inc:58
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
+#: plugins/admin/applications/class_divListApplication.inc:34
+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/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-msgid "Alternate fax numbers will not be copied"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
 msgstr ""
 
 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"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
+#: plugins/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:168
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
+#: plugins/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-msgid "Please enter a valid telephone number in the 'Fax' field."
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-msgid "Mail delivery is checked, but no address has been specified."
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-msgid "The mail address you've entered is invalid."
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
+#: 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/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
 msgstr ""
 
 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"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
+msgid ""
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
+#: plugins/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
+#: plugins/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
+#: plugins/admin/departments/class_divListDepartment.inc:33
+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/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-msgid "There is no mysql extension available, please check your php setup."
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-msgid "Can't connect to fax database, no reports can be shown!"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-msgid "Can't query fax table 'faxlog' for report generation!"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:66
-#: plugins/addons/addressbook/address_info.tpl:29
-msgid "Private"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
 msgstr ""
 
 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."
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
+#: 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 ""
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
+#: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
+#: 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/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
+#: 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/addons/addressbook/contents.tpl:90
-msgid "Match object"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
 msgstr ""
 
 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."
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
 msgstr ""
 
 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"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
 msgstr ""
 
 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"
+#: plugins/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
+#: plugins/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:164
-msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+#: plugins/admin/fai/class_askClassName.inc:138
+msgid "Spaces are not allowed within class names."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
+#: plugins/admin/fai/class_divListFai.inc:44
+msgid "This table displays all FAI classes in the selected tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
+#: plugins/admin/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
-#, php-format
-msgid "Contact stored in '%s'"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-msgid ""
-"You have no permissions to create or modify a global address book entry."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
+#: plugins/admin/fai/class_divListFai.inc:117
+msgid "New profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
+#: plugins/admin/fai/class_faiHook.inc:382
+#, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:12
-msgid "Please enter a search string here."
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
+msgid "Please select a valid file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:14
-msgid "Select a server"
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
+msgid "Selected file is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:17
-msgid "with status"
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:21
-msgid "within the last"
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
+msgid "Please enter a name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:29
-msgid "Remove all messages"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages from selected servers queue"
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Hold all messages"
+#: plugins/admin/fai/class_faiManagement.inc:173
+#, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages in selected servers queue"
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Release all messages"
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages in selected servers queue"
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Requeue all messages"
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages in selected servers queue"
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:46
-msgid "Search returned no results"
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:52
-msgid "ID"
+#: plugins/admin/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:55
-msgid "Arrival"
+#: plugins/admin/fai/class_faiPackage.inc:366
+msgid "Please select a least one Package."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Recipient"
+#: plugins/admin/fai/class_faiPackage.inc:370
+msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Error"
+#: plugins/admin/fai/class_faiPackage.inc:383
+#, php-format
+msgid ""
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
+#: plugins/admin/fai/class_faiPackage.inc:405
+msgid "package is configured"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:93
-msgid "Delete this message"
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "unhold"
+#: plugins/admin/fai/class_faiPackage.inc:437
+#, php-format
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "Release message"
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "hold"
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
+#, php-format
+msgid "Debconf information for package '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "header"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
 msgid ""
 msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, php-format
-msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "primary"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+msgid "logical"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
+msgid "FS type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
 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/admin/fai/class_faiPartitionTableEntry.inc:205
+msgid "FS option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+msgid "Preserve"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
+#, php-format
+msgid "please enter a unique mount point for partition %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
 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/admin/fai/class_faiPartitionTableEntry.inc:372
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
+#, php-format
+msgid "Please enter a valid range for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
+msgid ""
+"You have more than 3 primary partition table entries in your configuration, "
+"please check your configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
 msgstr ""
 
 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
-msgid "There is no file uploaded."
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
 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."
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
+#: plugins/admin/fai/class_faiProfile.inc:420
+msgid "There is already a profile with this class name defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
 msgstr ""
 
 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."
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
 msgstr ""
 
 msgstr ""
 
-#: 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/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
 msgstr ""
 
 msgstr ""
 
-#: 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/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
+#: plugins/admin/fai/class_faiTemplate.inc:463
+msgid "Removing FAI template entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
+#: plugins/admin/fai/class_faiTemplate.inc:468
+msgid "Modifying FAI template entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
+#: plugins/admin/fai/class_faiTemplate.inc:481
+msgid "Creating FAI template entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-msgid "Can't connect to log database, no logs can be shown!"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
+#: plugins/admin/fai/class_faiVariable.inc:280
+#, php-format
+msgid ""
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr ""
+
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
+#: plugins/admin/fai/faiNewBranch.tpl:5
+msgid ""
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
-#, php-format
-msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
-"given name."
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:393
-msgid "Creating FAI script base failed"
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:477
-msgid "Removing FAI script failed"
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScript.inc:496
-msgid "Saving FAI script failed"
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
-#: plugins/admin/departments/tabs_department.inc:31
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, php-format
-msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:390
-msgid "Saving FAI template base failed"
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:468
-msgid "Removing FAI template entry failed"
+#: 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/fai/class_faiTemplate.inc:473
-msgid "Modifying FAI template entry failed"
+#: plugins/admin/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
-msgid "Creating FAI template entry failed"
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "FAI"
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+msgid "Discs"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-msgid "You are not allowed to delete this component!"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:287
-msgid "You are not allowed to delete this release!"
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:345
-msgid "Specified branch name is invalid."
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:347
-msgid "Specified freeze name is invalid."
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-msgid "This name is already in use."
+#: plugins/admin/fai/faiProfileEntry.tpl:26
+msgid ""
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
-msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
+#: plugins/admin/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
 msgstr ""
 
 #: plugins/admin/fai/faiSummary.tpl:4
 msgstr ""
 
 #: plugins/admin/fai/faiSummary.tpl:4
@@ -5138,3969 +5325,3999 @@ msgstr ""
 msgid "Reload class and release configuration from parent object."
 msgstr ""
 
 msgid "Reload class and release configuration from parent object."
 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."
-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."
-msgstr ""
-
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_divListConferences.inc:47
+msgid "Owner"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+#: plugins/admin/systems/class_servDNS.inc:164
+msgid "Class"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
-msgid "Open"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
-msgid "No."
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-msgid "FS options"
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
+#: plugins/admin/fai/paste_fai_object.tpl:1
+msgid "Enter FAI object name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
+#: 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/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
+#: plugins/admin/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. 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_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
-msgid "Please select a valid file."
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
-msgid "Selected file is empty."
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
-msgid "Please enter a name."
+#: plugins/admin/groups/application.tpl:3
+msgid "Release focus"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:342
-msgid "Removing FAI package base failed"
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:371
-msgid "Please select a least one Package."
+#: plugins/admin/groups/class_divListGroup.inc:41
+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/class_faiPackage.inc:375
-msgid "Please choose a valid combination for your repository setup."
+#: plugins/admin/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:388
-#, php-format
-msgid ""
-"Can't insert a fai package list named '%s' in '%s' there is already a "
-"package list with the given name."
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Select to see groups that are primary groups of users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:410
-msgid "package is configured"
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:416
-msgid "Package marked for removal"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:442
-#, php-format
-msgid "Package file '%s' does not exist."
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:506
-msgid "Saving FAI package base failed"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:551
-msgid "Saving FAI package entry failed"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-msgid "Release"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-msgid "Section"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:387
-#, php-format
-msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
+#: plugins/admin/groups/class_groupAcl.inc:52
+msgid "You have no permissions to view and edit ACLs."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
+#: plugins/admin/groups/class_groupApplication.inc:405
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
+#: plugins/admin/groups/class_groupApplication.inc:523
+msgid "The selected application name is not uniq. Please check your LDAP."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:425
-msgid "There is already a profile with this class name defined."
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "primary"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-msgid "logical"
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
-msgid "FS type"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
-msgid "FS option"
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
-msgid "Preserve"
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#, php-format
-msgid "please enter a unique mount point for partition %s"
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
+#: plugins/admin/groups/class_groupApplication.inc:932
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+#: plugins/admin/groups/class_groupGeneric.inc:120
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
+#: plugins/admin/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
-#, php-format
-msgid "Please enter a valid range for partition %s."
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Samba group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
-msgid ""
-"You have more than 3 primary partition table entries in your configuration, "
-"please check your configuration twice."
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
+#: plugins/admin/groups/class_groupGeneric.inc:322
+#, php-format
+msgid "Special group (%d)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
+#: plugins/admin/groups/class_groupGeneric.inc:434
+msgid "! unknown id"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
+msgid ""
+"Your search method returned more than '%s' users, only '%s' users are shown."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
+#: plugins/admin/groups/class_groupGeneric.inc:611
+#, php-format
+msgid "No configured SID found for '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+msgid "You have no permissions to create a group on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
+#: plugins/admin/groups/class_groupGeneric.inc:740
 msgid ""
 msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
+#: plugins/admin/groups/class_groupMail.inc:287
+msgid "read"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
 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/groups/class_groupMail.inc:289
+msgid "external post"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:44
-msgid "This table displays all FAI classes in the selected tree."
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid ""
+"This account has mail features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
+#: plugins/admin/groups/class_groupMail.inc:348
+msgid ""
+"Remove shared folder from mail server database when entry gets removed in "
+"LDAP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
+#: plugins/admin/groups/class_groupMail.inc:349
+msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
+#: plugins/admin/groups/class_groupMail.inc:404
+msgid "You're trying to add an invalid email address "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
+#: plugins/admin/groups/class_groupMail.inc:405
+msgid "to the list of forwarders."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
+#: plugins/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
+#: plugins/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+msgid "The address you're trying to add is already used by user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
+#: plugins/admin/groups/class_groupMail.inc:641
+msgid "Removing group mail settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
+#: plugins/admin/groups/class_groupMail.inc:829
+msgid "Saving group mail settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
+#: plugins/admin/groups/class_groupMail.inc:858
+msgid "Please enter a valid email addres in 'Primary address' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "New partition table"
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+msgid "Please specify a vaild mail size for mails to be rejected."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+msgid "You need to set the maximum mail size in order to reject anything."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
+#: plugins/admin/groups/class_groupMail.inc:891
+msgid ""
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
+#: plugins/admin/groups/class_groupMail.inc:895
+msgid "Please select a valid mail server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+msgid "You are not allowed to execute this method!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
+#: plugins/admin/groups/class_groupManagement.inc:261
+#, php-format
+msgid "You're about to delete the group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
+#: plugins/admin/ogroups/generic.tpl:7
+#: plugins/admin/ogroups/paste_generic.tpl:4
+msgid "Group name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "New templates"
+#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
+msgid "Posix name of the group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
+msgid "Choose subtree to place group in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:13
+msgid "Normally IDs are autogenerated, select to specify manually"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:15
+msgid "Force GID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
+#: plugins/admin/groups/generic.tpl:43
+#: plugins/admin/groups/paste_generic.tpl:18
+msgid "Forced ID number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
+#: plugins/admin/groups/generic.tpl:50
+msgid "Select to create a samba conform group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
+#: plugins/admin/groups/generic.tpl:55
+msgid "in domain"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
+#: plugins/admin/groups/generic.tpl:85
+msgid "Members are in a nagios group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
+#: plugins/admin/groups/generic.tpl:101
+msgid "Group members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:335
-#, php-format
-msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, php-format
-msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:143
-msgid "Spaces are not allowed within class names."
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:151
-msgid "The specified class name is already in use for this object type."
+#: 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/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/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
+"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/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/remove_branch.tpl:6
-msgid ""
-"This includes all account data, system access, etc. for this branch. 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/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_divListConferences.inc:47
-msgid "Owner"
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
-msgid "Class"
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-msgid "Enter FAI object name"
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:19
-msgid "Add category"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
 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/ogroups/class_ogroupManagement.inc:187
+#, php-format
+msgid "You're about to delete the object group '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
-msgid "You are not allowed to execute this method!"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:261
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
 #, php-format
 #, php-format
-msgid "You're about to delete the group '%s'."
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
+#: plugins/admin/ogroups/class_phonequeue.inc:122
+msgid "ring all"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
 #, php-format
 #, php-format
-msgid "Special group (%d)"
+msgid ""
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
-msgid "! unknown id"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, php-format
+msgid "Can't select database '%s' on home server '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Your search method returned more than '%s' users, only '%s' users are shown."
-msgstr ""
-
-#: plugins/admin/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
 #, php-format
 #, php-format
-msgid "No configured SID found for '%s'."
+msgid "Can't select database '%s' on initial home server '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
-#, php-format
-msgid "No configured RIDBASE found for '%s'."
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:611
-msgid "You have no permissions to create a group on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
+#: plugins/admin/ogroups/class_phonequeue.inc:215
 msgid ""
 msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+msgid "Please select a valid goFonHomeServer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:41
-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/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Select to see groups that are primary groups of users"
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
+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 ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+msgid "Error while removing old queue entries from database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
+msgid ""
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+msgid "Mysql query failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
+#: plugins/admin/ogroups/class_termgroup.inc:174
+#, php-format
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
+#, php-format
+msgid "Execution of '%s' failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:328
-msgid "This 'dn' has no valid mail extensions."
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:352
-msgid ""
-"Remove shared folder from mail server database when entry gets removed in "
-"LDAP"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:353
-msgid "Remove the shared folder and all its contents after saving this account"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:408
-msgid "You're trying to add an invalid email address "
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:409
-msgid "to the list of forwarders."
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:645
-msgid "Removing group mail settings failed"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:819
-msgid "Saving group mail settings failed"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:848
-msgid "Please enter a valid email addres in 'Primary address' field."
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:881
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:885
-msgid "Please select a valid mail server."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
-#: plugins/admin/ogroups/generic.tpl:7
-#: plugins/admin/ogroups/paste_generic.tpl:4
-msgid "Group name"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
-msgid "Posix name of the group"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
-msgid "Choose subtree to place group in"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:13
-msgid "Normally IDs are autogenerated, select to specify manually"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:15
-msgid "Force GID"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:43
-#: plugins/admin/groups/paste_generic.tpl:18
-msgid "Forced ID number"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "Select to create a samba conform group"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:55
-msgid "in domain"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
+#: plugins/admin/ogroups/paste_generic.tpl:7
+msgid "Please enter the new object group name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
+#: plugins/admin/ogroups/paste_mail.tpl:7
+msgid "Please enter a mail address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:57
-msgid "You have no permissions to view and edit ACLs."
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+msgid "Home server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:410
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:412
-msgid "Create applications"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:413
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:425
-msgid "Invalid character in category name."
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:433
-msgid "The specified category already exists."
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:528
-msgid "The selected application name is not uniq. Please check your LDAP."
+#: plugins/admin/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:657
-msgid "application"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-msgid "Delete entry"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/remove.tpl:6
+#: plugins/admin/ogroups/remove.tpl:7
 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."
+"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/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/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_userManagement.inc:553
-msgid "A person with the choosen name is already used in this tree."
+#: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
+msgid "Mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:41
+msgid "Select terminal mode"
 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/ogroups/termgroup.tpl:47
+#: plugins/admin/systems/terminal.tpl:42
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Syslog server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
+#: plugins/admin/ogroups/termgroup.tpl:49
+#: plugins/admin/systems/terminal.tpl:44
+#: plugins/admin/systems/workstation.tpl:49
+msgid "Choose server to use for logging"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:40
-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/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
+#: 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/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:138
-msgid "Edit generic properties"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+msgid "You have no permissions to create a component on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
+#: plugins/admin/systems/class_divListSystem.inc:47
+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/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
 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_divListSystem.inc:66
+msgid "Select to see VOIP phones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-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_divListSystem.inc:123
+msgid "Log Db"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-msgid "This application has options. You can disable them by clicking below."
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
+#: plugins/admin/systems/class_divListSystem.inc:184
+msgid "Create CD"
 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_divListSystem.inc:184
+msgid "Create FAI CD"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
+#: plugins/admin/systems/class_glpiAccount.inc:307
 #, php-format
 #, php-format
-msgid "Removing application from group '%s' failed"
+msgid ""
+"You can't delete this system type, it is still in use by these system(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/systems/class_glpiAccount.inc:396
+#, php-format
+msgid ""
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
+#: plugins/admin/systems/class_glpiAccount.inc:570
+msgid ""
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
+#: plugins/admin/systems/class_glpiAccount.inc:573
+msgid ""
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
-#, php-format
-msgid "You're about to delete the application '%s'."
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/dep_iframe.tpl:3
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
+#, php-format
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
-msgstr ""
-
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
+#, php-format
+msgid "Can't create file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
-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_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
+#, php-format
+msgid "Internal Error can't create device of type '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
-msgid "Create new department"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
+#, php-format
+msgid "You're about to delete the glpi device '%s'."
 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_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
+#, php-format
+msgid ""
+"You can't delete this device, it is still in use by these system(s) '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+msgid "devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-msgid "You have no permissions to create a department on this 'Base'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
-#, php-format
-msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
-#, php-format
-msgid "Tagging '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
-#, php-format
-msgid "FAILED to copy %s, aborting operation"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-msgid "You have no permission to remove this department."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "New controller"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:64
-msgid "Dns records"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, php-format
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+msgid ""
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+msgid ""
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
+msgid "since"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+msgid "Remove spamassassin extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
+#: plugins/admin/systems/class_goSpamServer.inc:98
+msgid ""
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+msgid "Add spamassassin service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
+#: plugins/admin/systems/class_goSpamServer.inc:102
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
+#: plugins/admin/systems/class_goSpamServer.inc:228
+msgid "Specified value is not a valid 'trusted network' value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+msgid "Required score must be a numeric value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
 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_goVirusServer.inc:80
+msgid "Remove anti virus extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
+#: plugins/admin/systems/class_goVirusServer.inc:81
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+msgid "Add anti virus service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+msgid "Maximum file size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+msgid "Checks per day"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, php-format
+msgid "The specified value for '%s' must be a numeric value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
+#: plugins/admin/systems/class_goVirusServer.inc:329
+#, php-format
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:91
-msgid "Software"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
-#: plugins/admin/ogroups/termgroup.tpl:38
-msgid "Mode"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
-#: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
-msgid "Select terminal mode"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, 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/terminal.tpl:42
-#: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
-msgid "Syslog server"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:44
-#: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
-msgid "Choose server to use for logging"
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+msgid "The 'Phone name' '0' is reserved and cannot be used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+msgid "You have no permissions to create a phone on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:69
-msgid "Choose NFS filesystem to place swap files on"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/server.tpl:55
-msgid "Select action to execute for this server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, php-format
+msgid "Removing old ppd file '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, php-format
+msgid "Could not found specified ppd file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
+#: plugins/admin/systems/class_printGeneric.inc:319
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
+#: plugins/admin/systems/class_printGeneric.inc:322
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
+#: plugins/admin/systems/class_printGeneric.inc:327
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 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
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
 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/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 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/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
+#: plugins/admin/systems/class_printGeneric.inc:642
+msgid "You have no permissions to create a printer on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
+#: plugins/admin/systems/class_printGeneric.inc:867
+#, php-format
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
+#: plugins/admin/systems/class_printGeneric.inc:889
+#, php-format
+msgid "Can't add '%s' to the list of members, it is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
+#: plugins/admin/systems/class_printGeneric.inc:897
+#, php-format
+msgid "Can't add '%s' to list of members, it is not reachable."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:179
+#: plugins/admin/systems/class_servDB.inc:185
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
+#: plugins/admin/systems/class_servDB.inc:154
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
+#: plugins/admin/systems/class_servDB.inc:158
+msgid "The sieve port needs to be numeric."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
+#: plugins/admin/systems/class_servDB.inc:169
+#, php-format
+msgid "The specified kerberos password is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+"You can't remove the asterisk database extension, it is still in use by "
+"these objects '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
-msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
+#: plugins/admin/systems/class_servDB.inc:220
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+#: plugins/admin/systems/class_servDB.inc:274
+msgid "Saving server db settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr ""
+
+#: plugins/admin/systems/class_servDHCP.inc:32
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
-#, php-format
+#: plugins/admin/systems/class_servDHCP.inc:35
 msgid ""
 msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
-#, php-format
-msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
-#, php-format
-msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
 #, php-format
 #, php-format
-msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
+msgid "Please choose a valid zone name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, php-format
+msgid "Please choose a valid reverse zone name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
-#, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
-#, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
-#, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
-#, php-format
-msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
-#, php-format
-msgid "There is already a ppd file for this kind of printer."
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, php-format
-msgid "Can't save file '%s'."
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr ""
+
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
 #, php-format
 #, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
 #, php-format
 #, php-format
-msgid "Removing old ppd file '%s' failed."
+msgid "Entry name '%s' contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
 #, php-format
 #, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgid "Can not rename '%s' to '%s',the destination name already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
 #, php-format
 #, php-format
-msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgid "Can not create '%s',the destination name already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
+#: plugins/admin/systems/class_servGeneric.inc:242
+msgid "You have no permissions to create a server on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:87
-msgid "set"
+#: plugins/admin/systems/class_servKolab.inc:90
+#, php-format
+msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
+#: plugins/admin/systems/class_servKolab.inc:96
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid "Remove Kolab extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid "Add Kolab service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid ""
 msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
+#: plugins/admin/systems/class_servKolab.inc:195
+msgid "Removing kolab host entry failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
+#: plugins/admin/systems/class_servKolab.inc:211
+msgid "Removing server from kolab object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
+#: plugins/admin/systems/class_servKolab.inc:250
+msgid "Future days in Free/Busy settings must be set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
+#: plugins/admin/systems/class_servKolab.inc:252
+msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
+#: plugins/admin/systems/class_servKolab.inc:256
+msgid "The given Quota settings value must be a number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
+#: plugins/admin/systems/class_servKolab.inc:258
+msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
-msgid ""
-"This server has inventory features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/class_servKolab.inc:260
+msgid "Future days must be a value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
+#: plugins/admin/systems/class_servKolab.inc:264
+msgid "No SMTP privileged networks set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
-msgid ""
-"This server has inventory features disabled. You can enable them by clicking "
-"below."
+#: plugins/admin/systems/class_servKolab.inc:336
+msgid "Saving server to kolab object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
+#: plugins/admin/systems/class_servNfs.inc:41
 #, php-format
 #, php-format
-msgid ""
-"Can't rename given printer type to '%s', because this type name already "
-"exists."
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
+#: plugins/admin/systems/class_servNfs.inc:44
 #, php-format
 #, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
+msgid "Can't read '%s/encodings', please check permissions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
-msgid "since"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-msgid "No ACTIONCMD definition found in your gosa.conf"
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
-#, php-format
-msgid "Execution of '%s' failed!"
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
+#: plugins/admin/systems/class_servNfs.inc:201
+msgid "Option contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
+#: plugins/admin/systems/class_servRepository.inc:126
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
+#: plugins/admin/systems/class_servRepository.inc:129
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
+#: plugins/admin/systems/class_servRepository.inc:173
+#, php-format
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
+#: plugins/admin/systems/class_servRepository.inc:207
+#, php-format
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-msgid "You have no permissions to create a workstation on this 'Base'."
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
+#, php-format
+msgid ""
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
-msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:47
-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/systems/class_servService.inc:440
+msgid "Removing mount container failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:57
-msgid "System / Department"
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
+msgstr ""
+
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr ""
+
+#: plugins/admin/systems/class_systemManagement.inc:500
+#, php-format
+msgid ""
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-msgid "New Terminal template"
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-msgid "New Workstation template"
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
+#: plugins/admin/systems/class_termDNS.inc:138
+#, php-format
+msgid ""
+"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
+#: plugins/admin/systems/class_termDNS.inc:224
+msgid "Not matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
+#: plugins/admin/systems/class_termDNS.inc:309
+msgid "The required field 'IP-address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
+#: plugins/admin/systems/class_termDNS.inc:316
+msgid "Wrong IP format in field IP-address."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-msgid "Mail Server"
+#: plugins/admin/systems/class_termDNS.inc:322
+msgid "The required field 'MAC-address' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
+#: plugins/admin/systems/class_termDNS.inc:328
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-msgid "Nfs Server"
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
+#: plugins/admin/systems/class_termDNS.inc:356
+#, php-format
+msgid "Found duplicate value for record type '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
+#: plugins/admin/systems/class_termDNS.inc:364
+#, php-format
+msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
+#: plugins/admin/systems/class_termDNS.inc:375
+#, php-format
+msgid ""
+"The device IP '%s' is added as 'A Record', this will be done automatically, "
+"please remove the record."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
+#: plugins/admin/systems/class_termDNS.inc:467
+msgid "Saving terminal to DNS object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create CD"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-msgid "Create FAI CD"
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-msgid "Remove anti virus extension"
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
-msgid ""
-"This server has anti virus features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-msgid "Add anti virus service"
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
-msgid ""
-"This server has anti virus features disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
+msgid ""
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
+#: plugins/admin/systems/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-msgid "Maximum file size"
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
+#: plugins/admin/systems/class_terminalInfo.inc:84
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
-msgid "Checks per day"
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
-#, php-format
-msgid "The specified value for '%s' must be a numeric value."
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
-#, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
-#: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
 #, php-format
 #, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:159
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:163
-msgid "The sieve port needs to be numeric."
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:174
-#, php-format
-msgid "The specified kerberos password is empty."
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
-#, php-format
-msgid ""
-"You can't remove the asterisk database extension, it is still in use by "
-"these objects '%s'."
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:225
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:279
-msgid "Saving server db settings failed"
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:33
-msgid "Volume"
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servnfs.tpl:104
-msgid "Option"
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:46
-#, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:49
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
 #, php-format
 #, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr ""
-
-#: plugins/admin/systems/class_servNfs.inc:180
-msgid "Please specify a valid path for your setup."
-msgstr ""
-
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:94
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:100
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
 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/systems/glpi.tpl:91
+msgid "Software"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:199
-msgid "Removing kolab host entry failed"
+#: plugins/admin/systems/glpi_devices.tpl:2
+msgid "Add/Edit monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:215
-msgid "Removing server from kolab object failed"
+#: plugins/admin/systems/glpi_devices.tpl:17
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
+msgid "Comments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:254
-msgid "Future days in Free/Busy settings must be set."
+#: plugins/admin/systems/glpi_devices.tpl:33
+msgid "Monitor size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:256
-msgid "Future days in Free/Busy settings must be a positive value."
+#: plugins/admin/systems/glpi_devices.tpl:36
+msgid "Inch"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:260
-msgid "The given Quota settings value must be a number."
+#: plugins/admin/systems/glpi_devices.tpl:44
+msgid "Integrated microphone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:262
-msgid "Please choose a value between 1 and 100 for Quota settings."
+#: plugins/admin/systems/glpi_devices.tpl:47
+#: plugins/admin/systems/glpi_devices.tpl:55
+#: plugins/admin/systems/glpi_devices.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:71
+#: plugins/admin/systems/glpi_devices.tpl:176
+#: plugins/admin/systems/glpi_devices.tpl:296
+#: plugins/admin/systems/glpi_devices.tpl:361
+msgid "Yes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:264
-msgid "Future days must be a value."
+#: plugins/admin/systems/glpi_devices.tpl:48
+#: plugins/admin/systems/glpi_devices.tpl:56
+#: plugins/admin/systems/glpi_devices.tpl:64
+#: plugins/admin/systems/glpi_devices.tpl:72
+#: plugins/admin/systems/glpi_devices.tpl:177
+#: plugins/admin/systems/glpi_devices.tpl:297
+#: plugins/admin/systems/glpi_devices.tpl:362
+msgid "No"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:268
-msgid "No SMTP privileged networks set."
+#: plugins/admin/systems/glpi_devices.tpl:52
+msgid "Integrated speakers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:340
-msgid "Saving server to kolab object failed"
+#: plugins/admin/systems/glpi_devices.tpl:60
+msgid "Sub-D"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
+#: plugins/admin/systems/glpi_devices.tpl:68
+msgid "BNC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
+#: plugins/admin/systems/glpi_devices.tpl:83
+msgid "Additional serial number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
+#: plugins/admin/systems/glpi_devices.tpl:97
+msgid "Add/Edit other device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
+#: plugins/admin/systems/glpi_devices.tpl:138
+msgid "Add/Edit power supply"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
+#: plugins/admin/systems/glpi_devices.tpl:173
+msgid "Atx"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
+#: plugins/admin/systems/glpi_devices.tpl:181
+msgid "Power"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
+#: plugins/admin/systems/glpi_devices.tpl:193
+msgid "Add/Edit graphic card"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:187
-msgid "Select to start IPP based printing service on terminal"
+#: plugins/admin/systems/glpi_devices.tpl:228
+#: plugins/admin/systems/glpi_devices.tpl:284
+#: plugins/admin/systems/glpi_devices.tpl:349
+msgid "Interface"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
+#: plugins/admin/systems/glpi_devices.tpl:237
+msgid "Ram"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
+#: plugins/admin/systems/glpi_devices.tpl:249
+msgid "Add/Edit controller"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:196
-msgid "Select NFS filesystem to place spool files on"
+#: plugins/admin/systems/glpi_devices.tpl:307
+msgid "Add/Edit drive"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
+#: plugins/admin/systems/glpi_devices.tpl:342
+msgid "Speed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
+#: plugins/admin/systems/glpi_devices.tpl:358
+msgid "Writeable"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
+#: plugins/admin/systems/glpi_devices.tpl:371
+msgid "Add/Edit harddisk"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
+#: plugins/admin/systems/glpi_devices.tpl:406
+msgid "Rpm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
+#: plugins/admin/systems/glpi_devices.tpl:413
+msgid "Cache"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
+#: plugins/admin/systems/glpi_devices.tpl:443
+msgid "Add/Edit memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-msgid "You have no permissions to create a component on this 'Base'."
+#: plugins/admin/systems/glpi_devices.tpl:478
+msgid "Frequenz"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
+#: plugins/admin/systems/glpi_devices.tpl:507
+msgid "Add/Edit sound card"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/systems/glpi_devices.tpl:553
+msgid "Add/Edit network interface"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
+#: plugins/admin/systems/glpi_devices.tpl:589
+msgid "MAC address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
+#: plugins/admin/systems/glpi_devices.tpl:607
+msgid "Add/Edit processor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
+#: plugins/admin/systems/glpi_devices.tpl:642
+msgid "Frequence"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
+#: plugins/admin/systems/glpi_devices.tpl:649
+msgid "Default frequence"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
+#: plugins/admin/systems/glpi_devices.tpl:661
+msgid "Add/Edit motherboard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+#: plugins/admin/systems/glpi_devices.tpl:696
+msgid "Chipset"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
+#: plugins/admin/systems/glpi_devices.tpl:707
+msgid "Add/Edit computer case"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
+#: plugins/admin/systems/glpi_devices.tpl:742
+msgid "format"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
-#, php-format
-msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
-#, php-format
-msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
 msgid ""
 msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
+"This dialog allows you to attach a device to your currently edited computer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
 msgstr ""
 
 #: plugins/admin/systems/glpiManufacturer.tpl:1
 msgid "Manage manufacturers"
 msgstr ""
 
 msgstr ""
 
 #: plugins/admin/systems/glpiManufacturer.tpl:1
 msgid "Manage manufacturers"
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:132
-#, php-format
-msgid ""
-"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:291
-msgid "The required field 'IP-address' is not set."
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:298
-msgid "Wrong IP format in field IP-address."
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:304
-msgid "The required field 'MAC-address' is not set."
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:310
-msgid ""
-"The given macaddress is invalid. There must be 6 2byte segments seperated by "
-"':'."
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:331
-#, php-format
-msgid "Found duplicate value for record type '%s'."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:339
-#, php-format
-msgid "Found more than one entry for the uniqe record type '%s'."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
+msgid ""
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:350
-#, php-format
-msgid ""
-"The device IP '%s' is added as 'A Record', this will be done automatically, "
-"please remove the record."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
+msgid "Display cartridge types matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
+msgid "Regular expression for matching cartridge types"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:442
-msgid "Saving terminal to DNS object failed"
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
 msgstr ""
 
 #: plugins/admin/systems/goSpamServer.tpl:8
 msgstr ""
 
 #: plugins/admin/systems/goSpamServer.tpl:8
@@ -9127,68 +9344,20 @@ msgstr ""
 msgid "Enable RBL checks"
 msgstr ""
 
 msgid "Enable RBL checks"
 msgstr ""
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
-msgstr ""
-
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr ""
-
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:212
-#, php-format
-msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
-msgstr ""
-
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+msgid "Rule"
 msgstr ""
 
 #: plugins/admin/systems/goVirusServer.tpl:5
 msgstr ""
 
 #: plugins/admin/systems/goVirusServer.tpl:5
@@ -9239,4513 +9408,4349 @@ msgstr ""
 msgid "Maximum recursion"
 msgstr ""
 
 msgid "Maximum recursion"
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:2
-msgid "Add/Edit monitor"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
-msgid "Comments"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:33
-msgid "Monitor size"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:36
-msgid "Inch"
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:44
-msgid "Integrated microphone"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:47
-#: plugins/admin/systems/glpi_devices.tpl:55
-#: plugins/admin/systems/glpi_devices.tpl:63
-#: plugins/admin/systems/glpi_devices.tpl:71
-#: plugins/admin/systems/glpi_devices.tpl:176
-#: plugins/admin/systems/glpi_devices.tpl:296
-#: plugins/admin/systems/glpi_devices.tpl:361
-msgid "Yes"
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:48
-#: plugins/admin/systems/glpi_devices.tpl:56
-#: plugins/admin/systems/glpi_devices.tpl:64
-#: plugins/admin/systems/glpi_devices.tpl:72
-#: plugins/admin/systems/glpi_devices.tpl:177
-#: plugins/admin/systems/glpi_devices.tpl:297
-#: plugins/admin/systems/glpi_devices.tpl:362
-msgid "No"
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:52
-msgid "Integrated speakers"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:60
-msgid "Sub-D"
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:68
-msgid "BNC"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:83
-msgid "Additional serial number"
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:97
-msgid "Add/Edit other device"
+#: 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/glpi_devices.tpl:138
-msgid "Add/Edit power supply"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:173
-msgid "Atx"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:181
-msgid "Power"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:193
-msgid "Add/Edit graphic card"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:228
-#: plugins/admin/systems/glpi_devices.tpl:284
-#: plugins/admin/systems/glpi_devices.tpl:349
-msgid "Interface"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:237
-msgid "Ram"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:249
-msgid "Add/Edit controller"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:307
-msgid "Add/Edit drive"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:342
-msgid "Speed"
+#: 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/glpi_devices.tpl:358
-msgid "Writeable"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:371
-msgid "Add/Edit harddisk"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:406
-msgid "Rpm"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr ""
+
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:413
-msgid "Cache"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:443
-msgid "Add/Edit memory"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:478
-msgid "Frequenz"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:507
-msgid "Add/Edit sound card"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:553
-msgid "Add/Edit network interface"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:589
-msgid "MAC address"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:607
-msgid "Add/Edit processor"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:642
-msgid "Frequence"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-msgid "Default frequence"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:661
-msgid "Add/Edit motherboard"
+#: plugins/admin/systems/printer.tpl:36
+msgid "Details"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:696
-msgid "Chipset"
+#: plugins/admin/systems/printer.tpl:39
+msgid "Printer location"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:707
-msgid "Add/Edit computer case"
+#: plugins/admin/systems/printer.tpl:43
+msgid "Printer URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:742
-msgid "format"
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
+#: plugins/admin/systems/printer.tpl:63
+msgid "Permissions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
+#: plugins/admin/systems/printer.tpl:70
+msgid "Users which are allowed to use this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
+#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
+msgid "Add user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
+msgid "Add group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
+#: plugins/admin/systems/printer.tpl:88
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
+#: plugins/admin/systems/printer.tpl:90
+msgid "Admins"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
+#: plugins/admin/systems/remove.tpl:6
+msgid ""
+"This includes 'all' 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/servservice.tpl:70
-msgid "Terminal Service"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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 ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
+#: plugins/admin/systems/remove_glpi.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-msgid "Rule"
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid ""
-"This dialog allows you to create new types of cartridges, and select one or "
-"more types for your printer. Cartridge types depends on the printer type you "
-"have selected. For each selected cartridge type there will be a new "
-"cartridge created, this allows you to select the same cartridge type for "
-"more then one printer."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-msgid "Display cartridge types matching"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-msgid "Regular expression for matching cartridge types"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-msgid "No WAKECMD definition found in your gosa.conf"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-msgid "No REBOOTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-msgid "No HALTCMD definition found in your gosa.conf"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-msgid "You have no permissions to create a terminal on this 'Base'."
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "NI"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
+msgid ""
+"This dialog allows you to configure all components of this DNS zone on a "
+"single list."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
+msgid ""
+"Be careful editing record types with this dialog. All changes will be saved "
+"immediately when using the save button."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
+msgid ""
+"This dialog can't be used until the currently edited zone was saved or the "
+"zone entry exists in the ldap database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "Create a new DNS zone entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
+#: plugins/admin/systems/servkolab.tpl:56
+msgid "IMAP service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/remove_glpi.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:36
-msgid "Details"
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:39
-msgid "Printer location"
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:43
-msgid "Printer URL"
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:63
-msgid "Permissions"
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:70
-msgid "Users which are allowed to use this printer"
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
-msgid "Add user"
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
-msgid "Add group"
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:88
-msgid "Users which are allowed to administrate this printer"
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/printer.tpl:90
-msgid "Admins"
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
+#: plugins/admin/systems/servnfs.tpl:33
+msgid "Volume"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:240
-msgid "The required field 'Server name' is not set."
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:247
-msgid "You have no permissions to create a server on this 'Base'."
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servGeneric.inc:317
-msgid "Saving server failed"
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
 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/terminal.tpl:10
+msgid "Terminal name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
 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/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
+#: plugins/admin/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr ""
+
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:330
-msgid "Passwords entered as new and repeated do not match!"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:347
-msgid "You are not allowed to set this systems password!"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:401
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
-msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:872
-msgid "Server is waiting for action"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
+#: plugins/admin/systems/terminalService.tpl:187
+msgid "Select to start IPP based printing service on terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
-msgid ""
-"This dialog allows you to configure all components of this DNS zone on a "
-"single list."
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
-msgid ""
-"Be careful editing record types with this dialog. All changes will be saved "
-"immediately when using the save button."
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
-msgid ""
-"This dialog can't be used until the currently edited zone was saved or the "
-"zone entry exists in the ldap database."
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "Create a new DNS zone entry"
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.inc:40
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
 msgid ""
 msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
 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/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/remove.tpl:6
-msgid ""
-"This includes 'all' 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/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
+#: plugins/admin/users/class_divListUsers.inc:40
+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/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:324
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:327
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:332
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:335
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
+#: plugins/admin/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-msgid "You have no permissions to create a printer on this 'Base'."
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-msgid "Saving printer failed"
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
+#: plugins/admin/users/class_divListUsers.inc:153
+msgid "Create user from template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
 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/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
+msgid ""
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
+#: plugins/admin/users/class_userManagement.inc:336
+#, php-format
+msgid "You're about to delete the user %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
+#: plugins/admin/users/class_userManagement.inc:553
+msgid "A person with the choosen name is already used in this tree."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
+#: 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/systems/phonesettings.tpl:116
-msgid "Secret"
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
+msgid ""
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
+#: 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/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
+#: 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/systems/phonesettings.tpl:153
-msgid "Trunk lines"
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
-msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
+#: plugins/generic/welcome/welcome.tpl:4
+msgid ""
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
 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/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
-msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-msgid "The 'Phone name' '0' is reserved and cannot be used."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-msgid "You have no permissions to create a phone on this 'Base'."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
-msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-msgid "Remove spamassassin extension"
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:106
-msgid "Add spamassassin service"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
-msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:233
-msgid "Specified value is not a valid 'trusted network' value."
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-msgid "Required score must be a numeric value."
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-#, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, php-format
-msgid "Could not found specified ppd file '%s'."
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
-msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/termgroup.tpl:2
-msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+msgid "Alternate fax numbers will not be copied"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
+#: plugins/gofax/faxreports/class_faxreport.inc:106
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+msgid "Can't connect to fax database, no reports can be shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+msgid "Can't query fax table 'faxlog' for report generation!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-msgid "Home server"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
+#: 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 ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: 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/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
+#, php-format
+msgid ""
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
 #, php-format
 #, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+msgid ""
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
+msgid ""
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+msgid ""
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr ""
+
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-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/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
+#: plugins/gofon/fonreports/class_fonreport.inc:6
+msgid "Phone Reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
+#: plugins/gofon/fonreports/class_fonreport.inc:157
+#: plugins/gofon/fonreports/class_fonreport.inc:167
+msgid "Can't connect to phone database, no reports can be shown!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
+#: plugins/gofon/fonreports/class_fonreport.inc:171
+msgid "Can't select phone database for report generation!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
+#: plugins/gofon/fonreports/class_fonreport.inc:189
+msgid "Query for phone database failed!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
+#: plugins/gofon/fonreports/contents.tpl:31
+msgid "Source"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
+#: plugins/gofon/fonreports/contents.tpl:32
+msgid "Destination"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
+#: plugins/gofon/fonreports/contents.tpl:33
+msgid "Channel"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
+#: plugins/gofon/fonreports/contents.tpl:36
+msgid "Duration"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
+#: plugins/gofon/macro/class_divListMacros.inc:31
+#: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
+msgid "List of macros"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
+#: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
+#: plugins/gofon/macro/class_divListMacros.inc:46
+msgid "macro name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
+#: plugins/gofon/macro/class_divListMacros.inc:47
+msgid "Visible"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
+#: plugins/gofon/macro/class_divListMacros.inc:74
+msgid "Create new phone macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
+#: plugins/gofon/macro/class_divListMacros.inc:94
+msgid "Edit macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
+#: plugins/gofon/macro/class_divListMacros.inc:96
+msgid "Delete macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
+#: plugins/gofon/macro/class_divListMacros.inc:99
+msgid "Macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "visible"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "invisible"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
+#: plugins/gofon/macro/class_gofonMacro.inc:219
+#, php-format
+msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
+#: plugins/gofon/macro/class_gofonMacro.inc:287
+#, php-format
+msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
+#: plugins/gofon/macro/class_gofonMacro.inc:290
+#, php-format
+msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
+#: plugins/gofon/macro/class_gofonMacro.inc:294
+#, php-format
+msgid "There is no application given in line : '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
+#: plugins/gofon/macro/class_gofonMacro.inc:298
+#, php-format
+msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
+#: plugins/gofon/macro/class_gofonMacro.inc:327
+#, php-format
+msgid "Insert of new macro failed for server '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+msgid ""
+"There must be at least one server with an asterisk database to save this "
+"phone macro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
+#: plugins/gofon/macro/class_gofonMacro.inc:376
+#, php-format
+msgid "The given cn '%s' already exists."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "You must specify the 'Display Name' in order to save this macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
+#: plugins/gofon/macro/class_gofonMacro.inc:386
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
+#: plugins/gofon/macro/class_gofonMacro.inc:392
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
+#: plugins/gofon/macro/class_gofonMacro.inc:403
+msgid ""
+"This macro is still in use. It is necessary to mark this macro as visible "
+"for users."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
+#: plugins/gofon/macro/class_gofonMacro.inc:411
+msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/remove.tpl:7
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 msgid ""
 msgid ""
-"Please double check if you really want to do this since there is no way for "
-"GOsa to get your data back."
+"This macro is still in use. To delete this Macro ensure that nobody has "
+"selected it."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 msgid ""
 msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
+"Could not remove the macro entry from asterisk databases. Please check your "
+"asterisk database configurations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
+#: plugins/gofon/macro/class_gofonMacro.inc:448
+msgid "Removing phone macro failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
+#: plugins/gofon/macro/class_gofonMacro.inc:457
+msgid "Removing phone macro reverences failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
+#: plugins/gofon/macro/class_gofonMacro.inc:491
+msgid "Saving phone macro failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
 #, php-format
 #, php-format
-msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
+msgid "You're about to delete the macro '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
+msgid "This 'dn' is no phone macro."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
+msgid "String"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
+msgid "Combobox"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
+msgid "Bool"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Delete unused"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, php-format
 #, php-format
-msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
 #, php-format
 #, php-format
-msgid "Can't select database '%s' on home server '%s'."
+msgid "The parameter %s has incorrect value for type bool."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
+msgid "Saving phone macro parameters failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
-msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-msgid "Please select a valid goFonHomeServer."
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
+#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
+msgid "Phone macro management"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
+#, php-format
+msgid ""
+"The specified goFonHomeServer '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry ignoring old "
+"accounts."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
+#, php-format
 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."
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-msgid "Error while removing old queue entries from database."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
+#, php-format
+msgid "Can't select database %s on %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
+msgid "no macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
+msgid "undefined"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
+msgid ""
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
+"The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
+"keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-msgid "Mysql query failed."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
+#, php-format
+msgid ""
+"Can't select database %s on %s. Abort saving entries to keep the database "
+"consistent, check GOsa log for mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, php-format
 #, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgid ""
+"The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
+"entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
+msgid "Error while performing query:"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
+msgid "This account has no phone extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-msgid "Please enter the new object group name"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
+msgid ""
+"The macro you selected, is no longer available for you, please choose "
+"another one."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-msgid "Please enter a mail address"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
+msgid "Remove phone account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
+msgid ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/class_fonreport.inc:6
-msgid "Phone Reports"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+msgid "Create phone account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/class_fonreport.inc:157
-#: plugins/gofon/fonreports/class_fonreport.inc:167
-msgid "Can't connect to phone database, no reports can be shown!"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
+msgid ""
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/class_fonreport.inc:171
-msgid "Can't select phone database for report generation!"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:970
+msgid ""
+"This account has phone features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/class_fonreport.inc:189
-msgid "Query for phone database failed!"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/contents.tpl:31
-msgid "Source"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/contents.tpl:32
-msgid "Destination"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/contents.tpl:33
-msgid "Channel"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/fonreports/contents.tpl:36
-msgid "Duration"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:6
-#: plugins/gofon/macro/class_divListMacros.inc:31
-#: plugins/gofon/macro/class_divListMacros.inc:32
-msgid "List of macros"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
+msgid "Phone PIN must be at least one character long."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:24
-#: plugins/gofon/macro/class_divListMacros.inc:36
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
 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."
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
+#, php-format
+msgid "You need to specify at least one phone number!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1208
+msgid "Saving phone account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
+#: plugins/gofon/phoneaccount/generic.tpl:35
+msgid "Select the accounts home server"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:46
-msgid "macro name"
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:47
-msgid "Visible"
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "Create new phone macro"
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:94
-msgid "Edit macro"
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:96
-msgid "Delete macro"
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:99
-msgid "Macro"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "visible"
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr ""
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr ""
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "invisible"
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:226
-#, php-format
-msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
-#, php-format
-msgid "More than one '(' is currently not supported. Line : '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
 #, php-format
 #, php-format
-msgid "More than one ')' is currently not supported. Line : '%s'."
+msgid "Removing of user/kolab account with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
-#, php-format
-msgid "There is no application given in line : '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+msgid "The value specified as Free Busy future needs to be an integer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
-#, php-format
-msgid "There is no extension type given in line : '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:291
+msgid "The value specified as Free Busy Information URL is invalid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
 #, php-format
 #, php-format
-msgid "Insert of new macro failed for server '%s'."
+msgid "The invitation policy entry for address '%s' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
-msgid ""
-"There must be at least one server with an asterisk database to save this "
-"phone macro."
+#: plugins/personal/connectivity/class_kolabAccount.inc:313
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/personal/connectivity/class_kolabAccount.inc:393
 #, php-format
 #, php-format
-msgid "The given cn '%s' already exists."
+msgid "Saving of user/kolab account with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
-msgid "You must specify the 'Display Name' in order to save this macro"
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:393
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:399
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:410
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
 msgid ""
 msgid ""
-"This macro is still in use. It is necessary to mark this macro as visible "
-"for users."
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
-msgid "Makro length must be lower than 100 lines"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
-msgid ""
-"This macro is still in use. To delete this Macro ensure that nobody has "
-"selected it."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
-msgid ""
-"Could not remove the macro entry from asterisk databases. Please check your "
-"asterisk database configurations."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
-msgid "Removing phone macro failed"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
-msgid "Removing phone macro reverences failed"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
-msgid "Saving phone macro failed"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:341
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:370
-#, php-format
-msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
-msgid "Saving phone macro parameters failed"
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
-msgid "Phone macro management"
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-msgid "Select the accounts home server"
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
-#, php-format
-msgid ""
-"The specified goFonHomeServer '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry ignoring old "
-"accounts."
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
-#, php-format
-msgid "Can't select database %s on %s."
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
-msgid "no macro"
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
-msgid "undefined"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
-"keep the database consistent, check GOsa log for mysql error."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
-#, php-format
-msgid ""
-"Can't select database %s on %s. Abort saving entries to keep the database "
-"consistent, check GOsa log for mysql error."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
-#, php-format
-msgid ""
-"The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
-"entries to keep the database consistent, check GOsa log for mysql error."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Error while performing query:"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
-msgid "This account has no phone extensions."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
-msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
-msgid "Remove phone account"
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
-msgid "Create phone account"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
-msgid "Please enter a valid phone number!"
+#: 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/gofon/phoneaccount/class_phoneAccount.inc:1028
-msgid "Choose your private phone"
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone account."
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-msgid "Voicemail PIN must be between 1-4 characters."
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
-msgid "Phone PIN must be at least one character long."
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
-msgid ""
-"The specified phone PIN contains invalid characters, only aphanumeric values "
-"are allowed here."
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
-#, php-format
-msgid "You need to specify at least one phone number!"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1214
-msgid "Saving phone account failed"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
-msgid "Stop"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
-msgid ""
-"Can't remove phone account, the mysql extension is not present in php "
-"configuration."
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
-msgid "Removing phone account failed"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
-#, php-format
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"The previously selected asterisk home server (%s) is no longer available. "
-"Remove aborted."
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
-msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
-msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+msgid "Environment extension disabled. You can enable it by clicking below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
 msgid ""
 msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
+#: plugins/personal/environment/class_environment.inc:553
+msgid "Spaces are not allowed in the mount path!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
+#: plugins/personal/environment/class_environment.inc:803
+#, php-format
+msgid ""
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
+#: plugins/personal/environment/class_environment.inc:908
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
 msgstr ""
 
 msgstr ""
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+msgid "Please specify a valid iSerial."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:264
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
 #, php-format
 #, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:277
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
 #, php-format
 #, php-format
-msgid "Can't get sieve script. Server says '%s'."
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_mail-methods-cyrus.inc:352
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
 #, php-format
 #, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
+
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
+msgstr ""
+
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
 msgstr ""
 
 msgstr ""
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:404
-#, php-format
-msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:555
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:204
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:84
-msgid "Can't get schema information from server. No schema check possible!"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:118
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:122
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:133
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:154
-msgid "Support for pureftp disabled, no schema seems to be installed"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:164
-msgid "Support for WebDAV disabled, no schema seems to be installed"
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:174
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:194
-msgid "Support for gofon disabled, no schema seems to be installed"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:204
-msgid "Support for nagios disabled, no schema seems to be installed"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "(iSerial)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "Vendor-ID"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+msgid "(idVendor)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:229
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:259
-msgid "Failed"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:279
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:283
-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."
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:291
-msgid "This is the main module used by GOsa and therefore really required."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:307
-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."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:311
-msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:315
-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."
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:323
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
+#: plugins/personal/generic/class_user.inc:472
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:327
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:395
-msgid "Checking for GraphicsMagick (>=1.1.2)"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:396
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: plugins/personal/generic/class_user.inc:1037
+msgid "There's already a person with this 'Login' in the database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:405
+#: plugins/personal/generic/class_user.inc:1053
 msgid ""
 msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
+#: plugins/personal/generic/class_user.inc:1060
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:429
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:443
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:455
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:463
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:468
-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."
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:734
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:792
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:841
-msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:909
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:918
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:1092
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:44
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr ""
+
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
+#: 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 ""
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
 msgstr ""
 
 msgstr ""
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: plugins/personal/mail/class_mailAccount.inc:263
+msgid ""
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
+#: plugins/personal/mail/class_mailAccount.inc:319
+msgid ""
+"You're trying to add an invalid email address to the list of forwarders."
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
+#: plugins/personal/mail/class_mailAccount.inc:846
+msgid ""
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:76
-msgid "PHP error"
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:87
-msgid "class"
+#: plugins/personal/mail/class_mailAccount.inc:1050
+msgid ""
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:93
-msgid "function"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:98
-msgid "static"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:102
-msgid "method"
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:135
-msgid "Trace"
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:136
-msgid "Line"
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:137
-msgid "Arguments"
+#: plugins/personal/mail/generic.tpl:75
+msgid ""
+"Select to automatically response with the vacation message defined below"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:468
-msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:478
-#, php-format
-msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:549
-msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:559
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:567
-msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:655
-#, php-format
-msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:672
-msgid "incomplete"
+#: plugins/personal/mail/mail_locals.tpl:35
+msgid "Select department"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1124
-msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1202
-#, 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."
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1491
-msgid "Entries per page"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1519
-msgid "Apply filter"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
 msgstr ""
 
 msgstr ""
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
 msgstr ""
 
 msgstr ""
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:116
-msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
 msgstr ""
 
 msgstr ""
 
-#: include/class_pluglist.inc:138 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 ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
 msgstr ""
 
 msgstr ""
 
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
 msgstr ""
 
 msgstr ""
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
 msgstr ""
 
 msgstr ""
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
 msgstr ""
 
 msgstr ""
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:459
-msgid "Processing"
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:673
-#, php-format
+#: plugins/personal/netatalk/class_netatalk.inc:183
 msgid ""
 msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:734
-#, php-format
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr ""
+
+#: plugins/personal/netatalk/class_netatalk.inc:195
 msgid ""
 msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:1014
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+#: plugins/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
 msgstr ""
 
 msgstr ""
 
-#: html/setup.php:89
-#, php-format
+#: plugins/personal/password/changed.tpl:3
 msgid ""
 msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
 msgstr ""
 
 msgstr ""
 
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
 msgstr ""
 
 msgstr ""
 
-#: html/helpviewer.php:67
-msgid "Help browser"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
 msgstr ""
 
 msgstr ""
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
 msgstr ""
 
 msgstr ""
 
-#: html/helpviewer.php:265
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:65
-msgid "Birthday"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
 msgstr ""
 
 msgstr ""
 
-#: 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/personal/posix/class_posixAccount.inc:125
+msgid "expired"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:174
-msgid "Home postal address"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:174
-msgid "Mobile phone"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:174
-msgid "Function"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:190
-msgid "Common Name"
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:224
-msgid "Day of birth"
+#: plugins/personal/posix/class_posixAccount.inc:268
+msgid ""
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:236
-msgid "Email address"
+#: plugins/personal/posix/class_posixAccount.inc:271
+msgid ""
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:236
-msgid "Organizational unit"
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:236
-msgid "Postal Code"
+#: plugins/personal/posix/class_posixAccount.inc:275
+msgid ""
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:236
-msgid "Surename"
+#: plugins/personal/posix/class_posixAccount.inc:438
+#, php-format
+msgid "Password can't be changed up to %s days after last change"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:236
-msgid "Title"
+#: plugins/personal/posix/class_posixAccount.inc:440
+#, php-format
+msgid "Password must be changed after %s days"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:239
-msgid "Full"
+#: plugins/personal/posix/class_posixAccount.inc:442
+#, php-format
+msgid "Disable account after %s days of inactivity after password expiery"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:276
+#: plugins/personal/posix/class_posixAccount.inc:444
 #, php-format
 #, php-format
-msgid "User List of %s on %s"
+msgid "Warn user %s days before password expiery"
 msgstr ""
 
 msgstr ""
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:219
-msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:227
-msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:246 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!"
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:254
-msgid "Please specify a valid username!"
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:256
-msgid "Please specify your password!"
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:263
-msgid "Please check the username/password combination."
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:339
-msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
 msgstr ""
 
 msgstr ""
 
-#: html/getkiosk.php:25
-#, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 
 msgstr ""
 
-#: html/getkiosk.php:30
-#, php-format
-msgid "Can't read file '%s', check permissions."
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
 msgstr ""
 
 msgstr ""
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
 msgstr ""
 
 msgstr ""
 
-#: html/getfax.php:55
-msgid "Could not select database!"
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
 msgstr ""
 
 msgstr ""
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 msgstr ""
 
 msgstr ""
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
 msgstr ""
 
 msgstr ""
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
 msgstr ""
 
 msgstr ""
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
 msgstr ""
 
 msgstr ""
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
 msgstr ""
 
 msgstr ""
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
 msgstr ""
 
 msgstr ""
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
 msgstr ""
 
 msgstr ""
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
 msgstr ""
 
 msgstr ""
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
 msgstr ""
 
 msgstr ""
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
 msgstr ""
 
 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."
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
 msgstr ""
 
 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"
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
 msgstr ""
 
 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"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-msgid "Please use your username and password to log in"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"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."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
+#: plugins/personal/samba/class_sambaAccount.inc:233
+msgid ""
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/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 'Remove' button."
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
-msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
-msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
 msgstr ""
 msgstr ""
-
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
+msgid ""
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
+#: plugins/personal/samba/class_sambaAccount.inc:928
+msgid ""
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+msgid "Sunday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+msgid "Monday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
-msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+msgid "Tuesday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
-msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+msgid "Thursday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+msgid "Friday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
-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. "
-"(But it  could be a security risk)  "
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+msgid "Saturday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
 msgstr ""
 
 msgstr ""
 
-#: 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 want to take over the lock by "
-"pressing the 'Edit anyway' button."
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-msgid "Object to be pasted"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/conflict.tpl:6
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
 msgstr ""
 
 msgstr ""
 
-#: 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."
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Samba logon times"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
+#: plugins/personal/samba/samba3.tpl:320
+msgid "Edit settings..."
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+msgid "Specify the hours this user is allowed to log in"
 msgstr ""
 
 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."
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+msgid "Hour"
 msgstr ""
 msgstr ""
index 7d3c7287316f074958e01ca131b3c079be241bf0..ab6480819d867b8970cdc3803b5598f10969119a 100644 (file)
Binary files a/locale/nl/LC_MESSAGES/messages.mo and b/locale/nl/LC_MESSAGES/messages.mo differ
index a31f57c290c4d6970d0d9c62e5f9bdab2856168e..79ad2bef1759503fc10df75f331d2b81b11b0d3f 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2006-06-02 16:58+0100\n"
 "Last-Translator: Niels Klomp (CareWorks ICT Services) <nk@careworks.nl>\n"
 "Language-Team: CareWorks ICT Services <info@careworks.nl>\n"
 "PO-Revision-Date: 2006-06-02 16:58+0100\n"
 "Last-Translator: Niels Klomp (CareWorks ICT Services) <nk@careworks.nl>\n"
 "Language-Team: CareWorks ICT Services <info@careworks.nl>\n"
@@ -35,29 +35,29 @@ msgstr "Plugins"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Algemeen"
 
 msgid "Generic"
 msgstr "Algemeen"
 
@@ -66,69 +66,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Omgeving"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Omgeving"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "E-mail"
 
 msgid "Mail"
 msgstr "E-mail"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr "Netatalk"
 
 msgid "Netatalk"
 msgstr "Netatalk"
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Verbindingen"
 
 msgid "Connectivity"
 msgstr "Verbindingen"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Telefoon"
 
 msgid "Phone"
 msgstr "Telefoon"
 
@@ -154,14 +155,14 @@ msgid "ACL"
 msgstr "Rechten"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "Rechten"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opties"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opties"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Parameters"
 
 msgid "Parameter"
 msgstr "Parameters"
 
@@ -176,30 +177,30 @@ msgid "Devices"
 msgstr "Apparaten"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Apparaten"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Printer"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Printer"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Informatie"
 
 msgid "Information"
 msgstr "Informatie"
 
@@ -225,12 +226,12 @@ msgstr "FAI samenvatting"
 msgid "OGo"
 msgstr "OGo"
 
 msgid "OGo"
 msgstr "OGo"
 
-#: contrib/gosa.conf:199 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:199 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"
 
@@ -238,12 +239,12 @@ msgstr "Exporteer"
 msgid "Excel Export"
 msgstr "Excel Export"
 
 msgid "Excel Export"
 msgstr "Excel Export"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Importeren"
 
 msgid "Import"
 msgstr "Importeren"
 
@@ -255,10 +256,10 @@ msgstr "CSV Import"
 msgid "Partitions"
 msgstr "Partities"
 
 msgid "Partitions"
 msgstr "Partities"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Script"
 
 msgid "Script"
 msgstr "Script"
 
@@ -274,8 +275,8 @@ msgstr "Variabelen"
 msgid "Templates"
 msgstr "Sjablonen"
 
 msgid "Templates"
 msgstr "Sjablonen"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profielen"
 
 msgid "Profiles"
 msgstr "Profielen"
 
@@ -323,4338 +324,3598 @@ msgstr "Italiaans"
 msgid "Polish"
 msgstr "Pools"
 
 msgid "Polish"
 msgstr "Pools"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Opslaan"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"Kan niet verbinden met de GLPI database. Er is geen MySQL extensie "
+"beschikbaar. Controleer uw PHP installatie."
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Annuleren"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
+"configuratie a.u.b."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: plugins/gofax/faxaccount/main.inc:96
-#: plugins/gofon/phoneaccount/main.inc:112
-msgid "Click the 'Edit' button below to change informations in this dialog"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
 msgstr ""
 msgstr ""
-"Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te "
-"veranderen"
+"Kan het opgegeven bijlage bestand niet openen. Er is geen invoer met dit ID "
+"beschikbaar."
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Bewerken"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "Kan bestand '%s' niet openen."
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Nagios instellingen"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "Kan niet verbinden met de database server!"
 
 
-#: 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "Dit doet iets"
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "De opgegeven database kon niet geselecteerd worden!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
-msgstr "Dit account heeft nagios mogelijkheden uitgeschakeld."
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "De database zoekopdracht is mislukt"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
-msgstr "Nagios account verwijderen"
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
+msgstr "Kan '%s' niet openen. Het is mogelijk dat het bestand niet bestaat."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "Kan bestand '%s' niet openen. Controleer de bestandspermissies a.u.b."
+
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 msgstr ""
-"Dit account heeft Nagios mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+"Fout: getvcard.php heeft een parameter nodig om een vcard te exporteren!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
-msgstr "Nagios account aanmaken"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr "Geboortedatum"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-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."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Geslacht"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
-msgstr "Het opslaan van het Nagios account is mislukt"
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Achternaam"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Het vereiste veld 'NagiosAlias' is leeg."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Naam"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Het vereiste veld 'NagiosMail' is leeg."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Taal"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-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."
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Gebruikers"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
-msgstr "Het verwijderen van het Nagios account is mislukt"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Gebruikerslijst van %s in %s "
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Nagios account"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Gebruikers ID"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Groepsleden"
 
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
-msgstr "E-mail adres"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Groepen"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Host notificatie periode"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Groepen van %s in %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Service notificatie periode"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Omschrijving"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Service notificatie opties"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Computers"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Host notificatie opties"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Algemene naam"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: 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"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Servernaam"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Service notificatie commando's"
+#: 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/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Host notificatie commando's"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Servers van %s in %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Nagios authenticatie"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Getoonde naam"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "systeem informatie bekijken"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Naam"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "configuratie informatie bekijken"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Telefoon Privé"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "systeem commando's activeren"
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr "Adres thuis"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "alle services bekijken"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Initialen"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "alle hosts bekijken"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Plaats"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "alle service commando's activeren"
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "E-mail adres"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "alle host commando's activeren"
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "GSM nummer"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Selecteer de toe te voegen adressen"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Plaats"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Filters"
-
-#: plugins/personal/mail/mail_locals.tpl:35
-#, fuzzy
-msgid "Select department"
-msgstr "Selecteer om afdelingen te zien"
-
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Selecteer de afdeling waarbinnen gezocht zal worden"
-
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Reguliere expresie voor overeenkomende adressen"
-
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Toon adressen van gebruiker"
-
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Gebruikersnaam van wie de adressen getoond worden"
-
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Toevoegen"
-
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Primair adres"
-
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Server"
-
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Specificeer de mailserver waarop het account opgeslagen wordt"
-
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Quota gebruik"
-
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "niet gedefiniëerd"
-
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Quota grootte"
-
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Alternatieve adressen"
-
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Lijst met alternatieve E-mail adressen"
-
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Verwijderen"
-
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "E-mail opties"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr ""
-"Selecteer indien u E-mail door wil sturen zonder zelf kopieën te ontvangen"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Geen aflevering in eigen mailbox"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
-msgstr ""
-"Selecteer om automatisch te reageren met het onderstaande afwezigheidsbericht"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Activeer afwezigheidsbericht"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Selecteer indien u E-mail berichten wilt filteren m.b.v. spamassassin"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Verplaats E-mails met spam nivo groter dan"
-
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
-msgstr "Selecteer een spam nivo - kleinere waardes zijn gevoeliger"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "naar map"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Wijs E-mail af indien groter dan"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "MB"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Afwezigheidsbericht"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Stuur berichten door naar"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Lokaal toevoegen"
-
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Geavanceerde E-mail opties"
-
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr ""
-"Selecteer om alleen binnen het eigen domein E-mail te laten ontvangen en "
-"versturen"
-
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr "De gebruiker mag alleen lokale E-mails versturen en ontvangen"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Gebruik een eigen sieve script"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "schakelt alle E-mail opties uit!"
-
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "E-mail instellingen"
-
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Gebruikers E-mail instellingen"
-
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, 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:212
-msgid "No DESC tag in vacation file:"
-msgstr "Er is geen DESC variabele aanwezig in het afwezigheidsbestand:"
-
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "Dit account heeft E-mail mogelijkheden uitgeschakeld."
-
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "E-mail account verwijderen"
-
-#: plugins/personal/mail/class_mailAccount.inc:268
-msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft E-mail mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "E-mail account aanmaken"
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-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/class_mailAccount.inc:324
-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/class_mailAccount.inc:330
-#: plugins/admin/groups/class_groupMail.inc:414
-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:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
-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:383
-#: plugins/admin/groups/class_groupMail.inc:447
-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:670
-msgid "Removing mail account failed"
-msgstr "Het verwijderen van het E-mail account is mislukt"
-
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
-msgstr "Het opslaan van het E-mail account is mislukt"
-
-#: plugins/personal/mail/class_mailAccount.inc:851
-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:856
-#: plugins/admin/groups/class_groupMail.inc:845
-msgid "The required field 'Primary address' is not set."
-msgstr "Het vereiste veld 'Primair adres' is leeg."
-
-#: plugins/personal/mail/class_mailAccount.inc:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-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:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-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:876
-#: plugins/admin/groups/class_groupMail.inc:860
-msgid "Value in 'Quota size' is not valid."
-msgstr "De waarde opgegeven bij 'Quota grootte' is niet geldig."
-
-#: plugins/personal/mail/class_mailAccount.inc:885
-#: plugins/admin/groups/class_groupMail.inc:869
-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:895
-#: plugins/admin/groups/class_groupMail.inc:877
-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:899
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr "U heeft Spam instellingen opgegeven, maar geen mailfolder opgegeven."
-
-#: plugins/personal/mail/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
-msgstr ""
-"Bezig met wachten op het verwijderen van alle mail eigenschappen door Kolab"
-
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
-msgstr ""
-"Verwijder a.u.b. eerst het mail account, zodat kolab haar verwijder "
-"procedure kan starten."
-
-#: plugins/personal/password/password.tpl:2
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
-msgstr ""
-"Gebruik het veld hieronder om uw persoonlijke wachtwoord te veranderen. De "
-"veranderingen worden direct doorgevoerd. Onthoud het nieuwe wachtwoord a.u."
-"b. aangezien u niet in zult kunnen loggen zonder dit wachtwoord."
-
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
-msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
-msgstr ""
-"Het veranderen van het wachtwoord is van invloed op E-mail, proxy, samba en "
-"Unix diensten."
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Huidig wachtwoord"
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Nieuw wachtwoord"
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Herhaal het nieuwe wachtwoord"
-
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Wachtwoord instellen"
-
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Wis velden"
-
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
-msgstr ""
-"U heeft succesvol uw wachtwoord veranderd. Denkt u eraan dat u alle "
-"programma's die dit wachtwoord gebruiken ook aanpast!"
-
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Terug"
-
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
-#: ihtml/themes/default/setup_useradmin.tpl:30
-msgid "Password"
-msgstr "Wachtwoord"
-
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "Het veranderen van het wachtwoord is niet toegestaan"
-
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "U heeft momenteel geen toestemming om uw wachtwoord te veranderen"
-
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr ""
-"Het wachtwoord dat u opgegeven heeft als uw huidige wachtwoord is niet "
-"correct."
-
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan."
-
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
-msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
-msgstr ""
-"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar "
-"overeen."
-
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr "Het nieuw ingevoerde wachtwoord is leeg."
-
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr ""
-"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar."
-
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "Het nieuw opgegeven wachtwoord is te kort."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "U heeft geen toestemming om uw wachtwoord te veranderen."
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:"
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Verander wachtwoord"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Persoonlijke map"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Primaire groep"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Status"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Forceer UID/GID"
-
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
-
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
-
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Groep lidmaatschap"
-
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Waarschuwing: NFS ondersteunt niet meer dan 16 groepen!)"
-
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Account"
-
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Systeem vertrouwen"
-
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Vertrouwensmodus"
-
-#: 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:32
-msgid "Display groups of department"
-msgstr "Toon groepen van afdeling"
-
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr "Subonderdelen negeren"
-
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Toon overeenkomende groepen"
-
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Reguliere expressie voor overeenkomende groepnamen"
-
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Toon groepen van gebruiker"
-
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Gebruikersnaam van wie de groepen getoond worden"
-
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr "Het wachtwoord moet bij de eerste aanmelding gewijzigd worden"
-
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "Wachtwoord verloopt op"
-
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "Posix instellingen"
-
-#: 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/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Toon de overeenkomende systemen"
-
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Unix instellingen"
-
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "Unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
-msgstr "verlopen"
-
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
-msgstr "gratie tijd actief"
-
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
-msgstr "actief, wachtwoord onveranderbaar"
-
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
-msgstr "actief, wachtwoord verlopen"
-
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
-msgstr "actief"
-
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Gebruikersgroep"
-
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "niet geconfigureerd"
-
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "automatisch"
-
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "Dit account heeft geen Unix mogelijkheden."
-
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "Verwijder POSIX account"
-
-#: plugins/personal/posix/class_posixAccount.inc:273
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
-msgstr ""
-"Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen "
-"moet u eerst het samba / omgevings account verwijderen."
-
-#: plugins/personal/posix/class_posixAccount.inc:276
-msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft POSIX mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "POSIX account aanmaken"
-
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft POSIX mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr ""
-"Het wachtwoord kan pas %s dag(en) na de laatste wijziging gewijzigd worden"
-
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "Het wachtwoord moet na %s dag(en) gewijzigd worden"
-
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr ""
-"Blokkeer het account na %s dag(en) inactiviteit nadat het wachtwoord "
-"verlopen is"
-
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Waarschuw de gebruiker %s dagen voordat het wachtwoord verloopt"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Januari"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Februari"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "Maart"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "April"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Mei"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Juni"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Juli"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "Augustus"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "September"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Oktober"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "November"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "December"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "gedeactiveerd"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "volledige toegang"
-
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "sta toegang op deze computers toe"
-
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "Het verwijderen van het UNIX account is mislukt"
-
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Mislukt: Blokkering wordt overschreven"
-
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "Het opslaan van het UNIX account is mislukt"
-
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Het vereiste veld 'Persoonlijke map' is leeg."
-
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr "Geef a.u.b. een geldige map op in het 'Persoonlijke map' veld."
-
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "De opgegeven 'UID' waarde is niet correct."
-
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "De opgegeven 'UID' waarde is te klein."
-
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "De opgegeven 'GID' waarde is niet geldig."
-
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "De opgegeven 'GID' waarde is te klein."
-
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "De opgegeven 'shadowMin' waarde is niet geldig."
-
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "De opgegeven 'shadowMax' waarde is niet geldig."
-
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "De opgegeven 'shadowWarning' waarde is niet geldig."
-
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "'shadowWarning' zonder 'shadowMax' is niet logisch."
-
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"De waarde opgegeven voor 'shadowWarning' moet kleiner zijn dan 'shadowMax'."
-
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr ""
-"De waarde opgegeven voor 'shadowWarning' moet groter dan 'shadowMin' zijn."
-
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "De waarde opgegeven voor 'shadowInactive' is niet geldig."
-
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr "'shadowInactive' zonder 'shadowMax' is niet logisch."
-
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr ""
-"De waarde opgegeven voor 'shadowMin' moet kleiner zijn dan 'shadowMax'."
-
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr ""
-"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!"
-
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Share"
-
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Pad"
-
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Opslaan"
-
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Netatalk instellingen"
-
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Netatalk account beheren"
-
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
-msgstr "Dit account heeft Netatalk mogelijkheden uitgeschakeld."
-
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
-msgstr "Netatalk account verwijderen"
-
-#: plugins/personal/netatalk/class_netatalk.inc:188
-msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft Netatalkl mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
-
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
-msgstr "Netatalk account aanmaken"
-
-#: plugins/personal/netatalk/class_netatalk.inc:200
-msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft geen Netatalk mogelijkheden. U kunt deze inschakelen door "
-"de knop hieronder te gebruiken."
-
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr "U moet een te gebruiken share selecteren"
-
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
-msgstr "Het opslaan van het Netatalk account is mislukt"
-
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
-msgstr "Het verwijderen van het Netatalk account is mislukt"
-
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Samba home"
-
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Inlogscript"
-
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Profielpad"
-
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Toegangsopties"
-
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr "Gebruiker mag zijn wachtwoord vanaf een werkstation wijzigen"
-
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr "Inloggen op Windows werkstation zonder wachtwoord toestaan"
-
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Schakel het Samba/Windows account tijdelijk uit"
-
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Domein"
-
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Terminal Server"
-
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Sta inloggen op de Terminal Server toe"
-
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Client configuratie voor initieel programma overnemen"
-
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Initiëel programma"
-
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Werkdirectory"
-
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Terminal Service timeouts (in minuten)"
-
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Max. verbindingsduur"
-
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Max. verbrekingsduur"
-
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "Max. inactiviteitsduur"
-
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Terminal Service client apparaten"
-
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Verbindt client schijven bij inloggen"
-
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Verbindt client printers bij inloggen"
-
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Standaard printer als client printer"
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Adres thuis"
 
 
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Terminal Service diverse"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Pieper"
 
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Schaduwen van andere sessie"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Telefoonnummer"
 
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "Bij verbroken verbinding of timeout"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Adres"
 
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Herstel sessie indien verbroken"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Postcode"
 
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Blokkeer het Samba/Windows account"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Provincie"
 
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Stel laatste inlogtijd in op"
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Functie"
 
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Stel laatste uitlogtijd in op"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Adresboek"
 
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "Het account verloopt op"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Adresboek van %s in %s"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Samba logon times"
-msgstr "Samba home"
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Algemene naam"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Edit settings..."
-msgstr "E-mail instellingen"
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Geboortedatum"
 
 
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Sta alleen verbindingen vanaf deze werkstations toe"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Samba Instellingen"
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "E-mail adres"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Selecteer de toe te voegen werkstations"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "GSM"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Toon werkstations van afdeling"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Organisatie"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "Dit account heeft geen samba extensies."
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Afdeling"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Samba account verwijderen"
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Postcode"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:224
-msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"De samba mogelijkheden zijn ingeschakeld voor dit account. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Achternaam"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Samba account aanmaken"
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Titel"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:235
-msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"De samba mogelijkheden zijn uitgeschakeld voor dit account. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: html/getxls.php:239
+msgid "Full"
+msgstr "Volledig"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:238
-msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
-msgstr ""
-"De samba mogelijkheden zijn uitgeschakeld voor dit account. Posix "
-"mogelijkheden zijn noodzakelijk voor samba accounts. Schakel deze eerst in."
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Gebruikerslijst van %s in %s"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "invoer met notificatie"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Computers van %s in %s"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "invoer zonder notificatie"
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr "Help verkenner"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "geen invoer met notificatie"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
+msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "geen invoer zonder notificatie"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr "vorige"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "verbreken"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "volgende"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "sluiten"
+#: html/helpviewer.php:265
+#, 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."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "vanaf elke client"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Waarschuwing"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "alleen vanaf vorige client"
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "De sessie zal niet versleuteld zijn."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
-msgstr "Het verwijderen van het Samba account is mislukt"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Gebruik een SSL sessie"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:696
+#: html/index.php:117
 #, php-format
 #, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "De waarde gespecificeerd als '%s' bevat ongeldige karakters!"
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:706
+#: html/index.php:138
 #, php-format
 #, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
+msgid "Directory '%s' specified as compile directory is not accessible!"
 msgstr ""
 msgstr ""
-"De timeout optie '%s' is geselecteerd en bevat geen of ongeldige karakters!"
+"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:712
-msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
 msgstr ""
 msgstr ""
-"Het Windows gebruikersbeheer programma staat slechts acht clients toe. U "
-"heeft er meer dan acht opgegeven."
+"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de "
+"systeembeheerder."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:909
+#: html/index.php:223
 msgid ""
 msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"Waarschuwing: Dit account heeft een ongedefiniëerd Samba SID toegewezen "
-"gekregen. Dit probleem kan niet door GOsa opgelost wordt"
+"GOsa kon geen informatie ophalen over geinstalleerde schema bestanden. Zorg "
+"er a.u.b. voor dat dit mogelijk is."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:933
+#: html/index.php:231
 msgid ""
 msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 msgstr ""
-"Waarschuwing: Kan de primaire groep van de gebruiker niet identificeren - Er "
-"is geen conversie naar een Samba groep mogelijk!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr "Het opslaan van het Samba account is mislukt"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-#, fuzzy
-msgid "Sunday"
-msgstr "dag"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-#, fuzzy
-msgid "Monday"
-msgstr "dag"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-#, fuzzy
-msgid "Tuesday"
-msgstr "dag"
+"Uw LDAP installatie bevat oude schema definities. Draai het installatie "
+"programma a.u.b. opnieuw."
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
+#: html/index.php:250 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 ""
+"Er is geen beheerders account voor GOsa. U zal niets kunnen beheren op dit "
+"moment!"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-#, fuzzy
-msgid "Thursday"
-msgstr "uren"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-#, fuzzy
-msgid "Friday"
-msgstr "dag"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Geef a.u.b. een geldige gebruikersnaam op!"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-#, fuzzy
-msgid "Saturday"
-msgstr "Strategie"
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Geef a.u.b. uw wachtwoord op!"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-#, fuzzy
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Specificeer de mailserver waarop het account opgeslagen wordt"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie."
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-#, fuzzy
-msgid "Hour"
-msgstr "uur"
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
+msgstr ""
+"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder."
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Toepassen"
+#: html/index.php:343
+msgid ""
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
+msgstr ""
+"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en "
+"herlaad deze pagina voordat u inlogt!"
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "De omgevings extensie is momenteel uitgeschakeld."
+#: html/main.php:164
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
+msgstr ""
+"FATAAL: 'Register globals' is geactiveerd in PHP. GOsa zal niemand laten "
+"inloggen totdat dit opgelost is door een systeembeheerder."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Omgevingsbeheer instellingen"
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Waarschuwing: Geheugengebruik is te hoog - verhoog a.u.b. de 'memory_limit' "
+"in PHP!"
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Profiel beheer"
+#: html/main.php:349
+#, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Gebruik profielbeheer"
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord."
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Profielserver beheer"
+#: html/main.php:388
+msgid ""
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
+msgstr ""
+"Bij het genereren van deze pagina zijn er fouten geconstateerd bij de W3C "
+"controle!"
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Profielpad"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Informatie weergeven/verbergen"
 
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Profiel quota"
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr ""
+"Directory '%s' die opgegeven is als smarty compileer directory is niet "
+"toegankelijk! Controleer of deze directory bestaat en wat de rechten op deze "
+"directory zijn!"
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr "Profiel lokaal cachen"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Er is een sessie conflict gedetecteerd"
 
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Kiosk profiel instellingen"
+#: ihtml/themes/altlinux/conflict.tpl:6
+#, fuzzy
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
+msgstr ""
+"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b."
+"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de "
+"gebruikte browser. Gelijktijdig gebruik van verschillende browsers "
+"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de "
+"<b>Uitloggen</b> knop wordt deze sessie afgesloten."
 
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr "Kiosk profiel"
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
+msgstr ""
+"Het negeren van dit bericht zal de data die u op dit moment aan het bewerken "
+"bent veranderen/vernietigen, dus sluit a.u.b. enige overige vensters en log "
+"opnieuw in."
 
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "Beheer"
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Uitloggen"
 
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr "Resolutie is binnen de sessie te veranderen"
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
+msgstr ""
+"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele "
+"wijzigingen ongedaan maken?"
 
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Resolutie"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Hoofdmenu"
 
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Shares"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Help"
 
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Te gebruiken gebruikernaam om met de share te verbinden"
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Uitloggen"
 
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Selecteer een share"
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Aangemeld:"
 
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Mount pad"
+#: 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
+#, fuzzy
+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 'Remove' 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/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
 #: plugins/personal/environment/environment.tpl:120
 #: plugins/personal/environment/kioskManagement.tpl:15
 #: plugins/personal/generic/generic_certs.tpl:17
 #: plugins/personal/generic/generic_certs.tpl:37
 #: plugins/personal/generic/generic_certs.tpl:57
 #: plugins/personal/environment/environment.tpl:120
 #: plugins/personal/environment/kioskManagement.tpl:15
 #: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
 msgid "Remove"
 msgstr "Verwijderen"
 
 msgid "Remove"
 msgstr "Verwijderen"
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr "Login scripts"
-
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Login script beheer"
-
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
-msgstr "Hotplug apparaten"
-
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Hotplug apparaat instellingen"
-
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Nieuw"
-
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr "Bestaande"
-
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Printer instellingen"
-
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Beheerders omschakeling"
-
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Standaard omschakeling"
-
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Gebruikersomgeving instellingen"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-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:130
-msgid "Invalid character in description. Please specify a valid description."
-msgstr ""
-"Ongeldig karakter in omschrijving. Geef a.u.b. een geldige omschrijving op."
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Annuleren"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:136
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid iSerial."
-msgstr "Geef a.u.b. een geldige id op."
+msgid "Please use your username and password to log in"
+msgstr "Voer uw <i>gebruikersnaam</i> en <i>wachtwoord</i> in"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-#, fuzzy
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Gebruikersnaam"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-#, fuzzy
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-msgstr "Geef a.u.b. een geldige PPD bestand op."
+#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
+#: ihtml/themes/altlinux/setup_useradmin.tpl:30
+#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
+#: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
+msgid "Password"
+msgstr "Wachtwoord"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
-msgstr "Er bestaat al een invoer met deze naam."
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Directory"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
-msgstr "Selecteer a.u.b. een regel of druk op annuleren."
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Inloggen"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "Selecteer a.u.b. een printer of druk annuleren in"
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Klik hier om in te loggen"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug apparaten toevoegen"
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filters"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Hotplug beheer"
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Installatie beëindigd"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Selecteer toe te voegen hotplug apparaat"
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
+"De installatie is in principe afgerond. U kunt het resultaat van de LDAP "
+"schema controle hier controleren en de automatisch gegenereerde gosa.conf "
+"hieronder downloaden."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Schema Configuratie"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Toon overeenkomende gebruikers"
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Configuratie bestand"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Reguliere expressie voor      overeenkomende hotplugs"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
+msgstr ""
+"Het GOsa installatie programma heeft alle data vergaard die nodig is voor "
+"een initieel configuratiebestand. Bewaar de link hieronder als uw gosa.conf "
+"en plaats dit bestand in /etc/gosa. Verander de configuratie naar behoeven."
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "auto"
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Systeem configuratie"
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
-#, php-format
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
 msgid ""
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
 msgstr ""
 msgstr ""
-"U heeft een externe resolutie inhaker opgegeven, welke niet gelezen kan "
-"worden. Controleer a.u.b. de rechten op het bestand '%s'."
+"Controleer dat de webserver het bestand kan lezen (zonder dat andere "
+"gebruikers dit kunnen) nadat u het bestand in de directory /etc/gosa "
+"geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan "
+"deze vereiste te voldoen: "
 
 
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
-msgstr "Verwijder omgevingsmogelijkheden"
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Terug"
 
 
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-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."
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Opnieuw proberen"
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
-msgstr "Voeg omgevingsmogelijkheden toe"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Welkom bij het GOsa installatie programma!"
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
 msgstr ""
 msgstr ""
-"Omgevingsmogelijkheden zijn uitgeschakeld. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+"Het ziet er naar uit dat u GOsa voor de eerste keer aanroept - er is geen "
+"configuratie gevonden. Dit script zal proberen u te helpen bij het maken van "
+"een werkende configuratie door drie belangrijke stappen uit te voeren: Eerst "
+"zal de PHP installatie gecontroleerd worden op vereiste modules, dan zal er "
+"gecontroleerd worden op optionele/benodigde programma's en nadat u enige "
+"basis informatie verschaft heeft voor de LDAP verbinding zal de LDAP "
+"installatie gecontroleerd worden."
+
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Doorgaan"
+
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Installatie vervolg..."
+
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
+msgstr ""
+"Stap twee zoekt naar een collectie hulpprogramma's en controleert of deze "
+"programma's de correcte minimum versies hebben."
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 msgstr ""
-"Omgevingsmogelijkheden zijn uitgeschakeld. U dient een posix account aan te "
-"maken voordat u deze mogelijkheid in kunt schakelen."
-
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "Geen"
-
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
-msgstr "U moet een geldig mountpunt opgeven."
+"Nu wordt uw LDAP server ingepast en wordt er een initiële configuratie "
+"aangemaakt. Nadat u de server URI hieronder ingevuld heeft wordt er een "
+"snelle controle uitgevoerd of de vereiste LDAP schemas aanwezig zijn. Samba "
+"versies worden automatisch gedetecteerd. Details over hoe uw LDAP structuur "
+"opgebouwd is worden later gevraagd"
 
 
-#: plugins/personal/environment/class_environment.inc:558
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Spaces are not allowed in the mount path!"
-msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
-
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
-msgstr "Wachtwoord hashwaarde herstellen"
-
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
-msgstr "Verwijder share regel"
-
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
 msgstr ""
 msgstr ""
-"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
-"profiel wordt op 'geen' ingesteld."
-
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
-msgstr "Het verwijderen van omgevings informatie is mislukt"
-
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
-msgstr "Geef a.u.b. een geldige profiel quota grootte op."
+"Voer a.u.b. de LDAP server URI in om het installatie programma te laten "
+"verbinden met uw LDAP server <i>(Bijvoorbeeld: ldap://uw.server:389).</i>"
 
 
-#: plugins/personal/environment/class_environment.inc:913
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 msgstr ""
-"U dient posix mogelijkheden in te schakelen om omgevingsmogelijkheden in te "
-"kunnen schakelen."
+"De volgende velden definiëren de basis configuratie van GOsa's gedrag en "
+"beïnvloeden diverse eigenschappen in uw hoofd configuratie."
 
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
 msgstr ""
 msgstr ""
-"Kan de nieuwe kios profielen niet opslaan. Mogelijk is de toegang geweigerd "
-"tot de directory"
-
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
-msgstr "Het toevoegen van omgevings informatie is mislukt"
-
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
-msgstr "groepsshare"
-
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
-msgstr "Beheerder"
-
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Standaard printer"
-
-#: 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"
+"Geef a.u.b. een omschrijving van de locatie die u hier aan het configureren "
+"bent"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Reguliere expressie voor overeenkomende printernamen"
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Naam van de locatie"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+msgid ""
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
 msgstr ""
 msgstr ""
+"GOsa werkt altijd als een beheerder en verzorgt het toegangsbeheer intern. "
+"Dit is een tijdelijke oplossing totdat directory ACIs volledig "
+"geïmplementeerd zijn in OpenLDAP. Om dit te kunnen laten werken is een "
+"beheerders DN en het bijbehorende wachtwoord nodig."
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Geef a.u.b. een geldige scriptnaam op."
-
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "De opgegeven omschrijving bevat ongeldige karakters!"
-
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Login script instellingen"
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "Beheerders DN"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Scriptnaam"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Beheerders wachtwoord"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Omschrijving"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
+msgstr ""
+"Sommige LDAP parameters zijn aan te passen en bepalen de locaties waar GOsa "
+"gebruikers en groepen opslaat, evenals de manier waarop gebruikers "
+"aangemaakt worden. Controleer of de waardes hieronder in uw behoeften "
+"voorzien."
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Prioriteit"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Basis "
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Login script kenmerken"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "OU voor gebruikers opslag"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Laatste script"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "DN atribuut voor gebruikers"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Script kan vervangen worden door gebruiker"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "OU voor groepen opslag"
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Login script"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "ID basis voor gebruikers/groepen"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Kan '%s' niet verwijderen. De foutmelding was: toegang geweigerd."
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
+"GOsa ondersteunt diverse encryptie types voor uw wachtwoorden. Normaliter is "
+"dit aanpasbaar via gebruikerssjablonen. Hier kunt u echter een standaard te "
+"gebruiken methode opgeven."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr "Kan '%s' niet verwijderen. De foutmelding was: bestand bestaat niet."
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Encryptie algoritme"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
 msgstr ""
 msgstr ""
-"Er is geen KIOSKPATH gedefinieerd in uw gosa.conf. Kiosk profielen kunnen "
-"niet beheerd worden!"
+"GOsa heeft modulaire ondersteuning voor diverse E-mail methodes. Deze "
+"methodes leveren toegang tot gebruikers mailboxen en algemene afhandeling "
+"voor quota's. U kunt de dummy module kiezen om alle E-mail instellingen "
+"ongewijzigd te laten."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr "Kioskpad '%s' is niet toegankelijk. Controleer de permissies."
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "E-mail methode"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Maak nieuwe hotplug regel aan"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "gedeactiveerd"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Maak nieuw hotplug apparaat aan"
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
+"Het kan, met name bij Beta versies, voorkomen dat GOsa PHP fouten genereerd. "
+"In sommige gevallen kan het handig zijn om foutrapportage aan te zetten "
+"(maar dit kan een veiligheidsrisico vormen) "
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Apparaat naam"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Toon PHP fouten"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Serienummer"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "ja"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "(iSerial)"
-msgstr "Serieel"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "nee"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-#, fuzzy
-msgid "Vendor-ID"
-msgstr "Afzender ID"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Controleer"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-#, fuzzy
-msgid "(idVendor)"
-msgstr "Afzender ID"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "U heeft al een Administratief Account en Groep"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
 msgstr ""
 msgstr ""
+"Om volledige administratieve toegang tot GOsa te verkrijgen, dient U een "
+"speciale groep aan te maken die de administratieve gebruiker bevat. Het "
+"installatie programma kan u bij deze taak helpen. Voer hieronder de gewenste "
+"gebruikersnaam en wachtwoord in om de ontbrekende gegevens aan te maken."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
+#: 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 ""
 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."
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Kiosk profiel beheer"
+#: 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"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Doorzoek"
+#: 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"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Sluiten"
+#: 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"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "vrouw"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Stel in"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "man"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. "
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "Dit account heeft geen geldige GOsa extensies."
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Oud wachtwoord"
 
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr ""
-"Het opgegeven bestand is niet opgestuurd via HTTP POST! Aktie afgebroken."
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Nieuw wachtwoord"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Geef a.u.b. een geldig serienummer op"
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Nogmaals wachtwoord"
+
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Wachtwoord veranderen"
+
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Klik hier om uw wachtwoord te veranderen."
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: ihtml/themes/default/conflict.tpl:6
+#, fuzzy
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
 msgstr ""
 msgstr ""
+"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b."
+"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de "
+"gebruikte browser. Gelijktijdig gebruik van verschillende browsers "
+"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de "
+"<b>Uitloggen</b> knop wordt deze sessie afgesloten."
 
 
-#: plugins/personal/generic/class_user.inc:477
-#, 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:480
-msgid "valid"
-msgstr "geldig"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
+msgstr "Kopieren &amp; plakken wizard"
 
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
-msgstr "ongeldig"
+#: ihtml/themes/default/copyPasteDialog.tpl:2
+#, fuzzy
+msgid "Object to be pasted"
+msgstr "Objectgroepen"
 
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
-msgstr "Geen certificaat geinstalleerd"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
+"Somige waardes moeten uniek zijn binnen de gehele directory, terwijl sommige "
+"combinaties geen zin hebben. GOsa toont de relevante attributen. Bewaar de "
+"waardes hieronder a.u.b. om aan deze vereisten te voldoen."
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
-msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Opslaan"
 
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "Kerberos database communicatie is mislukt"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Bewerking afgerond"
 
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "Kan de gebruiker niet verwijderen uit de kerberos database."
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Opslaan"
 
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
-msgstr "Het opslaan van het algemene gerbuikers account is mislukt"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "GOsa help"
 
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "Kan de gebruiker niet toevoegen aan de kerberos database."
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Index"
 
 
-#: plugins/personal/generic/class_user.inc:1022
-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'."
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Zoeken"
 
 
-#: plugins/personal/generic/class_user.inc:1027
-msgid "You have no permissions to move a user from the original 'Base'."
+#: ihtml/themes/default/islocked.tpl:9
+#, fuzzy
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may want to take over the lock by "
+"pressing the 'Edit anyway' button."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een gebruiker te verplaatsen vanuit de originale "
-"'Basis'."
-
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-msgstr "Het vereiste veld '(Achter)naam' is leeg."
+"Indien deze blokkade detectie foutief is dan heeft de andere persoon de "
+"webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval "
+"overnemen door de <i>Alsnog bewerken</i> knop te gebruiken."
 
 
-#: plugins/personal/generic/class_user.inc:1042
-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."
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "Uw GOsa sessie is verlopen!"
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "Het vereiste veld 'Voornaam' is leeg."
+#: 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 ""
+"Uw laatste interactie met de GOsa webinterface is enige tijd geleden. Uit "
+"veiligheidsoverwegingen is de sessie gesloten. Om door te gaan met "
+"administratieve taken, dient u opnieuw in te loggen."
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr "Het vereiste veld 'Inlog naam' is leeg."
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Opnieuw inloggen"
 
 
-#: plugins/personal/generic/class_user.inc:1058
+#: ihtml/themes/default/setup_introduction.tpl:4
 msgid ""
 msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+"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."
 msgstr ""
 msgstr ""
-"Er bestaat al een persoon met deze '(Achter)naam'/'Voornaam' combinatie in "
-"de database."
+"Het ziet er naar uit dat u GOsa voor de eerste keer aanroept - er is geen "
+"configuratie gevonden. Dit script zal proberen u te helpen bij het maken van "
+"een werkende configuratie door drie belangrijke stappen uit te voeren: Eerst "
+"zal de PHP installatie gecontroleerd worden op vereiste modules, dan zal er "
+"gecontroleerd worden op optionele/benodigde programma's en nadat u enige "
+"basis informatie verschaft heeft voor de LDAP verbinding zal de LDAP "
+"installatie gecontroleerd worden."
 
 
-#: plugins/personal/generic/class_user.inc:1065
+#: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 msgstr ""
-"Het veld 'Inlog naam' bevat ongeldige karakters. Kleine letters, nummers en "
-"liggende streepjes zijn toegestaan."
+"U kunt ook de nieuwe en meer geavanceerde manier gebruiken om uw PHP-"
+"installatie te controleren. Dit zal u informatie geven over welke exacte "
+"functie(s) niet gevonden kunnen worden (functies die wel gevonden konden "
+"worden, zullen niet getoond worden). Dit is nuttig indien u weet wat u doet."
 
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Het veld 'Website' bevat een ongeldige URL."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr "Wissel tonen/verbergen"
 
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "Het veld 'Naam' bevat ongeldige karakters."
+#: 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 ""
+"Het kan, met name bij Beta versies, voorkomen dat GOsa PHP fouten genereert. "
+"In sommige gevallen kan het handig zijn om foutrapportage aan te zetten (dit "
+"kan een veiligheidsrisico vormen) "
 
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Het veld 'Voornaam' bevat ongeldige karakters."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr ""
+"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en "
+"toegankelijk is."
 
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Het veld 'Telefoon' bevat een ongeldig telefoonnummer."
+#: 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."
 
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
+"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat "
+"gebruikt (gebruik PEM/DER)."
 
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Het veld 'GSM' bevat een ongeldig telefoonnummer"
+#: 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"
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Het veld 'Pieper' bevat een ongeldig telefoonnummer."
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Kan bestand niet aanmaken/openen"
 
 
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
-msgstr "Het opgegeven certificaat kon geopend worden!"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Geen geldig certificaat geladen"
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Persoonlijke informatie"
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "XML fout in gosa.conf: %s op regel %d"
 
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Persoonlijk plaatje"
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "SID en/of RIDBASE ontbreken in uw configuratie!"
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Verander plaatje"
+#: include/class_CopyPasteHandler.inc:161
+#, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "U staat op het punt de invoer '%s' te kopieren."
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Achternaam"
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Plakken"
 
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Sjabloon naam"
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "Plakken onmogelijk"
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Voornaam"
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Dit pakket heeft geen debconf mogelijkheden."
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Inlognaam"
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
+msgstr ""
+"De LDAP server is traag (%.2fs voor de laatste zoekopdracht). Dit kan "
+"ernstige prestatie verminderingen binnnen uw netwerk tot gevolg hebben."
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Aanhef"
+#: include/class_ldap.inc:230
+#, php-format
+msgid ""
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
+msgstr ""
+"De LDAP server antwoordt zeer traag (%.2fs). Dit kan ernstige prestatie "
+"verminderingen binnnen uw netwerk tot gevolg hebben."
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Academische titel"
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
+msgstr "Bezig met maken van kopie van %s"
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Geboortedatum"
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr "Bezig met verwerken"
 
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Stel in"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Object"
 
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Geslacht"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Fout bij het ophalen van de bron dn - afgebroken!"
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Voorkeurstaal"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "Onbekende FAI status %s"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Basis"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
+
+#: include/class_ldap.inc:734
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr "bij het bewerken van '%s' op LDAP server '%s'"
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
-msgstr "Selecteer een basis"
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "bij het bewerken van LDAP server %s"
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Adres"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te "
+"beginnen met 'dn: ...' op regel %s"
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Telefoon privé"
+#: include/class_ldap.inc:1014
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Homepage"
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
+"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. "
+"vanaf regel %s!"
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Wachtwoord encryptie"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr "Waarschuwing: Het account heeft een ongeldige mailserver string!"
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certificaten"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Waarschuwing: De IMAP server kan niet bereikt worden! Indien u dit account "
+"bewaart dan zullen sommige E-mail instellingen niet opgeslagen worden op de "
+"mail server!"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Bewerk certificaten"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Kan de IMAP mailbox niet aanmaken. De IMAP server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr ""
+"Kan de IMAP quota instellingen niet wegschrijven. De IMAP server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Bewerk eigenschappen"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Waarschuwing: De PHP functie 'imap_getacl' is niet voorhanden. "
+"Toegangsbeheer informatie kan niet veranderd worden."
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Organisatie informatie"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr ""
+"Waarschuwing: De PHP functie 'imap_get_acl' is niet voorhanden. Imap rechten "
+"kunnen niet opgehaald worden!"
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Organisatie"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr "Kan de IMAP mailbox niet verwijderen. De server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Afdeling"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Kan niet op de SIEVE server inloggen. De server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Afdeling nr."
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Kan het SIEVE script niet ophalen. De server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Personeel nr."
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Kan het SIEVE script niet versturen. De server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Functie"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr "Kan het GOsa SIEVE script niet activeren. De server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Kamer nr."
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Sluiten"
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Ga naar basis afdelingen"
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Plaats"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Basis"
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Provincie"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Ga een afdeling omhoog"
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Beroep"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr "Omhoog"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Eenheid omschrijving"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Ga naar gebruikers afdeling"
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Werkgebied"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Home"
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Functionele titel"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr "Lijst herladen"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Funktie"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr "Verwerk"
+
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+"Fout: De opgevraagde subtree heeft een inconsistente DN codering. Controleer "
+"uw LDAP instellingen!"
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Werkplaats"
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Waarschuwing: Kan het kerberos wachtwoord niet instellen. Uw PHP versie "
+"heeft geen kerberos ondersteuning. Wachtwoord is niet veranderd."
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Eenheid"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "De kerberos database communicatie is mislukt!"
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Straat"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr "Het veranderen van het wachtwoord in de kerberos database is mislukt!"
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
-msgstr "Postcode"
+#: 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."
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Huis identificatie"
+#: 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)"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Gebruik a.u.b. de telefoon tab"
+#: include/class_password-methods.inc:167
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Laatste levering"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, 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."
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Publiek zichtbaar"
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+msgstr ""
+"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba "
+"wachtwoord niet veranderen."
 
 
-#: plugins/personal/generic/password.tpl:2
+#: include/class_plugin.inc:404
+#, php-format
 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."
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
 msgstr ""
 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."
+"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
+"bestaat niet."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Plaatje verwijderen"
+#: include/class_plugin.inc:555
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Gebruikersinstellingen"
+#: include/class_plugin.inc:623
+#, 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."
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Wachtwoord wissen"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr "Object '%s' is al gemarkeerd"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Nieuw wachtwoord instellen"
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr "Toevoegen van markering (%s) aan object '%s'"
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Persoonlijk plaatje"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr "Het verwerken van object markeringen is mislukt"
 
 
-#: 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!"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr "Verwijderen van markering van object '%s'"
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Algemene gebruikersinformatie"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Uw gosa.conf is gedeeltelijk veranderd. Converteer het a.u.b. met het "
+"meegeleverde script fix_config.sh!"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Standaard certificaat"
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Onbekend"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "S/MIME certificaat"
+#: 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."
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "PKCS12 certificaat"
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr "Het opgegeven ppd bestand '%s' kan niet geopend worden om te lezen."
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Certificaat serienummer"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr "Het vereiste tijdelijke bestand '%s' kan niet weggeschreven worden."
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Intranet account"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+"Het parsen van PPD bestand %s is mislukt - regel was te lang. Resterende "
+"karakters zijn genegeerd."
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Proxy account"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "Geneste groepen worden niet ondersteund!"
 
 
-#: 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)"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "Groepnaam is niet uniek!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Beperk proxy gebruik tot tijd"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr "Symbool waardes worden nog niet ondersteund!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Beperk proxy gebruik met quota"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr "Geneste opties worden niet ondersteund!"
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "per"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr "PickMany wordt nog niet ondersteund!"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "PPTP account"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr ""
+"Het parsen van PPD bestand %s is mislukt - er is geen informatie gevonden."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "FTP account"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr "Het verwijder proces is geannuleerd door plugin '%s': %s"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Bandbreedte"
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr ""
+"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Verstuur bandbreedte"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/sec"
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Ontvangst bandbreedte"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr ""
+"Fout bij het plaatsen van een blokkade. Parameters zijn niet goed ingesteld. "
+"Controleer de bron!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: include/functions.inc:479
+#, 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'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Bestanden"
+#: include/functions.inc:494
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Plaatsen van een blokkade mislukt. De LDAP server meldt: '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Grootte"
+#: include/functions.inc:520
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Verwijderen van een blokkade mislukt. De LDAP server meldt: '%s'."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Verhouding"
+#: include/functions.inc:550
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr ""
+"Ophalen van de blokkade uit de LDAP database is mislukt. Parameters zijn "
+"niet goed ingesteld. Controleer de bron!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Verstuurde / Ontvangen bestanden"
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u."
+"b. de 'config' regel in gosa.conf!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Selecteer om Ftp toegang uit te schakelen"
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou "
+"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Schakel FTP toegang tijdelijk uit"
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "PHPGroupware account"
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de "
+"limiet nog steeds overschreden wordt."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Instellen"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
-msgstr "Het verwijderen van het webDAV account is mislukt"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "onvolledig"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
-msgstr "Het opslaan van het webDAV account is mislukt"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "LDAP fout:"
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Kolab account"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
+"Problemen met de LDAP server betekenen meestal dat de laatste wijzigingen "
+"verloren gegaan zijn. Controleer uw LDAP instellingen voor mogelijke fouten "
+"en probeer het opnieuw."
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: include/functions.inc:1125
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
 msgstr ""
 msgstr ""
-"Het kolab account is uitgeschakeld. U kunt opties aanpassen indien u een e-"
-"mail account toevoegd."
+"Controleer uw invoer a.u.b. en verbeter de fout. Druk 'OK' om dit "
+"berichtvenster te sluiten."
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
-msgstr "Delegaties"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "Er is een fout opgetreden bij het verwerken van uw aanvraag"
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "E-mail grootte"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "Geen E-mail grootte restrictie voor dit account"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Toch doorgaan"
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Free Busy informatie"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Alsnog bewerken"
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: include/functions.inc:1203
+#, 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 ""
+"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."
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Toekomstig"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr "Regels per pagina"
 
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
-msgstr "dagen"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr "Filter toepassen"
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Uitnodigingsbeleid"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Open-Xchange Account"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "GOsa ontwikkelversie (Revisie %s)"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+"Kon de reverse zone voor dns zone '%s' niet vinden. Het doornemen van deze "
+"zone is gestopt."
+
+#: include/functions_dns.inc:174
+#, php-format
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
 msgstr ""
 msgstr ""
-"Uitgeschakeld. Er is geen Postgresql ondersteuning gedetecteerd of de "
-"opgegeven database kon niet bereikt worden"
+"Er zijn meer dan een reverse zones voor dns zone '%s' gevonden. Het "
+"doornemen van deze zone is gestopt."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "Open-Xchange account"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Onthouden"
+#: 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"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Afspraken"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr "Help is (nog) niet beschikbaar voor deze module."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Taken"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr "%s resultaten voor uw zoekopdracht met sleutelwoord %s"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Gebruikersinformatie"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% resultaat in bestand %s"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Tijdzone"
+#: include/functions_setup.inc:84
+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!"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "GLPI account"
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"De optionele objectklasse '%s' die benodigd is door module '%s' is niet "
+"aanwezig in de LDAP configuratie"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+msgstr ""
+"De optionele objectklasse '%s' die benodigd is door module '%s' heeft niet "
+"versienummer %s"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "KB"
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Ondersteuning voor '%s' is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "GB"
+#: include/functions_setup.inc:118
+#, php-format
+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:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "Vereiste objectklasse '%s' heeft niet versienummer %s"
+
+#: include/functions_setup.inc:133
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr ""
+"SAMBA 3 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "uur"
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
+msgstr "SAMBA 3 ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "dag"
+#: include/functions_setup.inc:143
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr ""
+"SAMBA 2 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "week"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "SAMBA 2 ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "maand"
+#: include/functions_setup.inc:154
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr ""
+"PureFtp ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstallerd."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
-msgstr "Het verwijderen van het proxy account is mislukt"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "PureFtp ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
-msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is leeg."
+#: include/functions_setup.inc:164
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr ""
+"WebDAV ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleer."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is niet geldig."
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "WebDAV ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
-msgstr "Het opslaan van het proxy account is mislukt"
+#: include/functions_setup.inc:174
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr ""
+"Phpgroupware ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "OpenGroupware"
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "Phpgroupware ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "Teamlocatie"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr ""
+"Vertrouwensaccount ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Sjabloongebruiker"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Vertrouwensaccount ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Geblokkeerd"
+#: include/functions_setup.inc:194
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr ""
+"Gofon ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Teams"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Gofon ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "WebDAV Account"
+#: include/functions_setup.inc:204
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr ""
+"Nagios ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Nagios ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
-msgstr "Het verwijderen van het PPTP account is mislukt"
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr ""
+"Netatalk ondersteuning is uitgeschakeld. Het LDAP schema is niet "
+"geïnstalleerd."
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
-msgstr "Het opslaan van het PPTP account is mislukt"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Netatalk ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Intranet"
+#: include/functions_setup.inc:229
+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."
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
-msgstr "Het verwijderen van het intranet account is mislukt"
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Kolab ondersteuning is ingeschakeld"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
-msgstr "Het opslaan van het intranet account is mislukt"
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Genegeerd"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Mislukt"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
-msgstr "Het verwijderen van het PHPGroupware account is mislukt"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "PHP configuratie inspectie"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
-msgstr "Het opslaan van het PHPGroupware account is mislukt"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Controle op PHP versie (>=4.1.0)"
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "PHPScheduleIt account"
+#: include/functions_setup.inc:279
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Controle of 'register_globals' ingesteld staat op 'off'"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
+#: include/functions_setup.inc:283
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"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 ""
-"U probeert een ongeldig email adres toe te voegen aan de delegatielijst."
+"'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/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr "PHP session.gc_maxlifetime (>= 86400 seconden)."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
+#: include/functions_setup.inc:287
 msgid ""
 msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
 msgstr ""
 msgstr ""
-"Het E-mail adres dat u probeert toe te voegen is geen primair E-mail adres "
-"van een bestaande gebruiker."
+"PHP gebruikt deze waarde voor de garbage collector om oude sessies op te "
+"ruimen. Door deze waarde op een dag te zetten, voorkomt u dat sessie en "
+"cookie informatie verloren gaan, voordat deze daadwerkelijk ongeldig zijn."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
-msgstr "Altijd accepteren"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Zoeken naar de LDAP module"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
-msgstr "Altijd afwijzen"
+#: include/functions_setup.inc:291
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
-msgstr "Afwijzen bij conflicten"
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Zoeken naar XML functies"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
-msgstr "Handmatig bij conflicten"
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
+msgstr ""
+"XML functies zijn vereist om het configuratie bestand in te kunnen lezen."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
-msgstr "Handmatig"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Zoeken naar gettext ondersteuning"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
-msgstr "Anoniem"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr ""
+"Gettext ondersteuning is vereist voor ondersteuning van meerdere talen in "
+"GOsa."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, fuzzy, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Zoeken naar iconv ondersteuning"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-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"
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
+msgstr ""
+"Deze module wordt gebruikt door GOsa om samba munged dial informatie "
+"(terminal server) te converteren en is daarom vereist."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "De opgegeven waarde voor de Free Busy informatie URL is niet geldig."
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Zoeken naar de mhash module"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "Het uitnodigingsbeleid invoer voor adres '%s' is niet geldig"
+#: include/functions_setup.inc:307
+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 ""
+"Om SSHA encryptie te gebruiken heeft u deze module nodig. U kunt deze "
+"melding negeren indien u gewoon crypt of md5 encryptie gebruikt."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
-#, 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"
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Zoeken naar de IMAP module"
+
+#: include/functions_setup.inc:311
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, fuzzy, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Het opslaan van het Kolab account is mislukt"
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Controle op getacl in imap"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "Ftp"
+#: include/functions_setup.inc:315
+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."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
-msgstr "Het verwijderen van het pureftpd account is mislukt"
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Zoeken naar MySQL module"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "De opgegeven waarde voor 'Verstuur Bandbreedte' is niet geldig."
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit "
+"databases."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "De opgegeven waarde voor 'Ontvangst bandbreedte' is niet geldig."
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Zoeken naar CUPS module"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "De opgegeven waarde voor 'Bestanden' is niet geldig."
+#: include/functions_setup.inc:323
+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."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "De opgegeven waarde voor 'Grootte' is niet geldig."
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Zoeken naar kadm5 module"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "De opgegeven waarde voor 'Verhouding' is niet geldig."
+#: include/functions_setup.inc:327
+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."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
-msgstr "Het opslaan van het pureftpd account is mislukt"
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Zoeken naar de SNMP module"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr ""
+"Het Simple Network Management Protocol (SNMP) is vereist voor werkstation "
+"monitoring."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
-msgstr "Kan niet verbinden met de Postgresql Database!"
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "Gedteaileerde PHP functie inspectie"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr "Vereiste parameters voor Open-Xchange verbindingsmodule ontbreken!"
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Zoeken naar functie %s"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "PHP4 module voor Postgresql Database ontbreekt!"
+#: include/functions_setup.inc:373
+#, php-format
+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."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
-msgstr "Het verwijderen van het Open-Xchange adresboek is mislukt"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Zoeken naar enkele additionele programma's"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
-msgstr "Het verwijderen van het Open-Xchange account is mislukt"
+#: include/functions_setup.inc:395
+#, fuzzy
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Zoeken naar ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
+#: include/functions_setup.inc:396
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
 msgstr ""
 msgstr ""
-"De Open-Xchange accountnaam is leeg en dus ongeldig! Verzeker uzelf ervan dat"
+"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
+"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
-msgstr "Het opslaan van het Open-Xchange account is mislukt"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Zoeken naar ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
-msgstr "Het aanmaken van het Open-Xchange adresboek is mislukt"
+#: include/functions_setup.inc:400
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
+"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "OpenGroupware account"
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Zoeken naar de imagick module voor PHP"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
+#: include/functions_setup.inc:405
 msgid ""
 msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
 msgstr ""
 msgstr ""
-"OpenGroupware: Postgresql extensie ontbreekt in uw configuratie. Er kunnen "
-"geen database zoekopdrachten uitgevoerd worden."
+"Imagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten passen "
+"binnen de voorgestelde grootte en het uniforme JPEG formaat."
+
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Zoeken naar het fping programma"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
+#: include/functions_setup.inc:413
 msgid ""
 msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
 msgstr ""
 msgstr ""
-"OpenGroupware: Database configuratie voor OpenGroupware ontbreekt. Er kan "
-"geen informatie opgehaald of opgeslagen worden."
+"Het fping programma wordt alleen gebruikt indien u een thin client "
+"gebaseerde terminal omgeving heeft draaien."
+
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Zoeken naar een manier om LM/NT wachtwoord hashes te genereren"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
+#: include/functions_setup.inc:429
 msgid ""
 msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
-"OpenGroupware: Kan niet verbinden met de opgegeven database. Controleer uw "
-"configuratie a.u.b. nogmaals."
+"Om Samba 2.x/3.x te gebruiken moet u enkele additionele pakketten "
+"installeren om wachtwoord hashes te genereren"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPScheduleIt"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "php.ini controle -> session.auto_register"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
-msgstr "Het verwijderen van het PHPScheduleIt account is mislukt"
+#: include/functions_setup.inc:443
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
+"Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie "
+"in uw php.ini ingesteld zijn op 'Off'."
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
-msgstr "Het opslaan van het PHPScheduleIt account is mislukt"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "php.ini controle -> implicit_flush"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "Dit account heeft geen verbindings mogelijkheden."
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Deze Optie definieert Uitvoer afhandeling. Zet deze Optie uit om "
+"snelheiswinst te behalen"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Lijstnaam"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "php.ini controle -> max_execution_time"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Naam van de blokkeerlijst"
+#: include/functions_setup.inc:455
+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."
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Selecteer de subtree waaronder de blokkeerlijst geplaatst wordt"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "php.ini controle -> memory_limit"
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Type"
+#: include/functions_setup.inc:463
+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."
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Selecteer of inkomende en uitgaande gesprekken gefilterd moeten worden"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "php.ini controle -> expose_php"
 
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Beschrijving van deze blokkeerlijst"
+#: include/functions_setup.inc:468
+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."
 
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Geblokkeerde nummers"
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "php.ini check -> magic_quotes_gpc"
 
 
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Nummers kunnen ook wildcards (*?) bevatten."
+#: include/functions_setup.inc:473
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Fax blokkades"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+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:734
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
+"bereikbaar is voor GOsa."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
+#: include/functions_setup.inc:792
 #, php-format
 #, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "U staat op het punt blokkeerlijst '%s' te verwijderen."
+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!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen."
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Geef a.u.b. een geldig telefoonnummer op."
+#: include/functions_setup.inc:841
+#, fuzzy
+msgid ""
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
+"bereikbaar is voor GOsa."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "versturen"
+#: include/functions_setup.inc:924
+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."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "ontvangen"
+#: include/functions_setup.inc:933
+#, 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'."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
-msgstr "Het verwijderen van het blokeerlijst object is mislukt"
+#: include/functions_setup.inc:1112
+#, fuzzy
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr ""
+"Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
+"configuratie a.u.b."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
 msgstr ""
 msgstr ""
-"U heeft geen toestemming een blokkeerlijst aan te maken onder deze 'basis'."
+"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "Vereist veld 'Naam' is leeg."
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "PHP fout"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Vereist veld 'Naam' bevat ongeldige karakters"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "klasse"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "De opgegeven naam wordt al gebruikt."
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "functie"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr "Geen toestemming om een blokkeerlijst aan te maken onder deze basis."
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statisch"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
-msgstr "Het opslaan van het blokkeerlijst object is mislukt"
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "methode"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Lijst met blokkeerlijsten"
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Trace"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
-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 geselecteerde blokkeerlijsten toe te voegen, "
-"bewerken of verwijderen. Indien u veel blokkeerlijsten heeft is het aan te "
-"raden de selectie mogelijkheden te gebruiken."
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "Bestand"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "Blokkeerlijst naam"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Regel"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Acties"
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Type"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Selecteer om de verstuur blokkeerlijsten te zien"
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Argumenten"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Toon verstuur blokkeerlijsten"
+#: 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/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Selecteer om de ontvangst blokkeerlijsten te zien"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Persoonlijk"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Toon ontvangst blokkeerlijsten"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Achternaam"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
-msgstr "Selecteer om binnen subonderdelen te zoeken"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Voornaam"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Reguliere expressie voor overeenkomende lijstnamen"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Aanhef"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
-msgstr "Nieuwe blokkeerlijst aanmaken"
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Privé"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
-msgstr "Nieuwe blokkeerlijst"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "E-mail"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
-msgstr "Verwerk afdeling"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Bedrijfsmatig"
+
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Bedrijf"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
-msgstr "Verwerk"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Afdeling"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
-msgstr "Bewerk"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Land"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
-msgstr "Bewerk gebruiker"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "Fax"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
-msgstr "Verwijder"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Adresboek"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
-msgstr "Verwijder gebruiker"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Dit doet iets"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Waarschuwing"
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Nu van %s naar %s bellen?"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.tpl:6
+#: plugins/addons/addressbook/class_addressbook.inc:164
 msgid ""
 msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"Verzeker u ervan dat u dit daadwerkelijk wil doorvoeren, aangezien het "
-"onmogelijk is voor GOsa om de data terug te halen."
+"U heeft geen privé telefoonnummer opgegeven. Verander dit a.u.b. om direkt "
+"te kunnen kiezen"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "Het verwijderen van de adresboek invoer is mislukt"
 
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Blokkeerlijst beheer"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Fax nummer waarop GOfax moet reageren"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "U staat op het punt de invoer %s te verwijderen."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Taal"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Kies"
 
 
-#: 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/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Sla contact voor %s op als vcard"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Aflever formaat"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Stuur E-mail naar %s"
 
 
-#: 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/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "globaal adresboek"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Aflever methodes"
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "gebruiker database"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Schakel Fax gebruik tijdelijk uit"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Contact opgeslagen in '%s'"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Lever Fax als E-mail af aan"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Maak record aan in"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Lever Fax als E-mail af"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Alle"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Lever Fax af op printer"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Telefoon Werk"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alternatieve Fax nummers"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "GSM"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Blokkeerlijsten"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Het vereiste veld '(Achter)naam' is leeg."
+
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Het vereiste veld 'Voornaam' is leeg."
+
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Het veld 'Naam' bevat ongeldige karakters."
+
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Het veld 'Voornaam' bevat ongeldige karakters."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Blokkeerlijsten voor te ontvangen Faxen"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Het veld 'Telefoon' bevat een ongeldig telefoonnummer."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Blokkeerlijsten voor te versturen Faxen"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer."
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-#, fuzzy
-msgid "Alternate fax numbers will not be copied"
-msgstr "Alternatieve Fax nummers"
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Het veld 'GSM' bevat een ongeldig telefoonnummer"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Selecteer de toe te voegen nummers"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Het veld 'Pieper' bevat een ongeldig telefoonnummer."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Toon nummers van afdeling"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+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/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Toon de overeenkomende nummers"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+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/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Reguliere expressie voor overeenkomende nummers"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+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/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Toon nummers van gebruiker"
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "Het opslaan van de adresboek invoer is mislukt"
 
 
-#: 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/contents.tpl:15
+msgid "Contact"
+msgstr "Contact"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Geblokkeerde nummers/lijsten"
+#: 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/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Acties"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Voeg de lijst toe aan de blokkeerlijsten"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Record toevoegen"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Fax instellingen"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Invoer bewerken"
 
 
-#: 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/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Record verwijderen"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "Dit account heeft geen Fax mogelijkheden."
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Selecteer om gewone gebruikers te tonen"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "Fax account verwijderen"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Toon gebruikers binnen de organisatie"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:168
-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/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Selecteer om gebruikers in het adresboek te zien"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Fax account aanmaken"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Toon adresboek records"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
-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/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Toon resultaten voor afdeling"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "U probeert een ongeldig telefoonnummer toe te voegen."
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Selecteer de afdeling waarbinnen gezocht zal worden"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "terug"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Zoek op"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
-msgstr "Het verwijderen van het FAX account is mislukt"
+#: 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/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "Het vereiste veld 'Fax' is leeg."
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Zoek naar"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-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/contents.tpl:105
+msgid "Search string"
+msgstr "Zoekstring"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-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/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Bel..."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-msgid "The mail address you've entered is invalid."
-msgstr "Het E-mail adres dat u opgegeven heeft is ongeldig."
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Adresboek"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
+#: plugins/addons/addressbook/remove.tpl:6
 msgid ""
 msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+"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 ""
-"Fax afleveren op een printer is alleen mogelijk indien een geldige printer "
-"is opgegeven. Corrigeer uw keuze a.u.b."
+"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:756
-msgid "Saving FAX account failed"
-msgstr "Het opslaan van het Fax account is mislukt"
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/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/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Verwijderen"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filter"
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "De opgegeven DFS share bestaat al."
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Zoek naar"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "Vereist veld \"Naam van DFS share\" is leeg."
 
 
-#: 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/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "Vereist veld \"Omschrijving\" is leeg."
 
 
-#: 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/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Vereist veld \"Bestandserver\" is leeg."
 
 
-#: 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/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr "Vereist veld \"Share op bestandserver\" is leeg."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "gedurende"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "Vereist veld \"DFS locatie\" is leeg."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Zoeken"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "DFS Beheer"
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Gebruiker"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "Het verwijderen van de DFS share is mislukt"
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Datum"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr "Geen DFS regels gevonden"
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Afzender"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Ga een DFS share omhoog"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Ontvanger"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr "Ga naar DFS root"
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# pagina's"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Maak een nieuwe DFS share aan"
 
 
-#: 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/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Basis"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Fax voorbeeld - even geduld a.u.b."
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Verwerk afdeling"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Klik op de Fax om deze te downloaden"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "DFS shares"
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "Fax ID"
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"Dit menu maakt het mogelijk om geselecteerde DFS shares toe te voegen, "
+"bewerken of verwijderen. Indien u veel DFS shares heeft is het aan te raden "
+"de selectie mogelijkheden te gebruiken."
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Datum / Tijd"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Toon overeenkomende DFS shares"
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "Afzender MSN"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Reguliere expressie voor overeenkomende DFS share namen"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "Afzender ID"
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "DFS eigenschappen"
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "Ontvanger MSN"
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Naam van DFS share"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "Ontvanger ID"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Bestandserver"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Status bericht"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Share op bestandserver"
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Overdrachtstijd"
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "DFS locatie"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Fax rapporten"
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr "Distibuted File System Beheer"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Fax rapporten"
+#: 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:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
-msgstr ""
+#: 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:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-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/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:116
-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/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "mislukt"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
-msgstr "Kan de Fax database voor rapportage niet selecteren!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "okee"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-#, fuzzy
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr "Kan de Fax database voor rapportage niet selecteren!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "status"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "De zoekopdracht op de Fax database is mislukt!"
+#: 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/class_faxreport.inc:157
-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:319
+msgid "Nothing to import!"
+msgstr "Er is niets te importeren!"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "J-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 "Er is geen bestand ge-upload."
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Naam"
+#: 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/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:66
-#: plugins/addons/addressbook/address_info.tpl:29
-msgid "Private"
-msgstr "Privé"
+#: 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/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Contact"
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "CSV import"
 
 
-#: 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/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:47
-msgid "Add entry"
-msgstr "Record toevoegen"
+#: 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/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "Invoer bewerken"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "XLS import"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Record verwijderen"
+#: 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/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Selecteer om gewone gebruikers te tonen"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Onbekende fout"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Toon gebruikers binnen de organisatie"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "LDAP beheer"
 
 
-#: 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/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/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Toon adresboek records"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Selecteer het te importeren CSV bestand"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Toon resultaten voor afdeling"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Doorzoek"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Zoek op"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Selecteer sjabloon"
 
 
-#: 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/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/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Zoekstring"
+#: 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/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Bel..."
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Hier is het statusraport voor de import:"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Kies"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Geselecteerd Sjabloon"
 
 
-#: plugins/addons/addressbook/remove.tpl:6
+#: plugins/addons/ldapmanager/contentexport.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 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 ""
-"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."
+"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/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Selecteer de afdeling waarin de invoer bewaard wordt."
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Exporteer een enkel record"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Persoonlijk"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Exporteer een complete LDIF voor"
 
 
-#: 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/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/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "E-mail"
+#: 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/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Bedrijfsmatig"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Export was succesvol"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Bedrijf"
+#: 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/address_edit.tpl:148
-#: plugins/addons/addressbook/address_info.tpl:67 html/getxls.php:174
-#: html/getxls.php:236
-msgid "City"
-msgstr "Plaats"
+#: 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/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/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Land"
+#: 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/main.inc:37
-msgid "Address book"
-msgstr "Adresboek"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Exporteer een compleet XLS voor"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Adresboek"
+#: 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:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Nu van %s naar %s bellen?"
+#: 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:164
+#: plugins/addons/ldapmanager/contentimport.tpl:3
 msgid ""
 msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+"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 ""
-"U heeft geen privé telefoonnummer opgegeven. Verander dit a.u.b. om direkt "
-"te kunnen kiezen"
+"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/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "Het verwijderen van de adresboek invoer is mislukt"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importeer LDIF bestand"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr "Verander bestaand atribuut"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, 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/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Overschrijf bestaande gegevens"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Sla contact voor %s op als vcard"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Import was succesvol"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Stuur E-mail naar %s"
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Systeem logs"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "globaal adresboek"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Geen LOG servers gedefiniëerd!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
-msgstr "gebruiker database"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+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/addons/addressbook/class_addressbook.inc:481
-#, php-format
-msgid "Contact stored in '%s'"
-msgstr "Contact opgeslagen in '%s'"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+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:483
-msgid "Creating new entry in"
-msgstr "Maak record aan in"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+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:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Alle"
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "Zoekopdracht binnen de log database is mislukt!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 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:125
+msgid "one hour"
+msgstr "1 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Telefoon Werk"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "GSM"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefoon Privé"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 uur"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 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:127
+msgid "2 days"
+msgstr "2 dagen"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-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:127
+msgid "one week"
+msgstr "1 week"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-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/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 weken"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "Het opslaan van de adresboek invoer is mislukt"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
+msgstr "1 maand"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "DFS shares"
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filter"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"Dit menu maakt het mogelijk om geselecteerde DFS shares toe te voegen, "
-"bewerken of verwijderen. Indien u veel DFS shares heeft is het aan te raden "
-"de selectie mogelijkheden te gebruiken."
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Toon computers"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Toon overeenkomende DFS shares"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Log prioriteit"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Reguliere expressie voor overeenkomende DFS share namen"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Tijd interval"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "DFS eigenschappen"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Voer de te zoeken string in"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Naam van DFS share"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Ruleset"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Bestandserver"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Bewerken"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Share op bestandserver"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Prioriteit"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "DFS locatie"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Computernaam"
+
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Datum"
+
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Bericht"
+
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "De zoekopdracht gaf geen resultaten terug..."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "DFS Beheer"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Systeem log weergave"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "Het verwijderen van de DFS share is mislukt"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Mail wachtrij"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
-msgstr "Geen DFS regels gevonden"
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+msgstr ""
+"Controleer uw 'gosa.conf' a.u.b. Er is geen 'MAILQUEUESCRIPTPATH' "
+"gespecificeerd"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Ga een DFS share omhoog"
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, fuzzy, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr ""
+"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
-msgstr "Omhoog"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgstr ""
+"Controleer uw 'gosa.conf' a.u.b. De opgegeven '%s' kan niet uitgevoerd "
+"worden."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
-msgstr "Ga naar DFS root"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
+msgstr "Er is geen E-mail server gespecificeerd."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
-msgstr "Basis"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "omhoog"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Maak een nieuwe DFS share aan"
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "omlaag"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "De opgegeven DFS share bestaat al."
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr "geen limiet"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Vereist veld \"Naam van DFS share\" is leeg."
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "uur"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "Vereist veld \"Omschrijving\" is leeg."
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "uren"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Vereist veld \"Bestandserver\" is leeg."
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr "Wacht"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Vereist veld \"Share op bestandserver\" is leeg."
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr "Uit de wacht"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "Vereist veld \"DFS locatie\" is leeg."
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Actief"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
-msgstr "Distibuted File System Beheer"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
+msgstr "Niet actief"
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgid "Please enter a search string here."
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgid "Please enter a search string here."
@@ -4713,10 +3974,32 @@ msgstr "De zoekopdracht gaf geen resultaten terug"
 msgid "ID"
 msgstr "ID"
 
 msgid "ID"
 msgstr "ID"
 
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Server"
+
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Grootte"
+
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Aankomst"
 
 #: plugins/addons/mailqueue/contents.tpl:55
 msgid "Arrival"
 msgstr "Aankomst"
 
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Afzender"
+
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Ontvanger"
 #: plugins/addons/mailqueue/contents.tpl:57
 msgid "Recipient"
 msgstr "Ontvanger"
@@ -4725,10 +4008,24 @@ msgstr "Ontvanger"
 msgid "Error"
 msgstr "Fout"
 
 msgid "Error"
 msgstr "Fout"
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Actief"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "Verwijder"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 msgid "Delete this message"
@@ -4738,810 +4035,1023 @@ msgstr "Verwijder dit bericht"
 msgid "unhold"
 msgstr "uit wachtstand"
 
 msgid "unhold"
 msgstr "uit wachtstand"
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "Release message"
-msgstr "Bericht vrijgeven"
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "Release message"
+msgstr "Bericht vrijgeven"
+
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "hold"
+msgstr "wachtstand"
+
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
+msgstr "Bericht in wachtstand plaatsen"
+
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "requeue"
+msgstr "herplaatsen"
+
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
+msgstr "Herplaats dit bericht"
+
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
+msgstr "header"
+
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
+msgstr "Toon de header van dit bericht"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "geen voorbeeld"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Deze 'dn' is geen programma."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "Het verwijderen van het programma is mislukt"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
+msgstr "Het verwijderen van het programma van objectgroep '%s' is mislukt"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
+msgstr "Het verwijderen van het programma van groep '%s' is mislukt"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Het opgegeven plaatje is niet correct ge-upload"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr "Het opgegeven uitvoerpad moet met een '/' starten."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+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/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Vereiste veld 'Naam' is leeg."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+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/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Vereist veld 'Uitvoeren' is leeg."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Er is al een programma met deze 'Naam'."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "Het opslaan van het programma is mislukt"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Programma instellingen"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Programmanaam"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: 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/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "U staat op het punt de programma '%s' te verwijderen."
+
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "U heeft geen toestemming dit programma te verwijderen"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Opties verwijderen"
+
+#: plugins/admin/applications/class_applicationParameters.inc:55
+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/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Opties aanmaken"
+
+#: plugins/admin/applications/class_applicationParameters.inc:58
+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/addons/mailqueue/contents.tpl:101
-msgid "hold"
-msgstr "wachtstand"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Variabele"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
-msgstr "Bericht in wachtstand plaatsen"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Standaard waarde"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
-msgstr "herplaatsen"
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Optie toevoegen"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
-msgstr "Herplaats dit bericht"
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "Het verwijderen van programma parameters is mislukt"
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "header"
-msgstr "header"
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Waarde '%s' die opgegeven is als optienaam is niet geldig."
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
-msgstr "Toon de header van dit bericht"
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "Het opslaan van programma paramters is mislukt"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Mail wachtrij"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Lijst met programma's"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
-msgstr ""
-"Controleer uw 'gosa.conf' a.u.b. Er is geen 'MAILQUEUESCRIPTPATH' "
-"gespecificeerd"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Deze tabel toont alle programma's in de geselecteerde tree."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, fuzzy, php-format
+#: plugins/admin/applications/class_divListApplication.inc:34
 msgid ""
 msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
-msgstr ""
-"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+"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 ""
-"Controleer uw 'gosa.conf' a.u.b. De opgegeven '%s' kan niet uitgevoerd "
-"worden."
+"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/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
-msgstr "Er is geen E-mail server gespecificeerd."
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Selecteer om binnen subonderdelen te zoeken"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "omhoog"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr "Subonderdelen negeren"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "omlaag"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Toon overeenkomende gebruikers"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
-msgstr "geen limiet"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "nieuw"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "uren"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Nieuw programma aanmaken"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr "Wacht"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Programma"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr "Uit de wacht"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "knippen"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
-msgstr "Niet actief"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Deze invoer knippen"
 
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
-msgstr "LDAP beheer"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr "kopieer"
 
 
-#: 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/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Deze invoer kopieren"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Exporteer een enkel record"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "Bewerk"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Selecteer de data die u wilt exporteren"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Bewerk deze invoer"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Exporteer een compleet XLS voor"
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Verwijder deze invoer"
 
 
-#: 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/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Commando"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Exporteer IVBB LDIF voor"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Directory en/of bestandsnaam van het programma"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Export was succesvol"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Selecteer de subtree waaronder het programma geplaatst zal worden."
 
 
-#: 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/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Selecteer een basis"
 
 
-#: 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/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Icoon"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "LDIF export"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Bijwerken"
 
 
-#: 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/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Herlaad plaatje vanuit LDAP"
 
 
-#: 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/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Alleen uitvoerbaar voor groepsleden"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "mislukt"
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Vervang gebruikers configuratie bij opstarten"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "okee"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Plaats icoon op de desktop van groepsleden"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "status"
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Plaats programma in het startmenu van groepsleden"
 
 
-#: 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/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Plaats invoer in snelstartbalk van groepsleden"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Er is niets te importeren!"
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Uploaden"
 
 
-#: 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/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Downloaden"
 
 
-#: 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/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Programma beheer"
 
 
-#: 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/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Aftakkingen"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "Huidige uitgave"
+
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 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."
+"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 ""
-"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!"
+"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/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importeer LDIF bestand"
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "Het verwijderen van de afdeling is mislukt"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr "Verander bestaand atribuut"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+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/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Overschrijf bestaande gegevens"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Er bestaat al een afdeling met deze 'Naam'."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Import was succesvol"
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Vereist veld 'Naam' is leeg."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Vereist veld 'Omschrijving' is leeg."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
 msgid ""
 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."
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
 msgstr ""
 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/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Selecteer het te importeren CSV bestand"
+"Het veld 'Naam' bevat het gereserveerde woord '%s'. Kies a.u.b. een andere "
+"naam."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Selecteer sjabloon"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
+"Fatale fout: Kon geen ongebruikte markering vinden om de administratieve "
+"eenheid te markeren!"
 
 
-#: 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/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "Het opslaan van de afdeling is mislukt"
 
 
-#: 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/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
+msgstr "Markeren van '%s'."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Hier is het statusraport voor de import:"
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
+msgstr "Verplaatsen van %s naar %s"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Geselecteerd Sjabloon"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
+msgstr "Kopieren van %s is mislukt. Bewerking afgebroken."
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "XLS import"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Afdelingen"
 
 
-#: 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/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, 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/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/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "U heeft geen toestemming om deze afdeling te verwijderen."
 
 
-#: 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/admin/departments/class_departmentManagement.inc:333
+msgid ".."
+msgstr ".."
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Onbekende fout"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Lijst met afdelingen"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
+#: plugins/admin/departments/class_divListDepartment.inc:33
 msgid ""
 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 ""
-"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/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Exporteer een complete LDIF voor"
+"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/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/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Afdelingnaam"
 
 
-#: 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/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Reguliere expressie voor overeenkomende groepnamen"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "CSV import"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Nieuwe afdeling aanmaken"
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Systeem log weergave"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "afdeling"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Systeem logs"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Bezig met verwerken van de gevraagde opdracht"
 
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Geen LOG servers gedefiniëerd!"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
+"Zodra de verplaats bewerking beeindigd is, kunt u naar het einde van de "
+"pagina gaan en op de 'Doorgaan' knop drukken om door te gaan met de afdeling "
+"beheer dialoog."
 
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-msgid "Can't connect to log database, no logs can be shown!"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
 msgstr ""
 msgstr ""
-"Kan niet met de log database verbinden. Logs kunnen niet getoond worden!"
+"Uw browser heeft geen ondersteuning voor frames. Gebruik a.u.b. deze link om "
+"de gewenste opdracht uit te voeren."
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
-msgstr "Kan de log database voor log generatie niet selecteren!"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Eigenschappen"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "Zoekopdracht binnen de log database is mislukt!"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Naam van de afdeling"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "1 uur"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Naam van de aan te maken subtree"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 uur"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Omschrijving voor de afdeling"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 uur"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Categorie"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 uur"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Categorie voor deze subtree"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 dagen"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "1 week"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Provincie waar deze subtree zich bevindt"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 weken"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Plaats van deze subtree"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "1 maand"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Post adres van deze subtree"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Toon computers"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Basis telefoonnummer van deze subtree"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Log prioriteit"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Basis Fax nummer van deze subtree"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Tijd interval"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Administratieve instellingen"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Voer de te zoeken string in"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
+msgstr "Markeer de afdeling als een onafhankelijke administratieve eenheid"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Ruleset"
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Afdeling beheer"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Prioriteit"
+#: 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 ""
+"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/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Computernaam"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
+"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/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Bericht"
+#: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
+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/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
-msgstr "Objecten"
+#: 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/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Lijst met toegekende variabelen"
+#: 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/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Kies een te bewerken of verwijderen variabele"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Voer FAI klassenaam handmatig in"
 
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Fully Automatic Installation"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Klassenaam"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
-msgstr "Downloaden"
+#: 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/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
-msgstr "Het verwijderen van de FAI script basis is mislukt"
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Kies een klassenaam"
+
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Gebruik"
 
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
-#, fuzzy, php-format
-msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
-"given name."
-msgstr ""
-"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
-"de zone bewerkings dialoog."
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Een nieuwe klassenaam."
 
 
-#: plugins/admin/fai/class_faiScript.inc:393
-msgid "Creating FAI script base failed"
-msgstr "Het aanmaken van de FAI script basis is mislukt"
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Maak nieuwe tak aan"
 
 
-#: plugins/admin/fai/class_faiScript.inc:477
-msgid "Removing FAI script failed"
-msgstr "Het verwijderen van het FAI script is mislukt"
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Maak nieuwe geblokkeerde tak aan"
 
 
-#: plugins/admin/fai/class_faiScript.inc:496
-msgid "Saving FAI script failed"
-msgstr "Het opslaan van het FAI script is mislukt"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Verwijder huidige uitgave"
 
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
-#: plugins/admin/departments/tabs_department.inc:31
-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_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Nieuw FAI object - partitie tabel aanmaken."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, fuzzy, php-format
-msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
-msgstr ""
-"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
-"de zone bewerkings dialoog."
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Nieuw FAI object - pakketbundel aanmaken."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:390
-msgid "Saving FAI template base failed"
-msgstr "Het opslaan van de FAI sjabloon basis is mislukt"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Nieuw FAI object - scriptbundel aanmaken."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:468
-#, fuzzy
-msgid "Removing FAI template entry failed"
-msgstr "Het verwijderen van de FAI sjabloon basis is mislukt"
+#: plugins/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Nieuw FAI object - variabelebundel aanmaken."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:473
-#, fuzzy
-msgid "Modifying FAI template entry failed"
-msgstr "Het verwijderen van de FAI sjabloon basis is mislukt"
+#: plugins/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Nieuw FAI object - inhakerbundel aanmaken."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
-#, fuzzy
-msgid "Creating FAI template entry failed"
-msgstr "Het opslaan van de FAI sjabloon basis is mislukt"
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Nieuw FAI object - profiel aanmaken."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "FAI"
-msgstr "FAI"
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Nieuw FAI object - sjabloon aanmaken."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
-msgstr "Fully Automatic Installation - beheer"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Nieuw FAI object aanmaken"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, 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/fai/class_askClassName.inc:138
+#, fuzzy
+msgid "Spaces are not allowed within class names."
+msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-msgid "You are not allowed to delete this component!"
-msgstr "U heeft geen toestemming om dit component te verwijderen!"
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "De opgegeven klassenaam is leeg."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
 msgstr ""
 msgstr ""
-"U staat op het punt een FAI aftakking / bevriezing '%s' te verwijderen."
-
-#: plugins/admin/fai/class_faiManagement.inc:287
-msgid "You are not allowed to delete this release!"
-msgstr "U heeft geen toestemming om deze uitgave te verwijderen!"
+"De waarde die opgegeven is voor de klassenaam is al in gebruik voor dit "
+"objecttype."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:345
-msgid "Specified branch name is invalid."
-msgstr "De opgegeven aftakkingsnaam is ongeldig."
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Lijst met FAI klassen"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:347
-msgid "Specified freeze name is invalid."
-msgstr "De opgegeven bevriesnaam is ongeldig."
+#: plugins/admin/fai/class_divListFai.inc:44
+#, fuzzy
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Deze tabel toont alle systemen in de geselecteerde tree"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-msgid "This name is already in use."
-msgstr "De opgegeven naam wordt al gebruikt."
+#: plugins/admin/fai/class_divListFai.inc:48
+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/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Naam van de FAI klasse"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Geef hier uw zoekwaarde op"
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
+msgstr "Klasse type"
 
 
-#: 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/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
+msgstr "Toon FAI profieel objecten"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
-msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
-msgstr ""
-"De door u opgegeven zoekopdracht '%s' gaf teveel resultaten terug. Om het "
-"geheugengebruik laag te houden worden alleen de eerste 200 resultaten "
-"getoond."
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Toon profielen"
 
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
-msgstr "Aftakkingen"
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Toon FAI sjabloon objecten"
 
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
-msgstr "Huidige uitgave"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Toon sjablonen"
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Maak nieuwe tak aan"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Toon FAI scripts"
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Maak nieuwe geblokkeerde tak aan"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Toon scripts"
 
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Verwijder huidige uitgave"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Toon FAI inhakers"
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "FAI objectlijst"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Toon inhakers"
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr "Klasse herladen en configuratie van ouder object vrijgeven."
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Toon FAI variabelen"
 
 
-#: 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/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Toon variabelen"
 
 
-#: 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 ""
-"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/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Toon FAI pakketten"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
-msgid "Discs"
-msgstr "Schijven"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Toon pakketten"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr "Kies een te bewerken of verwijderen hardeschijf"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Toon FAI partities"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr "Lijst met FAI objecten (Fully Automatic Installation)"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Toon partities"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-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/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Nieuw profiel"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
-msgid "Show only classes with templates"
-msgstr "Toon alleen klassen met sjablonen"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
+msgstr "PR"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr "Toon alleen klassen met scripts"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Nieuwe partitietabel"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
-msgstr "Toon alleen klassen met inhakers"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
-msgid "Show only classes with variables"
-msgstr "Toon alleen klassen met variabelen"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Nieuwe scripts"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
-msgstr "Toon alleen klassen met pakketten"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "SC"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
-msgid "Show only classes with partitions"
-msgstr "Toon alleen klassen met partities"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Nieuwe inhakers"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Toon overeenkomende objecten"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr "H"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Reguliere expressie voor overeenkomende objectnamen"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Nieuwe variabelen"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Pakket"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
+msgstr "V"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
-msgstr "Scripts"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Nieuwe sjablonen"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
-msgstr "Partitietabel"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr "SJ"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
-msgstr "Pakketlijst"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Nieuwe pakketlijst"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
-msgstr "Dit object heeft geen FAI klassen toegewezen gekregen."
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Bewerk klasse"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
-msgid "Open"
-msgstr "Open"
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Verwijder klasse"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
-msgid "No."
-msgstr "Aantal"
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr "Het verwijderen van FAI inhaker basis is mislukt"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-msgid "FS options"
-msgstr "FS opties"
+#: plugins/admin/fai/class_faiHook.inc:382
+#, fuzzy, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
+msgstr ""
+"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
+"de zone bewerkings dialoog."
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
-msgstr "Koppelopties"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr "Het opslaan van de FAI inhaker basis is mislukt"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
-msgstr "Grootte in MB"
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr "Het verwijderen van de FAI inhaker is mislukt"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
-msgstr "Koppelpunt"
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr "Het opslaan van de FAI inhaker is mislukt"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
 msgid "Please select a valid file."
 msgstr "Selecteer a.u.b. een geldig bestand."
 
 msgid "Please select a valid file."
 msgstr "Selecteer a.u.b. een geldig bestand."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
 msgid "Selected file is empty."
 msgstr "Het opgegeven bestand is leeg."
 
 msgid "Selected file is empty."
 msgstr "Het opgegeven bestand is leeg."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Geef a.u.b. een waarde voor script op"
+
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
 msgid "Please enter a name."
 msgstr "Kies a.u.b. een naam."
 
 msgid "Please enter a name."
 msgstr "Kies a.u.b. een naam."
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Geef a.u.b. een scripts op."
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Eigenschappen"
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
+msgstr "Fully Automatic Installation - beheer"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Script attributen"
+#: plugins/admin/fai/class_faiManagement.inc:173
+#, 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/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Kies een prioriteit"
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
+msgstr "U heeft geen toestemming om dit component te verwijderen!"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Importeer script"
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr ""
+"U staat op het punt een FAI aftakking / bevriezing '%s' te verwijderen."
+
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
+msgstr "U heeft geen toestemming om deze uitgave te verwijderen!"
+
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
+msgstr "De opgegeven aftakkingsnaam is ongeldig."
+
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
+msgstr "De opgegeven bevriesnaam is ongeldig."
+
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
+msgstr "De opgegeven naam wordt al gebruikt."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:342
+#: plugins/admin/fai/class_faiPackage.inc:337
 msgid "Removing FAI package base failed"
 msgstr "Het verwijderen van de FAI pakket basis is mislukt"
 
 msgid "Removing FAI package base failed"
 msgstr "Het verwijderen van de FAI pakket basis is mislukt"
 
-#: plugins/admin/fai/class_faiPackage.inc:371
+#: plugins/admin/fai/class_faiPackage.inc:366
 msgid "Please select a least one Package."
 msgstr "Selecteer a.u.b. tenminste een pakket."
 
 msgid "Please select a least one Package."
 msgstr "Selecteer a.u.b. tenminste een pakket."
 
-#: plugins/admin/fai/class_faiPackage.inc:375
+#: plugins/admin/fai/class_faiPackage.inc:370
 msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 "Kies a.u.b. een geldige combinatie voor uw verzamelplaats instellingen."
 
 msgid "Please choose a valid combination for your repository setup."
 msgstr ""
 "Kies a.u.b. een geldige combinatie voor uw verzamelplaats instellingen."
 
-#: plugins/admin/fai/class_faiPackage.inc:388
+#: plugins/admin/fai/class_faiPackage.inc:383
 #, fuzzy, php-format
 msgid ""
 "Can't insert a fai package list named '%s' in '%s' there is already a "
 #, fuzzy, php-format
 msgid ""
 "Can't insert a fai package list named '%s' in '%s' there is already a "
@@ -5550,182 +5060,144 @@ msgstr ""
 "Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
 "de zone bewerkings dialoog."
 
 "Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
 "de zone bewerkings dialoog."
 
-#: plugins/admin/fai/class_faiPackage.inc:410
+#: plugins/admin/fai/class_faiPackage.inc:405
 msgid "package is configured"
 msgstr "pakket is geconfigureerd"
 
 msgid "package is configured"
 msgstr "pakket is geconfigureerd"
 
-#: plugins/admin/fai/class_faiPackage.inc:416
+#: plugins/admin/fai/class_faiPackage.inc:411
 msgid "Package marked for removal"
 msgstr "Pakket gemarkeerd voor verwijdering"
 
 msgid "Package marked for removal"
 msgstr "Pakket gemarkeerd voor verwijdering"
 
-#: plugins/admin/fai/class_faiPackage.inc:442
+#: plugins/admin/fai/class_faiPackage.inc:437
 #, php-format
 msgid "Package file '%s' does not exist."
 msgstr "Pakketbestand '%s' bestaat niet."
 
 #, php-format
 msgid "Package file '%s' does not exist."
 msgstr "Pakketbestand '%s' bestaat niet."
 
-#: plugins/admin/fai/class_faiPackage.inc:506
+#: plugins/admin/fai/class_faiPackage.inc:501
 msgid "Saving FAI package base failed"
 msgstr "Het opslaan van de FAI pakket basis is mislukt"
 
 msgid "Saving FAI package base failed"
 msgstr "Het opslaan van de FAI pakket basis is mislukt"
 
-#: plugins/admin/fai/class_faiPackage.inc:551
+#: plugins/admin/fai/class_faiPackage.inc:547
 msgid "Saving FAI package entry failed"
 msgstr "Het opslaan van de FAI pakket invoer is mislukt"
 
 msgid "Saving FAI package entry failed"
 msgstr "Het opslaan van de FAI pakket invoer is mislukt"
 
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-msgid "Release"
-msgstr "Distributie versie"
-
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-msgid "Section"
-msgstr "Sectie"
-
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
-msgstr "Installatie methode"
-
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
-msgstr "Gebruikte pakketten"
-
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
-msgstr "Gekozen pakketten"
-
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Instellen"
-
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
-msgstr "Verwijder markering omschakelen"
-
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
-msgstr "Het verwijderen van FAI inhaker basis is mislukt"
-
-#: plugins/admin/fai/class_faiHook.inc:387
-#, fuzzy, php-format
-msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
-msgstr ""
-"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
-"de zone bewerkings dialoog."
-
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
-msgstr "Het opslaan van de FAI inhaker basis is mislukt"
-
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
-msgstr "Het verwijderen van de FAI inhaker is mislukt"
-
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
-msgstr "Het opslaan van de FAI inhaker is mislukt"
-
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr "Deze lijst toont alle toegekende klassenamen voor dit profiel."
-
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
-msgstr "Inhakers bundel"
-
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
-msgstr "Sjabloon bundel"
-
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
-msgstr "Script bundel"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Debconf informatie voor pakket '%s'"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
-msgstr "Variabele bundel"
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
+msgstr "Geef hier uw zoekwaarde op"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
-msgstr "Pakketbundel"
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+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/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr "Verwijder klasse uit profiel"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
+msgstr ""
+"De door u opgegeven zoekopdracht '%s' gaf teveel resultaten terug. Om het "
+"geheugengebruik laag te houden worden alleen de eerste 200 resultaten "
+"getoond."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
-msgstr "Omlaag"
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "%s partitie"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
-msgstr "Het verwijderen van het FAI profiel is mislukt"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "%s partitie(s)"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr "Ken a.u.b. tenminste een klasse toe aan dit profiel."
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, fuzzy, php-format
+msgid ""
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
+msgstr ""
+"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
+"de zone bewerkings dialoog."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
-msgstr "Geef a.u.b. een geldige naam op"
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "Het opslaan van de FAI partitietabel basis is mislukt"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:425
-msgid "There is already a profile with this class name defined."
-msgstr "Er bestaat al een profiel met deze klassenaam."
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "Het verwijderen van de FAI partitietabel is mislukt"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr "Het opslaan van het FAI profiel is mislukt"
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "Het opslaan van de FAI partitietabel basis is mislukt"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "FAI klassen"
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "Het verwijderen van de FAI partitietabel regel is mislukt"
+
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "Het opslaan van de FAI partitietabel regel is mislukt"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 #, fuzzy
 msgid "primary"
 msgstr "Primaire groep"
 
 #, fuzzy
 msgid "primary"
 msgstr "Primaire groep"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 #, fuzzy
 msgid "logical"
 msgstr "Lokaal toevoegen"
 
 #, fuzzy
 msgid "logical"
 msgstr "Lokaal toevoegen"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
 msgid "FS type"
 msgstr "FS type"
 
 msgid "FS type"
 msgstr "FS type"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Koppelpunt"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Grootte in MB"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Koppelopties"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
 msgid "FS option"
 msgstr "FS opties"
 
 msgid "FS option"
 msgstr "FS opties"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
 msgid "Preserve"
 msgstr "Bewaar"
 
 msgid "Preserve"
 msgstr "Bewaar"
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
 #, php-format
 msgid "please enter a unique mount point for partition %s"
 msgstr "Geef a.u.b. een uniek koppelpunt op voor partitie %s"
 
 #, 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/fai/class_faiPartitionTableEntry.inc:372
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
 #, php-format
 msgid "Please enter a valid mount point for partition %s."
 msgstr "Geef a.u.b. een geldig koppelpunt op voor partitie %s."
 
 #, 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:377
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
 #, php-format
 msgid ""
 "File system type 'swap' is already used, change file system type for "
@@ -5734,30 +5206,30 @@ msgstr ""
 "Bestandssysteem type 'swap' wordt al gebruikt. Verander bestandssysteem type "
 "voor partitie %s."
 
 "Bestandssysteem type 'swap' wordt al gebruikt. Verander bestandssysteem type "
 "voor partitie %s."
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
 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."
 
 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/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
 #, 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."
 
 #, 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/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
 #, php-format
 msgid "Please enter a valid range for partition %s."
 msgstr "Geef a.u.b. een geldig bereik op voor partitie %s."
 
 #, 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:404
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
 #, 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."
 
 #, 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/class_faiPartitionTableEntry.inc:419
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
 msgid ""
 "You have more than 3 primary partition table entries in your configuration, "
 "please check your configuration twice."
@@ -5765,347 +5237,302 @@ msgstr ""
 "U heeft meer dan 3 primaire partitietabel regels in uw configuratie. "
 "Controleer uw configuratie a.u.b. nogmaals."
 
 "U heeft meer dan 3 primaire partitietabel regels in uw configuratie. "
 "Controleer uw configuratie a.u.b. nogmaals."
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Apparaat"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Partitie regels"
-
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Partitie toevoegen"
-
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Lijst met scripts"
-
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'inhoud'."
-
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-"U staat op het punt een nieuwe distributie of afgesloten distributie aan te "
-"maken. Deze actie kopieert de bestaande uitgave naar een nieuwe uitgave "
-"naam. Distributies kunnen zoals gewoonlijk veranderd worden. FAI klassen of "
-"gesloten distributies kunnen niet veranderd worden. Er kunnen alleen "
-"additionele klassen aangemaakt worden. Distributie namen moeten alfanumeriek "
-"zijn, met uitzondering van de gereserveerde namen 'scripts', 'hooks', "
-"'partitions', 'variables', 'templates' en 'fai'."
-
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
-msgstr ""
-
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Voer a.u.b. een naam voor de aftakking in."
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
+msgstr "Deze lijst toont alle toegekende klassenamen voor dit profiel."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Bezig met verwerken van de gevraagde opdracht"
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr "Inhakers bundel"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
-"Zodra de kopieerbewerking beeindigd is, kunt u naar het einde van de pagina "
-"gaan en op de 'Verder' knop drukken om verder te gaan met de FAI beheer "
-"dialoog."
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Sjabloon bundel"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
-msgstr ""
-"Uw browser heeft geen ondersteuning voor frames. Gebruik a.u.b. deze link om "
-"de gewenste opdracht uit te voeren."
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Script bundel"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr "Gewenste opdracht uitvoeren."
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Variabele bundel"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Opdracht starten"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr "Pakketbundel"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Variabele attributen"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Partitietabel"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Variabele inhoud"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr "Verwijder klasse uit profiel"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Lijst met sjabloonbestanden"
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "Omlaag"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Lijst met beschikbare pakketten"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr "Het verwijderen van het FAI profiel is mislukt"
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, fuzzy, php-format
 msgid ""
 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/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Lijst met FAI klassen"
-
-#: plugins/admin/fai/class_divListFai.inc:44
-#, fuzzy
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Deze tabel toont alle systemen in de geselecteerde tree"
-
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
 msgstr ""
 msgstr ""
-"Dit menu maakt het mogelijk om FAI klassen aan te maken, bewerken en "
-"verwijderen."
-
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Naam van de FAI klasse"
-
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
-msgstr "Klasse type"
-
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr "Toon FAI profieel objecten"
-
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Toon profielen"
-
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Toon FAI sjabloon objecten"
-
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Toon sjablonen"
-
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Toon FAI scripts"
-
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Toon scripts"
+"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
+"de zone bewerkings dialoog."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Toon FAI inhakers"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr "Ken a.u.b. tenminste een klasse toe aan dit profiel."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Toon inhakers"
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Geef a.u.b. een geldige naam op"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Toon FAI variabelen"
+#: plugins/admin/fai/class_faiProfile.inc:420
+msgid "There is already a profile with this class name defined."
+msgstr "Er bestaat al een profiel met deze klassenaam."
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Toon variabelen"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr "Het opslaan van het FAI profiel is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Toon FAI pakketten"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr "Pakket bundel"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Toon pakketten"
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Objecten"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Toon FAI partities"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr "Het verwijderen van de FAI script basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Toon partities"
+#: plugins/admin/fai/class_faiScript.inc:388
+msgid "Creating FAI script base failed"
+msgstr "Het aanmaken van de FAI script basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
-msgstr "Nieuw profiel"
+#: plugins/admin/fai/class_faiScript.inc:472
+msgid "Removing FAI script failed"
+msgstr "Het verwijderen van het FAI script is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
-msgstr "PR"
+#: plugins/admin/fai/class_faiScript.inc:491
+msgid "Saving FAI script failed"
+msgstr "Het opslaan van het FAI script is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "New partition table"
-msgstr "Nieuwe partitietabel"
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Geef a.u.b. een scripts op."
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
+msgstr "Scripts"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
-msgstr "Nieuwe scripts"
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
+msgstr "Pakketlijst"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
-msgstr "SC"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
-msgstr "Nieuwe inhakers"
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
+msgstr "Dit object heeft geen FAI klassen toegewezen gekregen."
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
-msgstr "H"
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
+msgstr "Open"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
-msgstr "Nieuwe variabelen"
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
+msgstr "Aantal"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr "V"
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
+msgstr "FS opties"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "New templates"
-msgstr "Nieuwe sjablonen"
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, fuzzy, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
+msgstr ""
+"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
+"de zone bewerkings dialoog."
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
-msgstr "SJ"
+#: plugins/admin/fai/class_faiTemplate.inc:385
+msgid "Saving FAI template base failed"
+msgstr "Het opslaan van de FAI sjabloon basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
-msgstr "Nieuwe pakketlijst"
+#: plugins/admin/fai/class_faiTemplate.inc:463
+#, fuzzy
+msgid "Removing FAI template entry failed"
+msgstr "Het verwijderen van de FAI sjabloon basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/fai/class_faiTemplate.inc:468
+#, fuzzy
+msgid "Modifying FAI template entry failed"
+msgstr "Het verwijderen van de FAI sjabloon basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
-msgstr "knippen"
+#: plugins/admin/fai/class_faiTemplate.inc:481
+#, fuzzy
+msgid "Creating FAI template entry failed"
+msgstr "Het opslaan van de FAI sjabloon basis is mislukt"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
-msgstr "Deze invoer knippen"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "nog geen bestand ge-upload."
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
-msgstr "kopieer"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#, php-format
+msgid "exists in database (size: %s bytes)"
+msgstr "bestaat in database (grootte: %s bytes)"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
-msgstr "Deze invoer kopieren"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
-msgstr "Bewerk klasse"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'pad'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
-msgstr "Verwijder klasse"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
+msgstr "Geef a.u.b. een gebruiker op."
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Lijst met inhakers scripts"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+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_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
-msgstr "%s partitie"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
+msgstr "Geef a.u.b. een groep op."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
-msgstr "%s partitie(s)"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+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/class_faiPartitionTable.inc:335
+#: plugins/admin/fai/class_faiVariable.inc:280
 #, fuzzy, php-format
 msgid ""
 #, fuzzy, php-format
 msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
 msgstr ""
 "Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
 "de zone bewerkings dialoog."
 
 msgstr ""
 "Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
 "de zone bewerkings dialoog."
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
-msgstr "Het opslaan van de FAI partitietabel basis is mislukt"
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
-msgstr "Het verwijderen van de FAI partitietabel is mislukt"
-
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
-msgstr "Het opslaan van de FAI partitietabel basis is mislukt"
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr "Het opslaan van de FAI variabele basis is mislukt"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
-msgstr "Het verwijderen van de FAI partitietabel regel is mislukt"
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr "Het verwijderen van de FAI variabele is mislukt"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
-msgstr "Het opslaan van de FAI partitietabel regel is mislukt"
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr "Het opslaan van de FAI variabele is mislukt"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Geef a.u.b. een waarde voor script op"
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'inhoud'."
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr "Pakket bundel"
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Lijst met inhakers scripts"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Klassenaam"
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Toevoegen"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 msgid "Hook attributes"
@@ -6119,191 +5546,235 @@ msgstr "Taak"
 msgid "Choose an existing FAI task"
 msgstr "Kies een bestaande FAI taak"
 
 msgid "Choose an existing FAI task"
 msgstr "Kies een bestaande FAI taak"
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Debconf informatie voor pakket '%s'"
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
+msgstr "Importeer script"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, fuzzy, php-format
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Toepassen"
+
+#: plugins/admin/fai/faiNewBranch.tpl:5
 msgid ""
 msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 msgstr ""
-"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
-"de zone bewerkings dialoog."
-
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
-msgstr "Het opslaan van de FAI variabele basis is mislukt"
+"U staat op het punt een nieuwe distributie of afgesloten distributie aan te "
+"maken. Deze actie kopieert de bestaande uitgave naar een nieuwe uitgave "
+"naam. Distributies kunnen zoals gewoonlijk veranderd worden. FAI klassen of "
+"gesloten distributies kunnen niet veranderd worden. Er kunnen alleen "
+"additionele klassen aangemaakt worden. Distributie namen moeten alfanumeriek "
+"zijn, met uitzondering van de gereserveerde namen 'scripts', 'hooks', "
+"'partitions', 'variables', 'templates' en 'fai'."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
-msgstr "Het verwijderen van de FAI variabele is mislukt"
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
-msgstr "Het opslaan van de FAI variabele is mislukt"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Voer a.u.b. een naam voor de aftakking in."
 
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Nieuw FAI object - partitie tabel aanmaken."
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
+msgstr ""
+"Zodra de kopieerbewerking beeindigd is, kunt u naar het einde van de pagina "
+"gaan en op de 'Verder' knop drukken om verder te gaan met de FAI beheer "
+"dialoog."
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Nieuw FAI object - pakketbundel aanmaken."
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr "Gewenste opdracht uitvoeren."
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Nieuw FAI object - scriptbundel aanmaken."
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Opdracht starten"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Nieuw FAI object - variabelebundel aanmaken."
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
+msgstr "Distributie versie"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Nieuw FAI object - inhakerbundel aanmaken."
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
+msgstr "Sectie"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Nieuw FAI object - profiel aanmaken."
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
+msgstr "Installatie methode"
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Nieuw FAI object - sjabloon aanmaken."
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
+msgstr "Gebruikte pakketten"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Nieuw FAI object aanmaken"
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
+msgstr "Gekozen pakketten"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
-#, fuzzy
-msgid "Spaces are not allowed within class names."
-msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
+msgstr "Verwijder markering omschakelen"
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
-msgstr "De opgegeven klassenaam is leeg."
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Pakket"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
-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/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Lijst met beschikbare pakketten"
 
 
-#: plugins/admin/fai/askClassName.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:26
 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 menu allows you to select multiple packages to add them to the "
+"currently edited package list."
 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 menu maakt het mogelijk om meerdere pakketten toe te voegen aan de op "
+"dit moment bewerkte pakketlijst."
 
 
-#: 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/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Toon overeenkomende objecten"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Voer FAI klassenaam handmatig in"
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Reguliere expressie voor overeenkomende objectnamen"
 
 
-#: 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/fai/faiPartitionTable.tpl:34
+msgid "Discs"
+msgstr "Schijven"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Kies een klassenaam"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr "Kies een te bewerken of verwijderen hardeschijf"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
-msgstr "Gebruik"
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Apparaat"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Een nieuwe klassenaam."
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Partitie regels"
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Partitie toevoegen"
+
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "FAI klassen"
+
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Kies een prioriteit"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
+msgstr "Lijst met FAI objecten (Fully Automatic Installation)"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:26
 msgid ""
 msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 msgstr ""
-"Dit omvat alle account gegevens, systeem toegangsregels, instellingen etc. "
-"voor deze aftakkingen. Verzeker uzelf hiervan, aangezien er geen "
-"mogelijkheid voor GOsa is om deze informatie terug te halen."
+"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/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "nog geen bestand ge-upload."
+#: plugins/admin/fai/faiProfileEntry.tpl:39
+msgid "Show only classes with templates"
+msgstr "Toon alleen klassen met sjablonen"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr "Toon alleen klassen met scripts"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
+msgstr "Toon alleen klassen met inhakers"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:45
+msgid "Show only classes with variables"
+msgstr "Toon alleen klassen met variabelen"
+
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
+msgstr "Toon alleen klassen met pakketten"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "bestaat in database (grootte: %s bytes)"
+#: plugins/admin/fai/faiProfileEntry.tpl:49
+msgid "Show only classes with partitions"
+msgstr "Toon alleen klassen met partities"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Lijst met scripts"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Geef a.u.b. een waarde op voor het atribuut 'pad'."
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Script attributen"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr "Geef a.u.b. een gebruiker op."
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Prioriteit"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-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/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "FAI objectlijst"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr "Geef a.u.b. een groep op."
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr "Klasse herladen en configuratie van ouder object vrijgeven."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-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/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Lijst met sjabloonbestanden"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Sjabloon atributen"
 
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 msgid "Template attributes"
 msgstr "Sjabloon atributen"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
-msgstr "Bestand"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Sjabloon opslaan"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 msgid "Save template"
 msgstr "Sjabloon opslaan"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Uploaden"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Doelpad"
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 msgid "Destination path"
 msgstr "Doelpad"
@@ -6315,9 +5786,9 @@ msgstr "Eigenaar"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Groep"
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Groep"
@@ -6327,7 +5798,7 @@ msgid "Access"
 msgstr "Toegang"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
 msgstr "Toegang"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
+#: plugins/admin/systems/class_servDNS.inc:164
 msgid "Class"
 msgstr "Klasse"
 
 msgid "Class"
 msgstr "Klasse"
 
@@ -6339,18 +5810,18 @@ msgstr "Lezen"
 msgid "Write"
 msgstr "Schrijven"
 
 msgid "Write"
 msgstr "Schrijven"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Commando"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 msgid "Special"
 msgstr "Speciaal"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 msgid "Special"
 msgstr "Speciaal"
 
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Gebruiker"
+
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 msgid "SUID"
 msgstr "SUID"
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 msgid "SUID"
 msgstr "SUID"
@@ -6363,129 +5834,334 @@ msgstr "SGID"
 msgid "Others"
 msgstr "Anderen"
 
 msgid "Others"
 msgstr "Anderen"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
+
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Lijst met toegekende variabelen"
+
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Kies een te bewerken of verwijderen variabele"
+
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Variabele attributen"
+
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Variabele inhoud"
+
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Fully Automatic Installation"
+
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#, fuzzy
+msgid "Enter FAI object name"
+msgstr "FAI objectlijst"
+
+#: 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/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. 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, instellingen etc. "
+"voor deze aftakkingen. Verzeker uzelf hiervan, aangezien er geen "
+"mogelijkheid voor GOsa is om deze informatie terug te halen."
+
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Kies"
+
+#: 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/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Distributie focus"
+
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Selecteer een distributienaam"
+
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Gebruikte programma's"
+
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
+msgstr "Categorie toevoegen"
+
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Beschikbare programma's"
+
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Programma opties"
+
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
+msgstr "Lijst met groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:41
+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/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
+msgstr "Groepsnaam / Afdeling"
+
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Select to see groups that are primary groups of users"
+msgstr ""
+"Selecteer om de groepen te zien die primaire groepen van gebruikers zijn"
+
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
+msgstr "Toon primaire groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
+msgstr "Selecteer om groepen te zien die Samba groep verbindingen hebben"
+
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
+msgstr "Toon Samba groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Selecteer om groepen te zien die programma's geconfigureerd hebben"
+
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Toon programma groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr "Selecteer om groepen te zien die E-mail instellingen hebben"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Toon E-mail groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr ""
+"Selecteer om normale groepen die alleen functionele aspecten hebben te zien"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Toon functionele groepen"
+
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Gebruikersnaam van wie de groepen getoond worden"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Nieuwe groep aanmaken"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Nieuw"
+
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
+
+#: plugins/admin/groups/class_groupAcl.inc:52
+#, fuzzy
+msgid "You have no permissions to view and edit ACLs."
+msgstr ""
+"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
+
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Deze 'dn' bevat geen toegangsbeheer."
+
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr "Het verwijderen van de ACL informatie is mislukt"
+
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr "Het opslaan van de ACL informatie is mislukt"
+
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Alle velden zijn aanpasbaar"
+
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Deze 'dn' is geen programmagroep"
+
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Programma's verwijderen"
+
+#: plugins/admin/groups/class_groupApplication.inc:405
+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/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Programma's aanmaken"
+
+#: plugins/admin/groups/class_groupApplication.inc:408
+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/paste_fai_object.tpl:1
-#, fuzzy
-msgid "Enter FAI object name"
-msgstr "FAI objectlijst"
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
+msgstr "De categorienaam bevat ongeldige karakters."
 
 
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Distributie focus"
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
+msgstr "De opgegeven categorie bestaat al."
 
 
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Selecteer een distributienaam"
+#: plugins/admin/groups/class_groupApplication.inc:523
+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/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Gebruikte programma's"
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "Het geselecteerde programma heeft geen opties."
 
 
-#: plugins/admin/groups/application.tpl:19
-msgid "Add category"
-msgstr "Categorie toevoegen"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "terug"
 
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Beschikbare programma's"
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
+msgstr "programma"
 
 
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Primair E-mail adres voor deze gedeelde map"
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
+msgstr "Verwijder invoer"
 
 
-#: 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/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr "Omhoog verplaatsen"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "IMAP gedeelde mappen"
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "Omlaag verplaatsen"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Algemene rechten"
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr "Scheidingsteken invoegen"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Groepslid rechten"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "Dit programma is niet meer beschikbaar."
 
 
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Stuur berichten door naar niet groepsleden"
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr "Deze applicatie is niet beschikbaar in enige uitgave %s genaamd."
 
 
-#: 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/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Controleer parameter"
 
 
-#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Groepen beheer"
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Dit programma heeft veranderde parameters."
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Groepen"
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "Het verwijderen van de programma informatie is mislukt"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
-#, fuzzy
-msgid "You are not allowed to execute this method!"
-msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "Het opslaan van de programma informatie is mislukt"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:261
+#: plugins/admin/groups/class_groupApplication.inc:932
 #, php-format
 #, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "U staat op het punt de groep '%s' te verwijderen."
-
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
-msgstr "U heeft geen toestemming om deze groep te verwijderen!"
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
+"Kon distributienaam '%s' moet vinden. Distributienaam is ingesteld op '%s'. "
+"De basis van het object is mogelijk gewijzigd."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
+#: plugins/admin/groups/class_groupGeneric.inc:120
 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."
 
 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/groups/class_groupGeneric.inc:181
+#: plugins/admin/groups/class_groupGeneric.inc:176
 msgid "This 'dn' is no group."
 msgstr "Deze 'dn' is geen groep."
 
 msgid "This 'dn' is no group."
 msgstr "Deze 'dn' is geen groep."
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Samba group"
 msgstr "Samba groep"
 
 msgid "Samba group"
 msgstr "Samba groep"
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Domain admins"
 msgstr "Windows beheerders"
 
 msgid "Domain admins"
 msgstr "Windows beheerders"
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
+#: plugins/admin/groups/class_groupGeneric.inc:316
 msgid "Domain users"
 msgstr "Windows gebruikers"
 
 msgid "Domain users"
 msgstr "Windows gebruikers"
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
+#: plugins/admin/groups/class_groupGeneric.inc:317
 msgid "Domain guests"
 msgstr "Windows gasten"
 
 msgid "Domain guests"
 msgstr "Windows gasten"
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
+#: plugins/admin/groups/class_groupGeneric.inc:322
 #, php-format
 msgid "Special group (%d)"
 msgstr "Speciale groep (%d)"
 
 #, php-format
 msgid "Special group (%d)"
 msgstr "Speciale groep (%d)"
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
+#: plugins/admin/groups/class_groupGeneric.inc:434
 msgid "! unknown id"
 msgstr "! onbekend id"
 
 msgid "! unknown id"
 msgstr "! onbekend id"
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
+#: plugins/admin/groups/class_groupGeneric.inc:475
 #, php-format
 msgid ""
 "Your search method returned more than '%s' users, only '%s' users are shown."
 #, php-format
 msgid ""
 "Your search method returned more than '%s' users, only '%s' users are shown."
@@ -6493,30 +6169,30 @@ msgstr ""
 "Uw zoekopdracht gaf meer dan '%s' gebruikers terug. Slechts '%s' gebruikers "
 "worden getoond."
 
 "Uw zoekopdracht gaf meer dan '%s' gebruikers terug. Slechts '%s' gebruikers "
 "worden getoond."
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
+#: plugins/admin/groups/class_groupGeneric.inc:504
 msgid "Removing group failed"
 msgstr "Het verwijderen van de groep is mislukt"
 
 msgid "Removing group failed"
 msgstr "Het verwijderen van de groep is mislukt"
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
+#: plugins/admin/groups/class_groupGeneric.inc:611
 #, php-format
 msgid "No configured SID found for '%s'."
 msgstr "Er kon geen geconfigureerde SID gevonden worden voor '%s'."
 
 #, php-format
 msgid "No configured SID found for '%s'."
 msgstr "Er kon geen geconfigureerde SID gevonden worden voor '%s'."
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
+#: plugins/admin/groups/class_groupGeneric.inc:616
 #, php-format
 msgid "No configured RIDBASE found for '%s'."
 msgstr "Er kon geen geconfigureerde RIDBASE gevonden worden voor '%s'."
 
 #, php-format
 msgid "No configured RIDBASE found for '%s'."
 msgstr "Er kon geen geconfigureerde RIDBASE gevonden worden voor '%s'."
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
+#: plugins/admin/groups/class_groupGeneric.inc:701
 msgid "Saving group failed"
 msgstr "Het opslaan van de groep is mislukt"
 
 msgid "Saving group failed"
 msgstr "Het opslaan van de groep is mislukt"
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
+#: plugins/admin/groups/class_groupGeneric.inc:730
 #: plugins/admin/ogroups/class_ogroup.inc:611
 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/ogroups/class_ogroup.inc:611
 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/groups/class_groupGeneric.inc:745
+#: plugins/admin/groups/class_groupGeneric.inc:740
 msgid ""
 "The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
 "are allowed."
 msgid ""
 "The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
 "are allowed."
@@ -6524,195 +6200,206 @@ msgstr ""
 "Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en "
 "liggende streepjes zijn toegestaan."
 
 "Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en "
 "liggende streepjes zijn toegestaan."
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
 msgid "Value specified as 'Name' is already used."
 msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt."
 
 msgid "Value specified as 'Name' is already used."
 msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt."
 
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
-msgstr "Lijst met groepen"
-
-#: plugins/admin/groups/class_divListGroup.inc:41
-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/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
-msgstr "Groepsnaam / Afdeling"
-
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Select to see groups that are primary groups of users"
-msgstr ""
-"Selecteer om de groepen te zien die primaire groepen van gebruikers zijn"
-
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
-msgstr "Toon primaire groepen"
-
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
-msgstr "Selecteer om groepen te zien die Samba groep verbindingen hebben"
-
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
-msgstr "Toon Samba groepen"
-
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Selecteer om groepen te zien die programma's geconfigureerd hebben"
-
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Toon programma groepen"
-
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr "Selecteer om groepen te zien die E-mail instellingen hebben"
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "De opgegeven 'GID' waarde is niet geldig."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Toon E-mail groepen"
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "De opgegeven 'GID' waarde is te klein."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
 msgstr ""
 msgstr ""
-"Selecteer om normale groepen die alleen functionele aspecten hebben te zien"
-
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Toon functionele groepen"
-
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
-msgstr "Nieuwe groep aanmaken"
-
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
-msgstr "Posix"
-
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Programma"
-
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
-msgstr "Bewerk deze invoer"
+"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
-msgstr "Verwijder deze invoer"
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, 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/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Object"
+#: plugins/admin/groups/class_groupMail.inc:287
+msgid "read"
+msgstr "alleen lezen"
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Kies"
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
+msgstr "afleveren & lezen"
 
 
-#: 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/groups/class_groupMail.inc:289
+msgid "external post"
+msgstr "alleen afleveren"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Map beheerders"
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
+msgstr "afleveren, lezen & kopieren"
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Selecteer een specifieke afdeling"
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
+msgstr "afleveren, lezen & schrijven"
 
 #: plugins/admin/groups/class_groupMail.inc:292
 
 #: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
-msgstr "alleen lezen"
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "geen"
 
 
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
-msgstr "afleveren & lezen"
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Deze 'dn' heeft geen geldige E-mail mogelijkheden."
 
 
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
-msgstr "alleen afleveren"
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "E-mail account verwijderen"
 
 
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
-msgstr "afleveren, lezen & kopieren"
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft E-mail mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
-msgstr "afleveren, lezen & schrijven"
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "E-mail account aanmaken"
 
 
-#: plugins/admin/groups/class_groupMail.inc:328
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Deze 'dn' heeft geen geldige E-mail mogelijkheden."
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+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/admin/groups/class_groupMail.inc:352
+#: plugins/admin/groups/class_groupMail.inc:348
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:353
+#: plugins/admin/groups/class_groupMail.inc:349
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:408
+#: plugins/admin/groups/class_groupMail.inc:404
 msgid "You're trying to add an invalid email address "
 msgstr "U probeert een ongeldig E-mail adres toe te voegen"
 
 msgid "You're trying to add an invalid email address "
 msgstr "U probeert een ongeldig E-mail adres toe te voegen"
 
-#: plugins/admin/groups/class_groupMail.inc:409
+#: plugins/admin/groups/class_groupMail.inc:405
 msgid "to the list of forwarders."
 msgstr "aan de lijst met doorstuur adressen."
 
 msgid "to the list of forwarders."
 msgstr "aan de lijst met doorstuur adressen."
 
-#: plugins/admin/groups/class_groupMail.inc:645
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+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/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+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/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+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/admin/groups/class_groupMail.inc:641
 msgid "Removing group mail settings failed"
 msgstr "Het verwijderen van de groeps E-mail instellingen is mislukt"
 
 msgid "Removing group mail settings failed"
 msgstr "Het verwijderen van de groeps E-mail instellingen is mislukt"
 
-#: plugins/admin/groups/class_groupMail.inc:819
+#: plugins/admin/groups/class_groupMail.inc:829
 msgid "Saving group mail settings failed"
 msgstr "Het opslaan van de groep E-mail instellingen is mislukt"
 
 msgid "Saving group mail settings failed"
 msgstr "Het opslaan van de groep E-mail instellingen is mislukt"
 
-#: plugins/admin/groups/class_groupMail.inc:848
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Het vereiste veld 'Primair adres' is leeg."
+
+#: plugins/admin/groups/class_groupMail.inc:858
 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."
 
 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/groups/class_groupMail.inc:881
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "Het primaire adres dat u opgegeven heeft wordt al gebruikt."
+
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "De waarde opgegeven bij 'Quota grootte' is niet geldig."
+
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+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/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+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/admin/groups/class_groupMail.inc:891
 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."
 
 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/groups/class_groupMail.inc:885
+#: plugins/admin/groups/class_groupMail.inc:895
 msgid "Please select a valid mail server."
 msgstr "Selecteer a.u.b. een geldig mailserver"
 
 msgid "Please select a valid mail server."
 msgstr "Selecteer a.u.b. een geldig mailserver"
 
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+#, fuzzy
+msgid "You are not allowed to execute this method!"
+msgstr "U heeft geen toestemming om deze gegevens te verwijderen!"
+
+#: plugins/admin/groups/class_groupManagement.inc:261
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "U staat op het punt de groep '%s' te verwijderen."
+
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "U heeft geen toestemming om deze groep te verwijderen!"
+
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
@@ -6766,1735 +6453,1621 @@ msgstr "Leden zitten in een systeeminformatie groep (Nagios)"
 
 #: plugins/admin/groups/generic.tpl:101
 msgid "Group members"
 
 #: plugins/admin/groups/generic.tpl:101
 msgid "Group members"
-msgstr "Groepsleden"
-
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Selecteer de toe te voegen gebruikers"
-
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Selecteer om servers te zien"
-
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Zoek binnen subtree"
-
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Toon gebruikers van afdeling"
-
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
-msgstr "Reguliere expressie voor overeenkomende gebruikersnamen"
-
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Groep instellingen"
-
-#: plugins/admin/groups/class_groupAcl.inc:57
-#, fuzzy
-msgid "You have no permissions to view and edit ACLs."
-msgstr ""
-"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
-
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
-msgstr "Deze 'dn' bevat geen toegangsbeheer."
-
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
-msgstr "Het verwijderen van de ACL informatie is mislukt"
-
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
-msgstr "Het opslaan van de ACL informatie is mislukt"
-
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
-msgstr "Alle velden zijn aanpasbaar"
-
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Programma opties"
-
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Toon adressen van afdeling"
-
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Toon overeenkomende adressen"
-
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
-msgstr "Deze 'dn' is geen programmagroep"
-
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
-msgstr "Programma's verwijderen"
-
-#: plugins/admin/groups/class_groupApplication.inc:410
-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/groups/class_groupApplication.inc:412
-msgid "Create applications"
-msgstr "Programma's aanmaken"
-
-#: plugins/admin/groups/class_groupApplication.inc:413
-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/groups/class_groupApplication.inc:425
-msgid "Invalid character in category name."
-msgstr "De categorienaam bevat ongeldige karakters."
-
-#: plugins/admin/groups/class_groupApplication.inc:433
-msgid "The specified category already exists."
-msgstr "De opgegeven categorie bestaat al."
-
-#: plugins/admin/groups/class_groupApplication.inc:528
-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/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
-msgstr "Het geselecteerde programma heeft geen opties."
-
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
-msgstr "afdeling"
-
-#: plugins/admin/groups/class_groupApplication.inc:657
-msgid "application"
-msgstr "programma"
-
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-msgid "Delete entry"
-msgstr "Verwijder invoer"
-
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
-msgstr "Omhoog verplaatsen"
-
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
-msgstr "Omlaag verplaatsen"
-
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr "Scheidingsteken invoegen"
-
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
-msgstr "Dit programma is niet meer beschikbaar."
-
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr "Deze applicatie is niet beschikbaar in enige uitgave %s genaamd."
-
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
-msgstr "Controleer parameter"
-
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
-msgstr "Dit programma heeft veranderde parameters."
-
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
-msgstr "Het verwijderen van de programma informatie is mislukt"
-
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
-msgstr "Het opslaan van de programma informatie is mislukt"
-
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
-msgstr ""
-"Kon distributienaam '%s' moet vinden. Distributienaam is ingesteld op '%s'. "
-"De basis van het object is mogelijk gewijzigd."
-
-#: 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/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/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Gebruikers"
-
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
-msgstr ""
-"U heeft geen toestemming om het wachtwoord van deze gebruiker veranderen!"
-
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "U staat op het punt gebruiker %s te verwijderen."
+msgstr "Groepsleden"
 
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!"
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Selecteer de toe te voegen gebruikers"
 
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "geen"
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Selecteer om servers te zien"
 
 
-#: plugins/admin/users/class_userManagement.inc:553
-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/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Zoek binnen subtree"
 
 
-#: 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/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Toon gebruikers van afdeling"
 
 
-#: 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 ""
-"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/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Reguliere expressie voor overeenkomende gebruikersnamen"
 
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Sjabloon"
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Primair adres"
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Gebruikersbeheer"
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Primair E-mail adres voor deze gedeelde map"
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Lijst met gebruikers"
+#: 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/users/class_divListUsers.inc:40
-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/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Quota gebruik"
 
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Gebruikersnaam"
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "niet gedefiniëerd"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Selecteer om sjabloon pseudo gebruikers te zien"
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Quota grootte"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
-msgstr "Selecteer om gebruikers te zien die alleen een GOsa object hebben"
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Alternatieve adressen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Toon functionele gebruikers"
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Lijst met alternatieve E-mail adressen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Selecteer om gebruikers te zien die POSIX instellingen hebben"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "IMAP gedeelde mappen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Toon Unix gebruikers"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Algemene rechten"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr "Selecteer om gebruikers te zien die E-mail instellingen hebben"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Groepslid rechten"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Toon E-mail gebruikers"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Stuur berichten door naar niet groepsleden"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Selecteer om gebruikers te zien die Samba instellingen hebben"
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Lokaal toevoegen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Toon Samba gebruikers"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Map beheerders"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Selecteer om gebruikers te zien die Proxy instellingen hebben"
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Selecteer een specifieke afdeling"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Toon Proxy gebruikers"
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Selecteer de toe te voegen adressen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
-msgstr "Maak nieuwe gebruiker aan"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Toon adressen van afdeling"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
-msgstr "Nieuwe gebruiker"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Toon overeenkomende adressen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
-msgstr "Maak nieuw sjabloon"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Reguliere expresie voor overeenkomende adressen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Nieuw sjabloon"
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Toon adressen van gebruiker"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Gebruikersnaam van wie de adressen getoond worden"
 
 
-#: plugins/admin/users/class_divListUsers.inc:138
-msgid "Edit generic properties"
-msgstr "Bewerk algemene eigenschappen"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Groepen beheer"
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
-msgstr "Bewerk UNIX eigenschappen"
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Groep instellingen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
-msgstr "Bewerk omgeving eigenschappen"
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "E-mail instellingen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
-msgstr "Bewerk E-mail eigenschappen"
+#: 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/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
-msgstr "Bewerk telefoon eigenschappen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Lijst met objectgroepen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
-msgstr "Bewerk Fax eigenschappen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
-msgstr "Bewerk Samba eigenschappen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Naam van objectgroepen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
-msgstr "Bewerk Netatalk eigenschappen"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Selecteer om groepen die gebruikers bevatten te tonen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
-msgstr "Maak gebruiker aan vanuit sjabloon"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Toon groepen die gebruikers bevatten"
+
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Selecteer om groepen die groepen bevatten te tonen"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
-msgstr "Maak gebruiker aan met dit sjabloon"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Toon groepen die groepen bevatten"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
-msgstr "wachtwoord"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "Selecteer om groepen die programma's bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Programmanaam"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Toon groepen die programma's bevatten"
 
 
-#: 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/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Selecteer om groepen die afdelingen bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Te tonen programma naam (bv. onder iconen)"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Toon groepen die afdelingen 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/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Selecteer om groepen die servers bevatten te tonen"
 
 
-#: 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/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Toon groepen die servers bevatten"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Icoon"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
+msgstr "Selecteer om groepen die werkstations bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Bijwerken"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Toon groepen die werkstations bevatten"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Herlaad plaatje vanuit LDAP"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Selecteer om groepen die terminals bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Alleen uitvoerbaar voor groepsleden"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Toon groepen die terminals bevatten"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Vervang gebruikers configuratie bij opstarten"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Selecteer om groepen die printers bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Plaats icoon op de desktop van groepsleden"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Toon groepen die printers bevatten"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Plaats programma in het startmenu van groepsleden"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Selecteer om groepen die printers bevatten te tonen"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Plaats invoer in snelstartbalk van groepsleden"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Toon groepen die telefoons bevatten"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Lijst met programma's"
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Nieuwe objectgroep aanmaken"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Deze tabel toont alle programma's in de geselecteerde tree."
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Objectgroep"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
+#: plugins/admin/ogroups/class_mailogroup.inc:48
 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 group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 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."
+"Deze groep heeft E-mail mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
-msgstr "nieuw"
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"Deze groep heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
-msgstr "Nieuw programma aanmaken"
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "Het opslaan van E-mail objectgroep instellingen is mislukt"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Opties verwijderen"
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
+msgstr "Het verwijderen van E-mail objectgroep instellingen is mislukt"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-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/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Deze 'dn' is geen objectgroep."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Opties aanmaken"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "te veel verschillende object tpyes!"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-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/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "gebruikers"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Variabele"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "groepen"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Standaard waarde"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "programma's"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Optie toevoegen"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "afdelingen"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
-msgstr "Het verwijderen van programma parameters is mislukt"
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "servers"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, 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/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "werkstations"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
-msgstr "Het opslaan van programma paramters is mislukt"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "terminals"
 
 
-#: 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/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "telefoons"
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Programma beheer"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "printers"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "geen voorbeeld"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "en"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Deze 'dn' is geen programma."
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "Niet bestaande dn: "
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "Het verwijderen van het programma is mislukt"
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "Er bestaat al een object met deze cn."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr "Het verwijderen van het programma van objectgroep '%s' is mislukt"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!"
+
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "Het opslaan van de objectgroep is mislukt"
+
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "Het verwijderen van de objectgroep is mislukt"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Objectgroepen"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
 #, php-format
 #, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Het verwijderen van het programma van groep '%s' is mislukt"
+msgid "You're about to delete the object group '%s'."
+msgstr "U staat op het punt de objectgroep '%s' te verwijderen."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Het opgegeven plaatje is niet correct ge-upload"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "U heeft geen toestemming deze objectgroep te verwijderen!"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Werkstation"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
-msgstr "Het opgegeven uitvoerpad moet met een '/' starten."
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming een programma aan te maken onder deze 'Basis'."
-
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Vereiste veld 'Naam' is leeg."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-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/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "rinkel allemaal"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Vereist veld 'Uitvoeren' is leeg."
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr "om en om"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Er is al een programma met deze 'Naam'."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr "minst recent gebelde"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "Het opslaan van het programma is mislukt"
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr "minst afgeronde gesprekken"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Programma instellingen"
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "willekeurig"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
-#, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "U staat op het punt de programma '%s' te verwijderen."
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr "om en om met geheugen"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "U heeft geen toestemming dit programma te verwijderen"
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
+"Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
+"extensie beschikbaar. Controleer uw PHP installatie."
 
 
-#: plugins/admin/departments/dep_iframe.tpl:3
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
 msgstr ""
 msgstr ""
-"Zodra de verplaats bewerking beeindigd is, kunt u naar het einde van de "
-"pagina gaan en op de 'Doorgaan' knop drukken om door te gaan met de afdeling "
-"beheer dialoog."
+"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
+"GOsa logbestand voor de mysql fout."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Naam van de afdeling"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, fuzzy, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr "Kan de database %s op %s niet selecteren."
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Naam van de aan te maken subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, fuzzy, php-format
+msgid ""
+"The MySQL initial home 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/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Omschrijving voor de afdeling"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, fuzzy, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr "Kan de database %s op %s niet selecteren."
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Categorie"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Verwijder telefoonwachtrij van dit account"
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Categorie voor deze subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+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/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
-msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Telefoonwachtrij aanmaken"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Provincie waar deze subtree zich bevindt"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+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/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Plaats van deze subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr "Er moet tenminste een NTP server geselecteerd zijn."
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Post adres van deze subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#, fuzzy
+msgid "Please select a valid goFonHomeServer."
+msgstr "Selecteer a.u.b. een geldig mailserver"
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Basis telefoonnummer van deze subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Timeout dient nummeriek te zijn"
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Basis Fax nummer van deze subtree"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr "Herhalen moet nummeriek zijn"
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Administratieve instellingen"
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr "Maximale wachtrijlengte moet nummeriek zijn"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr "Markeer de afdeling als een onafhankelijke administratieve eenheid"
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr "Aankondiginsfrequentie moet nummeriek zijn"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Lijst met afdelingen"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr "Er moet tenminste een wachtrijnummer gedefinieerd zijn."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
 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."
+"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 ""
 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."
+"Er is momenteel geen Asterisk server gedefinieerd. Het kan zijn dat een "
+"server ontbreekt die asterisk management beheert (goFonServer). Uw "
+"instellingen kunnen niet opgeslagen worden in de asterisk database."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Afdelingnaam"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+#, fuzzy
+msgid "Error while removing old queue entries from database."
+msgstr "Fout bij het exporteren van de gevraagde gegevens!"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
-msgid "Create new department"
-msgstr "Nieuwe afdeling aanmaken"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/departments/remove.tpl:6
-#: plugins/gofon/conference/remove.tpl:6
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
+
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
 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."
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
 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."
 
 
-#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Afdeling beheer"
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#, fuzzy
+msgid "Mysql query failed."
+msgstr "De database zoekopdracht is mislukt"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Het opgegeven telefoonnummer '%s' is al toegekend aan '%s'."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "Het verwijderen van de afdeling is mislukt"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "Het opslaan van de telefoon wachtrij is mislukt"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-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/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "Het verwijderen van de telefoon wachtrij is mislukt"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Er bestaat al een afdeling met deze 'Naam'."
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Geactiveerd"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "Vereist veld 'Omschrijving' is leeg."
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Geblokkeerd"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
-#, php-format
-msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr ""
-"Het veld 'Naam' bevat het gereserveerde woord '%s'. Kies a.u.b. een andere "
-"naam."
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Geheugentest"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Systeem analyse"
+
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
 msgstr ""
 msgstr ""
-"Fatale fout: Kon geen ongebruikte markering vinden om de administratieve "
-"eenheid te markeren!"
+"U heeft geen toestemming om een werkstation aan te maken onder deze 'basis'"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
-msgstr "Het opslaan van de afdeling is mislukt"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr "Er moet tenminste een NTP server geselecteerd zijn."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
+#: plugins/admin/ogroups/class_termgroup.inc:174
 #, php-format
 #, php-format
-msgid "Tagging '%s'."
-msgstr "Markeren van '%s'."
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgstr ""
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr "Verplaatsen van %s naar %s"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Es is geen ACTIONCMD definitie in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
 #, php-format
 #, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr "Kopieren van %s is mislukt. Bewerking afgebroken."
+msgid "Execution of '%s' failed!"
+msgstr "Uitvoer van '%s' is mislukt!"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Afdelingen"
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Uitschakelen"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#, 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/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Herstarten"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-msgid "You have no permission to remove this department."
-msgstr "U heeft geen toestemming om deze afdeling te verwijderen."
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Onmiddelijk bijwerken"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
-msgstr ".."
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Geplande bijwerking"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Netwerk\tinstellingen"
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
+msgstr "Herinstalleer"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "IP adres"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Hardware opnieuw scannen"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "Hardware adres (MAC)"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "Het opslaan van het werkstation is mislukt"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr "Auto detect."
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Naam van de groep"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
-msgstr "DNS voor dit apparaat activeren"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Lidmaatschap objecten"
 
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
-msgstr "Ververs"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Mail distributielijst"
 
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
-msgstr "Zone"
+#: 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/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
-msgstr "TTL"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Selecteer de toe te voegen objecten"
 
 
-#: plugins/admin/systems/network.tpl:64
-msgid "Dns records"
-msgstr "DNS records"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Selecteer om afdelingen te zien"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "aanwezig"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Toon afdelingen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Selecteer om GOsa accounts te zien"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr ""
-"Er is geen PHP SNMP module geinstalleerd. Er kan geen informatie verzameld "
-"worden."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Toon personen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "onbekende status"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Selecteer om GOsa groepen te zien"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-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/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Toon groepen"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "online"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Selecteer om programma's te zien"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "draait"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Toon programma's"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "draait niet"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Toon servers"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "offline"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Selecteer om werkstations te zien"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Printertype"
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Toon werkstations"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
-msgstr "Fabricant"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Selecteer om terminals te zien"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Ondersteunde interfaces"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Toon terminals"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Serieel"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Selecteer om printers te zien"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Toon printers"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Parallel"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Selecteer om telefoons te zien"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr "USB"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Toon telefoons"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Contacten"
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Toon objecten van afdeling"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
-msgstr "Technisch verantwoordelijke"
+#: plugins/admin/ogroups/paste_generic.tpl:7
+#, fuzzy
+msgid "Please enter the new object group name"
+msgstr "Geef a.u.b. een nieuwe naam op"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Contactpersoon"
+#: plugins/admin/ogroups/paste_mail.tpl:7
+#, fuzzy
+msgid "Please enter a mail address"
+msgstr "Geef a.u.b. een geldige naam op"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Bijlagen"
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Geinstalleerde cartridges"
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Wachtrij instellingen"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Systeem informatie"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Telefoonnummers"
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Processor"
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Algemene wachtrij instellingen"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Geheugen"
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+#, fuzzy
+msgid "Home server"
+msgstr "Root server"
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Hardware Adres (MAC)"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Timeout"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "USB ondersteuning"
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Strategie"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Systeem status"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr "Maximale wachtrij lengte"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventaris nummer"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr "Aankondigingsfrequentie"
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Laatste aanmelding"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr "(in seconden)"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Netwerk apparaten"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr "Wachtrij geluidsinstellingen"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE apparaten"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr "Gebruik wachtstand muziek i.p.v. rinkelen"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI apparaten"
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr "Wachtstand muziek"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Diskdrive"
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "Welkomst geluidsbestand"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM speler"
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Aankondigings bericht"
 
 
-#: 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/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr "Geluidsbestand voor 'U bent de volgende ...'"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Geluidskaart"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr "'Er zijn ...'"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Staat aan sinds"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr "'...oproepen wachtend'"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Processor belasting"
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "'Dank U' bericht"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Geheugen gebruik"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "'minuten' geluidsbestand"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Swap gebruik"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "'seconden' geluidsbestand"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "SSH service"
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr "Wachtstand geluidsbestand"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Print service"
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr "Minder Dan geluidsbestand"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Scan service"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr "Telefoon attributen "
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Audio service"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr "Aankondigings wachttijd"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr "Sta de gebelde gebruiker toe het gesprek over te zetten"
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "Systeemtype"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr "Sta de bellende gebruiker toe het gesprek over te zetten"
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "Besturingssysteem"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr "Sta de gebelde gebruiker toe op te hangen door * in te drukken"
 
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
-msgstr "Opmerking"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr "Sta de bellende gebruiker toe op te hangen door * in te drukken"
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Geinstalleerde apparaten"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr "Rinkel i.p.v. achtergrond muziek afspelen"
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
-msgstr "Uit-/Omwisseling"
+#: 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/systems/glpi.tpl:91
-msgid "Software"
-msgstr "Software"
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Telefoonwachtrij"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Contracten"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "Systeem"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Systeembeheer"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Terminals"
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Terminal sjabloon"
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
+msgstr ""
+"De acties die u hier kiest, beinvloeden alle systemen in deze objectgroep. "
+"Daarnaast kunnen alle hier bewerkbare waardes overerfd worden door terminal "
+"clients die aan deze objectgroep worden toegekend."
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Terminal naam"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "NTP tijdserver"
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: 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/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
 #: plugins/admin/ogroups/termgroup.tpl:38
 #: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
 msgid "Mode"
 msgstr "Modus"
 
 msgid "Mode"
 msgstr "Modus"
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
 #: plugins/admin/systems/workstation.tpl:41
 #: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
 msgid "Select terminal mode"
 msgstr "Selecteer terminal modus"
 
 msgid "Select terminal mode"
 msgstr "Selecteer terminal modus"
 
+#: plugins/admin/ogroups/termgroup.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
 #: plugins/admin/systems/terminal.tpl:42
 #: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
 msgid "Syslog server"
 msgstr "Syslog server"
 
 msgid "Syslog server"
 msgstr "Syslog server"
 
+#: plugins/admin/ogroups/termgroup.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
 #: plugins/admin/systems/terminal.tpl:44
 #: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
 msgid "Choose server to use for logging"
 msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
 
 msgid "Choose server to use for logging"
 msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Root server"
-
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
-
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Swap server"
-
-#: plugins/admin/systems/terminal.tpl:69
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
-
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr "Tijdserver attributen overerven"
-
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "NTP tijdserver"
-
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
-
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
 #: plugins/admin/ogroups/termgroup.tpl:75
 #: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
 msgid "Action"
 msgstr "Actie"
 
 msgid "Action"
 msgstr "Actie"
 
+#: plugins/admin/ogroups/termgroup.tpl:79
 #: plugins/admin/systems/terminal.tpl:122
 #: plugins/admin/systems/workstation.tpl:101
 #: plugins/admin/systems/terminal.tpl:122
 #: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
 msgid "Select action to execute for this terminal"
 msgstr "Selecteer de voor deze terminal uit te voeren actie"
 
 msgid "Select action to execute for this terminal"
 msgstr "Selecteer de voor deze terminal uit te voeren actie"
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Servernaam"
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Kies het type systeem component dat u wenst aan te maken"
 
 
-#: plugins/admin/systems/server.tpl:55
-msgid "Select action to execute for this server"
-msgstr "Selecteer de voor deze server uit te voeren actie"
+#: 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 terminals en werkstations worden automatisch aangemaakt bij het "
+"opstarten. Om deze reden kunt u alleen sjablonen voor een specifieke tree "
+"aanmaken. Servers worden normaliter ook automatisch toegevoegd, maar in "
+"sommige speciale gevallen moet u nep server informatie invoeren zodat GOsa "
+"met de server informatie kan werken. Andere netwerk componenten kunnen "
+"gebruikt worden binnen Nagios omgevingen om component afhankelijkheden te "
+"kunnen creëren."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "Systeemtypes beheren"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Linux thin client sjabloon"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
-msgstr "Hernoemen"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Linux werkstation sjabloon"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Geef a.u.b. een nieuwe naam op"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux server"
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
-msgstr "onbekend"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows werkstation"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
-msgstr "bit"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Netwerk printer"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "toon keuze-mogelijkheid"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Ander netwerk component"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "direkt"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Aanmaken"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "load balanced"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Selecteer een basis"
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+"Stap in de gewenste tree en klik opslaan om de huidige subtree als basis te "
+"gebruiken of klik op het plaatje aan het einde van iedere regel."
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "ICA client"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr "Filter regels met deze syntax"
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
-msgstr "overerfd"
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
+msgstr "Selecteer deze basis"
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Deze 'dn' heeft geen netwerk mogelijkheden."
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
-msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "Het verwijderen van een algemeen component is mislukt"
+
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "Het vereiste veld 'Component naam' is leeg."
+
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr "Het vereiste veld IP adres is leeg."
+
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "Het veld IP adres bevat een ongeldig adres."
+
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+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/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, 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/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "Het opslaan van een algemeen component is mislukt"
+
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Lijst met systemen"
+
+#: plugins/admin/systems/class_divListSystem.inc:47
+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/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "Systeem / Afdeling"
+
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Selecteer om Linux terminals te zien"
+
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Selecteer om Linux werkstations te zien"
+
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Selecteer om Microsoft Windows werkstations te zien"
+
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Toon Windows werkstations"
+
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Selecteer om netwerk printers te zien"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr "Geef a.u.b. een geldig VSync bereik op."
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Toon netwerk printers"
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr "Geef a.u.b. een geldig HSync bereik op."
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Selecteer om VOIP telefoons te zien"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "Het opslaan van werkstations services is mislukt"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Selecteer om netwerk apparaten te zien"
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Toetsenbord"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Toon netwerk apparaten"
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Model"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Toon de overeenkomende systemen"
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Kies toetsenbord model"
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Toon systemen van gebruiker"
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Indeling"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Nieuw terminal sjabloon"
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Kies toetsenbord indeling"
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Nieuwe terminal"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Variant"
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Nieuw werkstation sjabloon"
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Kies toetsenbord variant"
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Nieuw werkstation"
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Muis"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Nieuwe server"
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Kies het muis type"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Nieuwe printer"
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Poort"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Nieuwe telefoon"
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Kies muispoort"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Nieuw component"
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Telefoon hardware"
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "Cups server"
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Telefoon"
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr "Log DB"
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Stuurprogramma"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "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 ""
-"Kies het stuurprogramma dat nodig is voor de geïnstalleerde grafische kaart"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Mail server"
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Kies de scherm resolutie die gebruikt wordt in grafische modus"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "Imap server"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Kleurdiepte"
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "Nfs server"
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Kies de kleurdiepte die gebruikt wordt in grafische modus"
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Kerberos server"
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Scherm"
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Asterisk server"
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
-msgstr ""
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Fax server"
 
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "HSync"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "Ldap server"
 
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Horizontale ververs frequentie voor de geïnstalleerde monitor"
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "Bewerk systeem"
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Verwijder systeem"
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Verticale ververs frequentie voor de geïnstalleerde monitor"
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "Stel root    wachtwoord in"
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "Scanner"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create CD"
+msgstr "Aanmaken"
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
-msgstr "Selecteer om de SANE scan service te starten op de terminal"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create FAI CD"
+msgstr "Nieuw FAI object aanmaken"
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Lever scan diensten"
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr "Er is geen server met geldige GLPI database service aanwezig."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als KERNELS inhaker voor module '%s' "
-"bestaat niet."
+"Kan niet verbinden met de GLPI database. Er is geen MySQL extensie "
+"beschikbaar. Controleer uw PHP installatie."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
-msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
 msgstr ""
 msgstr ""
-"Er bestaan pakketten in uw configuratie, die niet gekoppeld kunnen worden "
-"aan de huidige server/distributie instellingen."
+"Kan niet verbinden met de GLPI database. Controleer uw configuratie a.u.b. "
+"nogmaals."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-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_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr "Deze mogelijkheid is nog niet geïmplementeerd."
+
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
+"Het toevoegen van een nieuw systeemtype is mislukt, aangezien de typenaam al "
+"in gebruik is."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_glpiAccount.inc:307
+#, php-format
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
+"You can't delete this system type, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
-"bevat."
+"U kunt dit systeemtype niet verwijderen, aangezien deze nog steeds in "
+"gebruik is door deze systemen: '%s'"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr "Hernoemen is mislukt. De opgegeven naam wordt al gebruikt."
+
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
 msgstr ""
 msgstr ""
+"Het toevoegen van het besturingssysteem is mislukt. De naam wordt al "
+"gebruikt."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
+#: plugins/admin/systems/class_glpiAccount.inc:396
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
 msgstr ""
 msgstr ""
-"Kon een of meer van de opgegeven FAI klasse(n) [%s] niet vinden op de FAI "
-"server '%s'. De server is teruggezet op 'auto'."
+"U kunt dit besturingssysteem niet verwijderen, aangezien deze nog steeds in "
+"gebruik is door deze systemen: '%s'"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
-#, fuzzy, php-format
-msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
 msgstr ""
 msgstr ""
-"Kan de opgegeven FAI klasse(n) [%s] sowieso niet vinden. Controleer uw FAI "
-"configuratie a.u.b. Het is mogelijk dat sommige klassen verwijderd of "
-"hernoemd zijn. Alle klassen zijn verwijderd van dit account. Druk op "
-"annuleren indien u deze wijzigingen niet wenst op te slaan."
+"Het bijwerken van het besturingssysteem is mislukt. De opgegeven naam wordt "
+"al gebruikt."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
-msgstr "Het opslaan van de werkstation opstart instellingen is mislukt"
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Inventaris verwijderen"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:570
 msgid ""
 msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Kan de opgegeven REPOSITORY_HOOK '%s' niet uitvoeren. Controleer uw gosa."
-"conf a.u.b."
+"Dit apparaat heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
-#, php-format
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Inventaris toevoegen"
+
+#: plugins/admin/systems/class_glpiAccount.inc:573
 msgid ""
 msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"De in uw 'gosa.conf' opgegeven REPOSITORY_HOOK '%s' geeft een lege waarde "
-"terug."
+"Dit apparaat heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr "Kon '%s' niet openen. PPD instellingen zijn teruggezet."
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
+msgstr "Niet beschikbaar"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
-msgstr "Kan de PPD informatie niet ophalen."
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
+msgstr ""
+"Kan het GLPI account niet verwijderen, zolang er geen MySQL extensie "
+"beschikbaar is. Controleer uw PHP installatie."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "U staat op het punt het GLPI bijlage component '%s' te verwijderen."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"Het opgegeven pad '%s', welke resulteert uit het PPD_PATH in uw gosa.conf is "
-"ongeldig. Kan geen PPD informatie lezen/schrijven."
+"U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
+"is door deze systemen: '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
-msgstr "Geef a.u.b. een geldige PPD bestand op."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "Er is geen geldig bestand ge-upload."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
-#, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "Upload was niet succesvol"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, fuzzy, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
 msgstr ""
 msgstr ""
-"Kan PPD bestand '%s' niet selecteren. Het bestand kan niet gelezen worden."
+"De directory '/etc/gosa/glpi/', om GLPI bestanden in te bewaren, ontbreekt. "
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "Er bestaat al een bestand met dezelfde naam."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
 #, php-format
 #, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
-msgstr "Kan directory '%s',voor het verstuurde PPD bestand, niet aanmaken."
+msgid "Can't create file '%s'."
+msgstr "Kan bestand '%s' niet aanmaken."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
+msgstr "Bestand is beschikbaar"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
+msgstr "Bestand is niet leesbaar. Het is mogelijk dat het bestand ontbreekt."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "Er is momenteel geen bestand ge-upload."
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "MIME"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
+msgstr "Deze tabel geeft alle beschikbaare bijlages weer"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "leeg"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Nieuwe bijlage aanmaken"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Nieuwe bijlage"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Geef a.u.b. een geldige naam op voor deze bijlage."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
 #, php-format
 #, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr ""
-"Kan bestand '%s' niet aanmaken om aangepaste ppd informatie op te slaan."
+msgid "Internal Error can't create device of type '%s'"
+msgstr "Interne fout. Kan apparaat van het type '%s' niet aanmaken."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
 #, php-format
 #, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
-msgstr ""
-"Kan nieuw ppd bestand niet aanmaken. Het bronbestand '%s' is niet "
-"toegankelijk."
+msgid "You're about to delete the glpi device '%s'."
+msgstr "U staat op het punt het GLPI apparaat '%s' te verwijderen."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr "Kan de objectnaam niet detecteren"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+"You can't delete this device, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"Het opgegeven ppd bestand '%s' is ongeldig. Kan geen model of fabrikant "
-"informatie ophalen."
+"U kunt dit apparaat niet verwijderen, aangezien deze nog steeds gebruikt "
+"wordt door deze systemen: '%s'"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
-#, 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_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "apparaten"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, php-format
-msgid "Can't save file '%s'."
-msgstr "Kan bestand '%s' niet opslaan."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Nieuwe monitor"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
-msgstr "Het ge-uploade ppd bestand is leeg. Kan geen nieuw ppd bestand maken."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
-msgstr "Ja"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Nieuw moederbord"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
-msgstr "Nee"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "MB"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "PPD type '%s', gebruikt voor '%s', wordt niet ondersteund "
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Nieuwe processor"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed."
-msgstr "Het verwijderen van het FAI profiel is mislukt"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Nieuwe behuizing"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
-msgstr ""
-"Kan nieuw ppd bestand niet aanmaken. Het bronbestand '%s' is niet "
-"toegankelijk."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
+msgstr "C"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
-#, php-format
-msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
-msgstr ""
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Nieuwe netwerk aansluiting"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Werkstation sjabloon"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Nieuw geheugen"
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Werkstation naam"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr "R"
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Zones"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Nieuwe hardeschijf"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Opstart parameters"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "HDD"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Boot kernel"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
+msgstr "Nieuwe schijf"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Aangepaste opties"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-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_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Nieuwe controller"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "LDAP server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr "CS"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
-msgstr "FAI server"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr "Nieuwe grafische kaart"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
-msgstr "Toegekende FAI klasses"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr "GC"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:87
-msgid "set"
-msgstr "stel in"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Nieuwe geluidskaart"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Kernel modules (formaat: naam parameters)"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr "SC"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: 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_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr "Nieuwe voeding"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Koppelpunt"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
+msgstr "PS"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Lijst met apparaten"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Nieuw overig apparaat"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
-msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
-msgstr ""
-"Deze dialoog maakt het mogelijk om een apparaat te verbinden aan de computer "
-"die u momenteel aan het bewerken bent."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr "OC"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Toon overeenkomende apparaten"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Geef a.u.b. een geldige naam op voor dit apparaat."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Reguliere expressie voor overeenkomende apparaat namen"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "De opgegeven apparaat naam wordt al gebruikt."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
-msgstr "Er is geen server met geldige GLPI database service aanwezig."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "Geen"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr ""
-"Kan niet verbinden met de GLPI database. Er is geen MySQL extensie "
-"beschikbaar. Controleer uw PHP installatie."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Overige"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, php-format
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
 msgstr ""
 msgstr ""
-"Kan niet verbinden met de GLPI database. Controleer uw configuratie a.u.b. "
-"nogmaals."
+"U kunt deze fabrikant niet verwijderen, aangezien deze nog steeds in gebruik "
+"is door deze systemen: '%s'"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
-msgstr "Inventaris verwijderen"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Geef a.u.b. een naam op."
+
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
+msgstr "De opgegeven naam is al in gebruik. Kies a.u.b. een andere naam."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
 msgid ""
 "This server has inventory features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This server has inventory features enabled. You can disable them by clicking "
 "below."
@@ -8502,12 +8075,7 @@ msgstr ""
 "Deze server heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
 "uitschakelen door de knop hieronder te gebruiken."
 
 "Deze server heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
 "uitschakelen door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
-msgstr "Inventaris toevoegen"
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
 msgid ""
 "This server has inventory features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This server has inventory features disabled. You can enable them by clicking "
 "below."
@@ -8515,8 +8083,8 @@ msgstr ""
 "Deze server heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
 "inschakelen door de knop hieronder te gebruiken."
 
 "Deze server heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
 "inschakelen door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
 #, php-format
 msgid ""
 "Can't rename given printer type to '%s', because this type name already "
 #, php-format
 msgid ""
 "Can't rename given printer type to '%s', because this type name already "
@@ -8525,460 +8093,572 @@ msgstr ""
 "Kan het opgegeven printertype niet wijzigen naar '%s', aangezien deze "
 "typenaam al bestaat."
 
 "Kan het opgegeven printertype niet wijzigen naar '%s', aangezien deze "
 "typenaam al bestaat."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
 #, php-format
 msgid "Can't delete printer type, it is still in use by '%s'."
 msgstr ""
 "Kan het printertype niet verwijderen, aangezien deze nog steeds in gebruik "
 "is door: '%s'"
 
 #, php-format
 msgid "Can't delete printer type, it is still in use by '%s'."
 msgstr ""
 "Kan het printertype niet verwijderen, aangezien deze nog steeds in gebruik "
 "is door: '%s'"
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr "Niet beschikbaar"
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
 msgid "since"
 msgstr "sinds"
 
 msgid "since"
 msgstr "sinds"
 
-#: 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/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "U staat op het punt het GLPI cartridgetype '%s' te verwijderen."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Geactiveerd"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
+msgstr ""
+"U kunt dit cartridgetype niet verwijderen, aangezien deze nog steeds in "
+"gebruik is door deze printer(s): '%s'"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-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_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr "Cartridges"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr "Kan dit object niet verwijderen, aangezien deze nog in gebruik is."
+
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "De opgegeven naam wordt al gebruikt."
+
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "gebruik"
+
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
+msgstr ""
+
+#: plugins/admin/systems/class_goSpamServer.inc:97
+#, fuzzy
+msgid "Remove spamassassin extension"
+msgstr "Verwijder printer mogelijkheden"
+
+#: plugins/admin/systems/class_goSpamServer.inc:98
+#, fuzzy
+msgid ""
+"This server has spamassassin 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/class_goSpamServer.inc:101
+#, fuzzy
+msgid "Add spamassassin service"
+msgstr "Voeg Kolab service toe"
+
+#: plugins/admin/systems/class_goSpamServer.inc:102
+#, fuzzy
+msgid ""
+"This server has spamassassin 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_goSpamServer.inc:228
+#, fuzzy
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "De sieve poort dient nummeriek te zijn."
+
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, fuzzy, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
+
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, fuzzy, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr "Het opslaan van het Kolab account is mislukt"
+
+#: plugins/admin/systems/class_goSpamServer.inc:326
+#, fuzzy
+msgid "Required score must be a numeric value."
+msgstr "Toekomstige dagen moet een waarde bevatten."
+
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
+"bestaat niet."
+
+#: plugins/admin/systems/class_goSpamServer.inc:470
 #, php-format
 #, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Uitvoer van '%s' is mislukt!"
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Deze 'dn' heeft geen werkstation mogelijkheden."
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Uitschakelen"
+#: plugins/admin/systems/class_goVirusServer.inc:80
+#, fuzzy
+msgid "Remove anti virus extension"
+msgstr "Verwijder printer mogelijkheden"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Herstarten"
+#: plugins/admin/systems/class_goVirusServer.inc:81
+#, fuzzy
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Deze server heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Onmiddelijk bijwerken"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+#, fuzzy
+msgid "Add anti virus service"
+msgstr "Voeg Kolab service toe"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Geplande bijwerking"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+#, fuzzy
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Deze server heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
-msgstr "Herinstalleer"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, fuzzy, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Hardware opnieuw scannen"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, fuzzy, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Het opslaan van het Kolab account is mislukt"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Geheugentest"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Systeem analyse"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Aanzetten"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+#, fuzzy
+msgid "Maximum file size"
+msgstr "E-mail grootte"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
-msgstr "Het verwijderen van het werkstation is mislukt"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-msgid "You have no permissions to create a workstation on this 'Base'."
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een werkstation aan te maken onder deze 'basis'"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
-msgstr "Het vereiste veld 'Werkstation naam' is leeg."
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+#, fuzzy
+msgid "Checks per day"
+msgstr "Controleer parameter"
+
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, fuzzy, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "De sieve poort dient nummeriek te zijn."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
+#: plugins/admin/systems/class_goVirusServer.inc:329
 #, php-format
 #, 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"
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgstr ""
+
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Verwijder DNS service"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
 msgid ""
 msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
-"Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
-"moet geactiveerd zijn."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "Het opslaan van het werkstation is mislukt"
+"Deze server heeft DNS mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Lijst met systemen"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Voeg DNS service toe"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
 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."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 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."
+"Deze server heeft DNS mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "Systeem / Afdeling"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Deze 'dn' heeft geen telefoon mogelijkheden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Toon servers"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "ja"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Selecteer om Linux terminals te zien"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "nee"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Toon terminals"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr "dynamisch"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Selecteer om Linux werkstations te zien"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Netwerk instellingen"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Toon werkstations"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, 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_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Selecteer om Microsoft Windows werkstations te zien"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "Het verwijderen van de telefoon is mislukt"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Toon Windows werkstations"
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
+msgstr "Het vereiste veld 'Telefoonnaam' is leeg."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Selecteer om netwerk printers te zien"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+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_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Toon netwerk printers"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+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_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Selecteer om VOIP telefoons te zien"
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "Het opslaan van de telefoon is mislukt"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Toon telefoons"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
+msgstr "Kon '%s' niet openen. PPD instellingen zijn teruggezet."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Selecteer om netwerk apparaten te zien"
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
+msgstr "Kan de PPD informatie niet ophalen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Toon netwerk apparaten"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
+"Het opgegeven pad '%s', welke resulteert uit het PPD_PATH in uw gosa.conf is "
+"ongeldig. Kan geen PPD informatie lezen/schrijven."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Toon systemen van gebruiker"
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
+msgstr "Geef a.u.b. een geldige PPD bestand op."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-msgid "New Terminal template"
-msgstr "Nieuw terminal sjabloon"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr ""
+"Kan PPD bestand '%s' niet selecteren. Het bestand kan niet gelezen worden."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
-msgstr "Nieuwe terminal"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, 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_divListSystem.inc:97
-msgid "New Workstation template"
-msgstr "Nieuw werkstation sjabloon"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr ""
+"Kan bestand '%s' niet aanmaken om aangepaste ppd informatie op te slaan."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
-msgstr "Nieuw werkstation"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgstr ""
+"Kan nieuw ppd bestand niet aanmaken. Het bronbestand '%s' is niet "
+"toegankelijk."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
-msgstr "Nieuwe server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
+"Het opgegeven ppd bestand '%s' is ongeldig. Kan geen model of fabrikant "
+"informatie ophalen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
-msgstr "Nieuwe printer"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, 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_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
-msgstr "Nieuwe telefoon"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Kan bestand '%s' niet opslaan."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
-msgstr "Nieuw component"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr "Het ge-uploade ppd bestand is leeg. Kan geen nieuw ppd bestand maken."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
-msgstr "Cups server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
+msgstr "Ja"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
-msgstr "Log DB"
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
+msgstr "Nee"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
-msgstr "Syslog server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "PPD type '%s', gebruikt voor '%s', wordt niet ondersteund "
 
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-msgid "Mail Server"
-msgstr "Mail server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "Het verwijderen van het FAI profiel is mislukt"
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
+"Kan nieuw ppd bestand niet aanmaken. Het bronbestand '%s' is niet "
+"toegankelijk."
+
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
-msgstr "Imap server"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-msgid "Nfs Server"
-msgstr "Nfs server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, fuzzy, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "U staat op het punt de programma '%s' te verwijderen."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
-msgstr "Kerberos server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, fuzzy, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Het opgegeven certificaat kon geopend worden!"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
-msgstr "Asterisk server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
-msgstr "Fax server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr "De geselecteerde fabricant '%s' bestaat niet in onze lijst met ppds."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
-msgstr "Ldap server"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Printer PPD selectie"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
-msgstr "Bewerk systeem"
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
+"Kon geen geldige basis ophalen uit de dn van het object. Basis is ingesteld "
+"op '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
-msgstr "Verwijder systeem"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr "Voeg printer extensie toe"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "Stel root    wachtwoord in"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
+"Kon de printertab niet initialiseren. Parameter parent ontbrak bij aanmaak."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create CD"
-msgstr "Aanmaken"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "Dit is een werkstationsjabloon. Het printer tabblad is uitgeschakeld."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create FAI CD"
-msgstr "Nieuw FAI object aanmaken"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Dit is een terminalsjabloon. Het printer tabblad is uitgeschakeld."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Deze 'dn' heeft geen printer mogelijkheden."
+
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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 ""
+"Dit object 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/systems/class_goVirusServer.inc:80
-#, fuzzy
-msgid "Remove anti virus extension"
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
 msgstr "Verwijder printer mogelijkheden"
 
 msgstr "Verwijder printer mogelijkheden"
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
-#, fuzzy
+#: plugins/admin/systems/class_printGeneric.inc:319
 msgid ""
 msgid ""
-"This server has anti virus features enabled. You can disable them by "
+"This workstation has printer extension enabled.You can disable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Deze server heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
+"Dit werkstation heeft printer mogelijkheden ingeschakeld. U kunt deze "
 "uitschakelen door de knop hieronder te gebruiken."
 
 "uitschakelen door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-#, fuzzy
-msgid "Add anti virus service"
-msgstr "Voeg Kolab service toe"
+#: plugins/admin/systems/class_printGeneric.inc:322
+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/systems/class_goVirusServer.inc:85
-#, fuzzy
+#: plugins/admin/systems/class_printGeneric.inc:327
 msgid ""
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
+"This workstation has printer extension disabled. You can enable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Deze server heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
+"Dit werkstation heeft printer mogelijkheden uitgeschakeld. U kunt deze "
 "inschakelen door de knop hieronder te gebruiken."
 
 "inschakelen door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, fuzzy, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
-msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
-
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, fuzzy, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Het opslaan van het Kolab account is mislukt"
-
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 msgstr ""
 msgstr ""
+"Deze terminal heeft printer mogelijkheden uitgeschakeld. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
-msgstr ""
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-#, fuzzy
-msgid "Maximum file size"
-msgstr "E-mail grootte"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "kan de PPD informatie niet ophalen"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 msgstr ""
+"Deze printer behoort bij terminal %s. U kunt deze printer niet hernoemen."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 msgstr ""
+"Deze printer behoort bij werkstation %s. U kunt deze printer niet hernoemen."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "Het verwijderen van de printer is mislukt"
+
+#: plugins/admin/systems/class_printGeneric.inc:642
 #, fuzzy
 #, fuzzy
-msgid "Checks per day"
-msgstr "Controleer parameter"
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr ""
+"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
-#, fuzzy, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "De sieve poort dient nummeriek te zijn."
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "Het opslaan van de printer is mislukt"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+#: plugins/admin/systems/class_printGeneric.inc:867
+#, php-format
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
-"bestaat niet."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_printGeneric.inc:889
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid "Can't add '%s' to the list of members, it is already used."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
+#: plugins/admin/systems/class_printGeneric.inc:897
+#, php-format
+msgid "Can't add '%s' to list of members, it is not reachable."
+msgstr ""
+
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "Selecteer a.u.b. een printer of druk annuleren in"
+
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
 #: plugins/admin/systems/class_servDB.inc:179
 #: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
+#: plugins/admin/systems/class_servDB.inc:185
 #, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "Het atribuut '%s' is leeg of bevat ongeldige karakters!"
 
 #, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "Het atribuut '%s' is leeg of bevat ongeldige karakters!"
 
-#: plugins/admin/systems/class_servDB.inc:159
+#: plugins/admin/systems/class_servDB.inc:154
 #, 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'."
 
 #, 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/systems/class_servDB.inc:163
+#: plugins/admin/systems/class_servDB.inc:158
 msgid "The sieve port needs to be numeric."
 msgstr "De sieve poort dient nummeriek te zijn."
 
 msgid "The sieve port needs to be numeric."
 msgstr "De sieve poort dient nummeriek te zijn."
 
-#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:169
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Het opgegeven kerberos wachtwoord is leeg."
 
 #, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Het opgegeven kerberos wachtwoord is leeg."
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
 #, fuzzy, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 #, fuzzy, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
@@ -8987,192 +8667,228 @@ msgstr ""
 "U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
 "is door deze systemen: '%s'"
 
 "U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
 "is door deze systemen: '%s'"
 
-#: plugins/admin/systems/class_servDB.inc:225
+#: plugins/admin/systems/class_servDB.inc:220
 #, 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."
 
 #, 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/systems/class_servDB.inc:279
+#: plugins/admin/systems/class_servDB.inc:274
 msgid "Saving server db settings failed"
 msgstr "Het opslaan van de server db instellingen is mislukt"
 
 msgid "Saving server db settings failed"
 msgstr "Het opslaan van de server db instellingen is mislukt"
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Bewerk share"
-
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS instellingen"
-
-#: plugins/admin/systems/servnfs.tpl:33
-msgid "Volume"
-msgstr "Volume"
-
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
-msgstr "Auto-mount share op Apple systemen"
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Verwijder DHCP service"
 
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Karakterset"
+#: plugins/admin/systems/class_servDHCP.inc:32
+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/servnfs.tpl:104
-msgid "Option"
-msgstr "Optie"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Voeg DHCP service toe"
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
-#, fuzzy, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+#: plugins/admin/systems/class_servDHCP.inc:35
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Het bestand '/etc/gosa/encodings' bestaat niet. Kan de ondersteunde "
-"karaktersets niet ophalen."
+"Deze server heeft DHCP mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_servNfs.inc:49
-#, fuzzy, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr ""
-"Kan bestand '/etc/gosa/encodings' niet openen. Controlleer de "
-"bestandspermissies a.u.b."
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Reverse zone"
 
 
-#: plugins/admin/systems/class_servNfs.inc:180
-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_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr "TTL"
 
 
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
-msgstr "Geef a.u.b. een geldige naam op voor uw share."
+#: plugins/admin/systems/class_servDNS.inc:229
+#, php-format
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
+msgstr ""
+"Kan de geselecteerde zone niet verwijderen, aangezien deze nog gebruikt "
+"wordt door de volgende regel(s) '%s'"
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
-msgstr "Geef a.u.b. een naam op voor uw share."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "Het bijwerken van de DNS service is mislukt"
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
-msgstr "De omschrijving bevat ongeldige karakters."
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "Het verwijderen van DNS regels is mislukt"
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
-msgstr "Het volume bevat ongeldige karakters."
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "Het opslaan van DNS regels is mislukt"
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
-msgstr "Het pad bevat ongeldige karakters."
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
+#, php-format
+msgid "Please choose a valid zone name."
+msgstr "Geef a.u.b. een geldige zonenaam op."
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
-msgstr "De optie bevat ongeldige karakters."
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Geef a.u.b. een geldige omgekeerde zonenaam op."
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Postfix mydomain"
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr "De primaire DNS server invoer moet eindigen op '.' om geldig te zijn."
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Postfix mydestination"
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr "Het opgegeven E-mail adres moet eindigen op '.' om geldig te zijn."
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
 msgstr ""
 msgstr ""
+"Uw E-mail adres bevat '@'. Vervang dit door  '.' om GOsa een geldig SOA "
+"record aan te laten maken."
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "POP3 service"
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr "Hoofdletter zijn niet toegestaan voor de zone-naam."
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "POP3/SSL service"
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Geef a.u.b. een nummerieke waarde voor het serienummer op."
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "IMAP Service"
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Geef a.u.b. een nummerieke waarde op voor de verversing."
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "IMAP/SSL service"
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Geef a.u.b. een nummerieke waarde op voor TTL."
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Sieve service"
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Geef a.u.b. een nummerieke waarde op voor verval."
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Geef a.u.b. een nummerieke waarde op voor opnieuw proberen."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr "Hoofdletters zijn niet toegestaan. Controleer uw '%ss'"
+
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Nieuwe regel"
+
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
+#, php-format
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 msgstr ""
-"FTP Free/Busy service (vervallen, niet compatibel met Kolab2 Free/Busy)"
+"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
+"de zone bewerkings dialoog."
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "HTTP Free/Busy service (vervallen)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "Invoerregel '%s' bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Amavis email scannen (virus/anti-spam)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
+#, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr "Kan '%s' niet hernoemen naar '%s'. De gewenste naam bestaat al."
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Quota instellingen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Kan '%s' niet aanmaken. De gewenste naam bestaat al."
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Free/Busy instellingen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
+msgstr "De naam '%s' wordt meer dan een maal gebruikt."
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Sta ongeauthoriseerd downloaden van Free/Busy informatie toe"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
+msgstr "De hostnaam '%s' moet in kleine letters ingevoerd worden."
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "SMTP toegestane netwerken"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
+msgstr ""
+"Het recordtype '%s' is een uniek type en kan dus ook niet tweemaal "
+"gedefinieerd worden."
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Hosts/netwerken die E-mail mogen ralayen"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "Er is een lege '%s' voor host '%s'."
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
-msgstr "Voor meerdere waardes in, gescheiden door"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
+msgstr "Er is een dubbele invoer in '%s' voor '%s'"
 
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhost"
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Deze 'dn' heeft geen server mogelijkheden."
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Sta MX record opzoeken voor relayhost toe"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Aanzetten"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Host die gebruikt wordt om E-mails te relayen"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "Het verwijderen van de server is mislukt"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Accepteer Internet E-mail"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "Het vereiste veld 'Servernaam' is leeg."
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Accepteer E-mail van andere domeinen over niet geauthenticeerde SMTP"
+#: plugins/admin/systems/class_servGeneric.inc:242
+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/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Telefoonnaam"
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "Het opslaan van de server is mislukt"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
+#: plugins/admin/systems/class_servKolab.inc:90
 #, 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"
 
 #, 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_servKolab.inc:100
+#: plugins/admin/systems/class_servKolab.inc:96
 #, 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"
 
 #, 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_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid "Remove Kolab extension"
 msgstr "Verwijder Kolab mogelijkheden"
 
 msgid "Remove Kolab extension"
 msgstr "Verwijder Kolab mogelijkheden"
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 "below."
@@ -9180,11 +8896,11 @@ msgstr ""
 "Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
 "door de knop hieronder te gebruiken."
 
 "Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
 "door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid "Add Kolab service"
 msgstr "Voeg Kolab service toe"
 
 msgid "Add Kolab service"
 msgstr "Voeg Kolab service toe"
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 "below."
@@ -9192,300 +8908,296 @@ msgstr ""
 "Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
 "door de knop hieronder te gebruiken."
 
 "Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
 "door de knop hieronder te gebruiken."
 
-#: plugins/admin/systems/class_servKolab.inc:199
+#: plugins/admin/systems/class_servKolab.inc:195
 msgid "Removing kolab host entry failed"
 msgstr "Het verwijderen van de Kolab Host regel is mislukt"
 
 msgid "Removing kolab host entry failed"
 msgstr "Het verwijderen van de Kolab Host regel is mislukt"
 
-#: plugins/admin/systems/class_servKolab.inc:215
+#: plugins/admin/systems/class_servKolab.inc:211
 msgid "Removing server from kolab object failed"
 msgstr "Het verwijderen van de server van het Kolab object is mislukt"
 
 msgid "Removing server from kolab object failed"
 msgstr "Het verwijderen van de server van het Kolab object is mislukt"
 
-#: plugins/admin/systems/class_servKolab.inc:254
+#: plugins/admin/systems/class_servKolab.inc:250
 msgid "Future days in Free/Busy settings must be set."
 msgstr "Toekomstige dagen moet ingesteld zijn in de Free/Busy instellingen."
 
 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_servKolab.inc:256
+#: plugins/admin/systems/class_servKolab.inc:252
 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."
 
 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_servKolab.inc:260
+#: plugins/admin/systems/class_servKolab.inc:256
 msgid "The given Quota settings value must be a number."
 msgstr "De opgegeven Quota instellingen moeten nummeriek zijn."
 
 msgid "The given Quota settings value must be a number."
 msgstr "De opgegeven Quota instellingen moeten nummeriek zijn."
 
-#: plugins/admin/systems/class_servKolab.inc:262
+#: plugins/admin/systems/class_servKolab.inc:258
 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."
 
 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/class_servKolab.inc:264
+#: plugins/admin/systems/class_servKolab.inc:260
 msgid "Future days must be a value."
 msgstr "Toekomstige dagen moet een waarde bevatten."
 
 msgid "Future days must be a value."
 msgstr "Toekomstige dagen moet een waarde bevatten."
 
-#: plugins/admin/systems/class_servKolab.inc:268
+#: plugins/admin/systems/class_servKolab.inc:264
 msgid "No SMTP privileged networks set."
 msgstr "Er zijn geen netwerken met SMTP privileges ingesteld"
 
 msgid "No SMTP privileged networks set."
 msgstr "Er zijn geen netwerken met SMTP privileges ingesteld"
 
-#: plugins/admin/systems/class_servKolab.inc:340
+#: plugins/admin/systems/class_servKolab.inc:336
 msgid "Saving server to kolab object failed"
 msgstr "Het opslaan van de server in het Kolab object is mislukt"
 
 msgid "Saving server to kolab object failed"
 msgstr "Het opslaan van de server in het Kolab object is mislukt"
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Remote desktop"
-
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Verbindings methode"
-
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
-msgstr "Kies de methode om te verbinden met de terminal server"
-
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Terminal server"
-
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Selecteer de te gebruiken terminal server"
-
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Font server"
-
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Selecteer de te gebruiken font server"
-
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Printer"
-
-#: plugins/admin/systems/terminalService.tpl:187
-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_servNfs.inc:41
+#, fuzzy, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
+"Het bestand '/etc/gosa/encodings' bestaat niet. Kan de ondersteunde "
+"karaktersets niet ophalen."
 
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Lever print diensten"
+#: plugins/admin/systems/class_servNfs.inc:44
+#, fuzzy, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr ""
+"Kan bestand '/etc/gosa/encodings' niet openen. Controlleer de "
+"bestandspermissies a.u.b."
 
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Spool server"
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
+msgstr "Geef a.u.b. een geldig pad op voor uw instellingen."
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Selecteer NFS bestandssysteem waarop spool bestanden geplaatst worden"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
+msgstr "Geef a.u.b. een geldige naam op voor uw share."
 
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Selecteer de te gebruiken scanner driver"
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
+msgstr "Geef a.u.b. een naam op voor uw share."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
-msgstr "Deze 'dn' heeft geen netwerk mogelijkheden."
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
+msgstr "De omschrijving bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
-msgstr "Het verwijderen van een algemeen component is mislukt"
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
+msgstr "Het volume bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
-msgstr "Het vereiste veld 'Component naam' is leeg."
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
+msgstr "Het pad bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
-msgstr "Het vereiste veld IP adres is leeg."
+#: plugins/admin/systems/class_servNfs.inc:201
+msgid "Option contains invalid characters."
+msgstr "De optie bevat ongeldige karakters."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
-msgstr "Het veld IP adres bevat een ongeldig adres."
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "Verwijder printer mogelijkheden"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-msgid "You have no permissions to create a component on this 'Base'."
+#: plugins/admin/systems/class_servRepository.inc:126
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"U heeft geen toestemming om een component aan te maken onder deze 'Basis'."
+"Deze server heeft FAI verzamelplaats mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
-msgstr "Het opslaan van een algemeen component is mislukt"
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr "Voeg FAI verzamelplaats extensie toe"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/systems/class_servRepository.inc:129
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Selecteer indien de terminal een grafische start met voortgangsstatus "
-"ondersteunt"
+"Deze server heeft FAI verzamelplaats mogelijkheden uitgeschakeld. U kunt "
+"deze inschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Gebruik grafische boot"
+#: plugins/admin/systems/class_servRepository.inc:173
+#, php-format
+msgid ""
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
+msgstr ""
+"U kunt deze distributie niet verwijderen, aangezien deze nog in gebruik is "
+"door de volgende werkstations [%s]. Los deze afhankelijkheden a.u.b. eerst "
+"op, om de database consistent te houden."
 
 
-#: 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/class_servRepository.inc:207
+#, php-format
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+msgstr ""
+"Let op bij het bewerken van deze distributie. Deze wordt nog steeds gebruikt "
+"door de volgende werkstations [%s]."
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "Gebruik standaard linux tekstuele boot"
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Secties"
 
 
-#: 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/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Geef a.u.b. een waarde voor 'versie' op"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "Gebruik debug modus bij boot"
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Geef a.u.b. een geldige waarde op voor 'url'."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
 msgid ""
 msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
 msgstr ""
 msgstr ""
-"Dit is een nieuw systeem, welke momenteel geen systeemtype toegekend "
-"gekregen heeft. Selecteer a.u.b. een systeemtype voor deze invoer en druk op "
-"de 'Verder' knop. Indien dit systeem aan een groep met systeeminstellingen "
-"toegevoegd dient te worden, dan kunt u de gewenste objectgroep naam "
-"hieronder opgeven."
+"Kan de opgegeven REPOSITORY_HOOK '%s' niet uitvoeren. Controleer uw gosa."
+"conf a.u.b."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
+#, php-format
 msgid ""
 msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
 msgstr ""
 msgstr ""
-"Selecteer a.u.b. een systeemtype en een optionele bundel met te overerven "
-"voorgedefinieerde instellingen."
+"De in uw 'gosa.conf' opgegeven REPOSITORY_HOOK '%s' geeft een lege waarde "
+"terug."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Kies een systeemtype"
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Selecteer een objectgroep als sjabloon"
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr ""
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Selecteer een objectgroep"
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
+msgstr "Terminal server moet een fontpath hebben."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "U staat op het punt het GLPI cartridgetype '%s' te verwijderen."
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "Het opslaan van het server service object is mislukt"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
-#, php-format
-msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
-msgstr ""
-"U kunt dit cartridgetype niet verwijderen, aangezien deze nog steeds in "
-"gebruik is door deze printer(s): '%s'"
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "Het aanmaken van een mount container is mislukt"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
-msgstr "Cartridges"
+#: plugins/admin/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "Het verwijderen van een mount container is mislukt"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Nieuwe monitor"
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "Het opslaan van de mount container is mislukt"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systemen"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr "Deze mogelijkheid is nog niet geïmplementeerd."
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "U kunt dit object type nog niet bewerken!"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
 msgstr ""
 msgstr ""
-"Het toevoegen van een nieuw systeemtype is mislukt, aangezien de typenaam al "
-"in gebruik is."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
-#, php-format
-msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, fuzzy, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
 msgstr ""
 msgstr ""
-"U kunt dit systeemtype niet verwijderen, aangezien deze nog steeds in "
-"gebruik is door deze systemen: '%s'"
-
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr "Hernoemen is mislukt. De opgegeven naam wordt al gebruikt."
+"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' "
+"bestaat niet."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
 msgstr ""
 msgstr ""
-"Het toevoegen van het besturingssysteem is mislukt. De naam wordt al "
-"gebruikt."
+"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar "
+"overeen!"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
 msgstr ""
 msgstr ""
-"U kunt dit besturingssysteem niet verwijderen, aangezien deze nog steeds in "
-"gebruik is door deze systemen: '%s'"
+"U heeft geen toestemming om het wachtwoord van dit systeem in te stellen!"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, php-format
+msgid "You're about to delete all information about the component at '%s'."
 msgstr ""
 msgstr ""
-"Het bijwerken van het besturingssysteem is mislukt. De opgegeven naam wordt "
-"al gebruikt."
+"U staat op het punt alle informatie over dit component op '%s' te "
+"verwijderen."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
+#: plugins/admin/systems/class_systemManagement.inc:500
+#, php-format
 msgid ""
 msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
 msgstr ""
 msgstr ""
-"Dit apparaat heeft inventaris mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Dit apparaat heeft inventaris mogelijkheden uitgeschakeld. U kunt deze "
-"inschakelen door de knop hieronder te gebruiken."
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Nieuwe terminal"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr ""
-"Kan het GLPI account niet verwijderen, zolang er geen MySQL extensie "
-"beschikbaar is. Controleer uw PHP installatie."
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Nieuw werkstation"
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
-msgid "Manage manufacturers"
-msgstr "Fabricanten beheren"
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
+msgstr "Nieuw apparaat"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
-msgstr "Bijlage"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Terminal sjabloon voor"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
-msgstr "Bestandsnaam"
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Werkstation sjabloon voor"
+
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
+msgstr "Nieuw systeem uit inkomende wachtrij"
+
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Sjabloon"
+
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
+msgstr "Werkstation wordt momenteel geinstalleerd"
+
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "Werkstation wacht op gebruikersactie"
+
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "Werkstation installatie mislukt"
+
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr "Server wordt momenteel geinstalleerd"
+
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "Server wacht op gebruikersactie"
+
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "Server installatie mislukt"
+
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Windows werkstation"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
-msgstr "MIME-type"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Netwerk apparaat"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
+#: plugins/admin/systems/class_termDNS.inc:138
 #, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 #, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
@@ -9493,19 +9205,24 @@ msgstr ""
 "Kan de opgegeven AUTO_NETWORK_HOOK '%s' niet uitvoeren. Controleer uw gosa."
 "conf a.u.b."
 
 "Kan de opgegeven AUTO_NETWORK_HOOK '%s' niet uitvoeren. Controleer uw gosa."
 "conf a.u.b."
 
-#: plugins/admin/systems/class_termDNS.inc:291
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Niet actief"
+
+#: plugins/admin/systems/class_termDNS.inc:309
 msgid "The required field 'IP-address' is not set."
 msgstr "Het vereiste veld 'IP adres' is leeg."
 
 msgid "The required field 'IP-address' is not set."
 msgstr "Het vereiste veld 'IP adres' is leeg."
 
-#: plugins/admin/systems/class_termDNS.inc:298
+#: plugins/admin/systems/class_termDNS.inc:316
 msgid "Wrong IP format in field IP-address."
 msgstr "Verkeerd IP formaat in het veld IP adres"
 
 msgid "Wrong IP format in field IP-address."
 msgstr "Verkeerd IP formaat in het veld IP adres"
 
-#: plugins/admin/systems/class_termDNS.inc:304
+#: plugins/admin/systems/class_termDNS.inc:322
 msgid "The required field 'MAC-address' is not set."
 msgstr "Het vereiste veld 'Hardware adres (MAC)' is leeg."
 
 msgid "The required field 'MAC-address' is not set."
 msgstr "Het vereiste veld 'Hardware adres (MAC)' is leeg."
 
-#: plugins/admin/systems/class_termDNS.inc:310
+#: plugins/admin/systems/class_termDNS.inc:328
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
@@ -9513,17 +9230,24 @@ msgstr ""
 "Het opgegeven mac-adres is ongeldig. Deze moet bestaan uit 6 segmenten van 2 "
 "bytes, gescheiden door ':'"
 
 "Het opgegeven mac-adres is ongeldig. Deze moet bestaan uit 6 segmenten van 2 "
 "bytes, gescheiden door ':'"
 
-#: plugins/admin/systems/class_termDNS.inc:331
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr ""
+
+#: plugins/admin/systems/class_termDNS.inc:356
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr "Er is een dubbele waarde gevonden voor record type '%s'."
 
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr "Er is een dubbele waarde gevonden voor record type '%s'."
 
-#: plugins/admin/systems/class_termDNS.inc:339
+#: plugins/admin/systems/class_termDNS.inc:364
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr "Meer dan een regel gevonden voor uniek record type '%s'."
 
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr "Meer dan een regel gevonden voor uniek record type '%s'."
 
-#: plugins/admin/systems/class_termDNS.inc:350
+#: plugins/admin/systems/class_termDNS.inc:375
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
@@ -9532,289 +9256,456 @@ msgstr ""
 "Het apparaat IP '%s' is toegevoegd als 'A Record'. Dit wordt automatisch "
 "afgehandeld door GOsa. Verwijder het record a.u.b."
 
 "Het apparaat IP '%s' is toegevoegd als 'A Record'. Dit wordt automatisch "
 "afgehandeld door GOsa. Verwijder het record a.u.b."
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr "Hoofdletters zijn niet toegestaan. Controleer uw '%ss'"
-
-#: plugins/admin/systems/class_termDNS.inc:442
+#: plugins/admin/systems/class_termDNS.inc:467
 msgid "Saving terminal to DNS object failed"
 msgstr "Het opslaan van de terminal in een DNS object is mislukt"
 
 msgid "Saving terminal to DNS object failed"
 msgstr "Het opslaan van de terminal in een DNS object is mislukt"
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr "Kan dit object niet verwijderen, aangezien deze nog in gebruik is."
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "tekst"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "De opgegeven naam wordt al gebruikt."
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "grafisch"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:8
-#, fuzzy
-msgid "Rewrite header"
-msgstr "header"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
+msgstr "overerfd"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:16
-msgid "Required score"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Er is geen 'WAKECMD' gedefiniëerd in uw gosa.conf"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Er is geen 'REBOOTCMD' in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Er is geen 'HALTCMD' in uw gosa.conf gedefiniëerd"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "Het verwijderen van de terminal is mislukt"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
 msgstr ""
 msgstr ""
+"U heeft geen toestemming om een nieuwe terminal aan te maken onder deze "
+"'basis'"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Het vereiste veld 'Terminal naam' is leeg."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
+msgid ""
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 msgstr ""
+"Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
+"moet geactiveerd zijn."
 
 
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr "Verwijder printer mogelijkheden"
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "Het opslaan van de terminal is mislukt"
 
 
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "aanwezig"
+
+#: plugins/admin/systems/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
 msgstr ""
 msgstr ""
-"Deze server heeft FAI verzamelplaats mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+"Er is geen PHP SNMP module geinstalleerd. Er kan geen informatie verzameld "
+"worden."
 
 
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr "Voeg FAI verzamelplaats extensie toe"
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "onbekende status"
 
 
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
+#: plugins/admin/systems/class_terminalInfo.inc:84
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 msgstr ""
-"Deze server heeft FAI verzamelplaats mogelijkheden uitgeschakeld. U kunt "
-"deze inschakelen door de knop hieronder te gebruiken."
+"Dit is een virtuele terminal die geen eigenschappen voorhanden heeft die "
+"hier getoond kunnen worden."
 
 
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
-msgstr ""
-"U kunt deze distributie niet verwijderen, aangezien deze nog in gebruik is "
-"door de volgende werkstations [%s]. Los deze afhankelijkheden a.u.b. eerst "
-"op, om de database consistent te houden."
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "online"
+
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "draait"
+
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "draait niet"
+
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "offline"
+
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "onbekend"
 
 
-#: plugins/admin/systems/class_servRepository.inc:212
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 msgstr ""
-"Let op bij het bewerken van deze distributie. Deze wordt nog steeds gebruikt "
-"door de volgende werkstations [%s]."
+"U heeft een externe resolutie inhaker opgegeven, welke niet gelezen kan "
+"worden. Controleer a.u.b. de rechten op het bestand '%s'."
 
 
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
-msgstr "Secties"
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "bit"
 
 
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Lijst met gedefinieerde verzamelplaatsen."
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "standaard"
 
 
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
-msgstr "Verzamelplaats toevoegen"
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "toon keuze-mogelijkheid"
 
 
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
-"Dit menu maakt het mogelijk om FAI verzamelplaatsen aan te maken, bewerken "
-"en verwijderen."
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "direkt"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:5
-#, fuzzy
-msgid "Generic virus filtering"
-msgstr "Algemene gebruikersinformatie"
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "load balanced"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-#, fuzzy
-msgid "Database user"
-msgstr "Databases"
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
-#, fuzzy
-msgid "Database mirror"
-msgstr "Database"
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "ICA client"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automatisch"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
-#, fuzzy
-msgid "Select number of maximal threads"
-msgstr "Selecteer de toe te voegen nummers"
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Geef a.u.b. een geldig VSync bereik op."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr ""
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Geef a.u.b. een geldig HSync bereik op."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "Het opslaan van terminal service informatie is mislukt"
+
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
+"Het commando '%s' dat gespecificeerd is als KERNELS inhaker voor module '%s' "
+"bestaat niet."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "U moet een geldig mountpunt opgeven."
+
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "Het opslaan van terminal opstart instellingen is mislukt"
+
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "Het verwijderen van het Samba werkstation is mislukt"
+
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "Het opslaan van het Samba werkstation is mislukt"
+
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Deze 'dn' heeft geen werkstation mogelijkheden."
+
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "Het verwijderen van het werkstation is mislukt"
+
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
+msgstr "Het vereiste veld 'Werkstation naam' is leeg."
+
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "Het opslaan van werkstations services is mislukt"
+
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 msgstr ""
+"Er bestaan pakketten in uw configuratie, die niet gekoppeld kunnen worden "
+"aan de huidige server/distributie instellingen."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+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:552
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 msgstr ""
+"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
+"bevat."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Zone-naam"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
+msgstr ""
+"Kon een of meer van de opgegeven FAI klasse(n) [%s] niet vinden op de FAI "
+"server '%s'. De server is teruggezet op 'auto'."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Netwerkadres"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, fuzzy, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
+msgstr ""
+"Kan de opgegeven FAI klasse(n) [%s] sowieso niet vinden. Controleer uw FAI "
+"configuratie a.u.b. Het is mogelijk dat sommige klassen verwijderd of "
+"hernoemd zijn. Alle klassen zijn verwijderd van dit account. Druk op "
+"annuleren indien u deze wijzigingen niet wenst op te slaan."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Zone records"
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
+msgstr "Het opslaan van de werkstation opstart instellingen is mislukt"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
 msgstr ""
 msgstr ""
-"Kan niet bewerkt worden, aangezien de zone momenteel niet opgeslagen is."
+"Kan de opgegeven REPOSITORY_HOOK '%s' niet uitvoeren. Controleer uw gosa."
+"conf a.u.b."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "SOA record"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Apparaat naam"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Primaire DNS server voor deze zone"
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Selecteer de subtree waar de terminal onder geplaatst zal worden"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
-msgstr "Serienummer (automatisch opgehoogd)"
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Opnieuw proberen"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Vervaltijd"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "MX records"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Globale zone records"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "Systeemtype"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
-msgstr "Het verwijderen van het Samba werkstation is mislukt"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "Besturingssysteem"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
-msgstr "Het opslaan van het Samba werkstation is mislukt"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr "Fabricant"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "gebruik"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Contacten"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
-msgstr "Ga naar basis afdelingen"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Contactpersoon"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
-msgstr "Ga een afdeling omhoog"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr "Technisch verantwoordelijke"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
-msgstr "Ga naar gebruikers afdeling"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Opmerking"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
-msgstr "Home"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Geinstalleerde apparaten"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr "Lijst herladen"
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
+msgstr "Uit-/Omwisseling"
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
-msgstr ""
-"Deze dialoog stelt u in staat om een gebruiker als technisch "
-"verantwoordelijk persoon aan te wijzen."
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Software"
 
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "standaard"
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Contracten"
 
 
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
-msgstr "Het opslaan van terminal service informatie is mislukt"
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Bijlagen"
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Monitor toevoegen/bewerken"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 msgid "Add/Edit monitor"
 msgstr "Monitor toevoegen/bewerken"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 msgid "Comments"
 msgstr "Opmerkingen"
 
 msgid "Comments"
 msgstr "Opmerkingen"
 
@@ -9862,6 +9753,11 @@ msgstr "Sub-D"
 msgid "BNC"
 msgstr "BNC"
 
 msgid "BNC"
 msgstr "BNC"
 
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Serienummer"
+
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Extra serienummer"
 #: plugins/admin/systems/glpi_devices.tpl:83
 msgid "Additional serial number"
 msgstr "Extra serienummer"
@@ -9944,6 +9840,11 @@ msgstr "Netwerkkaart toevoegen/bewerken"
 msgid "MAC address"
 msgstr "Hardware adres (MAC)"
 
 msgid "MAC address"
 msgstr "Hardware adres (MAC)"
 
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Bandbreedte"
+
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Processor toevoegen/bewerken"
 #: plugins/admin/systems/glpi_devices.tpl:607
 msgid "Add/Edit processor"
 msgstr "Processor toevoegen/bewerken"
@@ -9972,83 +9873,125 @@ msgstr "Computer behuizing toevoegen/bewerken"
 msgid "format"
 msgstr "formaat"
 
 msgid "format"
 msgstr "formaat"
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
-msgstr "Het opslaan van terminal opstart instellingen is mislukt"
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Hernoemen"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
-msgstr ""
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr "OS-types beheren"
 
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
-msgstr ""
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Geef a.u.b. een nieuwe naam op"
+
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "Systeemtypes beheren"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
+msgstr "Bijlage"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Status"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
+msgstr "Bestandsnaam"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
+msgstr "MIME-type"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
+msgstr "Lijst met bijlages"
 
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
-msgstr "Terminal server moet een fontpath hebben."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+"Deze dialoog maakt het mogelijk om extra objecten (zoals handleidingen, "
+"documenten, etc.), aan de computer die u momenteel aan het bewerken bent, "
+"toe te voegen."
 
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
-msgstr "Het opslaan van het server service object is mislukt"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
+msgstr "Toon overeenkomende bijlages"
 
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
-msgstr "Het aanmaken van een mount container is mislukt"
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
+msgstr "Reguliere expressie voor overeenkomende bijlagenamen"
 
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
-msgstr "Het verwijderen van een mount container is mislukt"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Lijst met apparaten"
 
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
-msgstr "Het opslaan van de mount container is mislukt"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
+msgstr ""
+"Deze dialoog maakt het mogelijk om een apparaat te verbinden aan de computer "
+"die u momenteel aan het bewerken bent."
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Hoofd/Parent server"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Toon overeenkomende apparaten"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Tijd Service"
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Reguliere expressie voor overeenkomende apparaat namen"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "LDAP Service"
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+msgid "Manage manufacturers"
+msgstr "Fabricanten beheren"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Terminal Service"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Fabrikant toevoegen/bewerken"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Schakel inlog mogelijkheid tijdelijk uit"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Website"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Fontpad"
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Printertype"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Syslog Service"
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Ondersteunde interfaces"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Print Service"
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Serieel"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Mail server"
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Parallel"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr "OS-types beheren"
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr "USB"
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-#, fuzzy
-msgid "Rule"
-msgstr "Funktie"
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Geinstalleerde cartridges"
 
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:6
 msgid "List of available cartridge type for this type of printer"
 
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:6
 msgid "List of available cartridge type for this type of printer"
@@ -10076,193 +10019,369 @@ msgstr "Toon de overeenkomende cartridgetypes"
 msgid "Regular expression for matching cartridge types"
 msgstr "Reguliere expresie voor overeenkomende cartridgetypes"
 
 msgid "Regular expression for matching cartridge types"
 msgstr "Reguliere expresie voor overeenkomende cartridgetypes"
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "tekst"
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "Referentie"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Lijst met gebruikers"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
+msgstr ""
+"Deze dialoog stelt u in staat om een gebruiker als technisch "
+"verantwoordelijk persoon aan te wijzen."
+
+#: plugins/admin/systems/goSpamServer.tpl:8
+#, fuzzy
+msgid "Rewrite header"
+msgstr "header"
+
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr ""
+
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+#, fuzzy
+msgid "Rule"
+msgstr "Funktie"
+
+#: plugins/admin/systems/goVirusServer.tpl:5
+#, fuzzy
+msgid "Generic virus filtering"
+msgstr "Algemene gebruikersinformatie"
+
+#: plugins/admin/systems/goVirusServer.tpl:13
+#, fuzzy
+msgid "Database user"
+msgstr "Databases"
+
+#: plugins/admin/systems/goVirusServer.tpl:21
+#, fuzzy
+msgid "Database mirror"
+msgstr "Database"
+
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:40
+#, fuzzy
+msgid "Select number of maximal threads"
+msgstr "Selecteer de toe te voegen nummers"
+
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr ""
+
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Systeem informatie"
+
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Processor"
+
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Geheugen"
+
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Hardware Adres (MAC)"
+
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "USB ondersteuning"
+
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Systeem status"
+
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventaris nummer"
+
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Laatste aanmelding"
+
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Netwerk apparaten"
+
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE apparaten"
+
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI apparaten"
+
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Diskdrive"
+
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM speler"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "grafisch"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Grafische kaart"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Er is geen 'WAKECMD' gedefiniëerd in uw gosa.conf"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Geluidskaart"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Er is geen 'REBOOTCMD' in uw gosa.conf gedefiniëerd"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Staat aan sinds"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Er is geen 'HALTCMD' in uw gosa.conf gedefiniëerd"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Processor belasting"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
-msgstr "Het verwijderen van de terminal is mislukt"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Geheugen gebruik"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-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/info.tpl:102
+msgid "Swap usage"
+msgstr "Swap gebruik"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr "Het vereiste veld 'Terminal naam' is leeg."
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "SSH service"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
-msgstr "Het opslaan van de terminal is mislukt"
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Print service"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Printer stuurprogramma"
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Scan service"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Selecteer"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Audio service"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nieuw stuurprogramma"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr "Interne fout. Kan apparaat van het type '%s' niet aanmaken."
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Systeembeheer"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "U staat op het punt het GLPI apparaat '%s' te verwijderen."
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Netwerk\tinstellingen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr "Kan de objectnaam niet detecteren"
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "IP adres"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
-msgstr ""
-"U kunt dit apparaat niet verwijderen, aangezien deze nog steeds gebruikt "
-"wordt door deze systemen: '%s'"
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "Hardware adres (MAC)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "apparaten"
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
+msgstr "Auto detect."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Nieuw moederbord"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr "DNS voor dit apparaat activeren"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Nieuwe processor"
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Ververs"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Nieuwe behuizing"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Zone"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr "C"
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "DNS records"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Nieuwe netwerk aansluiting"
+#: 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/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: 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/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Nieuw geheugen"
+#: 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/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr "R"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Nieuw wachtwoord"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Nieuwe hardeschijf"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Herhaal het nieuwe wachtwoord"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "HDD"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Wachtwoord instellen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
-msgstr "Nieuwe schijf"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Telefoonnaam"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Geavanceerde telefoon instellingen"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Nieuwe controller"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Telefoontype"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr "CS"
+#: 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/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr "Nieuwe grafische kaart"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "ververs"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr "GC"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "DTMF modus"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Nieuwe geluidskaart"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Standaard IP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr "SC"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Reageer timeout"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr "Nieuwe voeding"
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modus"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
-msgstr "PS"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Authorisatietype"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Nieuw overig apparaat"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Wachtwoord"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr "OC"
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GOFonInKeys"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Geef a.u.b. een geldige naam op voor dit apparaat."
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GoFonOutKeys"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "De opgegeven apparaat naam wordt al gebruikt."
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Account code"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Overige"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Trunk lijnen"
 
 
-#: plugins/admin/systems/remove_glpi.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Het is aan te raden de huidige inhoud van uw MySQL 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/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Hosts die mogen verbinden"
+
+#: 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/printer.tpl:6
 msgid "General"
 
 #: plugins/admin/systems/printer.tpl:6
 msgid "General"
@@ -10284,6 +10403,12 @@ msgstr "Printer locatie"
 msgid "Printer URL"
 msgstr "Printer URL"
 
 msgid "Printer URL"
 msgstr "Printer URL"
 
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Stuurprogramma"
+
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Rechten"
 #: plugins/admin/systems/printer.tpl:63
 msgid "Permissions"
 msgstr "Rechten"
@@ -10308,291 +10433,226 @@ msgstr "Gebruikers die deze printer mogen beheren"
 msgid "Admins"
 msgstr "Beheerders"
 
 msgid "Admins"
 msgstr "Beheerders"
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Kerberos kadmin toegang"
-
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Kerberos Realm"
-
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Beheerder"
-
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "FAX database"
-
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "FAX DB gebruiker"
-
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Asterisk beheer"
-
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Asterisk DB gebruiker"
-
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Internationale telefoon prefix"
-
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Lokale telefoon prefix"
-
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "IMAP beheerder toegang"
-
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Server identificatie"
-
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Verbindingings URL"
-
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Sieve poort"
-
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Log database"
-
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
-msgstr "Log DB gebruiker"
-
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
-msgstr "Glpi database"
-
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
-msgstr "Database"
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Printer stuurprogramma"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
-msgstr "Deze 'dn' heeft geen server mogelijkheden."
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Model"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
-msgstr "Het verwijderen van de server is mislukt"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Selecteer"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:240
-msgid "The required field 'Server name' is not set."
-msgstr "Het vereiste veld 'Servernaam' is leeg."
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nieuw stuurprogramma"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:247
-msgid "You have no permissions to create a server on this 'Base'."
+#: plugins/admin/systems/remove.tpl:6
+#, fuzzy
+msgid ""
+"This includes 'all' 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 ""
-"U heeft geen toestemming om een server aan te maken onder deze 'Basis'."
-
-#: plugins/admin/systems/class_servGeneric.inc:317
-msgid "Saving server failed"
-msgstr "Het opslaan van de server is mislukt"
-
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "Referentie"
+"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/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Verwijder DHCP service"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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/admin/systems/class_servDHCP.inc:37
+#: plugins/admin/systems/remove_glpi.tpl:10
 msgid ""
 msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
-"Deze server heeft DHCP mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+"Het is aan te raden de huidige inhoud van uw MySQL 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/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Voeg DHCP service toe"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
+#: plugins/admin/systems/SelectDeviceType.tpl:3
 msgid ""
 msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
 msgstr ""
 msgstr ""
-"Deze server heeft DHCP mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
-msgstr "Nieuwe regel"
+"Dit is een nieuw systeem, welke momenteel geen systeemtype toegekend "
+"gekregen heeft. Selecteer a.u.b. een systeemtype voor deze invoer en druk op "
+"de 'Verder' knop. Indien dit systeem aan een groep met systeeminstellingen "
+"toegevoegd dient te worden, dan kunt u de gewenste objectgroep naam "
+"hieronder opgeven."
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
+#: plugins/admin/systems/SelectDeviceType.tpl:9
 msgid ""
 msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 msgstr ""
 msgstr ""
-"Kon '%s' niet hernoemen naar '%s'. Er is al een invoer met dezelfde naam in "
-"de zone bewerkings dialoog."
+"Selecteer a.u.b. een systeemtype en een optionele bundel met te overerven "
+"voorgedefinieerde instellingen."
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "Invoerregel '%s' bevat ongeldige karakters."
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Kies een systeemtype"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "Kan '%s' niet hernoemen naar '%s'. De gewenste naam bestaat al."
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Selecteer een objectgroep als sjabloon"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Kan '%s' niet aanmaken. De gewenste naam bestaat al."
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Selecteer een objectgroep"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr "De naam '%s' wordt meer dan een maal gebruikt."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Selecteer de toe te voegen printer"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr "De hostnaam '%s' moet in kleine letters ingevoerd worden."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Selecteer de toe te voegen regels"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
-"Het recordtype '%s' is een uniek type en kan dus ook niet tweemaal "
-"gedefinieerd worden."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Toon leden van afdeling"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "Er is een lege '%s' voor host '%s'."
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Toon de overeenkomende leden"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr "Er is een dubbele invoer in '%s' voor '%s'"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Reguliere expressie voor overeenkomende lidnamen"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systemen"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Kerberos kadmin toegang"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "U kunt dit object type nog niet bewerken!"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Kerberos Realm"
+
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Beheerder"
+
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "FAX database"
+
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "FAX DB gebruiker"
+
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Asterisk beheer"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Asterisk DB gebruiker"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, fuzzy, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
-msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' "
-"bestaat niet."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Internationale telefoon prefix"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:330
-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/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Lokale telefoon prefix"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:347
-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/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "IMAP beheerder toegang"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:401
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr ""
-"U staat op het punt alle informatie over dit component op '%s' te "
-"verwijderen."
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Server identificatie"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
-msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Verbindingings URL"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Nieuwe terminal"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Sieve poort"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Nieuw werkstation"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Log database"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
-msgstr "Nieuw apparaat"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr "Log DB gebruiker"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
-msgstr "Terminal sjabloon voor"
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
+msgstr "Glpi database"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Werkstation sjabloon voor"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
+msgstr "Database"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
-msgstr "Nieuw systeem uit inkomende wachtrij"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Zones"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Zone-naam"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Werkstation"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Netwerkadres"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
-msgstr "Werkstation wordt momenteel geinstalleerd"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Zone records"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
-msgstr "Werkstation wacht op gebruikersactie"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
+msgstr ""
+"Kan niet bewerkt worden, aangezien de zone momenteel niet opgeslagen is."
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
-msgstr "Werkstation installatie mislukt"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "SOA record"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
-msgstr "Server wordt momenteel geinstalleerd"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Primaire DNS server voor deze zone"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:872
-msgid "Server is waiting for action"
-msgstr "Server wacht op gebruikersactie"
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr "Serienummer (automatisch opgehoogd)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
-msgstr "Server installatie mislukt"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Vervaltijd"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
-msgstr "Windows werkstation"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "MX records"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
-msgstr "Netwerk apparaat"
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Globale zone records"
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
@@ -10622,1391 +10682,1365 @@ msgstr ""
 msgid "Create a new DNS zone entry"
 msgstr "Een nieuwe DNS zone regel aanmaken"
 
 msgid "Create a new DNS zone entry"
 msgstr "Een nieuwe DNS zone regel aanmaken"
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Fabrikant toevoegen/bewerken"
-
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Website"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Selecteer de voor deze server uit te voeren actie"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
-msgstr "Telefoonnummer"
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Postfix mydomain"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Verwijder DNS service"
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Postfix mydestination"
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
 msgstr ""
 msgstr ""
-"Deze server heeft DNS mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Voeg DNS service toe"
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "POP3 service"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
-msgstr ""
-"Deze server heeft DNS mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "POP3/SSL service"
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
-msgstr "Reverse zone"
+#: plugins/admin/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "IMAP Service"
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "IMAP/SSL service"
+
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Sieve service"
+
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 msgstr ""
-"Kan de geselecteerde zone niet verwijderen, aangezien deze nog gebruikt "
-"wordt door de volgende regel(s) '%s'"
+"FTP Free/Busy service (vervallen, niet compatibel met Kolab2 Free/Busy)"
+
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "HTTP Free/Busy service (vervallen)"
+
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Amavis email scannen (virus/anti-spam)"
+
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Quota instellingen"
+
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Free/Busy instellingen"
+
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Sta ongeauthoriseerd downloaden van Free/Busy informatie toe"
+
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "SMTP toegestane netwerken"
+
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Hosts/netwerken die E-mail mogen ralayen"
+
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr "Voor meerdere waardes in, gescheiden door"
+
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhost"
+
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Sta MX record opzoeken voor relayhost toe"
+
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Host die gebruikt wordt om E-mails te relayen"
 
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
-msgstr "Het bijwerken van de DNS service is mislukt"
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Accepteer Internet E-mail"
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
-msgstr "Het verwijderen van DNS regels is mislukt"
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Accepteer E-mail van andere domeinen over niet geauthenticeerde SMTP"
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
-msgstr "Het opslaan van DNS regels is mislukt"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Bewerk share"
 
 
-#: 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/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS instellingen"
 
 
-#: 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/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr "Pad"
 
 
-#: 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/servnfs.tpl:33
+msgid "Volume"
+msgstr "Volume"
 
 
-#: plugins/admin/systems/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' 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/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr "Auto-mount share op Apple systemen"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "Geef a.u.b. een geldige zonenaam op."
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Karakterset"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Geef a.u.b. een geldige omgekeerde zonenaam op."
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Optie"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr "De primaire DNS server invoer moet eindigen op '.' om geldig te zijn."
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Lijst met gedefinieerde verzamelplaatsen."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr "Het opgegeven E-mail adres moet eindigen op '.' om geldig te zijn."
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Verzamelplaats toevoegen"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 msgstr ""
-"Uw E-mail adres bevat '@'. Vervang dit door  '.' om GOsa een geldig SOA "
-"record aan te laten maken."
+"Dit menu maakt het mogelijk om FAI verzamelplaatsen aan te maken, bewerken "
+"en verwijderen."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
-msgstr "Hoofdletter zijn niet toegestaan voor de zone-naam."
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Hoofd/Parent server"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
-msgstr "Geef a.u.b. een nummerieke waarde voor het serienummer op."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
-msgstr "Geef a.u.b. een nummerieke waarde op voor de verversing."
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Shares"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
-msgstr "Geef a.u.b. een nummerieke waarde op voor TTL."
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Tijd Service"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
-msgstr "Geef a.u.b. een nummerieke waarde op voor verval."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "LDAP Service"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
-msgstr "Geef a.u.b. een nummerieke waarde op voor opnieuw proberen."
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Terminal Service"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr ""
-"Kon geen geldige basis ophalen uit de dn van het object. Basis is ingesteld "
-"op '%s'."
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Schakel inlog mogelijkheid tijdelijk uit"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr "Voeg printer extensie toe"
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Fontpad"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Kon de printertab niet initialiseren. Parameter parent ontbrak bij aanmaak."
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Syslog Service"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "Dit is een werkstationsjabloon. Het printer tabblad is uitgeschakeld."
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Print Service"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Dit is een terminalsjabloon. Het printer tabblad is uitgeschakeld."
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Mail server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Deze 'dn' heeft geen printer mogelijkheden."
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Terminal sjabloon"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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 object 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/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Terminal naam"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
-msgstr "Verwijder printer mogelijkheden"
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Root server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
-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/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
-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/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Swap server"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
-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/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:335
-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/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
+msgstr "Tijdserver attributen overerven"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Toetsenbord"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
-msgstr "kan de PPD informatie niet ophalen"
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Kies toetsenbord model"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, 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/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Indeling"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, 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/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Kies toetsenbord indeling"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
-msgstr "Het verwijderen van de printer is mislukt"
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Variant"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-#, fuzzy
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr ""
-"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'."
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Kies toetsenbord variant"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-msgid "Saving printer failed"
-msgstr "Het opslaan van de printer is mislukt"
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Muis"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Kies het muis type"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Poort"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Kies muispoort"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Selecteer een basis"
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Telefoon hardware"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
-msgstr ""
-"Stap in de gewenste tree en klik opslaan om de huidige subtree als basis te "
-"gebruiken of klik op het plaatje aan het einde van iedere regel."
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Telefoon"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr "Filter regels met deze syntax"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr ""
+"Kies het stuurprogramma dat nodig is voor de geïnstalleerde grafische kaart"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Selecteer deze basis"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Resolutie"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Geavanceerde telefoon instellingen"
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Kies de scherm resolutie die gebruikt wordt in grafische modus"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Telefoontype"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Kleurdiepte"
 
 
-#: 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/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Kies de kleurdiepte die gebruikt wordt in grafische modus"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "ververs"
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Scherm"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "DTMF modus"
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
+msgstr ""
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Standaard IP"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Reageer timeout"
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Horizontale ververs frequentie voor de geïnstalleerde monitor"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modus"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Authorisatietype"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Verticale ververs frequentie voor de geïnstalleerde monitor"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Wachtwoord"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Remote desktop"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GOFonInKeys"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Verbindings methode"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GoFonOutKeys"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Kies de methode om te verbinden met de terminal server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Account code"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Terminal server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Trunk lijnen"
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Selecteer de te gebruiken terminal server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Hosts die mogen verbinden"
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Font server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Hosts die niet mogen verbinden"
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Selecteer de te gebruiken font server"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Printer"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Machinenaam"
+#: plugins/admin/systems/terminalService.tpl:187
+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_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "U staat op het punt het GLPI bijlage component '%s' te verwijderen."
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Lever print diensten"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
-msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
-msgstr ""
-"U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
-"is door deze systemen: '%s'"
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Spool server"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "Er is geen geldig bestand ge-upload."
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Selecteer NFS bestandssysteem waarop spool bestanden geplaatst worden"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "Upload was niet succesvol"
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Scanner"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, fuzzy, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
-msgstr ""
-"De directory '/etc/gosa/glpi/', om GLPI bestanden in te bewaren, ontbreekt. "
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Selecteer om de SANE scan service te starten op de terminal"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "Er bestaat al een bestand met dezelfde naam."
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Lever scan diensten"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
-msgstr "Kan bestand '%s' niet aanmaken."
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Selecteer de te gebruiken scanner driver"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr "Bestand is beschikbaar"
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Opstart parameters"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr "Bestand is niet leesbaar. Het is mogelijk dat het bestand ontbreekt."
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Boot kernel"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "Er is momenteel geen bestand ge-upload."
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Aangepaste opties"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "MIME"
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
+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_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr "Deze tabel geeft alle beschikbaare bijlages weer"
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "LDAP server"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "leeg"
+#: 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_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Nieuwe bijlage aanmaken"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Gebruik grafische boot"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Nieuwe bijlage"
+#: 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/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Geef a.u.b. een geldige naam op voor deze bijlage."
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Gebruik standaard linux tekstuele boot"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Kies het type systeem component dat u wenst aan te maken"
+#: 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/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 terminals en werkstations worden automatisch aangemaakt bij het "
-"opstarten. Om deze reden kunt u alleen sjablonen voor een specifieke tree "
-"aanmaken. Servers worden normaliter ook automatisch toegevoegd, maar in "
-"sommige speciale gevallen moet u nep server informatie invoeren zodat GOsa "
-"met de server informatie kan werken. Andere netwerk componenten kunnen "
-"gebruikt worden binnen Nagios omgevingen om component afhankelijkheden te "
-"kunnen creëren."
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "Gebruik debug modus bij boot"
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Linux thin client sjabloon"
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Kernel modules (formaat: naam parameters)"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Linux werkstation sjabloon"
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
+msgstr "Voeg additioneel te laden modules toe bij het opstarten"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux server"
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Koppelpunt"
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows werkstation"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Machinenaam"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Netwerk printer"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Werkstation sjabloon"
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Ander netwerk component"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Werkstation naam"
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Aanmaken"
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "FAI server"
 
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Toegekende FAI klasses"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
-msgstr "Lijst met bijlages"
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "stel in"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:40
 msgid ""
 msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+"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 ""
-"Deze dialoog maakt het mogelijk om extra objecten (zoals handleidingen, "
-"documenten, etc.), aan de computer die u momenteel aan het bewerken bent, "
-"toe te voegen."
+"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/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
-msgstr "Toon overeenkomende bijlages"
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Selecteer om sjabloon pseudo gebruikers te zien"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
-msgstr "Reguliere expressie voor overeenkomende bijlagenamen"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
+msgstr "Selecteer om gebruikers te zien die alleen een GOsa object hebben"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Geef a.u.b. een waarde voor 'versie' op"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Toon functionele gebruikers"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Geef a.u.b. een geldige waarde op voor 'url'."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
+msgstr "Selecteer om gebruikers te zien die POSIX instellingen hebben"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"Kan de opgegeven REPOSITORY_HOOK '%s' niet uitvoeren. Controleer uw gosa."
-"conf a.u.b."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Toon Unix gebruikers"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
+msgstr "Selecteer om gebruikers te zien die E-mail instellingen hebben"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Toon E-mail gebruikers"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Selecteer om gebruikers te zien die Samba instellingen hebben"
 
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Toon Samba gebruikers"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Deze 'dn' heeft geen telefoon mogelijkheden."
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
+msgstr "Selecteer om gebruikers te zien die Proxy instellingen hebben"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
-msgstr "ja"
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Toon Proxy gebruikers"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
-msgstr "nee"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Maak nieuwe gebruiker aan"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr "dynamisch"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Nieuwe gebruiker"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
-msgstr "Netwerk instellingen"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Maak nieuw sjabloon"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, 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/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Nieuw sjabloon"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
-msgstr "Het verwijderen van de telefoon is mislukt"
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
-msgstr "Het vereiste veld 'Telefoonnaam' is leeg."
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Bewerk algemene eigenschappen"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "De 'Telefoonnaam' '0' is gereserveerd en kan niet gebruikt worden."
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "Bewerk UNIX eigenschappen"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-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/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Bewerk omgeving eigenschappen"
+
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Bewerk E-mail eigenschappen"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
-msgstr "Het opslaan van de telefoon is mislukt"
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Bewerk telefoon eigenschappen"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Selecteer de toe te voegen regels"
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Bewerk Fax eigenschappen"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Toon leden van afdeling"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Bewerk Samba eigenschappen"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Toon de overeenkomende leden"
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Bewerk Netatalk eigenschappen"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Reguliere expressie voor overeenkomende lidnamen"
+#: plugins/admin/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Maak gebruiker aan vanuit sjabloon"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
-msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
-msgstr ""
-"U kunt deze fabrikant niet verwijderen, aangezien deze nog steeds in gebruik "
-"is door deze systemen: '%s'"
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Maak gebruiker aan met dit sjabloon"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Geef a.u.b. een naam op."
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Bewerk gebruiker"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
-msgstr "De opgegeven naam is al in gebruik. Kies a.u.b. een andere naam."
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "wachtwoord"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Verander wachtwoord"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
-#, fuzzy
-msgid "Remove spamassassin extension"
-msgstr "Verwijder printer mogelijkheden"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Verwijder gebruiker"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-#, fuzzy
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
 msgstr ""
 msgstr ""
-"Deze server heeft Kolab mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/admin/systems/class_goSpamServer.inc:106
-#, fuzzy
-msgid "Add spamassassin service"
-msgstr "Voeg Kolab service toe"
+"U heeft geen toestemming om het wachtwoord van deze gebruiker veranderen!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
-#, fuzzy
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
 msgid ""
 msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
 msgstr ""
 msgstr ""
-"Deze server heeft Kolab mogelijkheden uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
-
-#: plugins/admin/systems/class_goSpamServer.inc:233
-#, fuzzy
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "De sieve poort dient nummeriek te zijn."
-
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, fuzzy, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
-
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, fuzzy, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr "Het opslaan van het Kolab account is mislukt"
+"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar "
+"overeen."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-#, fuzzy
-msgid "Required score must be a numeric value."
-msgstr "Toekomstige dagen moet een waarde bevatten."
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
+msgstr "Het nieuw ingevoerde wachtwoord is leeg."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
+#: plugins/admin/users/class_userManagement.inc:336
 #, php-format
 #, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
-msgstr ""
+msgid "You're about to delete the user %s."
+msgstr "U staat op het punt gebruiker %s te verwijderen."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-#, fuzzy, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "U staat op het punt de programma '%s' te verwijderen."
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, fuzzy, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "Het opgegeven certificaat kon geopend worden!"
+#: plugins/admin/users/class_userManagement.inc:553
+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/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Gebruikersbeheer"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
+#: plugins/admin/users/password.tpl:2
 msgid ""
 msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
+"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 ""
+"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_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr "De geselecteerde fabricant '%s' bestaat niet in onze lijst met ppds."
-
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
-msgstr "Printer PPD selectie"
-
-#: plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
 msgid ""
 msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
-"De acties die u hier kiest, beinvloeden alle systemen in deze objectgroep. "
-"Daarnaast kunnen alle hier bewerkbare waardes overerfd worden door terminal "
-"clients die aan deze objectgroep worden toegekend."
-
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Mail distributielijst"
-
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Primair E-mail adres voor deze distributielijst"
-
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
-msgstr "Telefoonwachtrij"
+"Het veranderen van het wachtwoord is van invloed op E-mail, proxy, samba en "
+"Unix diensten."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
-msgstr "Systeem"
+#: 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/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Terminals"
+#: 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/ogroups/phonequeue.tpl:2
+#: plugins/admin/users/template.tpl:6
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"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 ""
+"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/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
-msgstr "Wachtrij instellingen"
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Inlognaam"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Telefoonnummers"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "Unix"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
-msgstr "Algemene wachtrij instellingen"
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-#, fuzzy
-msgid "Home server"
-msgstr "Root server"
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "Ftp"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
-msgstr "Timeout"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Thin Client"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
-msgstr "Strategie"
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Objectnaam"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr "Maximale wachtrij lengte"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Inhoud"
+
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Dit object heeft geen relatie met andere objecten."
+
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
+msgstr "Welkom %s!"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr "Aankondigingsfrequentie"
+#: plugins/generic/welcome/welcome.tpl:4
+msgid ""
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
+msgstr ""
+"Dit is het GOsa hoofdmenu. U kunt taken selecteren door het menu aan de "
+"linkerzijde te gebruiken of door een van de pictogrammen hieronder te "
+"selecteren. Alle veranderingen worden direct op de LDAP server van uw "
+"bedrijf doorgevoerd."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr "(in seconden)"
+#: plugins/generic/welcome/welcome.tpl:8
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Gebruik 'Uitloggen' bovenin om de verbinding te verbreken en 'Hoofdmenu' om "
+"terug te keren naar het onderstaande pictogrammen overzicht."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
-msgstr "Wachtrij geluidsinstellingen"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "Het GOsa team"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr "Gebruik wachtstand muziek i.p.v. rinkelen"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Fax blokkades"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
-msgstr "Wachtstand muziek"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "U staat op het punt blokkeerlijst '%s' te verwijderen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
-msgstr "Welkomst geluidsbestand"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
-msgstr "Aankondigings bericht"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Geef a.u.b. een geldig telefoonnummer op."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
-msgstr "Geluidsbestand voor 'U bent de volgende ...'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "versturen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
-msgstr "'Er zijn ...'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "ontvangen"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
-msgstr "'...oproepen wachtend'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
+msgstr "Het verwijderen van het blokeerlijst object is mislukt"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
-msgstr "'Dank U' bericht"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+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/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr "'minuten' geluidsbestand"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Vereist veld 'Naam' bevat ongeldige karakters"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr "'seconden' geluidsbestand"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "De opgegeven naam wordt al gebruikt."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr "Wachtstand geluidsbestand"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr "Geen toestemming om een blokkeerlijst aan te maken onder deze basis."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
-msgstr "Minder Dan geluidsbestand"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
+msgstr "Het opslaan van het blokkeerlijst object is mislukt"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
-msgstr "Telefoon attributen "
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Lijst met blokkeerlijsten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr "Aankondigings wachttijd"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+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 geselecteerde blokkeerlijsten toe te voegen, "
+"bewerken of verwijderen. Indien u veel blokkeerlijsten heeft is het aan te "
+"raden de selectie mogelijkheden te gebruiken."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr "Sta de gebelde gebruiker toe het gesprek over te zetten"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "Blokkeerlijst naam"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr "Sta de bellende gebruiker toe het gesprek over te zetten"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Selecteer om de verstuur blokkeerlijsten te zien"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr "Sta de gebelde gebruiker toe op te hangen door * in te drukken"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Toon verstuur blokkeerlijsten"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr "Sta de bellende gebruiker toe op te hangen door * in te drukken"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Selecteer om de ontvangst blokkeerlijsten te zien"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr "Rinkel i.p.v. achtergrond muziek afspelen"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Toon ontvangst blokkeerlijsten"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Naam van de groep"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Reguliere expressie voor overeenkomende lijstnamen"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Lidmaatschap objecten"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Nieuwe blokkeerlijst aanmaken"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr "Er moet tenminste een NTP server geselecteerd zijn."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Nieuwe blokkeerlijst"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Lijstnaam"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Selecteer om afdelingen te zien"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Naam van de blokkeerlijst"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Toon afdelingen"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Selecteer de subtree waaronder de blokkeerlijst geplaatst wordt"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Selecteer om GOsa accounts te zien"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Selecteer of inkomende en uitgaande gesprekken gefilterd moeten worden"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Toon personen"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Beschrijving van deze blokkeerlijst"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Selecteer om GOsa groepen te zien"
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Geblokkeerde nummers"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Toon groepen"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Nummers kunnen ook wildcards (*?) bevatten."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Selecteer om programma's te zien"
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Blokkeerlijst beheer"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Toon programma's"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Dit account heeft geen Fax mogelijkheden."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Selecteer om werkstations te zien"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Fax account verwijderen"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Selecteer om terminals te zien"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+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/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Selecteer om printers te zien"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Fax account aanmaken"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Toon printers"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+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/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Selecteer om telefoons te zien"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "U probeert een ongeldig telefoonnummer toe te voegen."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Toon objecten van afdeling"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "Het verwijderen van het FAX account is mislukt"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Objectgroepen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Het vereiste veld 'Fax' is leeg."
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "U staat op het punt de objectgroep '%s' te verwijderen."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+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/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "U heeft geen toestemming deze objectgroep te verwijderen!"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr "E-mail aflevering staat aan, alleen is er geen adres opgegeven."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Lijst met objectgroepen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "Het E-mail adres dat u opgegeven heeft is ongeldig."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
 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."
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 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."
+"Fax afleveren op een printer is alleen mogelijk indien een geldige printer "
+"is opgegeven. Corrigeer uw keuze a.u.b."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Naam van objectgroepen"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr "Het opslaan van het Fax account is mislukt"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Selecteer om groepen die gebruikers bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Fax nummer waarop GOfax moet reageren"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Toon groepen die gebruikers bevatten"
+#: 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/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Selecteer om groepen die groepen bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Aflever formaat"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Toon groepen die groepen bevatten"
+#: 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/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "Selecteer om groepen die programma's bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Aflever methodes"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Toon groepen die programma's bevatten"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Schakel Fax gebruik tijdelijk uit"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Selecteer om groepen die afdelingen bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Lever Fax als E-mail af aan"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Toon groepen die afdelingen bevatten"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Lever Fax als E-mail af"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Selecteer om groepen die servers bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Lever Fax af op printer"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Toon groepen die servers bevatten"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alternatieve Fax nummers"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr "Selecteer om groepen die werkstations bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Blokkeerlijsten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Toon groepen die werkstations bevatten"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Blokkeerlijsten voor te ontvangen Faxen"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Selecteer om groepen die terminals bevatten te tonen"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Blokkeerlijsten voor te versturen Faxen"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Toon groepen die terminals bevatten"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Geblokkeerde nummers/lijsten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Selecteer om groepen die printers bevatten te tonen"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Toon groepen die printers bevatten"
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Voeg de lijst toe aan de blokkeerlijsten"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Selecteer om groepen die printers bevatten te tonen"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Selecteer de toe te voegen nummers"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Toon groepen die telefoons bevatten"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Toon nummers van afdeling"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
-msgstr "Nieuwe objectgroep aanmaken"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Toon de overeenkomende nummers"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Objectgroep"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Reguliere expressie voor overeenkomende nummers"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Deze 'dn' is geen objectgroep."
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Toon nummers van gebruiker"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "te veel verschillende object tpyes!"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Gebruikersnaam van de gebruiker wiens nummers getoond worden"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "gebruikers"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr ""
+"Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te "
+"veranderen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "groepen"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Fax instellingen"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "programma's"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+#, fuzzy
+msgid "Alternate fax numbers will not be copied"
+msgstr "Alternatieve Fax nummers"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "afdelingen"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Fax rapporten"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "servers"
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "werkstations"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+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/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "terminals"
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
+msgstr "Kan de Fax database voor rapportage niet selecteren!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "telefoons"
+#: plugins/gofax/faxreports/class_faxreport.inc:125
+#, fuzzy
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr "Kan de Fax database voor rapportage niet selecteren!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "printers"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "De zoekopdracht op de Fax database is mislukt!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "en"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+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/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
-msgstr "Niet bestaande dn: "
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "J-M-D"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
-msgstr "Er bestaat al een object met deze cn."
+#: 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/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
-msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!"
+#: 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/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
-msgstr "Het opslaan van de objectgroep is mislukt"
+#: 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/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
-msgstr "Het verwijderen van de objectgroep is mislukt"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "gedurende"
 
 
-#: 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/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Ontvanger"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"Deze groep heeft E-mail mogelijkheden ingeschakeld. U kunt deze uitschakelen "
-"door de knop hieronder te gebruiken."
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# pagina's"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"Deze groep heeft geen E-mail mogelijkheden. U kunt deze inschakelen door de "
-"knop hieronder te gebruiken."
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Fax voorbeeld - even geduld a.u.b."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
-msgstr "Het opslaan van E-mail objectgroep instellingen is mislukt"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Klik op de Fax om deze te downloaden"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
-msgstr "Het verwijderen van E-mail objectgroep instellingen is mislukt"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "Fax ID"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
-#, php-format
-msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Datum / Tijd"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
-msgstr "rinkel allemaal"
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "Afzender MSN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
-msgstr "om en om"
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "Afzender ID"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
-msgstr "minst recent gebelde"
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "Ontvanger MSN"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
-msgstr "minst afgeronde gesprekken"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "Ontvanger ID"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
-msgstr "willekeurig"
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Status bericht"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr "om en om met geheugen"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Overdrachtstijd"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
-msgstr ""
-"Kan geen veranderingen opslaan in de Asterisk database. Er is geen MySQL "
-"extensie beschikbaar. Controleer uw PHP installatie."
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Fax rapporten"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
-#, fuzzy, php-format
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Lijst met conferentie kamers"
+
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/gofon/conference/headpage.tpl:24
 msgid ""
 msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+"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 ""
-"De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
-"GOsa logbestand voor de mysql fout."
+"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/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
-#, fuzzy, php-format
-msgid "Can't select database '%s' on home server '%s'."
-msgstr "Kan de database %s op %s niet selecteren."
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Naam - nummer"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
-#, fuzzy, php-format
-msgid ""
-"The MySQL initial home 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/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "PIN-code"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, fuzzy, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr "Kan de database %s op %s niet selecteren."
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Reguliere expressie voor overeenkomende conferentie namen"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
-msgstr "Verwijder telefoonwachtrij van dit account"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Maak nieuwe conferentie aan"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-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/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Nieuwe conferentie"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
-msgstr "Telefoonwachtrij aanmaken"
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Conferentie"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
+#, php-format
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 msgstr ""
-"Dit account heeft telefoonwachtrijen uitgeschakeld. U kunt deze inschakelen "
-"door de knop hieronder te gebruiken."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
-#, fuzzy
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
-msgstr "Er moet tenminste een NTP server geselecteerd zijn."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-#, fuzzy
-msgid "Please select a valid goFonHomeServer."
-msgstr "Selecteer a.u.b. een geldig mailserver"
+"The previously selected asterisk home server (%s) is no longer available."
+msgstr "Dit programma is niet meer beschikbaar."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr "Timeout dient nummeriek te zijn"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+msgid ""
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
+msgstr ""
+"U heeft een conferentie 'zonder PIN-code' gespecificeerd ... laat a.u.b. de "
+"PIN-code velden leeg."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
-msgstr "Herhalen moet nummeriek zijn"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr "Voer a.u.b. een PIN-code in."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
-msgstr "Maximale wachtrijlengte moet nummeriek zijn"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Voer a.u.b. een naam voor de conferentie in."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
-msgstr "Aankondiginsfrequentie moet nummeriek zijn"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
+msgstr "Alleen nummerieke karakters zijn toegestaan in het nummer veld."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
-msgstr "Er moet tenminste een wachtrijnummer gedefinieerd zijn."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
+msgstr "Alleen nummerieke waardes zijn toegestaan in geldigheidsduur"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
 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."
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 msgstr ""
-"Er is momenteel geen Asterisk server gedefinieerd. Het kan zijn dat een "
-"server ontbreekt die asterisk management beheert (goFonServer). Uw "
-"instellingen kunnen niet opgeslagen worden in de asterisk database."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-#, fuzzy
-msgid "Error while removing old queue entries from database."
-msgstr "Fout bij het exporteren van de gevraagde gegevens!"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+msgid ""
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
 msgid ""
 msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#, fuzzy
-msgid "Mysql query failed."
-msgstr "De database zoekopdracht is mislukt"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "Het opslaan van de telefoonconferentie is mislukt"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Het opgegeven telefoonnummer '%s' is al toegekend aan '%s'."
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Tel. conferenties"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
-msgstr "Het opslaan van de telefoon wachtrij is mislukt"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Beheer"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
-msgstr "Het verwijderen van de telefoon wachtrij is mislukt"
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Conferentienaam"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-#, fuzzy
-msgid "Please enter the new object group name"
-msgstr "Geef a.u.b. een nieuwe naam op"
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Naam van de aan te maken conferentie"
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
-#, fuzzy
-msgid "Please enter a mail address"
-msgstr "Geef a.u.b. een geldige naam op"
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Kies de subtree waaronder de conferentie geplaatst wordt"
 
 
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Tel. rapporten"
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
+msgstr "Geldigheidsduur (in dagen)"
+
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
+msgstr "Voorgedefinieerde PIN-code"
+
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Conferentie opnemen"
+
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
+msgstr "Geluidsbestand formaat"
+
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr "Muziek afspelen bij wachtstand"
+
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Activeer sessiemenu"
+
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr "Kondig binnenkomende en verlatende gebruikers aan"
+
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Tel het aantal gebruikers"
+
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Reguliere expressie voor       overeenkomende gebruikersnamen"
+
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Conferentie beheer"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
@@ -12043,14 +12077,18 @@ msgstr "Kanaal"
 msgid "Duration"
 msgstr "Tijdsduur"
 
 msgid "Duration"
 msgstr "Tijdsduur"
 
-#: plugins/gofon/macro/headpage.tpl:6
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Tel. rapporten"
+
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
 msgid "List of macros"
 msgstr "Lijst met macro's"
 
 msgid "List of macros"
 msgstr "Lijst met macro's"
 
-#: plugins/gofon/macro/headpage.tpl:24
 #: plugins/gofon/macro/class_divListMacros.inc:36
 #: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 "
 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 "
@@ -12060,39 +12098,6 @@ msgstr ""
 "of verwijderen. Indien u veel macro's heeft, dan is het aan te raden de "
 "selectie mogelijkheden te gebruiken."
 
 "of verwijderen. Indien u veel macro's heeft, dan is het aan te raden de "
 "selectie mogelijkheden te gebruiken."
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Toon overeenkomende macro's"
-
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Toon overeenkomende macro's"
-
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Reguliere expressie voor overeenkomende macronamen"
-
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Macronaam"
-
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr "Weer te geven macronaam"
-
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Selecteer de subtree waaronder deze macro geplaatst wordt"
-
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Zichtbaar voor gebruikers"
-
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "Macro tekst"
-
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
@@ -12102,6 +12107,11 @@ msgstr "Macronaam"
 msgid "Visible"
 msgstr "Zichtbaar"
 
 msgid "Visible"
 msgstr "Zichtbaar"
 
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Reguliere expressie voor overeenkomende macronamen"
+
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Nieuwe telefoonmacro aanmaken"
 #: plugins/gofon/macro/class_divListMacros.inc:74
 msgid "Create new phone macro"
 msgstr "Nieuwe telefoonmacro aanmaken"
@@ -12128,61 +12138,43 @@ msgstr "zichtbaar"
 msgid "invisible"
 msgstr "onzichtbaar"
 
 msgid "invisible"
 msgstr "onzichtbaar"
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Tel. macro's"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "U staat op het punt de macro '%s' te verwijderen."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "U heeft geen toestemming om deze macro te verwijderen!"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacro.inc:226
+#: plugins/gofon/macro/class_gofonMacro.inc:219
 #, fuzzy, php-format
 msgid "Removing macro from '%s' failed. 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."
 
 #, fuzzy, php-format
 msgid "Removing macro from '%s' failed. 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/gofon/macro/class_gofonMacro.inc:294
+#: plugins/gofon/macro/class_gofonMacro.inc:287
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
 "Rapporteer dit a.u.b. aan het GOsa team."
 
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
 "Rapporteer dit a.u.b. aan het GOsa team."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/gofon/macro/class_gofonMacro.inc:290
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
 "Rapporteer dit a.u.b. aan het GOsa team."
 
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Automatische aanmaak van object type '%s' wordt momenteel niet ondersteund. "
 "Rapporteer dit a.u.b. aan het GOsa team."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
+#: plugins/gofon/macro/class_gofonMacro.inc:294
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Er is een dubbele invoer in '%s' voor '%s'"
 
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "Er is een dubbele invoer in '%s' voor '%s'"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
+#: plugins/gofon/macro/class_gofonMacro.inc:298
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/gofon/macro/class_gofonMacro.inc:327
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
 
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
+#: plugins/gofon/macro/class_gofonMacro.inc:362
 #, fuzzy
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 #, fuzzy
 msgid ""
 "There must be at least one server with an asterisk database to save this "
@@ -12191,28 +12183,28 @@ msgstr ""
 "Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
 "moet geactiveerd zijn."
 
 "Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
 "moet geactiveerd zijn."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/gofon/macro/class_gofonMacro.inc:376
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "De opgegeven cn '%s' bestaat al."
 
 #, php-format
 msgid "The given cn '%s' already exists."
 msgstr "De opgegeven cn '%s' bestaat al."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 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"
 
 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/macro/class_gofonMacro.inc:393
+#: plugins/gofon/macro/class_gofonMacro.inc:386
 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."
 
 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/macro/class_gofonMacro.inc:399
+#: plugins/gofon/macro/class_gofonMacro.inc:392
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 "Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
 
 #, 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_gofonMacro.inc:410
+#: plugins/gofon/macro/class_gofonMacro.inc:403
 #, fuzzy
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 #, fuzzy
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
@@ -12221,11 +12213,11 @@ msgstr ""
 "Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
 "gebruiker deze macro geselecteerd heeft."
 
 "Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
 "gebruiker deze macro geselecteerd heeft."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
+#: plugins/gofon/macro/class_gofonMacro.inc:411
 msgid "Makro length must be lower than 100 lines"
 msgstr "De macro lengte moet minder dan 100 regels zijn"
 
 msgid "Makro length must be lower than 100 lines"
 msgstr "De macro lengte moet minder dan 100 regels zijn"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 #, fuzzy
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 #, fuzzy
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
@@ -12234,7 +12226,7 @@ msgstr ""
 "Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
 "gebruiker deze macro geselecteerd heeft."
 
 "Deze macro is nog steeds in gebruik. Verzeker uzelf ervan dat geen enkele "
 "gebruiker deze macro geselecteerd heeft."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
@@ -12243,66 +12235,76 @@ msgstr ""
 "Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
 "configuratie a.u.b."
 
 "Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
 "configuratie a.u.b."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
+#: plugins/gofon/macro/class_gofonMacro.inc:448
 msgid "Removing phone macro failed"
 msgstr "Het verwijderen van de telefoonmacro is mislukt"
 
 msgid "Removing phone macro failed"
 msgstr "Het verwijderen van de telefoonmacro is mislukt"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
+#: plugins/gofon/macro/class_gofonMacro.inc:457
 msgid "Removing phone macro reverences failed"
 msgstr "Het verwijder van telefoonmacro referenties is mislukt"
 
 msgid "Removing phone macro reverences failed"
 msgstr "Het verwijder van telefoonmacro referenties is mislukt"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
+#: plugins/gofon/macro/class_gofonMacro.inc:491
 msgid "Saving phone macro failed"
 msgstr "Het opslaan van de telefoonmacro is mislukt"
 
 msgid "Saving phone macro failed"
 msgstr "Het opslaan van de telefoonmacro is mislukt"
 
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Tel. macro's"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "type"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "U staat op het punt de macro '%s' te verwijderen."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "U heeft geen toestemming om deze macro te verwijderen!"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr ""
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
 msgid "This 'dn' is no phone macro."
 msgstr "Deze 'dn' is geen telefoonmacro."
 
 msgid "This 'dn' is no phone macro."
 msgstr "Deze 'dn' is geen telefoonmacro."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
 msgid "String"
 msgstr "Tekstregel"
 
 msgid "String"
 msgstr "Tekstregel"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
 msgid "Combobox"
 msgstr "Combobox"
 
 msgid "Combobox"
 msgstr "Combobox"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
 msgid "Bool"
 msgstr "Bool"
 
 msgid "Bool"
 msgstr "Bool"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
 msgid "Delete unused"
 msgstr "Verwijder ongebruikte"
 
 msgid "Delete unused"
 msgstr "Verwijder ongebruikte"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 "Onvoldoende permissies. Kan attribuut '%s' in goFonMacro niet veranderen."
 
 #, 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:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
 #, php-format
 msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr ""
 "De bevat '%s' bevat ongeldige karakters. '!,#' worden gebruikt als "
 "scheidingstekens"
 
 #, 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:341
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
 #, php-format
 msgid "The parameter %s has incorrect value for type bool."
 msgstr "De parameter %s heeft een incorrecte waarde voor het type boolean."
 
 #, 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:370
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
 #, php-format
 msgid ""
 "Parameter count of the macro changed, you must update each user which are "
@@ -12311,35 +12313,51 @@ msgstr ""
 "Parameter hoeveelheid van de macro is veranderd. U dient elke gebruiker, die "
 "deze macro '%s' gebruik, bij te werken."
 
 "Parameter hoeveelheid van de macro is veranderd. U dient elke gebruiker, die "
 "deze macro '%s' gebruik, bij te werken."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
 msgid "Saving phone macro parameters failed"
 msgstr "Het opslaan van telefoonmacro parameters is mislukt"
 
 msgid "Saving phone macro parameters failed"
 msgstr "Het opslaan van telefoonmacro parameters is mislukt"
 
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Macronaam"
+
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr "Weer te geven macronaam"
+
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Selecteer de subtree waaronder deze macro geplaatst wordt"
+
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Zichtbaar voor gebruikers"
+
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "Macro tekst"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Toon overeenkomende macro's"
+
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Toon overeenkomende macro's"
+
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Telefoon macrobeheer"
 
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 msgid "Phone macro management"
 msgstr "Telefoon macrobeheer"
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-#, fuzzy
-msgid "Select the accounts home server"
-msgstr "Selecteer om servers te zien"
-
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr "Voicemail PIN-code"
-
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "Telefoon PIN-code"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
-msgstr "Telefoon macro"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "type"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
@@ -12348,8 +12366,8 @@ msgid ""
 "accounts."
 msgstr ""
 
 "accounts."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
@@ -12358,21 +12376,21 @@ msgstr ""
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand op mysql fouten."
 
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand op mysql fouten."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "Kan de database %s op %s niet selecteren."
 
 #, php-format
 msgid "Can't select database %s on %s."
 msgstr "Kan de database %s op %s niet selecteren."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
 msgid "no macro"
 msgstr "geen macro"
 
 msgid "no macro"
 msgstr "geen macro"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
 msgid "undefined"
 msgstr "niet gedefiniëerd"
 
 msgid "undefined"
 msgstr "niet gedefiniëerd"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
@@ -12380,7 +12398,7 @@ msgstr ""
 "Kan geen veranderingen in de Asterisk database opslaan. Er is geen MySQL "
 "extensie beschikbaar. Controleer uw PHP installatie."
 
 "Kan geen veranderingen in de Asterisk database opslaan. Er is geen MySQL "
 "extensie beschikbaar. Controleer uw PHP installatie."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, fuzzy, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 #, fuzzy, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
@@ -12389,15 +12407,15 @@ msgstr ""
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand op mysql fouten."
 
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand op mysql fouten."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, fuzzy, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 #, fuzzy, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
@@ -12406,16 +12424,16 @@ msgstr ""
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand voor de mysql fout."
 
 "De MySQL Server '%s' is niet bereikbaar als gebruiker '%s'. Controleer het "
 "GOsa logbestand voor de mysql fout."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
 msgid "Error while performing query:"
 msgstr "Fout bij het uitvoeren van zoekopdracht:"
 
 msgid "Error while performing query:"
 msgstr "Fout bij het uitvoeren van zoekopdracht:"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
 msgid "This account has no phone extensions."
 msgstr "Dit account heeft geen telefoon mogelijkheden."
 
 msgid "This account has no phone extensions."
 msgstr "Dit account heeft geen telefoon mogelijkheden."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
@@ -12423,2303 +12441,2291 @@ msgstr ""
 "De macro die u geselecteerd heeft, is niet meer beschikbaar voor u. "
 "Selecteer a.u.b. een andere macro."
 
 "De macro die u geselecteerd heeft, is niet meer beschikbaar voor u. "
 "Selecteer a.u.b. een andere macro."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
 msgid "Remove phone account"
 msgstr "Verwijder telefoon account"
 
 msgid "Remove phone account"
 msgstr "Verwijder telefoon account"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"Dit account heeft telefoon mogelijkheden ingeschakeld. U kunt deze "
-"uitschakelen door de knop hieronder te gebruiken."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
+msgid ""
+"This account has phone features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft telefoon mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+msgid "Create phone account"
+msgstr "Telefoon account aanmaken"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
+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/phoneaccount/class_phoneAccount.inc:970
+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/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
+msgstr "Voer a.u.b. een geldig telefoonnummer in!"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
+msgstr "Kies uw privé telefoon"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
+msgstr ""
+"Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
+"moet geactiveerd zijn."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "Voicemail PIN-code moet tussen 1 en 4 karakters zijn"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
+msgid ""
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
+msgstr ""
+"De opgegeven Voicemail PIN-code bevat ongeldige karakters. Alleen nummerieke "
+"waardes zijn toegestaan."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
+msgid "Phone PIN must be at least one character long."
+msgstr "Telefoon PIN-code moet uit tenminste 1 karakter bestaan."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"De opgegeven telefoon PIN-code bevat ongeldige karakters. Alleen "
+"alfanummerieke waardes zijn toegestaan."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
+#, 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:1208
+msgid "Saving phone account failed"
+msgstr "Het opslaan van het telefoon account is mislukt"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
+msgstr "Stop"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
+msgstr ""
+"Kan het telefoon account niet verwijderen. De MySQL extensie is niet "
+"aanwezig binnen uw PHP configuratie."
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Gebruiker '%s' is van telefoonwachtrij '%s' verwijderd"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
+msgstr "Het verwijderen van het telefoon account is mislukt"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:35
+#, fuzzy
+msgid "Select the accounts home server"
+msgstr "Selecteer om servers te zien"
+
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr "Voicemail PIN-code"
+
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "Telefoon PIN-code"
+
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Telefoon macro"
+
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Telefoon instellingen"
+
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "Dit account heeft geen verbindings mogelijkheden."
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Intranet"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "Het verwijderen van het intranet account is mislukt"
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "Het opslaan van het intranet account is mislukt"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+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/connectivity/class_kolabAccount.inc:133
+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/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Altijd accepteren"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Altijd afwijzen"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Afwijzen bij conflicten"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Handmatig bij conflicten"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Handmatig"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anoniem"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
+#, fuzzy, php-format
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+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/connectivity/class_kolabAccount.inc:291
+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/connectivity/class_kolabAccount.inc:305
+#, 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/connectivity/class_kolabAccount.inc:313
+#, 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/connectivity/class_kolabAccount.inc:393
+#, fuzzy, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Het opslaan van het Kolab account is mislukt"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "OpenGroupware account"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
+msgid ""
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
+msgstr ""
+"OpenGroupware: Postgresql extensie ontbreekt in uw configuratie. Er kunnen "
+"geen database zoekopdrachten uitgevoerd worden."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
+msgid ""
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr ""
+"OpenGroupware: Database configuratie voor OpenGroupware ontbreekt. Er kan "
+"geen informatie opgehaald of opgeslagen worden."
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
+msgid ""
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
+msgstr ""
+"OpenGroupware: Kan niet verbinden met de opgegeven database. Controleer uw "
+"configuratie a.u.b. nogmaals."
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "Kan niet verbinden met de Postgresql Database!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr "Vereiste parameters voor Open-Xchange verbindingsmodule ontbreken!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "PHP4 module voor Postgresql Database ontbreekt!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr "Het verwijderen van het Open-Xchange adresboek is mislukt"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "Het verwijderen van het Open-Xchange account is mislukt"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+#, fuzzy
+msgid ""
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
+msgstr ""
+"De Open-Xchange accountnaam is leeg en dus ongeldig! Verzeker uzelf ervan dat"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr "Het opslaan van het Open-Xchange account is mislukt"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr "Het aanmaken van het Open-Xchange adresboek is mislukt"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "Het verwijderen van het PHPGroupware account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
-msgid "Create phone account"
-msgstr "Telefoon account aanmaken"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr "Het opslaan van het PHPGroupware account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
-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/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPScheduleIt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
-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/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "Het verwijderen van het PHPScheduleIt account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
-msgid "Please enter a valid phone number!"
-msgstr "Voer a.u.b. een geldig telefoonnummer in!"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "Het opslaan van het PHPScheduleIt account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
-msgid "Choose your private phone"
-msgstr "Kies uw privé telefoon"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
-#, fuzzy
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone account."
-msgstr ""
-"Er moet tenminste een NTP server geselecteerd zijn of de overervings mode "
-"moet geactiveerd zijn."
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "Het verwijderen van het PPTP account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "Voicemail PIN-code moet tussen 1 en 4 karakters zijn"
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "Het opslaan van het PPTP account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
-msgstr ""
-"De opgegeven Voicemail PIN-code bevat ongeldige karakters. Alleen nummerieke "
-"waardes zijn toegestaan."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
-msgid "Phone PIN must be at least one character long."
-msgstr "Telefoon PIN-code moet uit tenminste 1 karakter bestaan."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
-msgid ""
-"The specified phone PIN contains invalid characters, only aphanumeric values "
-"are allowed here."
-msgstr ""
-"De opgegeven telefoon PIN-code bevat ongeldige karakters. Alleen "
-"alfanummerieke waardes zijn toegestaan."
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "dag"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
-#, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "U dient tenminste één telefoonnummer op te geven!"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "week"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1214
-msgid "Saving phone account failed"
-msgstr "Het opslaan van het telefoon account is mislukt"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "maand"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
-msgid "Stop"
-msgstr "Stop"
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "Het verwijderen van het proxy account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
-msgid ""
-"Can't remove phone account, the mysql extension is not present in php "
-"configuration."
-msgstr ""
-"Kan het telefoon account niet verwijderen. De MySQL extensie is niet "
-"aanwezig binnen uw PHP configuratie."
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is leeg."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Gebruiker '%s' is van telefoonwachtrij '%s' verwijderd"
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "De nummerieke waarde opgegeven voor Quota Instellingen is niet geldig."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
-msgid "Removing phone account failed"
-msgstr "Het verwijderen van het telefoon account is mislukt"
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "Het opslaan van het proxy account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available. "
-"Remove aborted."
-msgstr ""
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "Het verwijderen van het pureftpd account is mislukt"
 
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Telefoon instellingen"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "De opgegeven waarde voor 'Verstuur Bandbreedte' is niet geldig."
 
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Lijst met conferentie kamers"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "De opgegeven waarde voor 'Ontvangst bandbreedte' is niet geldig."
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "De opgegeven waarde voor 'Bestanden' is niet geldig."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Reguliere expressie voor       overeenkomende gebruikersnamen"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "De opgegeven waarde voor 'Grootte' is niet geldig."
 
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Conferentienaam"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "De opgegeven waarde voor 'Verhouding' is niet geldig."
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Naam van de aan te maken conferentie"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
+msgstr "Het opslaan van het pureftpd account is mislukt"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Kies de subtree waaronder de conferentie geplaatst wordt"
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
-msgstr "Geldigheidsduur (in dagen)"
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "Het verwijderen van het webDAV account is mislukt"
 
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
-msgstr "Voorgedefinieerde PIN-code"
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "Het opslaan van het webDAV account is mislukt"
 
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "PIN-code"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "GLPI account"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
-msgstr "Conferentie opnemen"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Intranet account"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
-msgstr "Geluidsbestand formaat"
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Kolab account"
 
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
-msgstr "Muziek afspelen bij wachtstand"
+#: 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 ""
+"Het kolab account is uitgeschakeld. U kunt opties aanpassen indien u een e-"
+"mail account toevoegd."
 
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
-msgstr "Activeer sessiemenu"
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Delegaties"
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
-msgstr "Kondig binnenkomende en verlatende gebruikers aan"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "E-mail grootte"
 
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
-msgstr "Tel het aantal gebruikers"
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "Geen E-mail grootte restrictie voor dit account"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Naam - nummer"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Free Busy informatie"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Reguliere expressie voor overeenkomende conferentie namen"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Toekomstig"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
-msgstr "Maak nieuwe conferentie aan"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "dagen"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
-msgstr "Nieuwe conferentie"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Uitnodigingsbeleid"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
-msgstr "Conferentie"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "OpenGroupware"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Tel. conferenties"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Teamlocatie"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Beheer"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Sjabloongebruiker"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
-msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
-msgstr ""
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Teams"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, fuzzy, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
-msgstr "Dit programma is niet meer beschikbaar."
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Open-Xchange Account"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 msgstr ""
-"U heeft een conferentie 'zonder PIN-code' gespecificeerd ... laat a.u.b. de "
-"PIN-code velden leeg."
+"Uitgeschakeld. Er is geen Postgresql ondersteuning gedetecteerd of de "
+"opgegeven database kon niet bereikt worden"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
-msgstr "Voer a.u.b. een PIN-code in."
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "Open-Xchange account"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
-msgstr "Voer a.u.b. een naam voor de conferentie in."
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Onthouden"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
-msgstr "Alleen nummerieke karakters zijn toegestaan in het nummer veld."
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Afspraken"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
-msgstr "Alleen nummerieke waardes zijn toegestaan in geldigheidsduur"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Taken"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
-msgstr ""
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Gebruikersinformatie"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
-msgstr ""
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Tijdzone"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
-msgstr ""
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "PHPGroupware account"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
-msgstr ""
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "PHPScheduleIt account"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
-msgstr "Het opslaan van de telefoonconferentie is mislukt"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "PPTP account"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Conferentie beheer"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Proxy account"
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Thin Client"
+#: 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/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Objectnaam"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Beperk proxy gebruik tot tijd"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Inhoud"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Beperk proxy gebruik met quota"
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Dit object heeft geen relatie met andere objecten."
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "per"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
-msgstr ""
-"Dit is het GOsa hoofdmenu. U kunt taken selecteren door het menu aan de "
-"linkerzijde te gebruiken of door een van de pictogrammen hieronder te "
-"selecteren. Alle veranderingen worden direct op de LDAP server van uw "
-"bedrijf doorgevoerd."
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "FTP account"
 
 
-#: plugins/generic/welcome/welcome.tpl:8
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
-msgstr ""
-"Gebruik 'Uitloggen' bovenin om de verbinding te verbreken en 'Hoofdmenu' om "
-"terug te keren naar het onderstaande pictogrammen overzicht."
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Verstuur bandbreedte"
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "Het GOsa team"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/sec"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Welkom %s!"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Ontvangst bandbreedte"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr "Waarschuwing: Het account heeft een ongeldige mailserver string!"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Quota"
 
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
-msgstr ""
-"Waarschuwing: De IMAP server kan niet bereikt worden! Indien u dit account "
-"bewaart dan zullen sommige E-mail instellingen niet opgeslagen worden op de "
-"mail server!"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Bestanden"
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Kan de IMAP mailbox niet aanmaken. De IMAP server meldt: '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Verhouding"
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr ""
-"Kan de IMAP quota instellingen niet wegschrijven. De IMAP server meldt: '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Verstuurde / Ontvangen bestanden"
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Waarschuwing: De PHP functie 'imap_getacl' is niet voorhanden. "
-"Toegangsbeheer informatie kan niet veranderd worden."
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Terminal Service diverse"
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr ""
-"Waarschuwing: De PHP functie 'imap_get_acl' is niet voorhanden. Imap rechten "
-"kunnen niet opgehaald worden!"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Selecteer om Ftp toegang uit te schakelen"
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Kan de IMAP mailbox niet verwijderen. De server meldt: '%s'."
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Schakel FTP toegang tijdelijk uit"
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Kan niet op de SIEVE server inloggen. De server meldt: '%s'."
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "WebDAV Account"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Kan het SIEVE script niet ophalen. De server meldt: '%s'."
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "auto"
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Kan het SIEVE script niet versturen. De server meldt: '%s'."
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Verwijder omgevingsmogelijkheden"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Kan het GOsa SIEVE script niet activeren. De server meldt: '%s'."
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+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."
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Dit pakket heeft geen debconf mogelijkheden."
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
+msgstr "Voeg omgevingsmogelijkheden toe"
+
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+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."
 
 
-#: include/class_plugin.inc:404
-#, php-format
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
 msgid ""
 msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
-"bestaat niet."
+"Omgevingsmogelijkheden zijn uitgeschakeld. U dient een posix account aan te "
+"maken voordat u deze mogelijkheid in kunt schakelen."
 
 
-#: include/class_plugin.inc:555
+#: plugins/personal/environment/class_environment.inc:553
+#, fuzzy
+msgid "Spaces are not allowed in the mount path!"
+msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
+
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Wachtwoord hashwaarde herstellen"
+
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Verwijder share regel"
+
+#: plugins/personal/environment/class_environment.inc:803
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTCREATE voor module '%s' "
-"bestaat niet."
+"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
+"profiel wordt op 'geen' ingesteld."
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, php-format
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "Het verwijderen van omgevings informatie is mislukt"
+
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
+msgstr "Geef a.u.b. een geldige profiel quota grootte op."
+
+#: plugins/personal/environment/class_environment.inc:908
 msgid ""
 msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' "
-"bestaat niet."
+"U dient posix mogelijkheden in te schakelen om omgevingsmogelijkheden in te "
+"kunnen schakelen."
 
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als POSTREMOVE voor module '%s' "
-"bestaat niet."
+"Kan de nieuwe kios profielen niet opslaan. Mogelijk is de toegang geweigerd "
+"tot de directory"
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr "Object '%s' is al gemarkeerd"
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "Het toevoegen van omgevings informatie is mislukt"
 
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr "Toevoegen van markering (%s) aan object '%s'"
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "groepsshare"
 
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
-msgstr "Het verwerken van object markeringen is mislukt"
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Beheerder"
 
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
-msgstr "Verwijderen van markering van object '%s'"
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Standaard printer"
 
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'."
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+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."
 
 
-#: include/class_password-methods.inc:204
-msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
 msgstr ""
 msgstr ""
-"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba "
-"wachtwoord niet veranderen."
+"Ongeldig karakter in omschrijving. Geef a.u.b. een geldige omschrijving op."
 
 
-#: include/functions_setup.inc:84
-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!"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+#, fuzzy
+msgid "Please specify a valid iSerial."
+msgstr "Geef a.u.b. een geldige id op."
 
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
-msgstr ""
-"De optionele objectklasse '%s' die benodigd is door module '%s' is niet "
-"aanwezig in de LDAP configuratie"
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+#, fuzzy
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+msgstr "Geef a.u.b. een waarde op voor het atribuut 'bestand'."
 
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
-msgstr ""
-"De optionele objectklasse '%s' die benodigd is door module '%s' heeft niet "
-"versienummer %s"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+#, fuzzy
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+msgstr "Geef a.u.b. een geldige PPD bestand op."
 
 
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Ondersteuning voor '%s' is ingeschakeld"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Er bestaat al een invoer met deze naam."
 
 
-#: include/functions_setup.inc:118
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "Selecteer a.u.b. een regel of druk op annuleren."
+
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
 #, 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 "Can't delete '%s'. Error was: permission denied."
+msgstr "Kan '%s' niet verwijderen. De foutmelding was: toegang geweigerd."
 
 
-#: include/functions_setup.inc:122
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
 #, php-format
 #, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "Vereiste objectklasse '%s' heeft niet versienummer %s"
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Kan '%s' niet verwijderen. De foutmelding was: bestand bestaat niet."
 
 
-#: include/functions_setup.inc:133
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
+msgid ""
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 msgstr ""
-"SAMBA 3 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
+"Er is geen KIOSKPATH gedefinieerd in uw gosa.conf. Kiosk profielen kunnen "
+"niet beheerd worden!"
 
 
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "SAMBA 3 ondersteuning is ingeschakeld"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr "Kioskpad '%s' is niet toegankelijk. Controleer de permissies."
 
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
 msgstr ""
 msgstr ""
-"SAMBA 2 ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "SAMBA 2 ondersteuning is ingeschakeld"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Geef a.u.b. een geldige scriptnaam op."
 
 
-#: include/functions_setup.inc:154
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr ""
-"PureFtp ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstallerd."
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "De opgegeven omschrijving bevat ongeldige karakters!"
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "PureFtp ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "De omgevings extensie is momenteel uitgeschakeld."
 
 
-#: include/functions_setup.inc:164
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr ""
-"WebDAV ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleer."
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Omgevingsbeheer instellingen"
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "WebDAV ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Profiel beheer"
 
 
-#: include/functions_setup.inc:174
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr ""
-"Phpgroupware ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Gebruik profielbeheer"
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "Phpgroupware ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Profielserver beheer"
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr ""
-"Vertrouwensaccount ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Profielpad"
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Vertrouwensaccount ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Profiel quota"
 
 
-#: include/functions_setup.inc:194
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr ""
-"Gofon ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
+msgstr "Profiel lokaal cachen"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Gofon ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Kiosk profiel instellingen"
 
 
-#: include/functions_setup.inc:204
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr ""
-"Nagios ondersteuning is uitgeschakeld. Het LDAP schema is niet geïnstalleerd."
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
+msgstr "Kiosk profiel"
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Nagios ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "Beheer"
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr ""
-"Netatalk ondersteuning is uitgeschakeld. Het LDAP schema is niet "
-"geïnstalleerd."
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
+msgstr "Resolutie is binnen de sessie te veranderen"
+
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Te gebruiken gebruikernaam om met de share te verbinden"
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Netatalk ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Selecteer een share"
 
 
-#: include/functions_setup.inc:229
-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."
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Mount pad"
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
-msgstr "Kolab ondersteuning is ingeschakeld"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr "Login scripts"
 
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Login script beheer"
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Genegeerd"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Hotplug apparaten"
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Mislukt"
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Hotplug apparaat instellingen"
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "PHP configuratie inspectie"
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
+msgstr "Bestaande"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Controle op PHP versie (>=4.1.0)"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Printer instellingen"
 
 
-#: include/functions_setup.inc:279
-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."
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Beheerders omschakeling"
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Controle of 'register_globals' ingesteld staat op 'off'"
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Standaard omschakeling"
 
 
-#: include/functions_setup.inc:283
-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."
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug apparaten toevoegen"
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
-msgstr "PHP session.gc_maxlifetime (>= 86400 seconden)."
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Hotplug beheer"
 
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
-msgstr ""
-"PHP gebruikt deze waarde voor de garbage collector om oude sessies op te "
-"ruimen. Door deze waarde op een dag te zetten, voorkomt u dat sessie en "
-"cookie informatie verloren gaan, voordat deze daadwerkelijk ongeldig zijn."
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Selecteer toe te voegen hotplug apparaat"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Zoeken naar de LDAP module"
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
 
 
-#: include/functions_setup.inc:291
-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."
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Reguliere expressie voor      overeenkomende hotplugs"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Zoeken naar XML functies"
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Maak nieuwe hotplug regel aan"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr ""
-"XML functies zijn vereist om het configuratie bestand in te kunnen lezen."
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Maak nieuw hotplug apparaat aan"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Zoeken naar gettext ondersteuning"
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "(iSerial)"
+msgstr "Serieel"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr ""
-"Gettext ondersteuning is vereist voor ondersteuning van meerdere talen in "
-"GOsa."
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "Vendor-ID"
+msgstr "Afzender ID"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Zoeken naar iconv ondersteuning"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "(idVendor)"
+msgstr "Afzender ID"
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
 msgstr ""
 msgstr ""
-"Deze module wordt gebruikt door GOsa om samba munged dial informatie "
-"(terminal server) te converteren en is daarom vereist."
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Zoeken naar de mhash module"
-
-#: include/functions_setup.inc:307
-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."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
 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."
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Zoeken naar de IMAP module"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Kiosk profiel beheer"
 
 
-#: include/functions_setup.inc:311
-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."
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Login script instellingen"
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Controle op getacl in imap"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Scriptnaam"
 
 
-#: include/functions_setup.inc:315
-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."
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Login script kenmerken"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Zoeken naar MySQL module"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Laatste script"
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit "
-"databases."
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Script kan vervangen worden door gebruiker"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Zoeken naar CUPS module"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Login script"
 
 
-#: include/functions_setup.inc:323
-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."
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Gebruikersomgeving instellingen"
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Zoeken naar kadm5 module"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Voeg printer toe"
 
 
-#: include/functions_setup.inc:327
-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."
+#: 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"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Zoeken naar de SNMP module"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Januari"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr ""
-"Het Simple Network Management Protocol (SNMP) is vereist voor werkstation "
-"monitoring."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Februari"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "Gedteaileerde PHP functie inspectie"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "Maart"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Zoeken naar functie %s"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "April"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-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."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Mei"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Zoeken naar enkele additionele programma's"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Juni"
 
 
-#: include/functions_setup.inc:395
-#, fuzzy
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Zoeken naar ImageMagick (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Juli"
 
 
-#: include/functions_setup.inc:396
-#, fuzzy
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
-"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "Augustus"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Zoeken naar ImageMagick (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "September"
 
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten "
-"passen binnen de voorgestelde grootte en het uniforme JPEG formaat."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Oktober"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
-msgstr "Zoeken naar de imagick module voor PHP"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "November"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
-msgstr ""
-"Imagick wordt gebruikt om gebruikers aangeleverde plaatjes te laten passen "
-"binnen de voorgestelde grootte en het uniforme JPEG formaat."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "December"
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Zoeken naar het fping programma"
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "vrouw"
 
 
-#: include/functions_setup.inc:413
-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."
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "man"
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Zoeken naar een manier om LM/NT wachtwoord hashes te genereren"
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Dit account heeft geen geldige GOsa extensies."
 
 
-#: include/functions_setup.inc:429
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 msgstr ""
-"Om Samba 2.x/3.x te gebruiken moet u enkele additionele pakketten "
-"installeren om wachtwoord hashes te genereren"
+"Het opgegeven bestand is niet opgestuurd via HTTP POST! Aktie afgebroken."
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr "php.ini controle -> session.auto_register"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Geef a.u.b. een geldig serienummer op"
 
 
-#: include/functions_setup.inc:443
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 msgstr ""
-"Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie "
-"in uw php.ini ingesteld zijn op 'Off'."
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "php.ini controle -> implicit_flush"
+#: plugins/personal/generic/class_user.inc:472
+#, 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'."
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
-msgstr ""
-"Deze Optie definieert Uitvoer afhandeling. Zet deze Optie uit om "
-"snelheiswinst te behalen"
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
+msgstr "geldig"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "php.ini controle -> max_execution_time"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
+msgstr "ongeldig"
 
 
-#: include/functions_setup.inc:455
-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."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "Geen certificaat geinstalleerd"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "php.ini controle -> memory_limit"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
+msgstr "Het verwijderen van het algemene gebruikers account is mislukt"
 
 
-#: include/functions_setup.inc:463
-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."
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "Kerberos database communicatie is mislukt"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "php.ini controle -> expose_php"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Kan de gebruiker niet verwijderen uit de kerberos database."
 
 
-#: include/functions_setup.inc:468
-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."
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
+msgstr "Het opslaan van het algemene gerbuikers account is mislukt"
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "php.ini check -> magic_quotes_gpc"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "Kan de gebruiker niet toevoegen aan de kerberos database."
 
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
 msgstr ""
 msgstr ""
-"Verhoog de server veiligheid door 'magic_quotes_gpc op 'On' in te stellen."
-"PHP zal dan alle aanhalingstekens in strings omzetten."
+"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'."
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
 msgstr ""
 msgstr ""
-"Kan niet met de opgegeven LDAP server verbinden! Controleer a.u.b. dat deze "
-"bereikbaar is voor GOsa."
+"U heeft geen toestemming om een gebruiker te verplaatsen vanuit de originale "
+"'Basis'."
 
 
-#: include/functions_setup.inc:734
+#: plugins/personal/generic/class_user.inc:1037
+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:1046
+msgid "The required field 'Login' is not set."
+msgstr "Het vereiste veld 'Inlog naam' is leeg."
+
+#: plugins/personal/generic/class_user.inc:1053
 msgid ""
 msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
 msgstr ""
 msgstr ""
-"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
-"bereikbaar is voor GOsa."
+"Er bestaat al een persoon met deze '(Achter)naam'/'Voornaam' combinatie in "
+"de database."
 
 
-#: include/functions_setup.inc:792
-#, php-format
+#: plugins/personal/generic/class_user.inc:1060
 msgid ""
 msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Het vereiste atribuut '%s' uit dit formulier ontbreekt. Maak a.u.b. uw "
-"invoer af!"
+"Het veld 'Inlog naam' bevat ongeldige karakters. Kleine letters, nummers en "
+"liggende streepjes zijn toegestaan."
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Het veld 'Website' bevat een ongeldige URL."
 
 
-#: include/functions_setup.inc:841
-#, fuzzy
-msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
-msgstr ""
-"De aanmelding op de LDAP server is mislukt! Controleer a.u.b. dat deze "
-"bereikbaar is voor GOsa."
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "Het opgegeven certificaat kon geopend worden!"
+
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Persoonlijke informatie"
+
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Persoonlijk plaatje"
 
 
-#: include/functions_setup.inc:909
-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."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Verander plaatje"
 
 
-#: include/functions_setup.inc:918
-#, 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'."
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Sjabloon naam"
 
 
-#: include/functions_setup.inc:1092
-#, fuzzy
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
-msgstr ""
-"Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
-"configuratie a.u.b."
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Academische titel"
 
 
-#: 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."
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Geboortedatum"
 
 
-#: include/class_password-methods-kerberos.inc:44
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
-msgstr ""
-"Waarschuwing: Kan het kerberos wachtwoord niet instellen. Uw PHP versie "
-"heeft geen kerberos ondersteuning. Wachtwoord is niet veranderd."
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Voorkeurstaal"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "De kerberos database communicatie is mislukt!"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr "Het veranderen van het wachtwoord in de kerberos database is mislukt!"
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Telefoon privé"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Homepage"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr "Help is (nog) niet beschikbaar voor deze module."
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Wachtwoord encryptie"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
-msgstr "vorige"
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certificaten"
 
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
-msgstr "volgende"
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Bewerk certificaten"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr "%s resultaten voor uw zoekopdracht met sleutelwoord %s"
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% resultaat in bestand %s"
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Bewerk eigenschappen"
 
 
-#: 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."
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Organisatie informatie"
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr "Het opgegeven ppd bestand '%s' kan niet geopend worden om te lezen."
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Afdeling nr."
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr "Het vereiste tijdelijke bestand '%s' kan niet weggeschreven worden."
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Personeel nr."
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
-"Het parsen van PPD bestand %s is mislukt - regel was te lang. Resterende "
-"karakters zijn genegeerd."
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Functie"
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "Geneste groepen worden niet ondersteund!"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Kamer nr."
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "Groepnaam is niet uniek!"
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Beroep"
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr "Symbool waardes worden nog niet ondersteund!"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Eenheid omschrijving"
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr "Geneste opties worden niet ondersteund!"
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Werkgebied"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr "PickMany wordt nog niet ondersteund!"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Functionele titel"
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
-"Het parsen van PPD bestand %s is mislukt - er is geen informatie gevonden."
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Funktie"
 
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
-msgstr ""
-"Fout: De opgevraagde subtree heeft een inconsistente DN codering. Controleer "
-"uw LDAP instellingen!"
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Werkplaats"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr ""
-"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en "
-"toegankelijk is."
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Eenheid"
 
 
-#: 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."
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Straat"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
-"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat "
-"gebruikt (gebruik PEM/DER)."
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Huis identificatie"
 
 
-#: 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"
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Gebruik a.u.b. de telefoon tab"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Kan bestand niet aanmaken/openen"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Laatste levering"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Geen geldig certificaat geladen"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Publiek zichtbaar"
 
 
-#: 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!"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Standaard certificaat"
 
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
-msgstr "Informatie weergeven/verbergen"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "S/MIME certificaat"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "PHP fout"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "PKCS12 certificaat"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "klasse"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Certificaat serienummer"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "functie"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Plaatje verwijderen"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statisch"
+#: 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:191
+msgid "Generic user information"
+msgstr "Algemene gebruikersinformatie"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "methode"
+#: 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."
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
-msgstr "Trace"
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Gebruikersinstellingen"
 
 
-#: include/php_setup.inc:136
-msgid "Line"
-msgstr "Regel"
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Wachtwoord wissen"
 
 
-#: include/php_setup.inc:137
-msgid "Arguments"
-msgstr "Argumenten"
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Nieuw wachtwoord instellen"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
-msgstr ""
-"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Persoonlijk plaatje"
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "Er is geen DESC variabele aanwezig in het afwezigheidsbestand:"
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b."
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "Dit account heeft E-mail mogelijkheden uitgeschakeld."
 
 
-#: include/functions.inc:468
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 msgstr ""
-"Fout bij het plaatsen van een blokkade. Parameters zijn niet goed ingesteld. "
-"Controleer de bron!"
 
 
-#: include/functions.inc:478
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
+"You're trying to add an invalid email address to the list of forwarders."
 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'."
+"U probeert een ongeldig email adres toe te voegen aan de doorstuurlijst."
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Plaatsen van een blokkade mislukt. De LDAP server meldt: '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "Het verwijderen van het E-mail account is mislukt"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Verwijderen van een blokkade mislukt. De LDAP server meldt: '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "Het opslaan van het E-mail account is mislukt"
 
 
-#: include/functions.inc:549
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Ophalen van de blokkade uit de LDAP database is mislukt. Parameters zijn "
-"niet goed ingesteld. Controleer de bron!"
+"Er is geen geldige mailserver gespecificeerd. Voeg er a.u.b. een toe in de "
+"systeem instellingen."
 
 
-#: include/functions.inc:559
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
-msgstr ""
-"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u."
-"b. de 'config' regel in gosa.conf!"
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr "U heeft Spam instellingen opgegeven, maar geen mailfolder opgegeven."
 
 
-#: include/functions.inc:567
-msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
 msgstr ""
 msgstr ""
-"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou "
-"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond."
-
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!"
+"Bezig met wachten op het verwijderen van alle mail eigenschappen door Kolab"
 
 
-#: include/functions.inc:655
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 msgstr ""
-"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de "
-"limiet nog steeds overschreden wordt."
+"Verwijder a.u.b. eerst het mail account, zodat kolab haar verwijder "
+"procedure kan starten."
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "onvolledig"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Stuur berichten door naar"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "LDAP fout:"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Specificeer de mailserver waarop het account opgeslagen wordt"
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "E-mail opties"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
 msgstr ""
 msgstr ""
-"Problemen met de LDAP server betekenen meestal dat de laatste wijzigingen "
-"verloren gegaan zijn. Controleer uw LDAP instellingen voor mogelijke fouten "
-"en probeer het opnieuw."
+"Selecteer indien u E-mail door wil sturen zonder zelf kopieën te ontvangen"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Geen aflevering in eigen mailbox"
 
 
-#: include/functions.inc:1124
+#: plugins/personal/mail/generic.tpl:75
 msgid ""
 msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
+"Select to automatically response with the vacation message defined below"
 msgstr ""
 msgstr ""
-"Controleer uw invoer a.u.b. en verbeter de fout. Druk 'OK' om dit "
-"berichtvenster te sluiten."
+"Selecteer om automatisch te reageren met het onderstaande afwezigheidsbericht"
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "Er is een fout opgetreden bij het verwerken van uw aanvraag"
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Activeer afwezigheidsbericht"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Toch doorgaan"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Selecteer indien u E-mail berichten wilt filteren m.b.v. spamassassin"
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Alsnog bewerken"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Verplaats E-mails met spam nivo groter dan"
 
 
-#: include/functions.inc:1202
-#, 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 ""
-"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."
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
+msgstr "Selecteer een spam nivo - kleinere waardes zijn gevoeliger"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr "Regels per pagina"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "naar map"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
-msgstr "Filter toepassen"
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Wijs E-mail af indien groter dan"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Afwezigheidsbericht"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "GOsa ontwikkelversie (Revisie %s)"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Geavanceerde E-mail opties"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
-"Kon de reverse zone voor dns zone '%s' niet vinden. Het doornemen van deze "
-"zone is gestopt."
+"Selecteer om alleen binnen het eigen domein E-mail te laten ontvangen en "
+"versturen"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
-msgstr ""
-"Er zijn meer dan een reverse zones voor dns zone '%s' gevonden. Het "
-"doornemen van deze zone is gestopt."
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
+msgstr "De gebruiker mag alleen lokale E-mails versturen en ontvangen"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr ""
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Gebruik een eigen sieve script"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr "Het verwijder proces is geannuleerd door plugin '%s': %s"
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "schakelt alle E-mail opties uit!"
 
 
-#: 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)"
+#: plugins/personal/mail/mail_locals.tpl:35
+#, fuzzy
+msgid "Select department"
+msgstr "Selecteer om afdelingen te zien"
 
 
-#: include/class_pluglist.inc:116
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Gebruikers E-mail instellingen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "Dit account heeft nagios mogelijkheden uitgeschakeld."
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Nagios account verwijderen"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Uw gosa.conf is gedeeltelijk veranderd. Converteer het a.u.b. met het "
-"meegeleverde script fix_config.sh!"
-
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
-msgstr "Onbekend"
+"Dit account heeft Nagios mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: include/class_pluglist.inc:138 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Nagios account aanmaken"
+
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele "
-"wijzigingen ongedaan maken?"
+"Dit account heeft geen Nagios mogelijkheden. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
 
 
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "U staat op het punt de invoer '%s' te kopieren."
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "Het opslaan van het Nagios account is mislukt"
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Plakken"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Het vereiste veld 'NagiosAlias' is leeg."
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "Plakken onmogelijk"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Het vereiste veld 'NagiosMail' is leeg."
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "XML fout in gosa.conf: %s op regel %d"
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+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."
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
-msgstr ""
-"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de "
-"systeembeheerder."
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "Het verwijderen van het Nagios account is mislukt"
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "SID en/of RIDBASE ontbreken in uw configuratie!"
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Nagios instellingen"
 
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
-msgstr ""
-"De LDAP server is traag (%.2fs voor de laatste zoekopdracht). Dit kan "
-"ernstige prestatie verminderingen binnnen uw netwerk tot gevolg hebben."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Nagios account"
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
-"De LDAP server antwoordt zeer traag (%.2fs). Dit kan ernstige prestatie "
-"verminderingen binnnen uw netwerk tot gevolg hebben."
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Bezig met maken van kopie van %s"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Host notificatie periode"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr "Bezig met verwerken"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Service notificatie periode"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Fout bij het ophalen van de bron dn - afgebroken!"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Service notificatie opties"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "Onbekende FAI status %s"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Host notificatie opties"
 
 
-#: include/class_ldap.inc:673
-#, php-format
-msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Service notificatie commando's"
 
 
-#: include/class_ldap.inc:734
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Host notificatie commando's"
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr "bij het bewerken van '%s' op LDAP server '%s'"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Nagios authenticatie"
 
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "bij het bewerken van LDAP server %s"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "systeem informatie bekijken"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
-msgstr ""
-"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te "
-"beginnen met 'dn: ...' op regel %s"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "configuratie informatie bekijken"
 
 
-#: include/class_ldap.inc:1014
-#, 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."
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "systeem commando's activeren"
 
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr ""
-"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. "
-"vanaf regel %s!"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "alle services bekijken"
 
 
-#: html/setup.php:89
-#, php-format
-msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr ""
-"Directory '%s' die opgegeven is als smarty compileer directory is niet "
-"toegankelijk! Controleer of deze directory bestaat en wat de rechten op deze "
-"directory zijn!"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "alle hosts bekijken"
 
 
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
-msgstr ""
-"Fout: getvcard.php heeft een parameter nodig om een vcard te exporteren!"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "alle service commando's activeren"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr "Help verkenner"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "alle host commando's activeren"
 
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
-msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse."
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Netatalk account beheren"
 
 
-#: html/helpviewer.php:265
-#, 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."
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "Dit account heeft Netatalk mogelijkheden uitgeschakeld."
 
 
-#: html/getxls.php:65
-msgid "Birthday"
-msgstr "Geboortedatum"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Netatalk account verwijderen"
 
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Achternaam"
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft Netatalkl mogelijkheden ingeschakeld. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Gebruikerslijst van %s in %s "
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Netatalk account aanmaken"
 
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
-msgstr "Groepsleden"
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Dit account heeft geen Netatalk mogelijkheden. U kunt deze inschakelen door "
+"de knop hieronder te gebruiken."
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Groepen van %s in %s"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr "U moet een te gebruiken share selecteren"
 
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
-msgstr "Computers"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "Het opslaan van het Netatalk account is mislukt"
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Algemene naam"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "Het verwijderen van het Netatalk account is mislukt"
 
 
-#: 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/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Netatalk instellingen"
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Servers van %s in %s"
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Share"
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
-msgstr "Adres thuis"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
+msgstr ""
+"U heeft succesvol uw wachtwoord veranderd. Denkt u eraan dat u alle "
+"programma's die dit wachtwoord gebruiken ook aanpast!"
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "GSM nummer"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr ""
+"Het wachtwoord dat u opgegeven heeft als uw huidige wachtwoord is niet "
+"correct."
 
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
-msgstr "Adres thuis"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan."
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Functie"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr ""
+"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar."
 
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
-msgstr "Adresboek"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "Het nieuw opgegeven wachtwoord is te kort."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Adresboek van %s in %s"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "U heeft geen toestemming om uw wachtwoord te veranderen."
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Algemene naam"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:"
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Geboortedatum"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "Het veranderen van het wachtwoord is niet toegestaan"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "E-mail adres"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "U heeft momenteel geen toestemming om uw wachtwoord te veranderen"
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Afdeling"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Gebruik het veld hieronder om uw persoonlijke wachtwoord te veranderen. De "
+"veranderingen worden direct doorgevoerd. Onthoud het nieuwe wachtwoord a.u."
+"b. aangezien u niet in zult kunnen loggen zonder dit wachtwoord."
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Postcode"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Huidig wachtwoord"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Achternaam"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Wis velden"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Titel"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "verlopen"
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr "Volledig"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
+msgstr "gratie tijd actief"
 
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Gebruikerslijst van %s in %s"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "actief, wachtwoord onveranderbaar"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Computers van %s in %s"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "actief, wachtwoord verlopen"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "De sessie zal niet versleuteld zijn."
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "actief"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "Gebruik een SSL sessie"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Gebruikersgroep"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd."
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "niet geconfigureerd"
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr ""
-"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!"
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Dit account heeft geen Unix mogelijkheden."
 
 
-#: html/index.php:219
-msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
-msgstr ""
-"GOsa kon geen informatie ophalen over geinstalleerde schema bestanden. Zorg "
-"er a.u.b. voor dat dit mogelijk is."
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Verwijder POSIX account"
 
 
-#: html/index.php:227
+#: plugins/personal/posix/class_posixAccount.inc:268
 msgid ""
 msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
-"Uw LDAP installatie bevat oude schema definities. Draai het installatie "
-"programma a.u.b. opnieuw."
+"Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen "
+"moet u eerst het samba / omgevings account verwijderen."
 
 
-#: html/index.php:246 ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Er is geen beheerders account voor GOsa. U zal niets kunnen beheren op dit "
-"moment!"
-
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Geef a.u.b. een geldige gebruikersnaam op!"
-
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Geef a.u.b. uw wachtwoord op!"
+"Dit account heeft POSIX mogelijkheden ingeschakeld. U kunt deze uitschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie."
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "POSIX account aanmaken"
 
 
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
+#: plugins/personal/posix/class_posixAccount.inc:275
+msgid ""
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder."
+"Dit account heeft POSIX mogelijkheden uitgeschakeld. U kunt deze inschakelen "
+"door de knop hieronder te gebruiken."
 
 
-#: html/index.php:339
-msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+#: plugins/personal/posix/class_posixAccount.inc:438
+#, php-format
+msgid "Password can't be changed up to %s days after last change"
 msgstr ""
 msgstr ""
-"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en "
-"herlaad deze pagina voordat u inlogt!"
+"Het wachtwoord kan pas %s dag(en) na de laatste wijziging gewijzigd worden"
 
 
-#: html/getkiosk.php:25
+#: plugins/personal/posix/class_posixAccount.inc:440
 #, php-format
 #, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
-msgstr "Kan '%s' niet openen. Het is mogelijk dat het bestand niet bestaat."
+msgid "Password must be changed after %s days"
+msgstr "Het wachtwoord moet na %s dag(en) gewijzigd worden"
 
 
-#: html/getkiosk.php:30
+#: plugins/personal/posix/class_posixAccount.inc:442
 #, php-format
 #, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Kan bestand '%s' niet openen. Controleer de bestandspermissies a.u.b."
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr ""
+"Blokkeer het account na %s dag(en) inactiviteit nadat het wachtwoord "
+"verlopen is"
 
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Kan niet verbinden met de database server!"
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr "Waarschuw de gebruiker %s dagen voordat het wachtwoord verloopt"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "De opgegeven database kon niet geselecteerd worden!"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "volledige toegang"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "De database zoekopdracht is mislukt"
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "sta toegang op deze computers toe"
 
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
-msgstr ""
-"FATAAL: 'Register globals' is geactiveerd in PHP. GOsa zal niemand laten "
-"inloggen totdat dit opgelost is door een systeembeheerder."
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "Het verwijderen van het UNIX account is mislukt"
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr ""
-"Waarschuwing: Geheugengebruik is te hoog - verhoog a.u.b. de 'memory_limit' "
-"in PHP!"
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Mislukt: Blokkering wordt overschreven"
 
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "Het opslaan van het UNIX account is mislukt"
 
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
-msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord."
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Het vereiste veld 'Persoonlijke map' is leeg."
 
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
-msgstr ""
-"Bij het genereren van deze pagina zijn er fouten geconstateerd bij de W3C "
-"controle!"
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
+msgstr "Geef a.u.b. een geldige map op in het 'Persoonlijke map' veld."
 
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
-msgstr ""
-"Kan niet verbinden met de GLPI database. Er is geen MySQL extensie "
-"beschikbaar. Controleer uw PHP installatie."
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "De opgegeven 'UID' waarde is niet correct."
+
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "De opgegeven 'UID' waarde is te klein."
+
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "De opgegeven 'shadowMin' waarde is niet geldig."
 
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
-msgstr ""
-"Kan niet verbinden met de opgegeven database. Controleer uw GLPI "
-"configuratie a.u.b."
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "De opgegeven 'shadowMax' waarde is niet geldig."
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
-msgstr ""
-"Kan het opgegeven bijlage bestand niet openen. Er is geen invoer met dit ID "
-"beschikbaar."
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "De opgegeven 'shadowWarning' waarde is niet geldig."
 
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
-msgstr "Kan bestand '%s' niet openen."
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "'shadowWarning' zonder 'shadowMax' is niet logisch."
 
 
-#: 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."
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 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."
+"De waarde opgegeven voor 'shadowWarning' moet kleiner zijn dan 'shadowMax'."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+msgstr ""
+"De waarde opgegeven voor 'shadowWarning' moet groter dan 'shadowMin' zijn."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "De waarde opgegeven voor 'shadowInactive' is niet geldig."
 
 
-#: 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"
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
+msgstr "'shadowInactive' zonder 'shadowMax' is niet logisch."
+
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 msgstr ""
 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"
+"De waarde opgegeven voor 'shadowMin' moet kleiner zijn dan 'shadowMax'."
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-#, fuzzy
-msgid "Please use your username and password to log in"
-msgstr "Voer uw <i>gebruikersnaam</i> en <i>wachtwoord</i> in"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Persoonlijke map"
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Directory"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Inloggen"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Primaire groep"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Klik hier om in te loggen"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Forceer UID/GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Er is een sessie conflict gedetecteerd"
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
-msgstr ""
-"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b."
-"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de "
-"gebruikte browser. Gelijktijdig gebruik van verschillende browsers "
-"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de "
-"<b>Uitloggen</b> knop wordt deze sessie afgesloten."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Groep lidmaatschap"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
-msgstr ""
-"Het negeren van dit bericht zal de data die u op dit moment aan het bewerken "
-"bent veranderen/vernietigen, dus sluit a.u.b. enige overige vensters en log "
-"opnieuw in."
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Waarschuwing: NFS ondersteunt niet meer dan 16 groepen!)"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Uitloggen"
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Account"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Welkom bij het GOsa installatie programma!"
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Systeem vertrouwen"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Het ziet er naar uit dat u GOsa voor de eerste keer aanroept - er is geen "
-"configuratie gevonden. Dit script zal proberen u te helpen bij het maken van "
-"een werkende configuratie door drie belangrijke stappen uit te voeren: Eerst "
-"zal de PHP installatie gecontroleerd worden op vereiste modules, dan zal er "
-"gecontroleerd worden op optionele/benodigde programma's en nadat u enige "
-"basis informatie verschaft heeft voor de LDAP verbinding zal de LDAP "
-"installatie gecontroleerd worden."
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Vertrouwensmodus"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "U heeft al een Administratief Account en Groep"
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Unix instellingen"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
-msgstr ""
-"Om volledige administratieve toegang tot GOsa te verkrijgen, dient U een "
-"speciale groep aan te maken die de administratieve gebruiker bevat. Het "
-"installatie programma kan u bij deze taak helpen. Voer hieronder de gewenste "
-"gebruikersnaam en wachtwoord in om de ontbrekende gegevens aan te maken."
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "Posix instellingen"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Hoofdmenu"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Selecteer de toe te voegen groepen"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Help"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Toon groepen van afdeling"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Uitloggen"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Toon overeenkomende groepen"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Aangemeld:"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Toon groepen van gebruiker"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Er is een blokkade conflict gedetecteerd"
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
+msgstr "Het wachtwoord moet bij de eerste aanmelding gewijzigd worden"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:9
-#, fuzzy
-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 'Remove' 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."
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
+msgstr "Wachtwoord verloopt op"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "Installatie vervolg..."
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Selecteer de toe te voegen systemen"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
-msgstr ""
-"Stap twee zoekt naar een collectie hulpprogramma's en controleert of deze "
-"programma's de correcte minimum versies hebben."
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Toon systemen van afdeling"
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "Dit account heeft geen samba extensies."
+
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Samba account verwijderen"
+
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Nu wordt uw LDAP server ingepast en wordt er een initiële configuratie "
-"aangemaakt. Nadat u de server URI hieronder ingevuld heeft wordt er een "
-"snelle controle uitgevoerd of de vereiste LDAP schemas aanwezig zijn. Samba "
-"versies worden automatisch gedetecteerd. Details over hoe uw LDAP structuur "
-"opgebouwd is worden later gevraagd"
+"De samba mogelijkheden zijn ingeschakeld voor dit account. U kunt deze "
+"uitschakelen door de knop hieronder te gebruiken."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-#, fuzzy
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Samba account aanmaken"
+
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Voer a.u.b. de LDAP server URI in om het installatie programma te laten "
-"verbinden met uw LDAP server <i>(Bijvoorbeeld: ldap://uw.server:389).</i>"
+"De samba mogelijkheden zijn uitgeschakeld voor dit account. U kunt deze "
+"inschakelen door de knop hieronder te gebruiken."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
-"De volgende velden definiëren de basis configuratie van GOsa's gedrag en "
-"beïnvloeden diverse eigenschappen in uw hoofd configuratie."
+"De samba mogelijkheden zijn uitgeschakeld voor dit account. Posix "
+"mogelijkheden zijn noodzakelijk voor samba accounts. Schakel deze eerst in."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr ""
-"Geef a.u.b. een omschrijving van de locatie die u hier aan het configureren "
-"bent"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "invoer met notificatie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Naam van de locatie"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "invoer zonder notificatie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"GOsa werkt altijd als een beheerder en verzorgt het toegangsbeheer intern. "
-"Dit is een tijdelijke oplossing totdat directory ACIs volledig "
-"geïmplementeerd zijn in OpenLDAP. Om dit te kunnen laten werken is een "
-"beheerders DN en het bijbehorende wachtwoord nodig."
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "geen invoer met notificatie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "Beheerders DN"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "geen invoer zonder notificatie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Beheerders wachtwoord"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "verbreken"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Sommige LDAP parameters zijn aan te passen en bepalen de locaties waar GOsa "
-"gebruikers en groepen opslaat, evenals de manier waarop gebruikers "
-"aangemaakt worden. Controleer of de waardes hieronder in uw behoeften "
-"voorzien."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "sluiten"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Basis "
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "vanaf elke client"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "OU voor gebruikers opslag"
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "alleen vanaf vorige client"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "DN atribuut voor gebruikers"
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "Het verwijderen van het Samba account is mislukt"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "OU voor groepen opslag"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Profielpad"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "ID basis voor gebruikers/groepen"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "De waarde gespecificeerd als '%s' bevat ongeldige karakters!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Max. verbindingsduur"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Max. verbrekingsduur"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "Max. inactiviteitsduur"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 msgstr ""
-"GOsa ondersteunt diverse encryptie types voor uw wachtwoorden. Normaliter is "
-"dit aanpasbaar via gebruikerssjablonen. Hier kunt u echter een standaard te "
-"gebruiken methode opgeven."
-
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Encryptie algoritme"
+"De timeout optie '%s' is geselecteerd en bevat geen of ongeldige karakters!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"GOsa heeft modulaire ondersteuning voor diverse E-mail methodes. Deze "
-"methodes leveren toegang tot gebruikers mailboxen en algemene afhandeling "
-"voor quota's. U kunt de dummy module kiezen om alle E-mail instellingen "
-"ongewijzigd te laten."
+"Het Windows gebruikersbeheer programma staat slechts acht clients toe. U "
+"heeft er meer dan acht opgegeven."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "E-mail methode"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Waarschuwing: Dit account heeft een ongedefiniëerd Samba SID toegewezen "
+"gekregen. Dit probleem kan niet door GOsa opgelost wordt"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:928
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 msgstr ""
-"Het kan, met name bij Beta versies, voorkomen dat GOsa PHP fouten genereerd. "
-"In sommige gevallen kan het handig zijn om foutrapportage aan te zetten "
-"(maar dit kan een veiligheidsrisico vormen) "
+"Waarschuwing: Kan de primaire groep van de gebruiker niet identificeren - Er "
+"is geen conversie naar een Samba groep mogelijk!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Toon PHP fouten"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
+msgstr "Het opslaan van het Samba account is mislukt"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "ja"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+#, fuzzy
+msgid "Sunday"
+msgstr "dag"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "nee"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+#, fuzzy
+msgid "Monday"
+msgstr "dag"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Controleer"
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+#, fuzzy
+msgid "Tuesday"
+msgstr "dag"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr ""
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+#, fuzzy
+msgid "Thursday"
+msgstr "uren"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+#, fuzzy
+msgid "Friday"
+msgstr "dag"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+#, fuzzy
+msgid "Saturday"
+msgstr "Strategie"
+
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Samba Instellingen"
+
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Samba home"
+
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Inlogscript"
+
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Toegangsopties"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Installatie beëindigd"
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Gebruiker mag zijn wachtwoord vanaf een werkstation wijzigen"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
-msgstr ""
-"De installatie is in principe afgerond. U kunt het resultaat van de LDAP "
-"schema controle hier controleren en de automatisch gegenereerde gosa.conf "
-"hieronder downloaden."
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "Inloggen op Windows werkstation zonder wachtwoord toestaan"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Schema Configuratie"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Schakel het Samba/Windows account tijdelijk uit"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Configuratie bestand"
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Domein"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"Het GOsa installatie programma heeft alle data vergaard die nodig is voor "
-"een initieel configuratiebestand. Bewaar de link hieronder als uw gosa.conf "
-"en plaats dit bestand in /etc/gosa. Verander de configuratie naar behoeven."
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Terminal Server"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Systeem configuratie"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Sta inloggen op de Terminal Server toe"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Controleer dat de webserver het bestand kan lezen (zonder dat andere "
-"gebruikers dit kunnen) nadat u het bestand in de directory /etc/gosa "
-"geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan "
-"deze vereiste te voldoen: "
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Client configuratie voor initieel programma overnemen"
 
 
-#: ihtml/themes/default/islocked.tpl:9
-#, fuzzy
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may want to take over the lock by "
-"pressing the 'Edit anyway' 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 "
-"overnemen door de <i>Alsnog bewerken</i> knop te gebruiken."
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Initiëel programma"
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "GOsa help"
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Werkdirectory"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Index"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Terminal Service timeouts (in minuten)"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr "Kopieren &amp; plakken wizard"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Terminal Service client apparaten"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-#, fuzzy
-msgid "Object to be pasted"
-msgstr "Objectgroepen"
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Verbindt client schijven bij inloggen"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
-msgstr ""
-"Somige waardes moeten uniek zijn binnen de gehele directory, terwijl sommige "
-"combinaties geen zin hebben. GOsa toont de relevante attributen. Bewaar de "
-"waardes hieronder a.u.b. om aan deze vereisten te voldoen."
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Verbindt client printers bij inloggen"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Bewerking afgerond"
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Standaard printer als client printer"
 
 
-#: ihtml/themes/default/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b."
-"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de "
-"gebruikte browser. Gelijktijdig gebruik van verschillende browsers "
-"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de "
-"<b>Uitloggen</b> knop wordt deze sessie afgesloten."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Schaduwen van andere sessie"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Het ziet er naar uit dat u GOsa voor de eerste keer aanroept - er is geen "
-"configuratie gevonden. Dit script zal proberen u te helpen bij het maken van "
-"een werkende configuratie door drie belangrijke stappen uit te voeren: Eerst "
-"zal de PHP installatie gecontroleerd worden op vereiste modules, dan zal er "
-"gecontroleerd worden op optionele/benodigde programma's en nadat u enige "
-"basis informatie verschaft heeft voor de LDAP verbinding zal de LDAP "
-"installatie gecontroleerd worden."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "Bij verbroken verbinding of timeout"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
-"U kunt ook de nieuwe en meer geavanceerde manier gebruiken om uw PHP-"
-"installatie te controleren. Dit zal u informatie geven over welke exacte "
-"functie(s) niet gevonden kunnen worden (functies die wel gevonden konden "
-"worden, zullen niet getoond worden). Dit is nuttig indien u weet wat u doet."
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Herstel sessie indien verbroken"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr "Wissel tonen/verbergen"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Blokkeer het Samba/Windows account"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr "Uw GOsa sessie is verlopen!"
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Stel laatste inlogtijd in op"
 
 
-#: 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 ""
-"Uw laatste interactie met de GOsa webinterface is enige tijd geleden. Uit "
-"veiligheidsoverwegingen is de sessie gesloten. Om door te gaan met "
-"administratieve taken, dient u opnieuw in te loggen."
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Stel laatste uitlogtijd in op"
 
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Opnieuw inloggen"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "Het account verloopt op"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. "
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Samba logon times"
+msgstr "Samba home"
 
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Oud wachtwoord"
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Edit settings..."
+msgstr "E-mail instellingen"
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Nieuw wachtwoord"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Sta alleen verbindingen vanaf deze werkstations toe"
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Nogmaals wachtwoord"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Selecteer de toe te voegen werkstations"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Wachtwoord veranderen"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Toon werkstations van afdeling"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Klik hier om uw wachtwoord te veranderen."
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+#, fuzzy
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Specificeer de mailserver waarop het account opgeslagen wordt"
 
 
-#: 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 ""
-"Het kan, met name bij Beta versies, voorkomen dat GOsa PHP fouten genereert. "
-"In sommige gevallen kan het handig zijn om foutrapportage aan te zetten (dit "
-"kan een veiligheidsrisico vormen) "
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+#, fuzzy
+msgid "Hour"
+msgstr "uur"
 
 #~ msgid "Repository settings"
 #~ msgstr "Verzamelplaats instellingen"
 
 #~ msgid "Repository settings"
 #~ msgstr "Verzamelplaats instellingen"
index 3c831173a41e6a8c61a59ea32b75264410359fcd..9aa5b44a4a6672950863a1cb4b3c770d04295276 100644 (file)
Binary files a/locale/pl/LC_MESSAGES/messages.mo and b/locale/pl/LC_MESSAGES/messages.mo differ
index b276ab0e69df9e96a384e64f0398bab1bd7a0308..423e06e7ace14ef480c69273c64bdfa1507647b8 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: polski\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: polski\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2006-06-08 02:33+0100\n"
 "Last-Translator: Piotr Rybicki <meritus@innervision.pl>\n"
 "Language-Team: Piotr Rybicki <meritus@innervision.pl>\n"
 "PO-Revision-Date: 2006-06-08 02:33+0100\n"
 "Last-Translator: Piotr Rybicki <meritus@innervision.pl>\n"
 "Language-Team: Piotr Rybicki <meritus@innervision.pl>\n"
@@ -30,29 +30,29 @@ msgstr "Dodatki"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Ogólne"
 
 msgid "Generic"
 msgstr "Ogólne"
 
@@ -61,69 +61,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Środowisko"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Środowisko"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Poczta"
 
 msgid "Mail"
 msgstr "Poczta"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr "Netatalk"
 
 msgid "Netatalk"
 msgstr "Netatalk"
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Połączenia"
 
 msgid "Connectivity"
 msgstr "Połączenia"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Fax"
 
 msgid "Fax"
 msgstr "Fax"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Telefon"
 
 msgid "Phone"
 msgstr "Telefon"
 
@@ -149,14 +150,14 @@ msgid "ACL"
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "ACL"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opcje"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Opcje"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 msgid "Parameter"
 msgstr "Parametr"
 
 msgid "Parameter"
 msgstr "Parametr"
 
@@ -171,30 +172,30 @@ msgid "Devices"
 msgstr "Urządzenia"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Urządzenia"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Drukarka"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Drukarka"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Informacja"
 
 msgid "Information"
 msgstr "Informacja"
 
@@ -220,12 +221,12 @@ msgstr "Podsumowanie FAI"
 msgid "OGo"
 msgstr "OGo"
 
 msgid "OGo"
 msgstr "OGo"
 
-#: contrib/gosa.conf:199 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:199 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"
 
@@ -233,12 +234,12 @@ msgstr "Export"
 msgid "Excel Export"
 msgstr "Export do Excela"
 
 msgid "Excel Export"
 msgstr "Export do Excela"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Import"
 
 msgid "Import"
 msgstr "Import"
 
@@ -250,10 +251,10 @@ msgstr "Import z CSV"
 msgid "Partitions"
 msgstr "Partycje"
 
 msgid "Partitions"
 msgstr "Partycje"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 msgid "Script"
 msgstr "Skrypt"
 
 msgid "Script"
 msgstr "Skrypt"
 
@@ -269,8 +270,8 @@ msgstr "Zmienie"
 msgid "Templates"
 msgstr "Szablony"
 
 msgid "Templates"
 msgstr "Szablony"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 msgid "Profiles"
 msgstr "Profile"
 
 msgid "Profiles"
 msgstr "Profile"
 
@@ -318,4793 +319,4864 @@ msgstr "Włoski"
 msgid "Polish"
 msgstr "Polski"
 
 msgid "Polish"
 msgstr "Polski"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Zapisz"
+#: html/get_attachment.php:47
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr ""
+"Nie można połączyć się z bazą glpi, brak wsparcia dla MySQL w ustawieniach "
+"PHP."
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Anuluj"
+#: html/get_attachment.php:55
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr ""
+"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
+"parametry konfiguracji."
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: 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 "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie"
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
+msgstr "Nie można pobrać zadanego załącznika, brak wpisu z tym id."
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Edytuj"
+#: html/get_attachment.php:69
+#, php-format
+msgid "Can't open file '%s'."
+msgstr "Nie można otworzyć pliku '%s'."
 
 
-#: plugins/personal/nagios/main.inc:125
-msgid "Nagios settings"
-msgstr "Ustawienia nagios"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+msgstr "Nie można połączyć się z serwerem baz danych!"
 
 
-#: 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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "To robi coś"
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "Nie można wybrać bazy danych!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-msgid "This account has no nagios extensions."
-msgstr "To konto nie posiada rozszerzenia nagios"
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "Zapytanie do bazy danych nieudane"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-msgid "Remove nagios account"
-msgstr "Usuń konto nagios"
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
+msgstr "Nie można otworzyć pliku '%s', prawdopodobnie plik nie istnieje."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"To konto posiada rozszerzenia rozszerzenia nagios. Można je wyłączyć "
-"klikając poniżej."
+#: html/getkiosk.php:30
+#, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "Nie można czytać pliku '%s', proszę sprawdzić uprawnienia."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid "Create nagios account"
-msgstr "Utwórz konto nagios"
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
+msgstr "Błąd: getcvard.php wymaga parametru do eksportu wizytówki!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"To konto nie posiada rozszerzenia nagios. Można je włączyć klikając poniżej"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr "Urodziny"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-msgid "Saving nagios account failed"
-msgstr "Zapisywanie konta Nagios nieudane"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Płeć"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Wymagane pole 'NagiosAlias' nie jest wypełnione"
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
+msgid "Surname"
+msgstr "Nazwisko"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Wymagane pole 'NagiosMail' nie jest wypełnione"
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Imię"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr "Proszę podać poprawny adres email w polu 'NagiosMail'"
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Język"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
-msgid "Removing nagios account failed"
-msgstr "Usuwanie konta Nagios nieudane"
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Użytkownicy"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
-msgid "Nagios Account"
-msgstr "Konto Nagios"
+#: html/getxls.php:74
+#, php-format
+msgid "User list of %s on %s"
+msgstr "Lista użytkowników %s na %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
-msgid "Alias"
-msgstr "Alias"
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Identyfikator użytkownika"
 
 
-#: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
-msgid "Mail address"
-msgstr "Adres email"
+#: html/getxls.php:94 html/getxls.php:227
+msgid "Members"
+msgstr "Członkowie"
 
 
-#: plugins/personal/nagios/nagios.tpl:17
-msgid "Host notification period"
-msgstr "Okres powiadamiania o hoście"
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Grupy"
 
 
-#: plugins/personal/nagios/nagios.tpl:25
-msgid "Service notification period"
-msgstr "Okres powiadamiania o usłudze"
+#: html/getxls.php:104 html/getxls.php:295
+#, php-format
+msgid "Groups of %s on %s"
+msgstr "Grupy %s na %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-msgid "Service notification options"
-msgstr "Opcje powiadamiania o usłudze"
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Opis"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
-msgid "Host notification options"
-msgstr "Opcje powiadamiania o hoście"
+#: html/getxls.php:124 html/getxls.php:246
+msgid "Computers"
+msgstr "Komputery"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
-#: 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"
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
+msgid "Common name"
+msgstr "Nazwa potoczna"
 
 
-#: plugins/personal/nagios/nagios.tpl:53
-msgid "Service notification commands"
-msgstr "Polecenia powiadamiania o usłudze"
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Nazwa serwera"
 
 
-#: plugins/personal/nagios/nagios.tpl:57
-msgid "Host notification commands"
-msgstr "Polecenia powiadamiania o hoście"
+#: 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 "Serwery"
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-msgid "Nagios authentification"
-msgstr "Autentykacja Nagios"
+#: html/getxls.php:156 html/getxls.php:314
+#, php-format
+msgid "Servers of %s on %s"
+msgstr "Serwery %s na %s"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-msgid "view system informations"
-msgstr "pokaż informacje o systemie"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Wyświetl nazwę"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
-msgid "view configuration information"
-msgstr "Pokaż konfigurację"
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Imię"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr "przełącz polecenia systemu"
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Telefon domowy"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
-msgid "view all services"
-msgstr "pokaż wszystkie usługi"
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr "Adres domowy"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr "pokaż wszystkie hosty"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Inicjały"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr "przełącz wszystkie polecenia usługi"
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Lokalizacja"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr "przełącz wszystkie polecenia hosta"
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
+#: plugins/personal/nagios/nagios.tpl:12
+msgid "Mail address"
+msgstr "Adres email"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Wybierz adresy do dodania"
+#: html/getxls.php:174
+msgid "Mobile phone"
+msgstr "Telefon komórkowy"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Filtry"
-
-#: plugins/personal/mail/mail_locals.tpl:35
-#, fuzzy
-msgid "Select department"
-msgstr "Wybierz aby zobaczyć departamenty"
-
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Wybierz departament na którym wyszukiwanie będzie bazować"
-
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Wyrażenie regularne dla dopasowania adresów"
-
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Wyświetl adresy użytkowników"
-
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Nazwa użytkownika którego adresy są pokazane"
-
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Dodaj"
-
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Adres podstawowy"
-
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Serwer"
-
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Wybierz serwer poczty który będzie przechowywał skrzynkę użytkownika"
-
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Użycie Quoty"
-
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "nie zdefiniowane"
-
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Rozmiar Quoty"
-
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-msgid "Alternative addresses"
-msgstr "Adresy alternatywne"
-
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Lista alternatywnych adresów pocztowych"
-
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Usuń"
-
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Opcje poczty"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr "Zaznacz jeśli chcesz przekazywać pocztę bez zachowania kopii"
-
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Nie dostarczaj do własnej skrzynki"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid ""
-"Select to automatically response with the vacation message defined below"
-msgstr "Zaznacz aby automatycznie wysyłać autoodpowiedź zdefiniowaną poniżej"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Włącz autoresponder"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Zaznacz jeśli chcesz filtrować wiadomości przez spamassasin"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Przenieś pocztę oznakowaną poziomem spamu większym niż"
-
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
-msgstr "Wybierz poziom spamu - mniejsze wartości są bardziej czułe"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "do folferu"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Odrzuć pocztę większą niż"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "MB"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Treść autorespondera"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Przekaż wiadomości do"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Dodaj lokalne"
-
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Zaawansowane opcje poczty"
-
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
-msgstr ""
-"Wybierz jeśli użytkownik może odbierać i wysyłać w obrębie własnej domeny"
-
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr "Użytkownik może tylko wysyłać i odbierać lokalną pocztę"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Użyj własnego skryptu SIEVE"
-
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "Wyłącza wszystkie opcje poczty!"
-
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
-msgid "Mail settings"
-msgstr "Ustawienia pocztowe"
-
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Ustawienia poczty użytkownika"
-
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "Nie ma takiego trybu poczty '%s' podanego w Twoim pliku gosa.conf."
-
-#: plugins/personal/mail/class_mailAccount.inc:212
-msgid "No DESC tag in vacation file:"
-msgstr "Brak znacznika DESC w pliku autorespondera"
-
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "To konto nie posiada rozszerzeń pocztowych"
-
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "Usuń konto pocztowe"
-
-#: plugins/personal/mail/class_mailAccount.inc:268
-msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
-msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"To konto posiada rozszerzenia poczty. Można je wyłączyć klikając poniżej."
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "Stwórz konto pocztowe"
-
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
-msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"To konto nie posiada rozszerzenia poczty. Można je włączyć klikając poniżej."
-
-#: plugins/personal/mail/class_mailAccount.inc:324
-msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
-msgstr "Próbujesz dodać błędny adres email do listy przekazywanych."
-
-#: plugins/personal/mail/class_mailAccount.inc:330
-#: plugins/admin/groups/class_groupMail.inc:414
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr "Dodawanie swojego własnego adresu do przekierowanych nie ma sensu."
-
-#: plugins/personal/mail/class_mailAccount.inc:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
-msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
-msgstr ""
-"Próbujesz dodać nieprawidłowy adres email do listy adresów alternatywnych."
-
-#: plugins/personal/mail/class_mailAccount.inc:383
-#: plugins/admin/groups/class_groupMail.inc:447
-msgid "The address you're trying to add is already used by user"
-msgstr "Adres który próbujesz dodać jest już używany"
-
-#: plugins/personal/mail/class_mailAccount.inc:670
-msgid "Removing mail account failed"
-msgstr "Usuwanie konta pocztowego nieudane"
-
-#: plugins/personal/mail/class_mailAccount.inc:799
-msgid "Saving mail account failed"
-msgstr "Zapisywanie konta pocztowego nieudane"
-
-#: plugins/personal/mail/class_mailAccount.inc:851
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-"Brak poprawnego serwera pocztowego, proszę go dodać w ustawieniach systemu."
-
-#: plugins/personal/mail/class_mailAccount.inc:856
-#: plugins/admin/groups/class_groupMail.inc:845
-msgid "The required field 'Primary address' is not set."
-msgstr "Wymaganie pole 'Podstawowy adres' jest puste."
-
-#: plugins/personal/mail/class_mailAccount.inc:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr "Proszę podać prawidłowy adres email w polu 'Podstawowy adres'"
-
-#: plugins/personal/mail/class_mailAccount.inc:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-msgid "The primary address you've entered is already in use."
-msgstr "Podstawowy adres który podano jest już w użyciu."
-
-#: plugins/personal/mail/class_mailAccount.inc:876
-#: plugins/admin/groups/class_groupMail.inc:860
-msgid "Value in 'Quota size' is not valid."
-msgstr "Wartość 'Rozmiar Quota' jest nieprawidłowa"
-
-#: plugins/personal/mail/class_mailAccount.inc:885
-#: plugins/admin/groups/class_groupMail.inc:869
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Proszę podać prawidłowy rozmiar poczty która ma być odrzucana."
-
-#: plugins/personal/mail/class_mailAccount.inc:895
-#: plugins/admin/groups/class_groupMail.inc:877
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Należy ustawić maksymalny rozmiar poczty aby odrzucać cokolwiek."
-
-#: plugins/personal/mail/class_mailAccount.inc:899
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr "Podano parametry Spamu, ale nie wybrano folderu."
-
-#: plugins/personal/mail/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
-msgstr "Oczekiwanie aż kolab usunie właściwości poczty."
-
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
-msgstr ""
-"Proszę najpierw usunąć konto pocztowe, aby umożliwić kolab usuwanie swoimi "
-"metodami."
-
-#: plugins/personal/password/password.tpl:2
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
-msgstr ""
-"Aby zmienić własne hasło, proszę użyć formularza poniżej. Zmiany są "
-"wprowadzane do systemu natychmiast. Proszę zapamiętać nowe hasło, gdyż bez "
-"niego logowanie będzie niemożliwe."
-
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
-msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
-msgstr ""
-"Zmiana hasła jest powiązana z autentykacją do usług poczty, proxy, samba, "
-"oraz unix."
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Obecne hasło"
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Nowe hasło"
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Powtórz nowe hasło"
-
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Ustaw hasło"
-
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Wyczyść pola"
-
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
-msgstr ""
-"Pomyślnie zmieniono hasło. Proszę pamiętać aby zmienić również ustawienia w "
-"programach skonfigurowanych do używania tego hasła."
-
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Wróć"
-
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
-#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
-#: ihtml/themes/altlinux/setup_useradmin.tpl:30
-#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
-#: ihtml/themes/default/setup_useradmin.tpl:30
-msgid "Password"
-msgstr "Hasło"
-
-#: plugins/personal/password/nochange.tpl:2
-msgid "Password change not allowed"
-msgstr "Brak uprawnień do zmiay hasła"
-
-#: plugins/personal/password/nochange.tpl:6
-msgid "You are not allowed to change your password at this time"
-msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie"
-
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr "Hasło które podano jako obecne nie zgadza się z prawdziwym hasłem."
-
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Proszę podać obecne hasło aby kontynuować."
-
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
-msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
-msgstr "Podane hasła 'Nowe hasło' oraz 'Powtórz nowe hasło' nie są itentyczne."
-
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr "Hasło które podano jako 'Nowe hasło' jest puste."
-
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego."
-
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "Hasło podane jako nowe jest za krótkie."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "Brak uprawnień do zmiany własnego hasła"
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:"
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Zmień hasło"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Katalog domowy"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Shell"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Grupa podstawowa"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Status"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Wymuś UID/GID"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Miasto"
 
 
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
+#: html/getxls.php:174 html/getxls.php:236
+msgid "Postal address"
+msgstr "Adres pocztowy"
 
 
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:217
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
+msgid "Pager"
+msgstr "Pager"
 
 
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Przynależność do grup"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
+msgid "Phone number"
+msgstr "Numer telefonu"
 
 
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr "(Uwaga: NFS nie wspiera więcej niż 16 grup!)"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Adres"
 
 
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Konto"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Kod pocztowy"
 
 
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Zaufanie systemowe"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Stan"
 
 
-#: plugins/personal/posix/generic.tpl:92
-msgid "Trust mode"
-msgstr "Tryb zaufania"
+#: html/getxls.php:174
+msgid "Function"
+msgstr "Funkcja"
 
 
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
-msgstr "Wybierz grupy do dodania"
+#: html/getxls.php:177 html/getxls.php:247
+msgid "Adressbook"
+msgstr "Książka adresowa"
 
 
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
-msgstr "Wyświetl grupy departamentu"
+#: html/getxls.php:184 html/getxls.php:349
+#, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Książka adresowa %s na %s"
 
 
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr "Ignoruj poddrzewa"
+#: html/getxls.php:190
+msgid "Common Name"
+msgstr "Zwykła nazwa"
 
 
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Wyświetl grupy pasujące"
+#: html/getxls.php:224
+msgid "Day of birth"
+msgstr "Data urodzenia"
 
 
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Wyrażenie regularne dla dopasowania nazw grup"
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Wyświetl grupy użytkownika"
+#: html/getxls.php:236
+msgid "Email address"
+msgstr "Adres email"
 
 
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Nazwa użytkownika którego grupy są pokazane"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "Komórka"
 
 
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr "Użytkownik musi zmienić hasło przy pierwszym logowaniu"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Organizacja"
 
 
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "Hasło wygasa"
+#: html/getxls.php:236
+msgid "Organizational unit"
+msgstr "Jednostka organizacyjna"
 
 
-#: plugins/personal/posix/paste_generic.tpl:1
-msgid "Posix settings"
-msgstr "Ustawienia Posix"
+#: html/getxls.php:236
+msgid "Postal Code"
+msgstr "Kod Pocztowy"
 
 
-#: plugins/personal/posix/trust_machines.tpl:6
-msgid "Select systems to add"
-msgstr "Wybierz systemy do dodania"
+#: html/getxls.php:236
+msgid "Surename"
+msgstr "Nazwisko"
 
 
-#: plugins/personal/posix/trust_machines.tpl:26
-msgid "Display systems of department"
-msgstr "Wyświetl systemy departamentu"
+#: html/getxls.php:236
+msgid "Title"
+msgstr "Tytuł"
 
 
-#: plugins/personal/posix/trust_machines.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Wyświetl systemy pasujące"
+#: html/getxls.php:239
+msgid "Full"
+msgstr "Pełne"
 
 
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Ustawienia Unix"
+#: html/getxls.php:276
+#, php-format
+msgid "User List of %s on %s"
+msgstr "Lista użytkowników %s na %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "UNIX"
+#: html/getxls.php:330
+#, php-format
+msgid "Computers of %s on %s"
+msgstr "Komputery %s na %s"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:130
-msgid "expired"
-msgstr "wygasło"
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr "Wyszukiwarka pomocy"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
-msgstr "Czas prolongaty aktywny"
+#: html/helpviewer.php:118
+msgid "There is no helpfile specified for this class"
+msgstr "Pomoc nie jest dostępna dla tej klasy."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:135
-msgid "active, password not changable"
-msgstr "aktywne, hasło niezmienialne"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr "poprzednie"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:137
-msgid "active, password expired"
-msgstr "aktywne, hasło wygasło"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+msgid "next"
+msgstr "następne"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:139
-msgid "active"
-msgstr "Aktywne"
+#: html/helpviewer.php:265
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
+"Katalog pomocy '%s' nie jest osiągalny, nie można czytać żadnych plików "
+"pomocy."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Grupa użytkownika"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Ostrzeżenie"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "nieskonfigurowane"
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "Sesja nie będzie szyfrowana."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "automatyczne"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Sprowadź sesję SSL"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "To konto nie posiada rozszerzeń unix"
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "Usuń konto posixowe"
+#: html/index.php:138
+#, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
+msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!"
+
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
+msgstr ""
+"Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:273
+#: html/index.php:223
 msgid ""
 msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć "
-"konto Samba/Środowisko."
+"GOsa nie może uzyskać informacji o zainstalowanych plikach schema. Proszę "
+"skorygować."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:276
+#: html/index.php:231
 msgid ""
 msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
+"Your ldap setup contains old schema definitions. Please re-run the setup."
 msgstr ""
 msgstr ""
-"To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej."
+"Ustawienia serwera LDAP zawierają stare definicje schema. Proszę uruchomić "
+"setup."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "Utwórz konto posixowe"
+#: html/index.php:250 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 "Brak konta administracyjnego dla GOsa, nie można niczym administrować!"
+
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Proszę podać prawidłową nazwę użytkownika!"
+
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Proszę podać prawidłowe hasło!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:280
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Proszę sprawdzić kombinację login/hasło."
+
+#: html/index.php:291
+msgid "Account locked. Please contact your system administrator."
+msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu."
+
+#: html/index.php:343
 msgid ""
 msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
 msgstr ""
 msgstr ""
-"To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej."
-
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr "Hasło nie może być zmienione do %s dni po ostatniej zmianie"
+"Twoja przeglądarka ma wyłączone cookies. Proszę włączyć cookies i "
+"przeładować stronę przed logowaniem!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "Hasło musi zostać zmienione po %s dniach"
+#: html/main.php:164
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
+msgstr ""
+"BŁĄD: Register globals jest włączone. GOsa odmówi logowania do momentu "
+"poprawienia tego parametru przez administratora."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr "Wyłącz konto po %s dniach nieaktywności po wygaśnięciu hasła"
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr ""
+"Ostrzeżenie: zaczyna brakować pamięci - proszę zwiększyć parametry "
+"memory_limit!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:449
+#: html/main.php:349
 #, php-format
 #, php-format
-msgid "Warn user %s days before password expiery"
-msgstr "Ostrzeż użytkownika na %s dni przed wygaśnięciem hasła"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Styczeń"
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Luty"
+#: html/main.php:364
+msgid "Your password is about to expire, please change your password"
+msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "Marzec"
+#: html/main.php:388
+msgid ""
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
+msgstr ""
+"Tworzenie tej strony spowodowało wystąpienie błędów przy sprawdzaniu "
+"zgodności z W3C!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "Kwiecień"
+#: html/main.php:388 include/php_setup.inc:71
+msgid "Toggle information"
+msgstr "Przełącz informacje"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Maj"
+#: html/setup.php:89
+#, php-format
+msgid ""
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr ""
+"Katalog '%s' podany jako katalog kompilacji smarty nie jest osiągalny, "
+"proszę sprawdzić katalog i uprawnienia!"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Czerwiec"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Wykryto konflikt sesji"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Lipiec"
+#: ihtml/themes/altlinux/conflict.tpl:6
+#, fuzzy
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
+msgstr ""
+"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku "
+"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. "
+"Użycie różnych przeglądarek (np. IP i Mozilla) jest możliwe. Naciśnięcie "
+"<b>Wyloguj</b> zamknie tą sesję."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "Sierpień"
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+msgid ""
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
+msgstr ""
+"Ignorując ten komunikat zmienisz/usuniesz dane które obecnie edytujesz. "
+"Proszę zamknąć wiele okien i zalogować się ponownie."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "Wrzesień"
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Wyloguj"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Październik"
+#: 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/class_pluglist.inc:138
+msgid ""
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
+msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "Listopad"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Główne"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "Grudzień"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "Pomoc"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "wyłączone"
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Wyloguj"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "pełen dostęp"
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Zalogowano:"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "zezwól na dostęp do tych hostów"
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Wykryto konflikt blokady"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:611
-msgid "Removing UNIX account failed"
-msgstr "Usuwanie konta UNIX nieudane"
+#: ihtml/themes/altlinux/islocked.tpl:9
+#, fuzzy
+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 'Remove' button."
+msgstr ""
+"Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła "
+"okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając "
+"<i>Usuń</i>."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Niepowodzenie: nadpisuję blokadę"
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
+msgstr "Usuń"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:849
-msgid "Saving UNIX account failed"
-msgstr "Zapisywanie konta UNIX nieudane"
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Anuluj"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Wymagane pole 'Katalog domowy' nie jest ustawione."
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+#, fuzzy
+msgid "Please use your username and password to log in"
+msgstr "Proszę użyć swojego <i>loginu</i> i <i>hasła</i> aby się zalogować"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr "Proszę podać prawidłową ścieżkę w polu 'Katalog domowy'."
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Nazwa użytkownika"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "Wartość podana jako 'UID' jest nieprawidłowa."
+#: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
+#: ihtml/themes/altlinux/setup_useradmin.tpl:30
+#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
+#: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
+msgid "Password"
+msgstr "Hasło"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "Wartość podana jako 'UID' jest za mała."
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Katalog"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "Wartość podana jako 'GID' jest nieprawidłowa."
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Zaloguj"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "Wartość podana jako 'GID' jest za mała."
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Kliknij tutaj aby się zalogować"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "Wartość podana jako 'shadowMin' jest nieprawidłowa."
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Filtry"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "Wartość podana jako 'shadowMax' jest nieprawidłowa."
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Setup zakończony"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "Wartość podana jako 'shadowWarning' jest nieprawidłowa."
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
+"Instalacja zakończona. Można sprawdzić rezultat sprawdzania schematów i "
+"pobrać automatycznie wygenerowany plik gosa.conf poniżej."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "'shadowWarning' bez 'shadowMax' nie ma sensu."
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
+msgid "Schema Configuration"
+msgstr "Konfiguracja schematów"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"Wartość podana jako 'shadowWarning' powinna być mniejsza niż 'shadowMax'."
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
+msgid "Configuration File"
+msgstr "Plik konfiguracyjny"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
 msgstr ""
 msgstr ""
-"Wartość podana jako 'shadowWarning' powinna być większa niż 'shadowMin'."
+"Instalacja GOsa zebrała wszystkie dane potrzebne do stworzenia pliku "
+"konfiguracyjnego. Zapisz link poniżej jako gosa.conf i umieść go w /etc/"
+"gosa. Zmieniaj plik wedle potrzeby."
 
 
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "Wartość podana jako ;shadowInactive' jest nieprawidłowa."
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
+msgid "Download configuration"
+msgstr "Konfiguracja pobierania"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr "'shadowInactive' bez 'shadowMax' nie ma sensu."
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
+msgstr ""
+"Po umieszczeniu pliku w /etc/gosa upewnij się, że serwer www ma uprawnienia "
+"do jego odczytu, podczas gdy inni użytkownicy nie mają. Aby uzyskać takie "
+"uprawnienia, można wykonać te polecenia:"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'."
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Wróć"
 
 
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID"
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Ponawia"
 
 
-#: plugins/personal/netatalk/netatalk.tpl:4
-msgid "Share"
-msgstr "Udział"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Witaj w instalacji GOsa!"
 
 
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr "Ścieżka"
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
+msgid ""
+"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."
+msgstr ""
+"Wygląda na to, że uruchamiasz GOsa po raz pierwszy - nie wykryto "
+"konfiguracji. Ten skrypt instalacji będzie wspomagał w utworzeniu gotowej "
+"konfiguracji wykonując trzy podstawowe kroki: najpierw sprawdzimy czy w PHP "
+"są wymagane moduły, potem sprawdzimy czy wymagane/opcjonalne programy są "
+"zainstalowane, oraz po podaniu podstawowych informacji do połączenia z "
+"serwerem LDAP, sprawdzimy instalację LDAP."
 
 
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Zakończ"
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Kontynuuj"
 
 
-#: plugins/personal/netatalk/main.inc:121
-msgid "Netatalk settings"
-msgstr "Ustawienia Netatalk"
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Ustawienia trwają..."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:37
-msgid "Manage netatalk account"
-msgstr "Zarządzaj kontem Netatalk"
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
+msgstr ""
+"Krok drugi szuka programó pomocniczych i sprawdza czy są w minimalnej "
+"wymaganej wersji."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:178
-msgid "This account has no netatalk extensions."
-msgstr "To konto nie posiada rozszerzeń Netatalk"
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
+msgid ""
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
+msgstr ""
+"Teraz dodamy serwer LDAP oraz utworzymy wyjściową konfigurację. Po podaniu "
+"URI serwera poniżej, wykonane zostanie szybkie sprawdzenie czy wymagane "
+"schematy LDAP są na miejscu. Wersje Samba są automatycznie wykryte przez "
+"zainstalowane klasy obiektów. Szczegóły dotyczące organizacji drzewa LDAP "
+"zostaną skonfigurowane później."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:187
-msgid "Remove netatalk account"
-msgstr "Usuń konto Netatalk"
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
+#, fuzzy
+msgid ""
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
+msgstr ""
+"Proszę podać URI serwera, aby umożliwić instalatorowi połączenie z serwerem "
+"LDAP <i>(Np. ldap://test.serwer:389).</i>"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:188
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
 msgid ""
 msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 msgstr ""
-"To konto ma włączone cechu Netatalk. Można je wyłączyć klikając poniżej."
+"Poniższe pola pozwalają na podstawową konfigurację zachowania GOsa i "
+"wpływają na różne właściwości w głównej konfiguracji."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-msgid "Create netatalk account"
-msgstr "Utwórz konto Netatalk"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Proszę podać opis dla lokacji tutaj konfigurowanej"
+
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Nazwa lokalizacji"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:200
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
 msgid ""
 msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
 msgstr ""
 msgstr ""
-"To konto ma wyłączone cechy Netatalk. Można je włączyć klikając poniżej."
+"GOsa zawsze zachowuje się jak admin i zarządza uprawnieniami wewnętrznie. "
+"Jest to obejście dopóki ACL w katalogu OpenLDAP zostaną w pełni "
+"zaimplementowane. Trzeba podać administracyjne DN i odpowiednie hasło."
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr "Trzeba wybrać udział do użycia."
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "DN Administratora"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:291
-msgid "Saving Netatalk account failed"
-msgstr "Zapisywanie konta Netatalk nieudane"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Hasło Administratora"
 
 
-#: plugins/personal/netatalk/class_netatalk.inc:351
-msgid "Removing Netatalk account failed"
-msgstr "Usuwanie konta Netatalk nieudane"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
+msgstr ""
+"Pewne podstawowe parametry LDAP są zmienialne i wpływają na lokalizacje "
+"gdzie GOsa zapisuje użytkowników i grupy razem ze sposobem w jaki konta są "
+"tworzone. Sprawdź wartości poniżej i dostosuj do wymagań."
 
 
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Katalog domowy Samba"
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
+msgid "Base "
+msgstr "Baza"
 
 
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Ścieżka do skryptu"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Prosze wyszczególnić długość pamięci."
 
 
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Ścieżka do profilu"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "Ten 'dn' nie jest aplikacją."
 
 
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Opcje dostępu"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "Proszę wybrać grupę obiektów"
 
 
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr "Zezwól użytkownikowi na zmianę hasła z klienta"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "Podstawowe ID dla użytkowników/grup"
+
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
+"GOsa wspiera kilka typów szyfrowania hasła. Typy można ustawić przez "
+"szablony użytkownika, oraz można też ustawić typ domyślny tutaj."
 
 
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr "Logowanie z klienta windows nie wymaga hasła"
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
+msgstr "Algorytm szyfrowania"
 
 
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Tymczasowo wyłącz konto samba"
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
+msgstr ""
+"GOsa posiada modularne wsparcie dla kilku metod pocztowych. Te metody "
+"zapewniają interfejsy dla kont użytkowników oraz quota. Można wybrać "
+"sztuczny dodatek, aby pozostawić ustawienia poczty nietknięte."
 
 
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Domena"
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
+msgid "Mail method"
+msgstr "Typ pocztowy"
 
 
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Terminal Server"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "wyłączone"
 
 
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Zezwól na logowanie do serwera terminali"
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
+"GOsa może powodować błędu interpretera PHP, szczególnie w wersji Beta. I "
+"niektórych przypadkach może okazać się pomocne włączenie error reporting "
+"(Ale może też być ryzykowne dla bezpieczeństwa)."
 
 
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Odziedzicz konfigurację klienta"
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
+msgid "Display PHP errors"
+msgstr "Wyświetlaj błędy PHP"
 
 
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Program pierwotny"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+msgid "true"
+msgstr "prawda"
 
 
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Katalog roboczy"
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
+msgid "false"
+msgstr "fałsz"
 
 
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Ustawienia Timeoutu (w minutach)"
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Sprawdź"
 
 
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Połączenie"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
+msgstr "Konto administracyjne oraz grupa już istnieją"
 
 
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Rozłączenie"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
+msgstr ""
+"Aby zapewnić pełny dostęp administracyjny do GOsa, należy utworzyć specjalną "
+"grupę która zawiera użytkownika administracyjnego. Program instalacyjny może "
+"pomóc w tym zadaniu. Wprowadź poniżej wybraną nazwę użytkownika i hasło aby "
+"utworzyć brakujące elementy."
 
 
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "BEZCZYNNY"
+#: 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 ""
+"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu "
+"obciążeniu serwera LDAP. Najprostrzym sposobem działania na dużych bazach "
+"bez opóźnień jest ograniczanie wyszukiwań do mniejszej ilości wyników oraz "
+"użycie filtrów dla otrzymania poszukiwanych elementów."
 
 
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Urządzenia klienta"
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Proszę wybrać sposób reakcji dla tej sesji"
 
 
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Podłącz dyski klienta przy logowaniu"
+#: 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 "Ignoruj ten błąd i pokaż wszystkie elementy które zwraca serwer LDAP"
 
 
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Podłącz drukarki klienta przy logowaniu"
+#: 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 ""
+"ignoruj ten błąd i pokaż wszystkie elementy które zmieszczą się w "
+"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów"
 
 
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Ustaw główną drukarkę klienta jako domyślną"
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Ustaw"
 
 
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Różne"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło"
 
 
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Shadowing"
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
+msgid "Old Password"
+msgstr "Stare hasło"
 
 
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "Przy rozłączeniu lub timeoucie"
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
+msgid "New Password"
+msgstr "Nowe hasło"
 
 
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "Połącz jeśli rozłączono"
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
+msgid "Verify Password"
+msgstr "Hasło ponownie"
 
 
-#: plugins/personal/samba/samba3.tpl:264
-msgid "Lock samba account"
-msgstr "Zablokuj konto samba"
+#: ihtml/themes/default/accountexpired.tpl:51
+msgid "Change Password"
+msgstr "Zmień hasło"
 
 
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr "Ogranicz czas logowania"
+#: ihtml/themes/default/accountexpired.tpl:52
+msgid "Click here to Change your password"
+msgstr "Brak uprawnień do zmiany własnego hasła"
 
 
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr "Ogranicz czas wylogowania"
+#: ihtml/themes/default/conflict.tpl:6
+#, fuzzy
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
+msgstr ""
+"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku "
+"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. "
+"Użycie różnych przeglądarek (np. IP i Mozilla) jest możliwe. Naciśnięcie "
+"<b>Wyloguj</b> zamknie tą sesję."
 
 
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr "Konto wygasa po"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
+msgstr "Kreator Copy &amp; paste"
 
 
-#: plugins/personal/samba/samba3.tpl:320
+#: ihtml/themes/default/copyPasteDialog.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Samba logon times"
-msgstr "Katalog domowy Samba"
+msgid "Object to be pasted"
+msgstr "Grupy obiektów"
 
 
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Edit settings..."
-msgstr "Ustawienia pocztowe"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
+"Niektóre wartości muszą być unikalne w całym katalogu, podczas gdy niektóre "
+"kombinacje nie mają sensu. GOsa pokazuje dotyczące atrybuty. Proszę poprawić "
+"wartości poniżej aby utrzymać zgodność z regułami."
+
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Zapisz"
 
 
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Zezwól na połączenia tylko z tych stacji"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+msgid "Operation complete"
+msgstr "Operacja zakończona"
 
 
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Ustawienia Samba"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Zakończ"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Wybierz stacje robocze do dodania"
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr "Podgląd pomocy GOsa"
 
 
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Wyświetl stacje robocze departamentu"
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
+msgstr "Indeks"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "To konto nie posiada rozszerzeń samba"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Szukaj"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Usuń konto samba"
+#: ihtml/themes/default/islocked.tpl:9
+#, fuzzy
+msgid ""
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may want to take over the lock by "
+"pressing the 'Edit anyway' button."
+msgstr ""
+"Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła "
+"okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając "
+"<i>Edytuj</i>."
+
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
+msgstr "Twoja sesja w GOsa wygasła!"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:224
+#: ihtml/themes/default/logout.tpl:7
 msgid ""
 msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
+"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 ""
-"To konto posiada rozszerzenia samba. Można je wyłączyć klikając poniżej."
+"Ostatnia interakcja z interfejsem GOsa była już jakiś czas temu. Z powodów "
+"bezpieczeństwa sesja została zamknięta. Aby kontynuować proszę zalogować się "
+"ponownie."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Stwórz konto samba"
+#: ihtml/themes/default/logout.tpl:10
+msgid "Sign in again"
+msgstr "Zaloguj się ponownie"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:235
+#: ihtml/themes/default/setup_introduction.tpl:4
 msgid ""
 msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
+"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."
 msgstr ""
 msgstr ""
-"To konto nie posiada rozszerzenia samba. Można he włączyć klikając poniżej."
+"Wygląda na to, że uruchamiasz GOsa po raz pierwszy - nie wykryto "
+"konfiguracji. Ten skrypt instalacji będzie wspomagał w utworzeniu gotowej "
+"konfiguracji wykonując trzy podstawowe kroki: najpierw sprawdzimy czy w PHP "
+"są wymagane moduły, potem sprawdzimy czy wymagane/opcjonalne programy są "
+"zainstalowane, oraz po podaniu podstawowych informacji do połączenia z "
+"serwerem LDAP, sprawdzimy instalację LDAP."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:238
+#: ihtml/themes/default/setup_introduction.tpl:17
 msgid ""
 msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 msgstr ""
-"To konto nie posiada rozszerzenia samba. Wymagane są rozszerzenia posix, "
-"które należy włączyć wcześniej."
+"Można również użyć nowej, zaawansowanej metody inspekcji instalacji PHP. "
+"Zapewni ona informacje o funkcji której nie znaleziono (funkcje znalezione "
+"nie są wymieniane). Przydatne jeśli się wie co się robi."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "input tak, notify tak"
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr "Przełącz Pokaż/Ukryj"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "input tak, notify nie"
+#: 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 ""
+"GOsa może powodować błędy interpretera PHP, szczególnie w przypadku wersji "
+"Beta. W niektórych przypadkach będzie pomocne włączenie wyświetlania błędów."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "input nie, notify tak"
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
+msgstr "Nie można otworzyć podanego pliku. Sprawdź istnienie i uprawnienia"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "input nie, notify nie"
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr "Nie można czytać certyfkatu / lub podano pusty ciąg znaków"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "rozłącz"
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
+"Nie można załadować certyfikatu, prawdopodobnie niewspierany format (użyj "
+"PEM/DER)"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "resetuj"
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
+msgstr "Format musi być PEM, aby wyświetlić informacje certyfikatu"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "z każdego klienta"
+#: include/class_certificate.inc:192
+msgid "Can't create/open File"
+msgstr "Nie można utworzyć/otworzyć Pliku"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "tylko z poprzedniego klienta"
+#: include/class_certificate.inc:199
+msgid "No valid certificate loaded"
+msgstr "Nie załadowano prawidłowego certyfikatu"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:677
-msgid "Removing Samba account failed"
-msgstr "Usuwanie konta Samba nieudane"
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Błąd XML w pliku gosa.conf: %s w linii %d"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:696
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!"
+
+#: include/class_CopyPasteHandler.inc:161
 #, php-format
 #, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "Wartość podana jako '%s' zawiera niedozwolone znaki!"
+msgid "You are going to copy the entry '%s'."
+msgstr "Zamierzasz skopiować wpis '%s'."
+
+#: include/class_CopyPasteHandler.inc:225
+msgid "Paste"
+msgstr "Wklej"
+
+#: include/class_CopyPasteHandler.inc:227
+msgid "Can't paste"
+msgstr "Nie można wkleić"
+
+#: include/class_debconfTemplate.inc:260
+msgid "This package has no debconf options."
+msgstr "Ten pakiet nie ma opcji debconf."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:706
+#: include/class_ldap.inc:196
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
 msgstr ""
 msgstr ""
-"Właściwości timeoutu '%s' są włączone i zawierają nieprawidłowe znaki, lub "
-"są puste!"
+"Serwer LDAP odpowiada bardzo wolno (%.2f dla ostatniego zapytania). To może "
+"być przyczyną słabej wydajności."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:712
+#: include/class_ldap.inc:230
+#, php-format
 msgid ""
 msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
 msgstr ""
 msgstr ""
-"User manager w windows zezwala tylko na 8 klientów. Podano więcej niż 8."
+"Serwer LDAP odpowiada bardzo wolno (%.2f), to może być przyczyną słabej "
+"wydajności."
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:909
-msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
-msgstr ""
-"Ostrzeżenie: To konto ma przypisany niezdefiniowany samba SID. Ten problem "
-"nie może być naprawiony przez GOsa!"
+#: include/class_ldap.inc:456
+#, php-format
+msgid "Creating copy of %s"
+msgstr "Tworzenie kopii %s"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:933
-msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
-msgstr ""
-"Ostrzeżenie: Nie można określić podstawowej grupy użytkowników - nie jest "
-"możliwa konwersja do grupy samba!"
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr "Przetwarzanie"
 
 
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr "Zapisywanie konta Samba nieudane"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Obiekt"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-#, fuzzy
-msgid "Sunday"
-msgstr "dzień"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr "Błąd podczas pobierania źródłowego dn - anulowano!"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-#, fuzzy
-msgid "Monday"
-msgstr "dzień"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, php-format
+msgid "Unknown FAIstate %s"
+msgstr "Nieznany FAIstate %s"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-#, fuzzy
-msgid "Tuesday"
-msgstr "dzień"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
 msgstr ""
 msgstr ""
+"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
+"skontaktować się z zespołem GOsa."
+
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr "podczas działania na '%s' używając serwera LDAP '%s'"
+
+#: include/class_ldap.inc:805
+#, php-format
+msgid "while operating on LDAP server %s"
+msgstr "podczas połączenia z serwerem LDAP '%s'"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-#, fuzzy
-msgid "Thursday"
-msgstr "godzin"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
+"To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się "
+"'dn: ...' w linii %s"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-#, fuzzy
-msgid "Friday"
-msgstr "dzień"
+#: include/class_ldap.inc:1014
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr "dn: '%s' (od linii %s) już istnieje w bazie LDAP"
 
 
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-#, fuzzy
-msgid "Saturday"
-msgstr "Strategia"
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-#, fuzzy
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Wybierz serwer poczty który będzie przechowywał skrzynkę użytkownika"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr "Uwaga: Konto posiada nieprawidłową nazwę serwera pocztowego!"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-#, fuzzy
-msgid "Hour"
-msgstr "godzina"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Uwaga: serwer IMAP jest niedostępny! Jeśli zapiszesz to konto, pewne "
+"ustawienia poczty nie zostaną zachowane na serwerze!"
 
 
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Zastosuj"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Nie można utworzyć konta IMAP. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Rozszerzenie Środowisko jest obecnie wyłączone"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "Nie można zapisać quoty IMAP. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-msgid "Environment managment settings"
-msgstr "Ustawienia zarządzania Środowiskiem"
+#: include/class_mail-methods-cyrus.inc:196
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Uwaga: imap_getacl nie jest zaimplementowane nie można usunąć informacji acl."
 
 
-#: plugins/personal/environment/environment.tpl:11
-msgid "Profile managment"
-msgstr "Zarządzanie profilami"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr "Uwaga: imap_getacl nie jest dostępne, nie można pobrać uprawnień imap!"
 
 
-#: plugins/personal/environment/environment.tpl:18
-msgid "Use profile managment"
-msgstr "Użyj zarządzania profilami"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr "Nie można usunąć konta IMAP. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:25
-msgid "Profile server managment"
-msgstr "Zarządzanie serwerem profili"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Nie można zalogować się do serwera SIEVE. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:28
-msgid "Profil path"
-msgstr "Ścieżka profili"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Nie można pobrać skryptu sieve. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:40
-msgid "Profil quota"
-msgstr "Quota profili"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Nie można wysłać skryptu sieve. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr "Buforu profil lokalnie"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr "Nie można aktywować skryptu sieve. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:63
-msgid "Kiosk profile settings"
-msgstr "Ustawienia profilu Kiosk"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+msgid "Close"
+msgstr "Zamknij"
 
 
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr "Profil Kiosk"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Go to root department"
+msgstr "Idź do głównego departamentu"
 
 
-#: plugins/personal/environment/environment.tpl:72
-msgid "Manage"
-msgstr "Zarządzaj"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+msgid "Root"
+msgstr "Główny"
 
 
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr "Rozdzielczość zmienialna podczas pracy"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+msgid "Go up one department"
+msgstr "Idź jeden departament wyżej"
 
 
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Rozdzielczość"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr "Góra"
 
 
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-msgid "Shares"
-msgstr "Udziały"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Go to users department"
+msgstr "Przejdź do departamentu użytkowników"
 
 
-#: plugins/personal/environment/environment.tpl:111
-msgid "User used to connect to the share"
-msgstr "Użytkownik łączył się do tego udziału"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+msgid "Home"
+msgstr "Katalog domowy"
 
 
-#: plugins/personal/environment/environment.tpl:112
-msgid "Select a share"
-msgstr "Wybierz udział"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr "Przeładuj listę"
 
 
-#: plugins/personal/environment/environment.tpl:118
-msgid "Mount path"
-msgstr "Ścieżka montowania"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr "Wyślij"
 
 
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
-msgid "Remove"
-msgstr "Usuń"
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
+"Błąd: żądanie poddrzewo zawiera niespójne kodowanie w DN, sprawdź LDAP!"
 
 
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr "Skrypty logowania"
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Ostrzeżenie: Nie można ustawić hasła kerberos. Ta wersja PHP nie posiada "
+"wsparcia dla kerberos, hasło nie zostało zmienione."
 
 
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-msgid "Logon script management"
-msgstr "Zarządzanie skryptami logowania"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "Komunikacja z bazą Kerberos nieudana"
 
 
-#: plugins/personal/environment/environment.tpl:151
-msgid "Hotplug devices"
-msgstr "Urządzenia Hotplug"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr "Zmiana hasła w bazie kerberos nieudana!"
 
 
-#: plugins/personal/environment/environment.tpl:152
-msgid "Hotplug device settings"
-msgstr "Ustawienia urządzeń Hotplug"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr "Nie można użyć sha do szyfrowania, brak funkcji sha1 / mhash / crypt"
 
 
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Nowe"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr "Nie można użyć ssha do szyfrowania. (Brak fukcji mhash / sha1)"
 
 
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr "Istniejące"
+#: include/class_password-methods.inc:167
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Ustawianie hasła nieudane, Odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/personal/environment/environment.tpl:172
-msgid "Printer settings"
-msgstr "Ustawienia drukarki"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje."
 
 
-#: plugins/personal/environment/environment.tpl:182
-msgid "Toggle admin"
-msgstr "Przełącz admin"
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+msgstr ""
+"Parametr SMBHASH w gosa.conf jest nieprawidłowy! Nie można zmienić hasła "
+"Samba."
 
 
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-msgid "Toggle default"
-msgstr "Przełącz domyślne"
+#: include/class_plugin.inc:404
+#, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
 
 
-#: plugins/personal/environment/main.inc:125
-msgid "User environment settings"
-msgstr "Ustawienia środowiska użytkownika"
+#: include/class_plugin.inc:555
+#, php-format
+msgid ""
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+msgstr "Polecenie '%s' podane jako POSTCREATE dla dodatku '%s' nie istnieje."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Proszę podać prawidłową nazwę. Tylko 0-9 a-Z są dopuszczalne."
+#: include/class_plugin.inc:623
+#, php-format
+msgid ""
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+msgstr "Polecenie '%s' podane jako POSTREMOVE dla dodatku '%s' nie istnieje."
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Nieprawidłowy znak w opisie. Proszę podać prawidłowy opis."
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+msgstr "Obiekt '%s' jest już zaznaczony"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-#, fuzzy
-msgid "Please specify a valid iSerial."
-msgstr "Proszę podać prawidłowe id."
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
+msgstr "Dodawanie znacznika (%s) do obiektu '%s'"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-#, fuzzy
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-msgstr "Proszę podać wartość dla atrybutu 'plik'."
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr "Znakowanie obiektu nieudane"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-#, fuzzy
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-msgstr "Proszę podać prawidłowy plik ppd."
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr "Usuwanie znacznika z obiektu '%s'"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-msgid "An Entry with this name already exists."
-msgstr "Wpis z tą nazwą już istnieje."
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Informacje w gosa.conf częściowo uległy zmianie. Proszę je skonwertować "
+"używając dostępnego skryptu fix_config.sh"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-msgid "Please select an entry or press cancel."
-msgstr "Proszę wybrać wpis lub nacisnąć Anuluj."
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
+msgid "Unknown"
+msgstr "Nieznane"
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
-msgid "Please select a printer or press cancel."
-msgstr "Proszę wybrać drukarkę lub nacisnąć Anuluj."
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr "Manager PPD: Podana ścieżka '%s' nie istnieje."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Dodaj urządzenia hotplug"
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr "Podany plik ppd '%s' nie może zostać otwarty do czytania."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Zarządzanie Hotplug"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr "Wymagany plik tymczasowy '%s' nie może zostać otwarty do zapisu."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Wybierz urządzenie hotplug do dodania"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+"Parsowanie pliku PPD %s nieudane - linia za długa . Końcowe znaki zostały "
+"zignorowane"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Wybierz departament na którym będzie wyszukiwanie"
+#: include/class_ppdManager.inc:178
+msgid "Nested groups are not supported!"
+msgstr "Zagnieżdżone grupy nie są wspierane!"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Wyświetl użytkowników pasujących"
+#: include/class_ppdManager.inc:182
+msgid "Group name not unique!"
+msgstr "Nazwa grupy nie jest unikalna"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Wyrażenie regularne dla dopasowania hotplug"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr "Wartości symboliczne nie są jeszcze wspierane!"
 
 
-#: plugins/personal/environment/class_environment.inc:187
-msgid "auto"
-msgstr "automatycznie"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr "Opcje zagnieżdżone nie są wspierane!"
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr "PickMany nie jest jeszcze obsługiwany"
+
+#: include/class_ppdManager.inc:318
 #, php-format
 #, php-format
-msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
-msgstr ""
-"Podano zewnętrzny zaczep rozdzielczości którego nie można czytać, proszę "
-"sprawdzić uprawnienia pliku '%s'."
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
 
 
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-msgid "Remove environment extension"
-msgstr "Usuń rozszerzenie środowiska"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr "Proces usuwania został anulowany przez dodatek '%s': %s"
 
 
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr "Rozszerzenie środowiska włączone. Można je wyłączyć klikając poniżej."
+#: include/functions.inc:299
+#, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr "BŁĄD: Nie można połączyć się z serwerem LDAP. Odpowiedź serwera '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
-msgstr "Dodaj rozszerzenie środowiska"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-msgid "Environment extension disabled. You can enable it by clicking below."
-msgstr "Rozszerzenie środowiska wyłączone. Można je włączyć klikając poniżej."
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr "Użytkownik /UID nie są unikalne. Proszę sprawdzić bazę LDAP."
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
+#: include/functions.inc:469
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
 msgstr ""
 msgstr ""
-"Rozszerzenie środowiska wyłączone, Należy najpierw ustawić rozszerzenie "
-"posix."
+"Błąd podczas dodawania blokady. Parametry nie są ustawione prawidłowo, "
+"proszę sprawdzić źródło!"
 
 
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "None"
-msgstr "Brak"
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+msgstr ""
+"Nie można ustawić informacji o blokadzie w bazie LDAP. Proszę sprawdzić wpis "
+"'config' w gosa.conf! Odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-msgid "You must specify a valid mount point."
-msgstr "Musisz podać prawidłowy punkt montowania."
+#: include/functions.inc:494
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Dodawanie blokady nieudane, odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:558
-#, fuzzy
-msgid "Spaces are not allowed in the mount path!"
-msgstr "Brak uprawnień do zmiany własnego hasła"
+#: include/functions.inc:520
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Usuwanie blokady nieudane, odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-msgid "Reset password hash"
-msgstr "Zresetuj hash hasła"
+#: include/functions.inc:550
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr ""
+"Pobieranie blokady z LDAP nieudane. Parametry nie są ustawione prawidłowo, "
+"proszę sprawdzić źródło!"
 
 
-#: plugins/personal/environment/class_environment.inc:654
-msgid "Delete share entry"
-msgstr "Usuń wpis udziału"
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"Nie można pobrać informacji o blokadach w bazie LDAP. Proszę sprawdzić wpis "
+"'config' w gosa.conf!"
 
 
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
+#: include/functions.inc:568
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
 msgstr ""
 msgstr ""
-"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
-"'brak'."
-
-#: plugins/personal/environment/class_environment.inc:854
-msgid "Removing environment information failed"
-msgstr "Usuwanie informacji środowiska nieudane"
+"Znaleziono wiele blokad dla obiektu do zablokowania. Taka sytuacja nie "
+"powinna się wydażyć - czyszczę wiele odwołań."
 
 
-#: plugins/personal/environment/class_environment.inc:906
-msgid "Please set a valid profile quota size."
-msgstr "Proszę podać prawidłowy rozmiar quota dla profilu."
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "Limit wielkości %d elementów został przekroczony!"
 
 
-#: plugins/personal/environment/class_environment.inc:913
+#: include/functions.inc:656
+#, php-format
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
 msgstr ""
 msgstr ""
-"Należy ustawić prawidłowe rozszerzenie posix aby włączyć cechy środowiska."
+"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż jest "
+"przekroczony"
 
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
-msgstr ""
-"Nie można zapisać nowych profili kiosk, prawdopodobnie brak uprawnień dla "
-"katalogu"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Konfiguruj"
 
 
-#: plugins/personal/environment/class_environment.inc:1100
-msgid "Adding environment information failed"
-msgstr "Dodawanie informacji środowiska nieudane"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "niepełne"
 
 
-#: plugins/personal/environment/class_environment.inc:1113
-msgid "group share"
-msgstr "grupuj udział"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "błąd LDAP:"
 
 
-#: plugins/personal/environment/class_environment.inc:1145
-msgid "Administrator"
-msgstr "Administrator"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
+"Problemy z serwerem LDAP oznaczają, że prawdopodobnie utracono ostatnie "
+"zmiany. Proszę sprawdzić konfiguracje LDAP w poszukiwaniu możliwych błędów i "
+"spróbować ponownie."
 
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Domyślna drukarka"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
+msgstr ""
+"Proszę sprawdzić wprowadzane dane i poprawić błąd. Naciśnij 'OK' aby zamknąć "
+"to okno."
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Dodaj urządzenie drukujące"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr "Wystąpił błąd podczas wykonywania żądania"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:5
-#: plugins/personal/environment/selectPrinterDialog.tpl:10
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Wybierz drukarkę do dodania"
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-msgid "Display printers matching"
-msgstr "Wyświetl drukarki pasujące"
+#: include/functions.inc:1199
+msgid "Continue anyway"
+msgstr "Kontynuuj mimo wszystko"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-msgid "Regular expression for matching printer names"
-msgstr "Wyrażenie regularne do dopasowania nazw drukarek"
+#: include/functions.inc:1201
+msgid "Edit anyway"
+msgstr "Edytuj mimo wszystko"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: include/functions.inc:1203
+#, 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 ""
+"Zamierzasz edytować wpis LDAP '%s' który wydaje się być używany przez '%s'. "
+"Proszę skontaktować się z osobą aby wyjaśnić postępowanie."
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-msgid "Please specify a valid script name."
-msgstr "Proszę podać prawidłową nazwę skryptu."
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr "Wpisów na stronie"
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
-msgid "Specified description contains invalid characters."
-msgstr "Podany opis zawiera nieprawidłowe znaki."
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr "Zastosuj filtr"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Ustawienia skryptu logowania"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nazwa skryptu"
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
+msgstr "Wersja deweloperska GOsa (Rev %s)"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Opis"
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
+"Nie można znaleźć stefy odwrotnej dla strefy '%s'. Przerywam analizę tej "
+"strefy."
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
-msgid "Priority"
-msgstr "Priorytet"
+#: include/functions_dns.inc:174
+#, php-format
+msgid ""
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
+msgstr ""
+"Znaleziono więcej niż jedną strefę odwrotną dla strefy DNS '%s'. Anulowano "
+"przetwarzanie tej strefy."
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Flagi skryptu logowania"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
+msgstr ""
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Ostatni skrypt"
+#: include/functions_helpviewer.inc:43
+#, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Błąd XML w guide.xml: %s w linii %d"
 
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Skrypt może być zmieniony przez użytkownika"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
+msgstr "Pomoc nie jest dostępna dla tego dodatku."
 
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Skrypt logowania"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
+msgstr "%s wyników zapytania ze słowem %s"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
+#: include/functions_helpviewer.inc:459
 #, php-format
 #, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr "Nie można usunąć '%s'. Błąd: brak dostępu."
+msgid "%s%% hit rate in file %s"
+msgstr "%s%% trafień w pliku %s"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
+#: include/functions_setup.inc:84
+msgid "Can't get schema information from server. No schema check possible!"
+msgstr ""
+"Nie można pobrać informacji o schematach z serwera. Sprawdzenie schematów "
+"niemożliwe!"
+
+#: include/functions_setup.inc:99
 #, php-format
 #, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-msgstr "Nie można usunąć '%s'. Błąd: plik nie istnieje."
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"Opcjonalna klasa obiektów '%s' wymagana przez dodatek '%s' nie istnieje w "
+"konfiguracji LDAP"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: include/functions_setup.inc:103
+#, php-format
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
-"Nie istnieje parametr KIOSKPATH w gosa.conf. Nie można zarządzać profilami "
-"kiosk!"
+"Opcjonalna klasa obiektów '%s' wymagana przez dodatek '%s' nie jest w wersji "
+"%s"
+
+#: include/functions_setup.inc:108
+#, php-format
+msgid "Support for '%s' enabled"
+msgstr "Wsparcie dla '%s' włączone"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
+#: include/functions_setup.inc:118
 #, php-format
 #, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr "Ścieżka kiosk '%s' nie jest dostępna. Proszę sprawdzić uprawnienia."
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Wymagana klasa obiektów '%s' nie jest obecna w ustawieniach LDAP"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-msgid "Create new hotplug entry"
-msgstr "Utwórz nowy element hotplug"
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "Wymagana klasa obiektów '%s' nie jest w wersji %s"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
-msgid "Create new hotplug device"
-msgstr "Utwórz nowe urządzenie hotplug"
+#: include/functions_setup.inc:133
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "Wsparcie dla SAMBA3 wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
-msgid "Device name"
-msgstr "Nazwa urządzenia"
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
+msgstr "Wsparcie dla SAMBA3 włączone"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
-msgid "Serial number"
-msgstr "Numer seryjny"
+#: include/functions_setup.inc:143
+msgid "SAMBA 2 support disabled, no schema seems to be installed"
+msgstr "Wsparcie dla SAMBA2 wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#, fuzzy
-msgid "(iSerial)"
-msgstr "Szeregowy"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
+msgstr "Wsparcie dla SAMBA2 włączone"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-#, fuzzy
-msgid "Vendor-ID"
-msgstr "ID nadawcy"
+#: include/functions_setup.inc:154
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr "Wsparcie dla pureftp wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
-#, fuzzy
-msgid "(idVendor)"
-msgstr "ID nadawcy"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr "Wsparcie dla pureftp włączone"
+
+#: include/functions_setup.inc:164
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr "Wsparcie dla WebDAV wyłączone, brak zainstalowanych schematów"
+
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr "Wsparcie dla WebDAV włączone"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
-msgstr ""
+#: include/functions_setup.inc:174
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr "Wsparcie dla phpgroupware wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
-msgstr ""
+#: include/functions_setup.inc:179
+msgid "Support for phpgroupware enabled"
+msgstr "Wsparcie dla phpgroupware włączone"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
-msgid "Kiosk profile management"
-msgstr "Zarządzanie profilami kiosk"
+#: include/functions_setup.inc:184
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr "Wsparcie dla trustAccount wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Przeglądaj"
+#: include/functions_setup.inc:189
+msgid "Support for trustAccount enabled"
+msgstr "Wsparcie dla trustAccount włączone"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-msgid "Close"
-msgstr "Zamknij"
+#: include/functions_setup.inc:194
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr "Wsparcie dla gofon wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "kobieta"
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
+msgstr "Wsparcie dla gofon wyłączone"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "mężczyzna"
+#: include/functions_setup.inc:204
+msgid "Support for nagios disabled, no schema seems to be installed"
+msgstr "Wsparcie dla nagios wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "To konto nie posiada poprawnych rozszerzeń GOsa."
+#: include/functions_setup.inc:209
+msgid "Support for nagios enabled"
+msgstr "Wsparcie dla nagios włączone"
 
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
-msgstr "Podany plik nie został wgrany poprzez HTTP POST! Akcja anulowana."
+#: include/functions_setup.inc:214
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr "Wsparcie dla netatalk wyłączone, brak zainstalowanych schematów"
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Proszę podać poprawny numer seryjny"
+#: include/functions_setup.inc:219
+msgid "Support for netatalk enabled"
+msgstr "Wsparcie dla netatalk włączone"
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: include/functions_setup.inc:229
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
 msgstr ""
 msgstr ""
+"Wsparcie dla Kolab wyłączone, brak zainstalowanych schematów, ustawiał "
+"metodę pocztową na cyrus"
 
 
-#: plugins/personal/generic/class_user.inc:477
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
-msgstr "Certyfikat jest ważny od %s do %s i jest obecnie %s."
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr "Wsparcie dla Kolab włączone"
 
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "valid"
-msgstr "prawidłowy"
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Zignorowano"
 
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
-msgstr "nieprawidłowy"
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Niepowodzenie"
 
 
-#: plugins/personal/generic/class_user.inc:485
-msgid "No certificate installed"
-msgstr "Brak zainstalowanych certyfikatów"
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Inspekcja instalacji PHP"
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
-msgstr "Usuwanie konta ogólnego użytkownika nieudane"
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Sprawdzam wersję PHP (>=4.1.0)"
 
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "Komunikacja z bazą Kerberos nieudana"
+#: include/functions_setup.inc:279
+msgid ""
+"PHP must be of version 4.1.0 or above for some functions and known bugs in "
+"PHP language."
+msgstr ""
+"PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów "
+"w języku PHP."
 
 
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "Nie można usunąć użytkownika z bazy Kerberos."
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Sprawdzam, czy register_globals jest ustawione na 'off'"
 
 
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
-msgstr "Zapisywanie konta ogólnego użytkownika nieudane"
+#: include/functions_setup.inc:283
+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 jest mechanizmem PHP umożliwiającym takie ustawienie "
+"zmiennych globalnych, że możliwy jest do nich dostęp bez zmiany zakresu. To "
+"może powodować zagrożenie bezpieczeństwa. Gosa może działać w obu trybach."
 
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "nie można dodać użytkownika do bazy Kerberos."
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr "PHP session.gc_maxlifetime (>= 86400 seconds)."
 
 
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
+msgstr ""
+"PHP używa tej wartości dla garbage collector'a do usuwania starych sesji. "
+"Ustawienie tej wartości na jeden dzień zapobiegnie ustraceniu sesji oraz "
+"cookie zanim faktycznie wygasną."
 
 
-#: plugins/personal/generic/class_user.inc:1027
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr "Brak uprawnień do przenoszenia konta z obecnego 'Kontenera'."
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Sprawdzam moduł ldap"
 
 
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-msgstr "Wymagane pole 'Nazwa' jest puste."
+#: include/functions_setup.inc:291
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr ""
+"To jest główny moduł używany przez GOsa i dlatego jest szczególnie wymagany."
 
 
-#: plugins/personal/generic/class_user.inc:1042
-msgid "There's already a person with this 'Login' in the database."
-msgstr "Już istnieje osoba z takim samym loginem w bazie."
+#: include/functions_setup.inc:294
+msgid "Checking for XML functions"
+msgstr "Sprawdzam funkcje XML"
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "Wymagane pole 'Podana nazwa' jest puste."
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
+msgstr "Funkcje XML są wymagane do parsowania pliku konfiguracyjnego."
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr "Wymagane pole 'Login' jest puste."
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Sprawdzam wsparcie dla gettext"
 
 
-#: plugins/personal/generic/class_user.inc:1058
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
-msgstr "Już istnieje osoba z tą 'Nazwą'/'Podaną nazwą' w bazie."
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Wsparcie dla gettext jest wymagane dla innych wersji językowych GOsa."
+
+#: include/functions_setup.inc:302
+msgid "Checking for iconv support"
+msgstr "Sprawdzam wsparcie dla iconv"
 
 
-#: plugins/personal/generic/class_user.inc:1065
+#: include/functions_setup.inc:303
 msgid ""
 msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 msgstr ""
-"Pole 'Login' zawiera niedozwolone znaki. Tylko małe litery, liczny i "
-"myślniki są dozwolone."
+"Ten moduł jest używany przez GOsa do konwersji _MUNGED_DIAL_INFORMATIONS? i "
+"dlatego jest wymagany."
 
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Pole 'Strona WWW' zawiera niepoprawną definicję URL."
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Sprawdzam moduł mhash"
 
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "Pole 'Nazwa' zawiera niedozwolone znaki."
+#: include/functions_setup.inc:307
+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 ""
+"Aby używać kryptowania SSHA, ten moduł jest wymagany. Jeśli będzie używane "
+"jedynie kryptowanie crypt, lub md5, można zignorować ten komunikat. GOsa "
+"będzie działać bez tego."
 
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Pole 'Podana nazwa' zawiera niedozwolone znaki."
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Sprawdzam moduł imap"
 
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Pole 'Telefon' zawiera nieprawidłowy numer telefonu."
+#: include/functions_setup.inc:311
+msgid ""
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
+msgstr ""
+"Moduł IMAP jest potrzebny do komunikacji z serwerem IMAP. Pozwala uzyskiwać "
+"informacje, oraz tworzyć/usuwać konta pocztowe."
 
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Pole 'Fax' zawiera nieprawidłowy numer telefonu."
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Sprawdzam getacl w imap"
 
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Pole 'Komórka' zawiera nieprawidłowy numer telefonu."
+#: include/functions_setup.inc:315
+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 ""
+"Wsparcie dla getacl jest wymagane dla uprawnień do foldera współdzielonego. "
+"Standardowy moduł IMAP nie potrafi czytać acl'i. Potrzeba nowszej wersji PHP "
+"ze wsparciem getacl."
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Pole 'Pager' zawiera nieprawidłowy numer telefonu."
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Sprawdzam moduł mysql"
 
 
-#: plugins/personal/generic/class_user.inc:1215
-msgid "Could not open specified certificate!"
-msgstr "Nie można otworzyć wybranego certyfikatu!"
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
+msgstr ""
+"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych."
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Informacje osobiste"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Sprawdzam moduł cups"
 
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Osobiste zdjęcie"
+#: include/functions_setup.inc:323
+msgid ""
+"In order to read available printers from IPP protocol instead of printcap "
+"files, you've to install the CUPS module."
+msgstr ""
+"Aby zobaczyć dostępne drukarki za pomocą protokołu IPP zamiast plików "
+"printcap, należy zainstalować moduł cups."
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Zmień zdjęcie"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Sprawdzam moduł kadm5"
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-msgid "Last name"
-msgstr "Nazwisko"
+#: include/functions_setup.inc:327
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
+msgstr ""
+"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można "
+"ściągnąć z sieci PEAR."
 
 
-#: plugins/personal/generic/generic.tpl:48
-msgid "Template name"
-msgstr "Nazwa Szablonu"
+#: include/functions_setup.inc:330
+msgid "Checking for snmp Module"
+msgstr "Sprawdzam moduł snmp"
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-msgid "First name"
-msgstr "Imię"
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
+msgstr "SNMP jest wymagane do monitorowani klientow."
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Login"
+#: include/functions_setup.inc:368
+msgid "PHP detailed function inspection"
+msgstr "Szczegółowa inspekcja funkcji PHP"
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Osobisty tytuł"
+#: include/functions_setup.inc:372
+#, php-format
+msgid "Checking for function %s"
+msgstr "Sprawdzam funkcję %s"
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Tytuł naukowy"
+#: include/functions_setup.inc:373
+#, php-format
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
+msgstr ""
+"Funkcja %s jest używania przez GOsa. Brak informacji czy jest wymagana czy "
+"opcjonalna."
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Data urodzenia"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Sprawedzam dodatkowe programy"
 
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Ustaw"
+#: include/functions_setup.inc:395
+#, fuzzy
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Sprawdzam ImageMagic (>=5.4.0)"
 
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Płeć"
+#: include/functions_setup.inc:396
+#, fuzzy
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagic jest używane do konwersji dostarczanych obrazków, aby pasowały do "
+"rozmiaru i były w formacje JPEG."
 
 
-#: plugins/personal/generic/generic.tpl:116
-msgid "Preferred langage"
-msgstr "Preferowany język"
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Sprawdzam ImageMagic (>=5.4.0)"
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Kontener"
+#: include/functions_setup.inc:400
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagic jest używane do konwersji dostarczanych obrazków, aby pasowały do "
+"rozmiaru i były w formacje JPEG."
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Wybierz poddrzewo do umieszczenia konta."
+#: include/functions_setup.inc:404
+msgid "Checking imagick module for PHP"
+msgstr "Sprawdzam moduł imagick"
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-msgid "Select a base"
-msgstr "Wybierz bazę"
+#: include/functions_setup.inc:405
+msgid ""
+"Imagick is used to convert user supplied images to fit the suggested size "
+"and the unified JPEG format from PHP script."
+msgstr ""
+"Imagick jest używane do konwersji dostarczanych obrazków, aby pasowały do "
+"rozmiaru i były w formacje JPEG."
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Adres"
+#: include/functions_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Sprawdzam program fping"
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Telefon prywatny"
+#: include/functions_setup.inc:413
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów."
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Strona domowa"
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Sprawdzam możliwość generowania haseł LM/NT"
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Przechowywanie hasła"
+#: include/functions_setup.inc:429
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
+msgstr ""
+"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc "
+"generować hasła."
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "Certyfikaty"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
+msgstr "Sprawdzam php.ini -> session.auto_register"
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Edytuj certyfikaty"
+#: include/functions_setup.inc:443
+msgid ""
+"In Order to use GOsa without any trouble, the session.auto_register option "
+"in your php.ini must be set to 'Off'."
+msgstr ""
+"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini "
+"musi być ustawiona na 'off'."
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr "Sprawdzam php.ini -> implicit_flush"
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Edytuj właściwości"
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
+msgstr ""
+"Ta opcja wpływa na obsługę output. Aby zwiększyć wydajność, należy ustawić "
+"na 'off'."
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Informacje organizacyjne"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr "Sprawdzam php.ini -> max_execution_time"
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Organizacja"
+#: include/functions_setup.inc:455
+msgid ""
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
+msgstr ""
+"Ten parametr powinien byc ustawniony na co najmniej 30 sekund. Niektóre "
+"funkcje mogą zabierać dużo czasu."
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
-msgstr "Departament"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
+msgstr "Sprawdzam php.ini -> memory_limit"
 
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Numer departamentu"
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
+msgstr ""
+"GOsa potrzebuje conajmniej 16MB pamięci. Mniej może prowadzić do "
+"nieprzewidywalnych błędów. Dla większych instalacji, należy zwiększyć ten "
+"parametr."
 
 
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Numer pracownika"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr "Sprawdzam php.ini -> expose_php"
 
 
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Typ pracownika"
+#: include/functions_setup.inc:468
+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 ""
+"Aby zwiększyć bezpieczeństwo, należy ustawić expose_php na 'off'. PHP nie "
+"będzie wysyłać żadnych informacji na temat serwera na którym działa."
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Numer pokoju"
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
+msgstr "Sprawdzam php.ini -> magic_quotes_gpc"
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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 "Komórka"
+#: include/functions_setup.inc:473
+msgid ""
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
+msgstr ""
+"Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP "
+"będzie zabezpieczać cudzysłowa w stringach."
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Lokalizacja"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"Nie można połączyć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
+"dostępny dla GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Stan"
+#: include/functions_setup.inc:734
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Nie można spiąć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
+"dostępny dla GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Wywołanie"
+#: include/functions_setup.inc:792
+#, php-format
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
+msgstr "Brak wymaganego atrybutu '%s' w formularzu. Proszę uzupełnić!"
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Opis jednostki"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Sektor"
+#: include/functions_setup.inc:841
+#, fuzzy
+msgid ""
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Nie można spiąć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
+"dostępny dla GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Tytuł funkcjonalny"
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
+msgstr ""
+"Nie można czytać informacji w schematach, GOsa musi znać ustawienia "
+"schematów. Proszę sprawdzić czy GOsa może czytać ustawienia schematów"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Pełniona funkcja"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Nie można zalogować się do serwera LDAP. Powód: %s."
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Lokalizacja osoby"
+#: include/functions_setup.inc:1112
+#, fuzzy
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr ""
+"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
+"parametry konfiguracji."
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Jednostka"
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr "Tworzenie tej strony spowodowało, że interpreter PHP zwrócił błędy!"
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Ulica"
+#: include/php_setup.inc:76
+msgid "PHP error"
+msgstr "błąd PHP:"
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
-msgstr "Kod pocztowy"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr "klasa"
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Identyfikator budynku"
+#: include/php_setup.inc:93
+msgid "function"
+msgstr "funkcja"
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Proszę użyć zakładki telefony"
+#: include/php_setup.inc:98
+msgid "static"
+msgstr "statyczna"
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Ostatnia dostawa"
+#: include/php_setup.inc:102
+msgid "method"
+msgstr "metoda"
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Publicznie widoczne"
+#: include/php_setup.inc:135
+msgid "Trace"
+msgstr "Śledzenie"
 
 
-#: 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 ""
-"Zmieniono metodę kodowania hasła w bazie ldap. Z tego powodu należy teraz "
-"podać ponownie swoje hasło. GOsa zakoduje to hasło używając wybranej metody."
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
+msgid "File"
+msgstr "Plik"
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Usuń obrazek"
+#: include/php_setup.inc:136
+msgid "Line"
+msgstr "Linia"
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-msgid "User settings"
-msgstr "Ustawienia użytkownika"
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Typ"
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-msgid "Clear password"
-msgstr "Wyczyść hasło"
+#: include/php_setup.inc:137
+msgid "Arguments"
+msgstr "Argumenty"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
-msgid "Set new password"
-msgstr "Ustaw nowe hasło"
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Wybierz departament do przechowania wpisu"
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-msgid "User picture"
-msgstr "Zdjęcie użytkownika"
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Osobiste"
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Brak uprawnień do zmiany własnego hasła"
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
+msgid "Last name"
+msgstr "Nazwisko"
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Ogólne informacje o użytkowniku"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+msgid "First name"
+msgstr "Imię"
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Standardowy certyfikat"
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Osobisty tytuł"
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "certyfikat S/MIME"
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Prywatne"
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "certyfikat PKCS12"
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "Email"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Nmer seryjny certyfikatu"
+#: plugins/addons/addressbook/address_edit.tpl:119
+#: plugins/addons/addressbook/address_info.tpl:53
+msgid "Organizational"
+msgstr "Organizacyjne"
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-msgid "Intranet account"
-msgstr "Konto Intranet"
+#: plugins/addons/addressbook/address_edit.tpl:128
+#: plugins/addons/addressbook/address_info.tpl:61
+msgid "Company"
+msgstr "Firma"
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Konto Proxy"
+#: plugins/addons/addressbook/address_edit.tpl:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Departament"
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
-msgstr "Filtruj niechcianą zawartość (n.p. pornografia, przemoc)"
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Kraj"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Ogranicz dostęp do proxy do czasu pracu"
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "FAX"
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Ogranicz użycie proxy mechanizmami quota"
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Książka adresowa"
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "na"
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "To robi coś"
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-msgid "PPTP account"
-msgstr "Konto PPTP"
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Zadzwonić teraz z '%s' do '%s'?"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Konto FTP"
+#: plugins/addons/addressbook/class_addressbook.inc:164
+msgid ""
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
+msgstr ""
+"Brak ustawionego osobistego numeru telefonu. Proszę uzupełnić aby móc "
+"wykonywać bezpośrednie połączenia."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Przepustowość"
+#: plugins/addons/addressbook/class_addressbook.inc:187
+msgid "Removing addressbook entry failed"
+msgstr "Usuwanie wpisu książki adresowej nieudane"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Przepustowość wysyłania"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "Brak uprawnień do usunięcia tego elementu!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "kb/s"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Zamierzasz usunąć element %s."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Przepustowość ściągania"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Dzwonienie"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Quota"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Zapisz kontakt dla %s jako wizytówka"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Pliko"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Wyślij email do %s"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Rozmiar"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "Globalna książka adresowa"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Proporcja"
+#: plugins/addons/addressbook/class_addressbook.inc:477
+msgid "user database"
+msgstr "użyj bazy"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Pliki wysłane / ściągnięte"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, php-format
+msgid "Contact stored in '%s'"
+msgstr "Kontakt zachowany w '%s'"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Zaznacz aby wyłączyć dostęp do FTP"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Tworzenie nowego elementu w"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Tymczasowo wyłącz dostęp do FTP"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Wszystkie"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Konto PHPGroupware"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Telefon do pracy"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "Numer telefonu komórkowego"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-msgid "Removing webDAV account failed"
-msgstr "Usuwanie konta webDAV nieudane"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Wymagane pole 'Nazwa' jest puste."
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
-msgid "Saving webDAV account failed"
-msgstr "Zapisywanie konta webDAV nieudane"
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Wymagane pole 'Podana nazwa' jest puste."
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
-msgid "Kolab account"
-msgstr "Konto Kolab"
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Pole 'Nazwa' zawiera niedozwolone znaki."
 
 
-#: 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 ""
-"To konto kolab jest obecnie wyłączone. Parametry konta można zmieniać po "
-"dodaniu konta pocztowego."
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Pole 'Podana nazwa' zawiera niedozwolone znaki."
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-msgid "Delegations"
-msgstr "Delegacje"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Pole 'Telefon' zawiera nieprawidłowy numer telefonu."
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-msgid "Mail size"
-msgstr "Rozmiar poczty"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Pole 'Fax' zawiera nieprawidłowy numer telefonu."
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
-msgstr "Brak ograniczeń co do wielkości poczty dla tego konta"
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Pole 'Komórka' zawiera nieprawidłowy numer telefonu."
 
 
-#: plugins/personal/connectivity/kolab.tpl:47
-msgid "Free Busy information"
-msgstr "Informacja FreeBusy"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Pole 'Pager' zawiera nieprawidłowy numer telefonu."
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
-msgstr "URL"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr "Proszę podać prawidłowy adres email w polu 'Podstawowy adres'"
 
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
-msgstr "Przyszłość"
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
+msgstr ""
+"Nie można utworzyć unikalnego DN dla tego elementu. Proszę wypełnić więcej "
+"pól formularza."
 
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-msgid "days"
-msgstr "dni"
+#: plugins/addons/addressbook/class_addressbook.inc:614
+msgid ""
+"You have no permissions to create or modify a global address book entry."
+msgstr ""
+"Brak uprawnień do tworzenia lub modyfikacji elementów w globalnej książce "
+"adresowej."
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
-msgstr "Polityka zapraszania"
+#: plugins/addons/addressbook/class_addressbook.inc:659
+msgid "Saving addressbook entry failed"
+msgstr "Zapisywanie wpisu książki adresowej nieudane"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
-msgstr "Konto Open-Xchange"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Kontakt"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:2
+#: plugins/addons/addressbook/contents.tpl:37
 msgid ""
 msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+"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 ""
-"wyłączone, nie wykryto wsparcia dia PostgreSQL, lub podana baza nie jest "
-"osiągalna"
+"Dodatek lista telefonów udostępnia listę oraz mechanizmy wyszukiwania dla "
+"ludzi w firmie. Mozna podawać gwiazdkę [*] np. 'Go*us' aby znależć "
+"'Gonicus'. Użyj filtrów poniżej aby zawęzić wyniki wyszukiwania."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-msgid "Open-Xchange account"
-msgstr "konto Open-Xchange"
+#: plugins/addons/addressbook/contents.tpl:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Akcje"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-msgid "Remember"
-msgstr "Pamiętaj"
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Dodaj pozycję"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
-msgstr "Dni spotkania"
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+msgid "Edit entry"
+msgstr "Edycja pozycji"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
-msgstr "Dni robocze"
+#: plugins/addons/addressbook/contents.tpl:52
+msgid "Remove entry"
+msgstr "Usuń pozycję"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:41
-msgid "User Information"
-msgstr "Informacja o użytkowniku"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Select to see regular users"
+msgstr "Wybierz aby zobaczyć zwykłych użytkowników"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
-msgstr "Strefa czasowa użytkownika"
+#: plugins/addons/addressbook/contents.tpl:68
+msgid "Show organizational entries"
+msgstr "Pokaż elementy organizacyjne"
 
 
-#: plugins/personal/connectivity/glpi.tpl:1
-msgid "GLPI account"
-msgstr "Konto GLPI"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Select to see users in addressbook"
+msgstr "Wybierz aby zobaczyć użytkowników w książce adresowej"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Proxy"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Pokaż elementy książki adresowej"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "KB"
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Wyświetl wyniki dla departamentu"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "GB"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Wybierz departament na którym wyszukiwanie będzie bazować"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "godzina"
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Dopasuj obiekt"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "dzień"
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Wybierz obiekt w którym będziesz przeszukiwać"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "tydzień"
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Szukaj dla"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "miesiąc"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Poszukiwany napis"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
-msgid "Removing proxy account failed"
-msgstr "Usuwanie konta proxy nieudane"
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Połączenie dzwonienia..."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
-msgstr "Wartość numeryczna dla ustawień Quoty jest pusta."
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Książka adresowa"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "Wartość numeryczna dla ustawień Quoty jest nieprawidłowa."
+#: 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 ""
+"Operacja odnosi się do wszystkich danych książki adresowej w tym elemencie. "
+"Proszę upewnić się że jest to pożądana akcja, gdyż nie będzie możliwości "
+"powrotu."
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
-msgid "Saving proxy account failed"
-msgstr "Zapisywanie konta proxy nieudane"
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby "
+"anulować."
+
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Usuń"
+
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+msgid "Dfs share already exists."
+msgstr "Udział DFS już istnieje."
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
-msgid "Opengroupware"
-msgstr "Opengroupware"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "Wymagane pole 'Nazwa udziału DFS' nie jest wypełnione."
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
-msgid "Location team"
-msgstr "Zespół lokacji"
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+msgid "Required Field \"Description\" is not set."
+msgstr "Wymagane pole 'Opis' nie jest wypełnione."
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
-msgid "Template user"
-msgstr "Szablon użytkownika"
+#: plugins/addons/godfs/class_dfsgeneric.inc:118
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Wymagane pole 'Serwer plików' nie jest wypełnione."
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
-msgstr "Zablokowane"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr "Wymagane pole 'Udział na serwerze plików' nie jest wypełnione."
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
-msgstr "Zespoły"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+msgid "Required Field \"Location\" is not set."
+msgstr "Wymagane pole 'Lokalizacja' nie jest wypełnione."
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Konto WebDAV"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+msgid "DFS Managment"
+msgstr "Zarządzanie DFS"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
-msgstr "PPTP"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+msgid "Removing DFS share failed"
+msgstr "Usuwanie udziału DFS nieudane"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-msgid "Removing PPTP account failed"
-msgstr "Usuwanie konta PPTP nieudane"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr "Nie znaleziono wpisów DFS"
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
-msgid "Saving PPTP account failed"
-msgstr "Zapisywanie konta PPTP nieudane"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+msgid "Go up one dfsshare"
+msgstr "Idź w górę jeden udział DFS"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
-msgstr "Inranet"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr "Idź do głównego DFS"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-msgid "Removing intranet account failed"
-msgstr "Usuwanie konta intranet nieudane"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+msgid "Create new dfsshare"
+msgstr "Utwórz nowy udział DFS"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-msgid "Saving intranet account failed"
-msgstr "Zapisywanie konta intranet nieudane"
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+msgstr "Kontener"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit department"
+msgstr "Zatwierdź departament"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
-msgid "Removing PHPgw account failed"
-msgstr "Usuwanie konta PHPgw nieudane"
+#: plugins/addons/godfs/contents.tpl:8
+msgid "DFS Shares"
+msgstr "Udziały DFS"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
-msgstr "Zapisywanie konta PHPgw nieudane"
+#: plugins/addons/godfs/contents.tpl:26
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych udziałów DFS. "
+"Posiadając dużą ilość udziałów DFS, może okazać się wygodniejsze korzystanie "
+"z selektorów zakresu na górze listy udziałów DFS."
 
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-msgid "PHPscheduleit account"
-msgstr "konto PHPscheduleit"
+#: plugins/addons/godfs/contents.tpl:40
+msgid "Display dfs shares matching"
+msgstr "Wyświetl udziały DFS pasujące"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
-msgstr "Kolab"
+#: plugins/addons/godfs/contents.tpl:44
+msgid "Regular expression for matching dfs share names"
+msgstr "Wyrażenie regularne dla dopasowanie nazw udziałów DFS"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
-msgid ""
-"You're trying to add an invalid email address to the list of delegations."
-msgstr "Próbujesz dodać nieprawidłowy adres email do listy delegacji."
+#: plugins/addons/godfs/generic.tpl:4
+msgid "DFS Properties"
+msgstr "Właściwości DFS"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
-msgstr ""
-"Adres email, który próbujesz dodać nie jest podstawowym adresem istniejącego "
-"użytkownika."
+#: plugins/addons/godfs/generic.tpl:8
+msgid "Name of dfs Share"
+msgstr "Nazwa udziału DFS"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
-msgstr "Zawsze akceptuj"
+#: plugins/addons/godfs/generic.tpl:16
+msgid "Fileserver"
+msgstr "Serwer plików"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
-msgstr "Zawsze odrzuć"
+#: plugins/addons/godfs/generic.tpl:20
+msgid "Share on Fileserver"
+msgstr "Udział na serwerze plików"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-msgid "Reject if conflicts"
-msgstr "Odmów jeśli koliduje"
+#: plugins/addons/godfs/generic.tpl:30
+msgid "DFS Location"
+msgstr "Lokacja DFS"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
-msgstr "Ustaw ręcznie jeśli koliduje"
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr "Administracja Distributed File System"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-msgid "Manual"
-msgstr "Ręczne"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "export LDIF"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
-msgstr "Anonimowy"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+msgid "You've no permission to do CSV imports."
+msgstr "Brak uprawnień do wykonania importu CSV."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, fuzzy, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "Usuwanie konta ogólnego użytkownika nieudane"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
+msgstr "Potrzeba 'sn', 'givenName' oraz 'uid' do utworzenia użytkownika."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-msgid "The value specified as Free Busy future needs to be an integer."
-msgstr "Wartość podana jako przyszłość FreeBusy musi być liczbą."
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+msgid "failed"
+msgstr "błąd"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Wartość podana jako informacyjny URL FreeBusy jest nieprawidłowa."
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
+msgstr "ok"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr "Polityka zapraszania dla adresu '%s' jest nieprawidłowa."
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
+msgid "status"
+msgstr "status"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
 #, php-format
 #, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
-msgstr "Brak użytkownika pocztowego o adresie '%s' dla polityki zapraszania!"
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr "Wystąpił błąd podczas dodawania wpisu %s - proces przerwany"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, fuzzy, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Zapisywanie konta Kolab nieudane"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr "Nic do importowania!"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: 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 "Brak wgranych plików."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
-msgid "Removing pureftpd account failed"
-msgstr "Usuwanie konta pureftpd nieudane"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+msgid "The specified file is empty."
+msgstr "Podany plik jest pusty."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-msgid "Value specified as 'Upload bandwidth' is not valid."
-msgstr "Wartość podana jako 'Przepustowość wysyłania' jest nieprawidłowa"
+#: plugins/addons/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr "Wybrany plik nie zawiera żadnych danych CSV..."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Wartość podana jako 'Przepustowość ściągania' jest nieprawidłowa."
+#: plugins/addons/ldapmanager/class_export.inc:6
+msgid "CSV import"
+msgstr "import CVS"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "Wartość podana jako 'Pliki' jest nieprawidłowa"
+#: plugins/addons/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+msgid "You've no permission to do LDAP exports."
+msgstr "Brak uprawnień do eksportowania bazy LDAP."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "Wartość podana jako 'Rozmiar' jest nieprawidłowa."
+#: plugins/addons/ldapmanager/class_export.inc:83
+#: plugins/addons/ldapmanager/class_exportxls.inc:89
+msgid "Error while exporting the requested entries!"
+msgstr "Błąd podczas eksportowania żądanych wpisów!"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Wartość podana jako 'Proporcja' jest nieprawidłowa."
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+msgid "XLS import"
+msgstr "Import XLS"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
-msgstr "Zapisywanie konta pureftpd nieudane"
+#: plugins/addons/ldapmanager/class_import.inc:41
+msgid "You've no permission to do LDAP imports."
+msgstr "Nie masz uprawnień aby wykonać import LDAP."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
-msgstr "Open-Xchange"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr "Nieznany błąd"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-msgid "Couldn't connect to postgresql database!"
-msgstr "Nie można połączyć się z bazą PostgreSQL!"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+msgid "LDAP manager"
+msgstr "Menedżer LDAP"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
-msgstr "Brak wymaganych parametrów dla plugina połączeń openXchange!"
+#: 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 ""
+"Dodatek imoprt CSV zapewnia metody do wygenerowania kont użytkowników z "
+"pliku zawierającego wartości oddzielone przecinkami. Administrator może "
+"zdecydować które kolumny powinny być zmapowane na jakie atrybuty. Proszę "
+"zauważyć że trzeba zmapować conajmniej zestaw UID, GIVENNAME i SURENAME."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Brak modułu PHP do bazy PostgreSQL!"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr "Wybierz plik CSV do importu"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
-msgstr "Usuwanie książki adresowej oxchange nieudane"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Przeglądaj"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-msgid "Removing oxchange account failed"
-msgstr "Usuwanie konta oxchange nieudane"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+msgid "Select template"
+msgstr "Wybierz Szablon"
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
-#, fuzzy
-msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
-msgstr ""
-"Nazwa konta Open-Xchange jest pusta więc nieprawidłowa!. Proszę sprawdzić czy"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr "Wszystkie elementy zostały prawidłowo zapisane w bazie LDAP."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
-msgstr "Zapisywanie konta oxchange nieudane"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr "Ups. Wystąpił błąd podczas importu danych."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
-msgstr "Tworzenie drzewa książki adresowej oxchange nieudane"
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr "Raport z importu:"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-msgid "Opengroupware account"
-msgstr "Konto Opengroupware"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+msgid "Selected Template"
+msgstr "Wybrany Szablon"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
+#: plugins/addons/ldapmanager/contentexport.tpl:3
 msgid ""
 msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+"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 ""
-"OpenGroupware: Brak rozszerzenia postgresql. Nie można wykonywać zadnych "
-"zapytań do bazy danych."
+"Dodatek eksport LDIF zapewnia metody do sciągnięcia pełnego obrazu "
+"działającego katalogu LDAP jako ldif. Można zapisać te pliki dla celów "
+"bezpieczeństwa lub podczas inicjalizacji nowego serwera."
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
-msgstr ""
-"OpenGroupware: Brak konfiguracji bazy dla OpenGroupware. Nie można pobierać "
-"ani wysyłać żadnych informacji."
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Eksportuj pojedynczy wpis"
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
-msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
-msgstr ""
-"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
-"parametry konfiguracji."
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+msgstr "Eksportuj kompletny LDIF dla"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-msgid "PHPscheduleit"
-msgstr "PHPscheduleit"
+#: 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 "Wybierz departament, który chcesz eksportować"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-msgid "Removing PHPscheduleit account failed"
-msgstr "Usuwanie konta PHPscheduleit nieudane"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr "Eksportuj IVBB LDIF dla"
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
-msgid "Saving PHPscheduleit account failed"
-msgstr "Zapisywanie konta PHPscheduleit nieudane"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+msgid "Export successful"
+msgstr "Eksport zakończony powodzeniem"
 
 
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-msgstr "To konto nie posiada rozszerzeń do Połączeń"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Kliknij tutaj aby zapisać kompletną bazę LDAP do pliku"
 
 
-#: plugins/gofax/blocklists/generic.tpl:8
-msgid "List name"
-msgstr "Nazwa listy"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Kliknij tutaj aby zapisać Eksport LDAP"
 
 
-#: plugins/gofax/blocklists/generic.tpl:10
-msgid "Name of blocklist"
-msgstr "Nazwa bloklisty"
+#: 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 ""
+"Dodatek export XLS umożliwia ściąganie pełnego obrazu działającego katalogu "
+"LDAP jalo xls. Można zapisać te pliki dla dokumentacji."
 
 
-#: plugins/gofax/blocklists/generic.tpl:16
-msgid "Select subtree to place blocklist in"
-msgstr "Sybierz poddrzewo do umiszczenia bloklisty"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+msgid "Choose the data you want to Export"
+msgstr "Wybierz dane które chcesz eksportować"
 
 
-#: plugins/gofax/blocklists/generic.tpl:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Typ"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr "Eksportuj kompletny XLS dla"
 
 
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Wybierz, czy filtrować nadchodzące czy przychodzące rozmowy"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the complete LDAP database to a xls file"
+msgstr "Kliknij tutaj aby zapisać kompletną bazę LDAP do pliku xls"
 
 
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Opis tej bloklisty"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Kliknij tutaj aby zapisać Eksport LDAP do pliku xls"
 
 
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Blokowane numery"
+#: 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 ""
+"Import LDIF umożliwia wprowadzenie zestawu wpisów do działającego katalogu "
+"LDAP jako ldif. Można użyć tej funkcjonalności aby dodać nowe lub "
+"zmodyfikować isniejące wpisy. Pamiętaj, że GOsa nie sprawdza zgodności ldif "
+"z systemem GOsa."
 
 
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Numery mogą również zawierać maski"
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr "Importuj plik LDIF"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Bloklisty FAX"
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr " Zmień istniejące atrybuty"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
-#, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Zamierzasz usunąć bloklistę '%s'."
+#: plugins/addons/ldapmanager/contentimport.tpl:33
+msgid "Overwrite existing entry"
+msgstr "Zastąp istniejący wpis"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "Brak uprawnień do usunięcia tej bloklisty."
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+msgid "Import successful"
+msgstr "Import powiódł się"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Proszę podać prawidłowy numer telefonu."
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Logi systemowe"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "wysyłanie"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Nie zdefiniowano serwerów logowania!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "odbieranie"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
+msgstr "Brak rozszerzenia mysql, proszę sprawdzić ustawienia php."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
-msgstr "Usuwanie obiektu bloklisty nieudane"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr ""
+"Nie można połączyć się z bazą serwera logowania. Nie można wyświetlić logów!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr "Brak uprawnień do tworzenia bloklisty w tym miejscu."
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
+msgstr "Nie można wybrać bazy danych do generowania logów!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "Wymagane pole 'Nazwa' jest puste."
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "Zapytanie do bazy logów nieudane!"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Wymaganie pole 'Nazwa' zawiera niedozwolone znaki"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "jedna godzina"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "Podana nazwa jest już używana."
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 godzin"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr "Brak uprawnień do tworzenia bloklisty w tym miejscu."
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 godzin"
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
-msgstr "Zapisywanie obiektu bloklisty nieudane"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 godziny"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Lista bloklist"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 dni"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
-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 ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych bloklist. "
-"Posiadając duże listy, może okazać się wygodniejsze korzystanie z selektorów "
-"zakresu na górze."
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "jeden tydzień"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-msgid "Blocklist name"
-msgstr "Nazwa bloklisty"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 tygodnie"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Akcje"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "one month"
+msgstr "jeden miesiąc"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Wybierz aby zobaczyć bloklisty wysyłania"
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Filtr"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Pokaż bloklisty wysyłania"
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Pokaż hosty"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Wybierz aby zobaczyć bloklisty odbierania"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Poziom logu"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Pokaż bloklisty otrzymywania"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Interwał czasowy"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Select to search within subtrees"
-msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Proszę podać szukany ciąg znaków"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Wyrażenie regularne do dopasowania nazw list"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Reguły"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "Create new blocklist"
-msgstr "Utwórz nową bloklistę"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Edytuj"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
-msgid "New Blocklist"
-msgstr "Nowa Bloklista"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Poziom"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-msgid "Submit department"
-msgstr "Zatwierdź departament"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Nazwa hosta"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
-msgstr "Wyślij"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Data"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "edit"
-msgstr "edytuj"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Wiadomość"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
-msgid "Edit user"
-msgstr "Edytuj użytkownika"
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "Wyszukiwanie nie zwróciło żadnych wyników..."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "delete"
-msgstr "Usuń"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Podgląd logu systemowego"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
-msgid "Delete user"
-msgstr "Usuń użytkownika"
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
+msgid "Mail queue"
+msgstr "Kolejka pocztowa"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Ostrzeżenie"
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+msgstr "Proszę sprawdzić plik 'gosa.conf', brak opcji 'MAILQUEUESCRIPTPATH."
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.tpl:6
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 msgstr ""
-"Proszę upewnić się, że faktycznie chcesz wykonać tą operację. Nie ma "
-"możliwości odwrócenia tego procesu."
+"Proszę sprawdzić plik 'gosa.conf', polecenie '%s' nie może być wykonane."
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
+msgstr "Nie ma zdefiniowanych serwerów pocztowych"
+
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr "góra"
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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 ""
-"Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby "
-"anulować."
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
+msgid "down"
+msgstr "dół"
 
 
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Zarządzanie bloklistą"
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr "bez limitu"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Numer faxu dla GOfax dla przełączenia"
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "godzina"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Język"
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
+msgid "hours"
+msgstr "godzin"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr "Podaj język komunikacji GOfax dla bramki fax2mail"
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr "Wstrzymaj"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Format dostarczania"
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr "Wznów"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Podaj format dostarczania dla bramki fax-mail"
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
+msgid "Active"
+msgstr "Aktywne"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Metody dostarczania"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
+msgstr "Nieaktywne"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Tymczasowo zablokuj używanie faxu"
+#: plugins/addons/mailqueue/contents.tpl:12
+msgid "Please enter a search string here."
+msgstr "Proszę podać tutaj szukany ciąg znaków."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
-msgid "Deliver fax as mail to"
-msgstr "Dostarcz fax jako pocztę do"
+#: plugins/addons/mailqueue/contents.tpl:14
+msgid "Select a server"
+msgstr "Wybierz serwer"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Dostarcz fax jako pocztę"
+#: plugins/addons/mailqueue/contents.tpl:17
+msgid "with status"
+msgstr "ze statusem"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Dostarcz fax na drukarkę"
+#: plugins/addons/mailqueue/contents.tpl:21
+msgid "within the last"
+msgstr "W ciągu ostatnich"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Alternatywne numery faxu"
+#: plugins/addons/mailqueue/contents.tpl:29
+msgid "Remove all messages"
+msgstr "Usuń wszystkie wiadomości"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "Bloklisty"
+#: plugins/addons/mailqueue/contents.tpl:30
+msgid "Remove all messages from selected servers queue"
+msgstr "Usuń wszystkie wiadomości z wybranej kolejki serwerów"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "Bloklisty dla nadchodzących faxów"
+#: plugins/addons/mailqueue/contents.tpl:31
+msgid "Hold all messages"
+msgstr "Wstrzymaj wszystkie wiadomości"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "Bloklisty dla wychodzących faxów"
+#: plugins/addons/mailqueue/contents.tpl:32
+msgid "Hold all messages in selected servers queue"
+msgstr "Wstrzymaj wszystkie wiadomości w wybranej kolejce serwerów"
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-#, fuzzy
-msgid "Alternate fax numbers will not be copied"
-msgstr "Alternatywne numery faxu"
+#: plugins/addons/mailqueue/contents.tpl:33
+msgid "Release all messages"
+msgstr "Wznów wszystkie wiadomości"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Wybierz numery do dodania"
+#: plugins/addons/mailqueue/contents.tpl:34
+msgid "Release all messages in selected servers queue"
+msgstr "Wznów wszystkie wiadomości w wybranej kolejce serwerów"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Wyświetl numery departamentu"
+#: plugins/addons/mailqueue/contents.tpl:35
+msgid "Requeue all messages"
+msgstr "Przekolejkuj wszystkie wiadomości"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Wyświetl numery pasujące"
+#: plugins/addons/mailqueue/contents.tpl:36
+msgid "Requeue all messages in selected servers queue"
+msgstr "Przekolejkuj wszystkie wiadomości w wybranej kolejce serwera"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Wyrażenie regularne dla dopasowania numerów"
+#: plugins/addons/mailqueue/contents.tpl:46
+msgid "Search returned no results"
+msgstr "Wyszukiwanie nie zwróciło danych"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Wyświetl numery użytkownika"
+#: plugins/addons/mailqueue/contents.tpl:52
+msgid "ID"
+msgstr "ID"
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Nazwa użytkownika którego numery są pokazane"
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Serwer"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Zablokowane numery/listy"
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Rozmiar"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Lista predefiniowanych bloklist"
+#: plugins/addons/mailqueue/contents.tpl:55
+msgid "Arrival"
+msgstr "Dotarcie"
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
-msgid "Add the list to the blocklists"
-msgstr "Dodaj listę do bloklisty"
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Nadawca"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Ustawienia FAX"
+#: plugins/addons/mailqueue/contents.tpl:57
+msgid "Recipient"
+msgstr "Odbiorca"
 
 
-#: 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:58
+msgid "Error"
+msgstr "Błąd"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "To konto nie posiada rozszerzenia fax"
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
+msgid "delete"
+msgstr "Usuń"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "Usuń konto fax"
+#: plugins/addons/mailqueue/contents.tpl:93
+msgid "Delete this message"
+msgstr "Usuń tą wiadomosc"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:168
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
-msgstr "To konto ma włączone cechu fax. Można je wyłączyć klikając poniżej."
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "unhold"
+msgstr "wznów"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Utwórz konto fax"
+#: plugins/addons/mailqueue/contents.tpl:97
+msgid "Release message"
+msgstr "Wznów wiadomość"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
-msgstr "To konto ma wyłączone cechy faxu. Można je włączyć klikając poniżej."
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "hold"
+msgstr "wstrzymaj"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "Nieprawidłowy numer telefonu."
+#: plugins/addons/mailqueue/contents.tpl:101
+msgid "Hold message"
+msgstr "Wstrzymaj wiadomość"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "wróć"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "requeue"
+msgstr "rekolejkuj"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-msgid "Removing FAX account failed"
-msgstr "Usuwanie konta FAX nieudane"
+#: plugins/addons/mailqueue/contents.tpl:105
+msgid "Requeue this message"
+msgstr "Rekolejkuj tą wiadomość"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "Wymagane pole 'fax' jest puste."
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "header"
+msgstr "nagłówek"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Proszę podać prawidłowy numer telefonu w polu 'Fax'."
+#: plugins/addons/mailqueue/contents.tpl:108
+msgid "Display header from this message"
+msgstr "Wyświetl nagłówek tej wiadomości"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:91
+msgid "no example"
+msgstr "brak przykładu"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-msgid "Mail delivery is checked, but no address has been specified."
-msgstr "Dostarczanie poczty jest włączone, ale nie podano adresu."
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Ten 'dn' nie jest aplikacją."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
-msgid "The mail address you've entered is invalid."
-msgstr "Adres email który podano jest nieprawidłowy."
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+msgid "Removing application failed"
+msgstr "Usuwanie aplikacji nieudane"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
-msgstr ""
-"Dostarczanie faxu do drukarki jest możliwe jedynie gdy istnieje prawidłowa "
-"drukarka. Proszę poprawić."
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
+msgstr "Usuwanie aplikacji z grupy obiektów '%s' nieudane"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
-msgstr "Zapytanie konta FAX nieudane!"
+#: plugins/admin/applications/class_applicationGeneric.inc:225
+#, php-format
+msgid "Removing application from group '%s' failed"
+msgstr "Usuwanie aplikacji z grupy '%s' nieudane"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "Filtr"
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Podany obrazek nie został wgrany prawidłowo."
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Szukaj dla"
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr "Podana ścieżka wykonania musi zaczynać się od '/'."
 
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Wprowadź poszukiwaną nazwę użytkownika"
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr "Brak uprawnień do tworzenia aplikacji w tej 'bazie'."
 
 
-#: 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 "w"
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Wymagane pole 'Nazwa' nie jest wypełnione."
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Wybierz poddrzewo od którego zacząć szukanie"
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr "Nieprawidłowe znaki w nazwie aplikacji. Dozwolone są tylko a-z 0-9."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "podczas"
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Wymagane pole 'Wykonanie' nie jest wypełnione."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Szukaj"
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Już istnieje aplikacja o takiej 'Nazwie'"
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Użytkownik"
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+msgid "Saving application failed"
+msgstr "Zapyisywanie aplikacji nieudane"
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Data"
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+msgid "Application settings"
+msgstr "Ustawienia Aplikacji"
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Nadawca"
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Nazwa aplikacji"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Odbiorca"
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Wyświetlana nazwa aplikacji (pod ikoną)"
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "# stron"
+#: plugins/admin/applications/class_applicationManagement.inc:299
+#, php-format
+msgid "You're about to delete the application '%s'."
+msgstr "Zamierzasz usunąć aplikację '%s'."
 
 
-#: plugins/gofax/faxreports/contents.tpl:50
-#: plugins/addons/logview/contents.tpl:97
-#: plugins/gofon/fonreports/contents.tpl:51
-msgid "Search returned no results..."
-msgstr "Wyszukiwanie nie zwróciło żadnych wyników..."
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "Brak uprawnień do usunięcia tej aplikacji!"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Podgląd FAXu - proszę poczekać"
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Usuń opcje"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Kliknij na fax aby pobrać"
+#: plugins/admin/applications/class_applicationParameters.inc:55
+msgid "This application has options. You can disable them by clicking below."
+msgstr ""
+"Ta aplikacja ma włączone cechy opcji. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "FAX ID"
+#: plugins/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Utwórz opcje"
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Data/Czas"
+#: plugins/admin/applications/class_applicationParameters.inc:58
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
+msgstr ""
+"Ta aplikacja ma wyłączone cechy opcji. Można je włączyć klikając poniżej."
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "MSN nadawcy"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Zmienna"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "ID nadawcy"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "Domyślna wartość"
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "MSN odbiorcy"
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Dodaj opcję"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "ID odbiorcy"
+#: plugins/admin/applications/class_applicationParameters.inc:142
+msgid "Removing application parameters failed"
+msgstr "Usuwanie parametrów aplikacji nieudane"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Informacja o statusie"
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Wartość '%s' podana jako nazwa opcji jest nieprawidłowa."
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Czas transferu"
+#: plugins/admin/applications/class_applicationParameters.inc:206
+msgid "Saving applications parameters failed"
+msgstr "Zapisywanie parametrów aplikacji nieudane"
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Raporty FAX"
+#: plugins/admin/applications/class_divListApplication.inc:29
+msgid "List of Applications"
+msgstr "Lista aplikacji"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Raporty FAX"
+#: plugins/admin/applications/class_divListApplication.inc:30
+msgid "This table displays all applications in the selected tree."
+msgstr "Ta tabela wyświetla wszystkie aplikacje w wybranym drzewie."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
+#: plugins/admin/applications/class_divListApplication.inc:34
 msgid ""
 msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
+"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 ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych aplikacji. "
+"Posiadając dużą liczbę aplikacji, może okazać się wygodniejsze korzystanie z "
+"selektorów zakresu na górze."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-msgid "There is no mysql extension available, please check your php setup."
-msgstr "Brak rozszerzenia mysql, proszę sprawdzić ustawienia php."
-
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-msgid "Can't connect to fax database, no reports can be shown!"
-msgstr "Nie można połączyć się z bazą fax, nie można pokazać żadnych raportów!"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+msgid "Select to search within subtrees"
+msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
-msgstr "Nie można wybrać bazy fax aby generować raport!"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
+msgstr "Ignoruj poddrzewa"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
-#, fuzzy
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr "Nie można wybrać bazy fax aby generować raport!"
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Wyświetl użytkowników pasujących"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "Zapytanie do bazy fax nieudane!"
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "new"
+msgstr "nowa"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "Brak uprawnień do pobierania informacji o tym faxie!"
+#: plugins/admin/applications/class_divListApplication.inc:90
+msgid "Create new application"
+msgstr "Utwórz nową aplikację"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-msgstr "R-M-D"
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Aplikacja"
 
 
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Imię"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "cut"
+msgstr "wytnij"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-#: plugins/addons/addressbook/address_edit.tpl:66
-#: plugins/addons/addressbook/address_info.tpl:29
-msgid "Private"
-msgstr "Prywatne"
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+msgid "Cut this entry"
+msgstr "Wytnij ten obiekt"
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Kontakt"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
+msgstr "kopiuj"
 
 
-#: 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 ""
-"Dodatek lista telefonów udostępnia listę oraz mechanizmy wyszukiwania dla "
-"ludzi w firmie. Mozna podawać gwiazdkę [*] np. 'Go*us' aby znależć "
-"'Gonicus'. Użyj filtrów poniżej aby zawęzić wyniki wyszukiwania."
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "Copy this entry"
+msgstr "Kopiuj ten obiekt"
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-msgstr "Dodaj pozycję"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
+msgid "edit"
+msgstr "edytuj"
 
 
-#: plugins/addons/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "Edycja pozycji"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+msgid "Edit this entry"
+msgstr "Edytuj ten obiekt"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Usuń pozycję"
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+msgid "Delete this entry"
+msgstr "Usuń ten obiekt"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Wybierz aby zobaczyć zwykłych użytkowników"
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+msgstr "Uruchom"
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Pokaż elementy organizacyjne"
+#: plugins/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Ścieżka i/lub nazwa binarium aplikacji"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-msgstr "Wybierz aby zobaczyć użytkowników w książce adresowej"
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Wybierz poddrzewo do umieszczenia aplikacji"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Pokaż elementy książki adresowej"
+#: plugins/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
+msgid "Select a base"
+msgstr "Wybierz bazę"
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Wyświetl wyniki dla departamentu"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Ikona"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Dopasuj obiekt"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Aktualizuj"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Wybierz obiekt w którym będziesz przeszukiwać"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Przeładuj obrazek z LDAP"
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Poszukiwany napis"
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Tylko wykonywalne dla członków"
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Połączenie dzwonienia..."
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Podmień konfigurację użytkownika na starcie"
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Dzwonienie"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Utwórz ikonę na desktopie członka"
 
 
-#: 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 ""
-"Operacja odnosi się do wszystkich danych książki adresowej w tym elemencie. "
-"Proszę upewnić się że jest to pożądana akcja, gdyż nie będzie możliwości "
-"powrotu."
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Utwórz wpis w menu startowym członka"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Wybierz departament do przechowania wpisu"
+#: plugins/admin/applications/generic.tpl:89
+msgid "Place entry in members launch bar"
+msgstr "Utwórz wpis w pasku uruchamiania członka"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Osobiste"
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
+msgid "Upload"
+msgstr "Wgraj"
 
 
-#: 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 "Inicjały"
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
+msgid "Download"
+msgstr "Ściągnij"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "Email"
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Zarządzanie aplikacją"
+
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+msgid "Branches"
+msgstr "Gałęzie"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Organizacyjne"
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
+msgid "Current release"
+msgstr "Obecne wydanie"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Firma"
+#: 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 ""
+"To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, "
+"gdyż nie ma operacji powrotu."
 
 
-#: 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 "Miasto"
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+msgid "Removing department failed"
+msgstr "Usuwanie departamentu nieudane"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Kraj"
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "Brak uprawnień do tworzenia departamentu w tym miejscu."
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Książka adresowa"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Istnieje już departament o takiej nazwie."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Książka adresowa"
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Wymagane pole 'Nazwa' jest puste."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Zadzwonić teraz z '%s' do '%s'?"
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Wymagane pole 'Opis' nie jest wypełnione."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:164
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, php-format
 msgid ""
 msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
 msgstr ""
 msgstr ""
-"Brak ustawionego osobistego numeru telefonu. Proszę uzupełnić aby móc "
-"wykonywać bezpośrednie połączenia."
+"Pole 'Nazwa' zawiera zarezerwowane słow '%s'. Proszę wybrać inną nazwę."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
-msgid "Removing addressbook entry failed"
-msgstr "Usuwanie wpisu książki adresowej nieudane"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
+msgstr ""
+"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki "
+"administracyjnej!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "Brak uprawnień do usunięcia tego elementu!"
+#: plugins/admin/departments/class_departmentGeneric.inc:330
+msgid "Saving department failed"
+msgstr "Zapisywanie departamentu nieudane"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
+#: plugins/admin/departments/class_departmentGeneric.inc:382
 #, php-format
 #, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Zamierzasz usunąć element %s."
+msgid "Tagging '%s'."
+msgstr "Zaznaczanie '%s'."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
+#: plugins/admin/departments/class_departmentGeneric.inc:470
 #, php-format
 #, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Zapisz kontakt dla %s jako wizytówka"
+msgid "Moving '%s' to '%s'"
+msgstr "Przenoszenie '%s' do '%s'"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
+#: plugins/admin/departments/class_departmentGeneric.inc:506
 #, php-format
 #, php-format
-msgid "Send mail to %s"
-msgstr "Wyślij email do %s"
-
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "Globalna książka adresowa"
+msgid "FAILED to copy %s, aborting operation"
+msgstr "BŁĄD kopiowania %s, anulowanie operacji"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-msgid "user database"
-msgstr "użyj bazy"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Departamenty"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
 #, php-format
 #, php-format
-msgid "Contact stored in '%s'"
-msgstr "Kontakt zachowany w '%s'"
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "Zamierzasz usunąć całe poddrzewo LDAP umieszczone pod '%s'."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Tworzenie nowego elementu w"
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
+msgstr "Brak uprawnień do usunięcia tego departamentu."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Wszystkie"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
+msgstr ".."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Imię"
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Lista departamentów"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Telefon do pracy"
+#: plugins/admin/departments/class_divListDepartment.inc:33
+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 ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych departamentów. "
+"Posiadając dużą ilość departamentów, może okazać się wygodniejsze "
+"korzystanie z selektorów zakresu na górze listy departamentów."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "Numer telefonu komórkowego"
+#: plugins/admin/departments/class_divListDepartment.inc:41
+msgid "Department name"
+msgstr "Nazwa departamentu"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Telefon domowy"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Wyrażenie regularne dla dopasowania nazw grup"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:80
-#: html/getxls.php:108 html/getxls.php:123 html/getxls.php:282
-#: html/getxls.php:299
-msgid "User ID"
-msgstr "Identyfikator użytkownika"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+msgid "Create new department"
+msgstr "Utwórz nowy departament"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+msgid "department"
+msgstr "departament"
+
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr "Przetwarzam zadaną operację"
+
+#: plugins/admin/departments/dep_iframe.tpl:3
 msgid ""
 msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
 msgstr ""
 msgstr ""
-"Nie można utworzyć unikalnego DN dla tego elementu. Proszę wypełnić więcej "
-"pól formularza."
+"Jak tylko operacja przenoszenia zakończy się, można przewinąć stronę na dół "
+"i nacisnąć przycisk 'Kontynuuj' aby przejść do dialogu zarządzania "
+"departamentami."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
 msgid ""
 msgid ""
-"You have no permissions to create or modify a global address book entry."
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
 msgstr ""
 msgstr ""
-"Brak uprawnień do tworzenia lub modyfikacji elementów w globalnej książce "
-"adresowej."
+"Twoja przeglądarka nie obsługuje iframes, proszę użyć tego linku aby wykonać "
+"żądaną operację."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-msgid "Saving addressbook entry failed"
-msgstr "Zapisywanie wpisu książki adresowej nieudane"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Właściwości"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-msgid "DFS Shares"
-msgstr "Udziały DFS"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Nazwa departamentu"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych udziałów DFS. "
-"Posiadając dużą ilość udziałów DFS, może okazać się wygodniejsze korzystanie "
-"z selektorów zakresu na górze listy udziałów DFS."
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Nazwa tworzonego poddrzewa"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-msgid "Display dfs shares matching"
-msgstr "Wyświetl udziały DFS pasujące"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Tekst opisujący departament"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-msgid "Regular expression for matching dfs share names"
-msgstr "Wyrażenie regularne dla dopasowanie nazw udziałów DFS"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Kategoria"
+
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Kategoria dla tego poddrzewa"
+
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Wybierz poddrzewo do umieszczenia departamentu"
+
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Stan w którym jest umieszczone to poddrzewo"
+
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Lokalizacja tego poddrzewa"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-msgid "DFS Properties"
-msgstr "Właściwości DFS"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Kod pocztowy tego poddrzewa"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-msgid "Name of dfs Share"
-msgstr "Nazwa udziału DFS"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Bazowy numer telefonu tego poddrzewa"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-msgid "Fileserver"
-msgstr "Serwer plików"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Bazowy numer faxu tego poddrzewa"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-msgid "Share on Fileserver"
-msgstr "Udział na serwerze plików"
+#: plugins/admin/departments/generic.tpl:81
+msgid "Administrative settings"
+msgstr "Ustawienia administracyjne"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-msgid "DFS Location"
-msgstr "Lokacja DFS"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
+msgstr "Zaznacz departament jako niezależną jednostkę administracyjną"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-msgid "DFS Managment"
-msgstr "Zarządzanie DFS"
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Zarządzanie departamentem"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
-msgid "Removing DFS share failed"
-msgstr "Usuwanie udziału DFS nieudane"
+#: 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 ""
+"Operacja odnosi sie do 'wszystkich' kont, systemów, etc w tym poddrzewie. "
+"Proszę upewnić się czy kontynuować, gdyż nie ma operacji powrotu."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
-msgstr "Nie znaleziono wpisów DFS"
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: 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 ""
+"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa "
+"drzewa LDAP. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-msgid "Go up one dfsshare"
-msgstr "Idź w górę jeden udział DFS"
+#: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
+msgid "Try to move tree failed. Destination tree is subtree of source tree."
+msgstr ""
+"Próba przeniesienia drzewa nieudana. Docelowe drzewo jest poddrzewem w "
+"drzewie źródłowym."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
-msgstr "Góra"
+#: 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 ""
+"Dodawanie nowej klasy do zarządzania FAI wymaga nazwy klasy. Należy podać "
+"unikalną nazwę klasy dla unikalnych typów klas FAI, podczas gdy można użyć "
+"tej samej nazwy klasy dla różnych typów klas FAI. W ostatnim przypadku, FAI "
+"automatycznie połączy wszystkie różne typy klas w jedną unikalną nazwę klasy."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
-msgstr "Idź do głównego DFS"
+#: plugins/admin/fai/askClassName.tpl:12
+msgid ""
+"Please use one of the following methods to choose the name for the new FAI "
+"class."
+msgstr ""
+"Proszę użyć jedną z poniższych metod dla wybrania nazwy nowej klasy FAI."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-msgid "Root"
-msgstr "Główny"
+#: plugins/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr "Podaj nazwę klasy FAI ręcznie"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
-msgid "Create new dfsshare"
-msgstr "Utwórz nowy udział DFS"
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
+msgid "Class name"
+msgstr "Nazwa klasy"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-msgid "Dfs share already exists."
-msgstr "Udział DFS już istnieje."
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
+msgstr "Wybierz nazwę klasy FAI z listy istniejących klas"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Wymagane pole 'Nazwa udziału DFS' nie jest wypełnione."
+#: plugins/admin/fai/askClassName.tpl:54
+msgid "Choose class name"
+msgstr "Wybierz nazwę klasy"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
-msgid "Required Field \"Description\" is not set."
-msgstr "Wymagane pole 'Opis' nie jest wypełnione."
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
+msgid "Use"
+msgstr "Użyj"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Wymagane pole 'Serwer plików' nie jest wypełnione."
+#: plugins/admin/fai/askClassName.tpl:74
+msgid "A new class name."
+msgstr "Nowa nazwa klasy"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Wymagane pole 'Udział na serwerze plików' nie jest wypełnione."
+#: plugins/admin/fai/branch_selector.tpl:21
+msgid "Create new branch"
+msgstr "Utwórz nową gałąź"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
-msgid "Required Field \"Location\" is not set."
-msgstr "Wymagane pole 'Lokalizacja' nie jest wypełnione."
+#: plugins/admin/fai/branch_selector.tpl:25
+msgid "Create new locked branch"
+msgstr "Utwórz nową zablokowaną gałąź"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
-msgstr "Administracja Distributed File System"
+#: plugins/admin/fai/branch_selector.tpl:30
+msgid "Delete current release"
+msgstr "Usuń bieżące wydanie"
 
 
-#: plugins/addons/mailqueue/contents.tpl:12
-msgid "Please enter a search string here."
-msgstr "Proszę podać tutaj szukany ciąg znaków."
+#: plugins/admin/fai/class_askClassName.inc:76
+msgid "Create new FAI object - partition table."
+msgstr "Utwórz nowy obiekt FAI - tablica partycji."
 
 
-#: plugins/addons/mailqueue/contents.tpl:14
-msgid "Select a server"
-msgstr "Wybierz serwer"
+#: plugins/admin/fai/class_askClassName.inc:77
+msgid "Create new FAI object - package bundle."
+msgstr "Utwórz nowy obiekt FAI - zestaw pakietów."
 
 
-#: plugins/addons/mailqueue/contents.tpl:17
-msgid "with status"
-msgstr "ze statusem"
+#: plugins/admin/fai/class_askClassName.inc:78
+msgid "Create new FAI object - script bundle."
+msgstr "Utwórz nowy obiekt FAI - zestaw skryptów."
 
 
-#: plugins/addons/mailqueue/contents.tpl:21
-msgid "within the last"
-msgstr "W ciągu ostatnich"
+#: plugins/admin/fai/class_askClassName.inc:79
+msgid "Create new FAI object - variable bundle."
+msgstr "Utwórz nowy obiekt FAI - zestaw zmiennych."
 
 
-#: plugins/addons/mailqueue/contents.tpl:29
-msgid "Remove all messages"
-msgstr "Usuń wszystkie wiadomości"
+#: plugins/admin/fai/class_askClassName.inc:80
+msgid "Create new FAI object - hook bundle."
+msgstr "Utwórz nowy obiekt FAI - zestaw zaczepów."
 
 
-#: plugins/addons/mailqueue/contents.tpl:30
-msgid "Remove all messages from selected servers queue"
-msgstr "Usuń wszystkie wiadomości z wybranej kolejki serwerów"
+#: plugins/admin/fai/class_askClassName.inc:81
+msgid "Create new FAI object - profile."
+msgstr "Utwórz nowy obiekt FAI - profil."
 
 
-#: plugins/addons/mailqueue/contents.tpl:31
-msgid "Hold all messages"
-msgstr "Wstrzymaj wszystkie wiadomości"
+#: plugins/admin/fai/class_askClassName.inc:82
+msgid "Create new FAI object - template."
+msgstr "Utwórz nowy obiekt FAI - szablon."
 
 
-#: plugins/addons/mailqueue/contents.tpl:32
-msgid "Hold all messages in selected servers queue"
-msgstr "Wstrzymaj wszystkie wiadomości w wybranej kolejce serwerów"
+#: plugins/admin/fai/class_askClassName.inc:83
+msgid "Create new FAI object"
+msgstr "Utwórz nowy obiekt FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:33
-msgid "Release all messages"
-msgstr "Wznów wszystkie wiadomości"
+#: plugins/admin/fai/class_askClassName.inc:138
+#, fuzzy
+msgid "Spaces are not allowed within class names."
+msgstr "Brak uprawnień do zmiany własnego hasła"
 
 
-#: plugins/addons/mailqueue/contents.tpl:34
-msgid "Release all messages in selected servers queue"
-msgstr "Wznów wszystkie wiadomości w wybranej kolejce serwerów"
+#: plugins/admin/fai/class_askClassName.inc:142
+msgid "The given class name is empty."
+msgstr "Podana klasa jest pusta."
 
 
-#: plugins/addons/mailqueue/contents.tpl:35
-msgid "Requeue all messages"
-msgstr "Przekolejkuj wszystkie wiadomości"
+#: plugins/admin/fai/class_askClassName.inc:146
+msgid "The specified class name is already in use for this object type."
+msgstr "Podana nazwa klasy jest już używana dla tego typu obiektu."
 
 
-#: plugins/addons/mailqueue/contents.tpl:36
-msgid "Requeue all messages in selected servers queue"
-msgstr "Przekolejkuj wszystkie wiadomości w wybranej kolejce serwera"
+#: plugins/admin/fai/class_divListFai.inc:43
+msgid "List of FAI classes"
+msgstr "Nazwy klas FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:46
-msgid "Search returned no results"
-msgstr "Wyszukiwanie nie zwróciło danych"
+#: plugins/admin/fai/class_divListFai.inc:44
+#, fuzzy
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Ta tabela wyświetla wszystkie systemy w wybranym drzewie."
 
 
-#: plugins/addons/mailqueue/contents.tpl:52
-msgid "ID"
-msgstr "ID"
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
+msgstr "To menu umożliwia tworzenie, usuwanie oraz edycję klas FAI."
 
 
-#: plugins/addons/mailqueue/contents.tpl:55
-msgid "Arrival"
-msgstr "Dotarcie"
+#: plugins/admin/fai/class_divListFai.inc:58
+msgid "Name of FAI class"
+msgstr "Nazwy klasy FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:57
-msgid "Recipient"
-msgstr "Odbiorca"
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
+msgstr "Typ klasy"
 
 
-#: plugins/addons/mailqueue/contents.tpl:58
-msgid "Error"
-msgstr "Błąd"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
+msgstr "Wyświetl obiekty profili FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
-msgid "Active"
-msgstr "Aktywne"
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Show profiles"
+msgstr "Pokaż profile"
+
+#: plugins/admin/fai/class_divListFai.inc:63
+msgid "Display FAI template objects"
+msgstr "Wyświetl szablony FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:93
-msgid "Delete this message"
-msgstr "Usuń tą wiadomosc"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Pokaż szablony"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "unhold"
-msgstr "wznów"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Display FAI scripts"
+msgstr "Wyświetl skrypty FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:97
-msgid "Release message"
-msgstr "Wznów wiadomość"
+#: plugins/admin/fai/class_divListFai.inc:64
+msgid "Show scripts"
+msgstr "Pokaż skrypty"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "hold"
-msgstr "wstrzymaj"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Display FAI hooks"
+msgstr "Wyświetl zaczepy FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:101
-msgid "Hold message"
-msgstr "Wstrzymaj wiadomość"
+#: plugins/admin/fai/class_divListFai.inc:65
+msgid "Show hooks"
+msgstr "Pokaż zaczepy"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "requeue"
-msgstr "rekolejkuj"
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Display FAI variables"
+msgstr "Wyświetl zmienne FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:105
-msgid "Requeue this message"
-msgstr "Rekolejkuj tą wiadomość"
+#: plugins/admin/fai/class_divListFai.inc:66
+msgid "Show variables"
+msgstr "Pokaż zmienne"
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "header"
-msgstr "nagłówek"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Display FAI packages"
+msgstr "Wyświetl pakiety FAI"
 
 
-#: plugins/addons/mailqueue/contents.tpl:108
-msgid "Display header from this message"
-msgstr "Wyświetl nagłówek tej wiadomości"
+#: plugins/admin/fai/class_divListFai.inc:67
+msgid "Show packages"
+msgstr "Pokaż pakiety"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
-msgid "Mail queue"
-msgstr "Kolejka pocztowa"
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Display FAI partitions"
+msgstr "Wyświetl partycje FAI"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
-msgstr "Proszę sprawdzić plik 'gosa.conf', brak opcji 'MAILQUEUESCRIPTPATH."
+#: plugins/admin/fai/class_divListFai.inc:68
+msgid "Show partitions"
+msgstr "Pokaż partycje"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
-#, fuzzy, php-format
-msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
-msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
+#: plugins/admin/fai/class_divListFai.inc:117
+msgid "New profile"
+msgstr "Nowy profil"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
-#, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
-msgstr ""
-"Proszę sprawdzić plik 'gosa.conf', polecenie '%s' nie może być wykonane."
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
+msgstr "P"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
-msgstr "Nie ma zdefiniowanych serwerów pocztowych"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "New partition table"
+msgstr "Nowa tablica partycji"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
-msgstr "góra"
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
+msgstr "PT"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
-msgid "down"
-msgstr "dół"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "New scripts"
+msgstr "Nowe skrypty"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
-msgstr "bez limitu"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
+msgstr "S"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
-msgid "hours"
-msgstr "godzin"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "New hooks"
+msgstr "Nowe zaczepy"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr "Wstrzymaj"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
+msgstr "H"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr "Wznów"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "New variables"
+msgstr "Nowe zmienne"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
-msgstr "Nieaktywne"
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
+msgstr "V"
 
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
-msgid "LDAP manager"
-msgstr "Menedżer LDAP"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "New templates"
+msgstr "Nowe szablony"
 
 
-#: 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 ""
-"Dodatek export XLS umożliwia ściąganie pełnego obrazu działającego katalogu "
-"LDAP jalo xls. Można zapisać te pliki dla dokumentacji."
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr "T"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Eksportuj pojedynczy wpis"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "New package list"
+msgstr "Nowa lista pakietów"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
-msgid "Choose the data you want to Export"
-msgstr "Wybierz dane które chcesz eksportować"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr "PK"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr "Eksportuj kompletny XLS dla"
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
+msgid "Edit class"
+msgstr "Edytuj klasę"
 
 
-#: 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 "Wybierz departament, który chcesz eksportować"
+#: plugins/admin/fai/class_divListFai.inc:221
+msgid "Delete class"
+msgstr "Usuń klasę"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr "Eksportuj IVBB LDIF dla"
+#: plugins/admin/fai/class_faiHook.inc:346
+msgid "Removing FAI hook base failed"
+msgstr "Usuwanie bazy zaczepu FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
-msgid "Export successful"
-msgstr "Eksport zakończony powodzeniem"
+#: plugins/admin/fai/class_faiHook.inc:382
+#, fuzzy, php-format
+msgid ""
+"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
+"given name."
+msgstr ""
+"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
+"dialogu edycji strefy."
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Kliknij tutaj aby zapisać kompletną bazę LDAP do pliku xls"
+#: plugins/admin/fai/class_faiHook.inc:415
+msgid "Saving FAI hook base failed"
+msgstr "Zapisywanie bazy zaczepu FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Kliknij tutaj aby zapisać Eksport LDAP do pliku xls"
+#: plugins/admin/fai/class_faiHook.inc:505
+msgid "Removing FAI hook failed"
+msgstr "Usuwanie zaczepu FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "export LDIF"
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
+msgid "Saving FAI hook failed"
+msgstr "Zapisywanie zaczepu FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-msgid "You've no permission to do CSV imports."
-msgstr "Brak uprawnień do wykonania importu CSV."
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
+msgid "Please select a valid file."
+msgstr "Proszę wybrać prawidłowy plik"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr "Potrzeba 'sn', 'givenName' oraz 'uid' do utworzenia użytkownika."
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
+msgid "Selected file is empty."
+msgstr "Wybrany plik jest pusty"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-msgid "failed"
-msgstr "błąd"
+#: plugins/admin/fai/class_faiHookEntry.inc:138
+msgid "Please enter a value for script."
+msgstr "Proszę podać wartość dla skryptu."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr "ok"
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
+msgid "Please enter a name."
+msgstr "Proszę podać nazwę"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
-msgid "status"
-msgstr "status"
+#: plugins/admin/fai/class_faiManagement.inc:32
+msgid "FAI"
+msgstr "FAI"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#: plugins/admin/fai/class_faiManagement.inc:33
+msgid "Fully Automatic Installation - management"
+msgstr "Fully Automatic Installation - zarządzanie"
+
+#: plugins/admin/fai/class_faiManagement.inc:173
 #, php-format
 #, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr "Wystąpił błąd podczas dodawania wpisu %s - proces przerwany"
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr "Zamierzasz usunąć wszyskie informacje o klasie FAI w '%s'."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr "Nic do importowania!"
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
+msgid "You are not allowed to delete this component!"
+msgstr "Brak uprawnień do usunięcia tego elementu!"
 
 
-#: 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 "Brak wgranych plików."
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr "Zamierzasz usunąć gałąź / zamrożenie FAI '%s'."
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
-msgid "The specified file is empty."
-msgstr "Podany plik jest pusty."
+#: plugins/admin/fai/class_faiManagement.inc:281
+msgid "You are not allowed to delete this release!"
+msgstr "Brak uprawnień do usunięcia tego wydania!"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr "Wybrany plik nie zawiera żadnych danych CSV..."
+#: plugins/admin/fai/class_faiManagement.inc:339
+msgid "Specified branch name is invalid."
+msgstr "Podana nazwa gałęzi jest niepoprawna."
 
 
-#: 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 ""
-"Import LDIF umożliwia wprowadzenie zestawu wpisów do działającego katalogu "
-"LDAP jako ldif. Można użyć tej funkcjonalności aby dodać nowe lub "
-"zmodyfikować isniejące wpisy. Pamiętaj, że GOsa nie sprawdza zgodności ldif "
-"z systemem GOsa."
+#: plugins/admin/fai/class_faiManagement.inc:341
+msgid "Specified freeze name is invalid."
+msgstr "Podana nazwa zamrożenia jest niepoprawna."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr "Importuj plik LDIF"
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
+msgid "This name is already in use."
+msgstr "Ta nazwa jest już w użyciu."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr " Zmień istniejące atrybuty"
+#: plugins/admin/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
+msgstr "Usuwanie bazy pakietów FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-msgid "Overwrite existing entry"
-msgstr "Zastąp istniejący wpis"
+#: plugins/admin/fai/class_faiPackage.inc:366
+msgid "Please select a least one Package."
+msgstr "Prosze wybrać przynajmniej jeden pakiet."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-msgid "Import successful"
-msgstr "Import powiódł się"
+#: plugins/admin/fai/class_faiPackage.inc:370
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Proszę wybrać poprawną kombinację dla ustawień repozytorium."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
+#: plugins/admin/fai/class_faiPackage.inc:383
+#, fuzzy, php-format
 msgid ""
 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."
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
 msgstr ""
 msgstr ""
-"Dodatek imoprt CSV zapewnia metody do wygenerowania kont użytkowników z "
-"pliku zawierającego wartości oddzielone przecinkami. Administrator może "
-"zdecydować które kolumny powinny być zmapowane na jakie atrybuty. Proszę "
-"zauważyć że trzeba zmapować conajmniej zestaw UID, GIVENNAME i SURENAME."
+"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
+"dialogu edycji strefy."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
-msgstr "Wybierz plik CSV do importu"
+#: plugins/admin/fai/class_faiPackage.inc:405
+msgid "package is configured"
+msgstr "pakiet jest skonfigurowany"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
-msgid "Select template"
-msgstr "Wybierz Szablon"
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
+msgstr "Pakiet zaznaczony do usunięcia"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
-msgstr "Wszystkie elementy zostały prawidłowo zapisane w bazie LDAP."
+#: plugins/admin/fai/class_faiPackage.inc:437
+#, php-format
+msgid "Package file '%s' does not exist."
+msgstr "Plik pakietu '%s' nie istnieje."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
-msgstr "Ups. Wystąpił błąd podczas importu danych."
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
+msgstr "Zapisywanie bazy pakietów nieudane"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
-msgstr "Raport z importu:"
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
+msgstr "Zapisywanie elementu pakietu FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-msgid "Selected Template"
-msgstr "Wybrany Szablon"
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
+#, php-format
+msgid "Debconf information for package '%s'"
+msgstr "Informacja Debconf dla pakietu '%s'"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-msgid "XLS import"
-msgstr "Import XLS"
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+msgid "Please enter your search string here"
+msgstr "Proszę podać szukany ciąg znaków"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-msgid "You've no permission to do LDAP exports."
-msgstr "Brak uprawnień do eksportowania bazy LDAP."
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+msgid ""
+"This list displays all assigned package names for this repository settings."
+msgstr ""
+"Ta lista wyświetla wszystkie przypisane nazwy pakietó dla tych ustawień "
+"repozytorium."
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
-msgstr "Błąd podczas eksportowania żądanych wpisów!"
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
+msgstr ""
+"Szukany ciąg znaków '%s' zwrócił za dużo wyników. Pokazanych jest tylko "
+"pierwsze 200 elementów aby zaoszczędzić pamięć. "
 
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-msgid "You've no permission to do LDAP imports."
-msgstr "Nie masz uprawnień aby wykonać import LDAP."
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
+#, php-format
+msgid "%s partition"
+msgstr "partycja %s"
 
 
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr "Nieznany błąd"
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
+#, php-format
+msgid "%s partition(s)"
+msgstr "partycje %s"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, fuzzy, php-format
 msgid ""
 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."
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
 msgstr ""
 msgstr ""
-"Dodatek eksport LDIF zapewnia metody do sciągnięcia pełnego obrazu "
-"działającego katalogu LDAP jako ldif. Można zapisać te pliki dla celów "
-"bezpieczeństwa lub podczas inicjalizacji nowego serwera."
-
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
-msgstr "Eksportuj kompletny LDIF dla"
+"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
+"dialogu edycji strefy."
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the complete LDAP database to a file"
-msgstr "Kliknij tutaj aby zapisać kompletną bazę LDAP do pliku"
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
+msgid "Saving FAI partition table base failed"
+msgstr "Zapisywanie bazy tablicy partycji FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:59
-msgid "Click here to save the LDAP Export "
-msgstr "Kliknij tutaj aby zapisać Eksport LDAP"
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
+msgid "Removing FAI partition table failed"
+msgstr "Usuwanie tablicy partycji FAI nieudane"
 
 
-#: plugins/addons/ldapmanager/class_export.inc:6
-msgid "CSV import"
-msgstr "import CVS"
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
+msgid "Saving FAI partition table failed"
+msgstr "Zapisywanie tablicy partycji FAI nieudane"
 
 
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Podgląd logu systemowego"
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
+msgid "Removing FAI partition table entry failed"
+msgstr "Usuwanie elementu tablicy partycji FAI nieudane"
 
 
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Logi systemowe"
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
+msgid "Saving FAI partition table entry failed"
+msgstr "Zapisywanie elementu tablicy partycji FAI nieudane"
 
 
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Nie zdefiniowano serwerów logowania!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+#, fuzzy
+msgid "primary"
+msgstr "Grupa podstawowa"
 
 
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr ""
-"Nie można połączyć się z bazą serwera logowania. Nie można wyświetlić logów!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+#, fuzzy
+msgid "logical"
+msgstr "Dodaj lokalne"
 
 
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
-msgstr "Nie można wybrać bazy danych do generowania logów!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
+msgid "FS type"
+msgstr "Typ FS"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "Zapytanie do bazy logów nieudane!"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+msgid "Mount point"
+msgstr "Punkt montowania"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "jedna godzina"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
+msgid "Size in MB"
+msgstr "Rozmiar w MB"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 godzin"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
+msgid "Mount options"
+msgstr "Opcje montowania"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 godzin"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
+msgid "FS option"
+msgstr "Opcje systemu plików"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 godziny"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+msgid "Preserve"
+msgstr "Zachowaj"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 dni"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr "proszę podać unikalny punkt montowania dla partycji %s"
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "jeden tydzień"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Proszę podać poprawny punkt montowania dla partycji %s."
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 tygodnie"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
+#, php-format
+msgid ""
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
+msgstr ""
+"Typ systemu plików 'swap' jest już użyty. Zmień system plików dla partycji %"
+"s."
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "jeden miesiąc"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+msgstr ""
+"Proszę użyć 'swap' jako punkt montowania w przypadku użycia systemu plików "
+"'swap'."
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Pokaż hosty"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
+#, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Proszę podać poprawny rozmiar partycji dla partycji %s."
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "Poziom logu"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
+#, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Proszę podać prawidłowy zasięg dla partycji %s."
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Interwał czasowy"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Proszę podać zasięg dla rozmiaru partycji %s."
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Proszę podać szukany ciąg znaków"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
+msgid ""
+"You have more than 3 primary partition table entries in your configuration, "
+"please check your configuration twice."
+msgstr ""
+"Jest więcej niż 3 wpisy w podstawowej tablicy partycji. Proszę sprawdzić "
+"konfigurację."
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Reguły"
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
+msgstr "Ta lista wyświetla wszystkie przypisane nazwy klas dla tego profilu."
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "Poziom"
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr "Zestaw zaczepów"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Nazwa hosta"
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
+msgid "Template bundle"
+msgstr "Zestaw szablonów"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "Wiadomość"
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
+msgid "Script bundle"
+msgstr "Zestaw skryptów"
 
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-msgid "Objects"
-msgstr "Obiekty"
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
+msgid "Variable bundle"
+msgstr "Zestaw zmiennych"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
-msgid "List of assigned variables"
-msgstr "Lista przypisanych zmiennych"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr "Zestaw pakietów"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
-msgstr "Wybierz zmienną do usunięcia lub edycji"
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
+msgid "Partition table"
+msgstr "Tablica partycji"
 
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-msgid "Fully Automatic Installation"
-msgstr "Fully Automatic Installation"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr "Usuń klasę z profilu"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
-msgid "Download"
-msgstr "Ściągnij"
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
+msgid "Down"
+msgstr "W dół"
 
 
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
-msgstr "Usuwanie bazy skryptów FAI nieudane"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr "Usuwanie profilu FAI nieudane"
 
 
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
 #, fuzzy, php-format
 msgid ""
 "Can't insert a script named '%s' in '%s' there is already a script with the "
 #, fuzzy, php-format
 msgid ""
 "Can't insert a script named '%s' in '%s' there is already a script with the "
@@ -5113,29 +5185,83 @@ msgstr ""
 "Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
 "dialogu edycji strefy."
 
 "Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
 "dialogu edycji strefy."
 
-#: plugins/admin/fai/class_faiScript.inc:393
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr "Proszę przypisać przynajmniej jedną klasę do tego profilu."
+
+#: plugins/admin/fai/class_faiProfile.inc:405
+msgid "Please enter a valid name."
+msgstr "Proszę podać prawidłową nazwę."
+
+#: plugins/admin/fai/class_faiProfile.inc:420
+msgid "There is already a profile with this class name defined."
+msgstr "Już istnieje profil ze zdefiniowaną tą nazwą klasy."
+
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr "Zapisywanie profilu FAI nieudane"
+
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
+msgstr "Zestaw pakietu"
+
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
+msgid "Objects"
+msgstr "Obiekty"
+
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
+msgstr "Usuwanie bazy skryptów FAI nieudane"
+
+#: plugins/admin/fai/class_faiScript.inc:388
 msgid "Creating FAI script base failed"
 msgstr "Tworzenie bazy skryptów FAI nieudane"
 
 msgid "Creating FAI script base failed"
 msgstr "Tworzenie bazy skryptów FAI nieudane"
 
-#: plugins/admin/fai/class_faiScript.inc:477
+#: plugins/admin/fai/class_faiScript.inc:472
 msgid "Removing FAI script failed"
 msgstr "Usuwanie skryptu FAI nieudane"
 
 msgid "Removing FAI script failed"
 msgstr "Usuwanie skryptu FAI nieudane"
 
-#: plugins/admin/fai/class_faiScript.inc:496
+#: plugins/admin/fai/class_faiScript.inc:491
 msgid "Saving FAI script failed"
 msgstr "Zapisywanie skryptu FAI nieudane"
 
 msgid "Saving FAI script failed"
 msgstr "Zapisywanie skryptu FAI nieudane"
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
-#: plugins/admin/departments/tabs_department.inc:31
-msgid "Try to move tree failed. Destination tree is subtree of source tree."
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+msgid "Please enter a script."
+msgstr "Proszę podać skrypt"
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
+msgid "Scripts"
+msgstr "Skrypty"
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
+msgstr "Lista pakietów"
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
 msgstr ""
 msgstr ""
-"Próba przeniesienia drzewa nieudana. Docelowe drzewo jest poddrzewem w "
-"drzewie źródłowym."
 
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
+msgstr "Ten obiekt nie ma przypisanych klas FAI."
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
+msgid "Open"
+msgstr "Otwórz"
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
+msgid "No."
+msgstr "Nie."
+
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
+msgid "FS options"
+msgstr "Opcje systemu plików"
+
+#: plugins/admin/fai/class_faiTemplate.inc:352
 #, fuzzy, php-format
 msgid ""
 "Can't insert a fai template named '%s' in '%s' there is already a template "
 #, fuzzy, php-format
 msgid ""
 "Can't insert a fai template named '%s' in '%s' there is already a template "
@@ -5144,152 +5270,299 @@ msgstr ""
 "Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
 "dialogu edycji strefy."
 
 "Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
 "dialogu edycji strefy."
 
-#: plugins/admin/fai/class_faiTemplate.inc:390
+#: plugins/admin/fai/class_faiTemplate.inc:385
 msgid "Saving FAI template base failed"
 msgstr "Zapisywanie bazy szablonów FAI nieudane"
 
 msgid "Saving FAI template base failed"
 msgstr "Zapisywanie bazy szablonów FAI nieudane"
 
-#: plugins/admin/fai/class_faiTemplate.inc:468
+#: plugins/admin/fai/class_faiTemplate.inc:463
 #, fuzzy
 msgid "Removing FAI template entry failed"
 msgstr "Usuwanie bazy szablonów FAI nieudane"
 
 #, fuzzy
 msgid "Removing FAI template entry failed"
 msgstr "Usuwanie bazy szablonów FAI nieudane"
 
-#: plugins/admin/fai/class_faiTemplate.inc:473
+#: plugins/admin/fai/class_faiTemplate.inc:468
 #, fuzzy
 msgid "Modifying FAI template entry failed"
 msgstr "Usuwanie bazy szablonów FAI nieudane"
 
 #, fuzzy
 msgid "Modifying FAI template entry failed"
 msgstr "Usuwanie bazy szablonów FAI nieudane"
 
-#: plugins/admin/fai/class_faiTemplate.inc:486
+#: plugins/admin/fai/class_faiTemplate.inc:481
 #, fuzzy
 msgid "Creating FAI template entry failed"
 msgstr "Zapisywanie bazy szablonów FAI nieudane"
 
 #, fuzzy
 msgid "Creating FAI template entry failed"
 msgstr "Zapisywanie bazy szablonów FAI nieudane"
 
-#: plugins/admin/fai/class_faiManagement.inc:32
-msgid "FAI"
-msgstr "FAI"
-
-#: plugins/admin/fai/class_faiManagement.inc:33
-msgid "Fully Automatic Installation - management"
-msgstr "Fully Automatic Installation - zarządzanie"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+msgid "no file uploaded yet"
+msgstr "Nie wgrano jeszcze żadnego pliku"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
 #, php-format
 #, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr "Zamierzasz usunąć wszyskie informacje o klasie FAI w '%s'."
+msgid "exists in database (size: %s bytes)"
+msgstr "istnieje w bazie danych (rozmiar %s bajtów)"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-msgid "You are not allowed to delete this component!"
-msgstr "Brak uprawnień do usunięcia tego elementu!"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
+msgid "Please specify a value for attribute 'file'."
+msgstr "Proszę podać wartość dla atrybutu 'plik'."
 
 
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
-msgstr "Zamierzasz usunąć gałąź / zamrożenie FAI '%s'."
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
+msgid "Please specify a value for attribute 'path'."
+msgstr "Proszę podać wartość dla atrybutu 'ścieżka'."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
+msgid "Please enter a user."
+msgstr "Proszę podać użytkownika"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Proszę podać prawidłowego użytkownika. Tylko a-z/0-9 są dozwolone."
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
+msgid "Please enter a group."
+msgstr "Proszę podać grupę"
+
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Proszę podać prawidłową grupę. Tylko a-z/0-9 są dozwolone."
+
+#: plugins/admin/fai/class_faiVariable.inc:280
+#, fuzzy, php-format
+msgid ""
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
+msgstr ""
+"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
+"dialogu edycji strefy."
+
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr "Zapisywanie bazy zmiennych FAI nieudane"
+
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr "Usuwanie zmiennej FAI nieudane"
+
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr "Zapisywanie zmiennej FAI nieudane"
+
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Proszę podać wartość dla atrybutu 'zawartość'."
+
+#: plugins/admin/fai/faiHook.tpl:36
+msgid "List of hook scripts"
+msgstr "Lista zaczepionych slryptów"
+
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Dodaj"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:287
-msgid "You are not allowed to delete this release!"
-msgstr "Brak uprawnień do usunięcia tego wydania!"
+#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
+msgid "Hook attributes"
+msgstr "Atrybuty zaczepu"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:345
-msgid "Specified branch name is invalid."
-msgstr "Podana nazwa gałęzi jest niepoprawna."
+#: plugins/admin/fai/faiHookEntry.tpl:34
+msgid "Task"
+msgstr "Zadanie"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:347
-msgid "Specified freeze name is invalid."
-msgstr "Podana nazwa zamrożenia jest niepoprawna."
+#: plugins/admin/fai/faiHookEntry.tpl:36
+msgid "Choose an existing FAI task"
+msgstr "Proszę wybrać istniejące zadanie FAI"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-msgid "This name is already in use."
-msgstr "Ta nazwa jest już w użyciu."
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+msgid "Import script"
+msgstr "Importuj skrypt"
 
 
-#: plugins/admin/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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 "Kontynuuj"
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Zastosuj"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
-msgid "Please enter your search string here"
-msgstr "Proszę podać szukany ciąg znaków"
+#: plugins/admin/fai/faiNewBranch.tpl:5
+msgid ""
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
+msgstr ""
+"Zamierzasz utworzyć gałąź lub zablokowaną gałąź. Ta akcja klonuje istniejące "
+"wydanie do innej nazwy wydania. Gałęzie mogą być zwyczajnie modyfikowane. "
+"Klasy FAI zablokowanych gałęzi nie mogą być modyfikowane, można tylko "
+"dodawać klasy. Nazwy gałęzi powinny składać się ze znaków alfanumerycznych i "
+"nie zawierać zarezerwowanych nazw 'scripts', 'hooks', 'partitions', "
+"'variables', 'templates', oraz 'fai'."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
+#: plugins/admin/fai/faiNewBranch.tpl:7
 msgid ""
 msgid ""
-"This list displays all assigned package names for this repository settings."
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
 msgstr ""
 msgstr ""
-"Ta lista wyświetla wszystkie przypisane nazwy pakietó dla tych ustawień "
-"repozytorium."
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
+#: plugins/admin/fai/faiNewBranch.tpl:13
+msgid "Please enter a name for the branch"
+msgstr "Proszę podać nazwę gałęzi"
+
+#: plugins/admin/fai/faiNewBranch.tpl:36
 msgid ""
 msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
 msgstr ""
 msgstr ""
-"Szukany ciąg znaków '%s' zwrócił za dużo wyników. Pokazanych jest tylko "
-"pierwsze 200 elementów aby zaoszczędzić pamięć. "
+"Jak tylko operacja kopiowania zakończy się, można przewinąć stronę na dół i "
+"nacisnąć przycisk 'Kontynuuj' aby przejść do dialogu zarządzania FAI."
 
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
-msgid "Branches"
-msgstr "Gałęzie"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
+msgstr "Wykonaj żądaną operację."
 
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
-msgid "Current release"
-msgstr "Obecne wydanie"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Initiate operation"
+msgstr "Zainicjiuj operację"
 
 
-#: plugins/admin/fai/branch_selector.tpl:21
-msgid "Create new branch"
-msgstr "Utwórz nową gałąź"
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
+msgid "Release"
+msgstr "Wersja"
 
 
-#: plugins/admin/fai/branch_selector.tpl:25
-msgid "Create new locked branch"
-msgstr "Utwórz nową zablokowaną gałąź"
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
+msgid "Section"
+msgstr "Sekcja"
 
 
-#: plugins/admin/fai/branch_selector.tpl:30
-msgid "Delete current release"
-msgstr "Usuń bieżące wydanie"
+#: plugins/admin/fai/faiPackage.tpl:49
+msgid "Install method"
+msgstr "Metoda instalacji"
 
 
-#: plugins/admin/fai/faiSummary.tpl:4
-msgid "FAI object tree"
-msgstr "Drzewo obiektów FAI"
+#: plugins/admin/fai/faiPackage.tpl:65
+msgid "Used packages"
+msgstr "Użyte pakiety"
 
 
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr "Przeładuj klasę i uwolnij konfigurację z obiektu nadrzędnego."
+#: plugins/admin/fai/faiPackage.tpl:67
+msgid "Choosen packages"
+msgstr "Wybrane pakiety"
 
 
-#: 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 ""
-"Operacja odnosi się do 'wszystkich' informacji obiektowych. Proszę upewnić "
-"się, czy na pewno wykonać tą operację, gdyż nie ma możliwości powrotu."
+#: plugins/admin/fai/faiPackage.tpl:74
+msgid "Toggle remove flag"
+msgstr "Przełącz flagę usuwania"
 
 
-#: 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/fai/faiPackageConfiguration.tpl:1
+msgid "Package"
+msgstr "Pakiet"
+
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+msgid "List of available packages"
+msgstr "Lista dostępnych pakietów"
+
+#: plugins/admin/fai/faiPackageEntry.tpl:26
 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 select multiple packages to add them to the "
+"currently edited package list."
 msgstr ""
 msgstr ""
-"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa "
-"drzewa LDAP. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać."
+"To menu umożliwia wybieranie wielu pakietów i dodawanie ich do obecnie "
+"edytowanej listy pakietów."
+
+#: plugins/admin/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Wyświetl obiekty pasujące"
+
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Wyrażenie regularne dla dopasowania nazw obiektów"
 
 #: plugins/admin/fai/faiPartitionTable.tpl:34
 msgid "Discs"
 
 #: plugins/admin/fai/faiPartitionTable.tpl:34
 msgid "Discs"
@@ -5299,6 +5572,26 @@ msgstr "Dyski"
 msgid "Choose a disk to delete or edit"
 msgstr "Wybierz dysk do usunięcia lub edycji"
 
 msgid "Choose a disk to delete or edit"
 msgstr "Wybierz dysk do usunięcia lub edycji"
 
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+msgid "Device"
+msgstr "Urządzenie"
+
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+msgid "Partition entries"
+msgstr "Partycje"
+
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+msgid "Add partition"
+msgstr "Dodaj partycje"
+
+#: plugins/admin/fai/faiProfile.tpl:32
+msgid "FAI classes"
+msgstr "Klasy FAI"
+
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
+msgid "Choose a priority"
+msgstr "Wybierz priorytet"
+
 #: plugins/admin/fai/faiProfileEntry.tpl:6
 msgid "List of FAI objects (Fully Automatic Installation)"
 msgstr "Lista obiektów FAI (Fully Automatic Installation)"
 #: plugins/admin/fai/faiProfileEntry.tpl:6
 msgid "List of FAI objects (Fully Automatic Installation)"
 msgstr "Lista obiektów FAI (Fully Automatic Installation)"
@@ -5335,4076 +5628,4205 @@ msgstr "Pokaż tylko klasy z pakietami"
 msgid "Show only classes with partitions"
 msgstr "Pokaż tylko klasy z partycjami"
 
 msgid "Show only classes with partitions"
 msgstr "Pokaż tylko klasy z partycjami"
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Wyświetl obiekty pasujące"
+#: plugins/admin/fai/faiScript.tpl:36
+msgid "List of scripts"
+msgstr "Lista skryptów"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Wyrażenie regularne dla dopasowania nazw obiektów"
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
+msgid "Script attributes"
+msgstr "Atrybuty skryptu"
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
-msgid "Package"
-msgstr "Pakiet"
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorytet"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:39
-msgid "Scripts"
-msgstr "Skrypty"
+#: plugins/admin/fai/faiSummary.tpl:4
+msgid "FAI object tree"
+msgstr "Drzewo obiektów FAI"
+
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr "Przeładuj klasę i uwolnij konfigurację z obiektu nadrzędnego."
+
+#: plugins/admin/fai/faiTemplate.tpl:31
+msgid "List of template files"
+msgstr "Lista plików szablonów"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
-msgid "Partition table"
-msgstr "Tablica partycji"
+#: plugins/admin/fai/faiTemplateEntry.tpl:21
+msgid "Template attributes"
+msgstr "Atrybuty szablonu"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
-msgstr "Lista pakietów"
+#: plugins/admin/fai/faiTemplateEntry.tpl:35
+msgid "Save template"
+msgstr "Zapisz szablon"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
+#: plugins/admin/fai/faiTemplateEntry.tpl:47
+msgid "Destination path"
+msgstr "Ścieżka docelowa"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
-msgstr "Ten obiekt nie ma przypisanych klas FAI."
+#: plugins/admin/fai/faiTemplateEntry.tpl:62
+#: plugins/gofon/conference/class_divListConferences.inc:47
+msgid "Owner"
+msgstr "Właściciel"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
-msgid "Open"
-msgstr "Otwórz"
+#: plugins/admin/fai/faiTemplateEntry.tpl:71
+#: plugins/admin/fai/faiTemplateEntry.tpl:103
+#: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
+#: plugins/generic/references/class_reference.inc:36
+msgid "Group"
+msgstr "Grupa"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
-msgid "No."
-msgstr "Nie."
+#: plugins/admin/fai/faiTemplateEntry.tpl:80
+msgid "Access"
+msgstr "Dostęp"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-msgid "FS options"
-msgstr "Opcje systemu plików"
+#: plugins/admin/fai/faiTemplateEntry.tpl:86
+#: plugins/admin/systems/class_servDNS.inc:164
+msgid "Class"
+msgstr "Klasa"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
-msgid "Mount options"
-msgstr "Opcje montowania"
+#: plugins/admin/fai/faiTemplateEntry.tpl:87
+msgid "Read"
+msgstr "Odczyt"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
-msgid "Size in MB"
-msgstr "Rozmiar w MB"
+#: plugins/admin/fai/faiTemplateEntry.tpl:88
+msgid "Write"
+msgstr "Zapis"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
-msgid "Mount point"
-msgstr "Punkt montowania"
+#: plugins/admin/fai/faiTemplateEntry.tpl:91
+msgid "Special"
+msgstr "Specjalne"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
-msgid "Please select a valid file."
-msgstr "Proszę wybrać prawidłowy plik"
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Użytkownik"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
-msgid "Selected file is empty."
-msgstr "Wybrany plik jest pusty"
+#: plugins/admin/fai/faiTemplateEntry.tpl:100
+msgid "SUID"
+msgstr "SUID"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
-msgid "Please enter a name."
-msgstr "Proszę podać nazwę"
+#: plugins/admin/fai/faiTemplateEntry.tpl:109
+msgid "SGID"
+msgstr "SGID"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
-msgid "Please enter a script."
-msgstr "Proszę podać skrypt"
+#: plugins/admin/fai/faiTemplateEntry.tpl:112
+msgid "Others"
+msgstr "Inne"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Właściwości"
+#: plugins/admin/fai/faiTemplateEntry.tpl:118
+msgid "sticky"
+msgstr "sticky"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
-msgid "Script attributes"
-msgstr "Atrybuty skryptu"
+#: plugins/admin/fai/faiVariable.tpl:34
+msgid "List of assigned variables"
+msgstr "Lista przypisanych zmiennych"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
-msgid "Choose a priority"
-msgstr "Wybierz priorytet"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr "Wybierz zmienną do usunięcia lub edycji"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
-msgid "Import script"
-msgstr "Importuj skrypt"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+msgid "Variable attributes"
+msgstr "Atrybuty zmiennych"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:342
-msgid "Removing FAI package base failed"
-msgstr "Usuwanie bazy pakietów FAI nieudane"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+msgid "Variable content"
+msgstr "Zawartość zmiennych"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:371
-msgid "Please select a least one Package."
-msgstr "Prosze wybrać przynajmniej jeden pakiet."
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
+msgid "Fully Automatic Installation"
+msgstr "Fully Automatic Installation"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:375
-msgid "Please choose a valid combination for your repository setup."
-msgstr "Proszę wybrać poprawną kombinację dla ustawień repozytorium."
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#, fuzzy
+msgid "Enter FAI object name"
+msgstr "Drzewo obiektów FAI"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:388
-#, fuzzy, php-format
+#: plugins/admin/fai/remove.tpl:7
 msgid ""
 msgid ""
-"Can't insert a fai package list named '%s' in '%s' there is already a "
-"package list with the given name."
+"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 ""
-"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
-"dialogu edycji strefy."
-
-#: plugins/admin/fai/class_faiPackage.inc:410
-msgid "package is configured"
-msgstr "pakiet jest skonfigurowany"
-
-#: plugins/admin/fai/class_faiPackage.inc:416
-msgid "Package marked for removal"
-msgstr "Pakiet zaznaczony do usunięcia"
-
-#: plugins/admin/fai/class_faiPackage.inc:442
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr "Plik pakietu '%s' nie istnieje."
+"Operacja odnosi się do 'wszystkich' informacji obiektowych. Proszę upewnić "
+"się, czy na pewno wykonać tą operację, gdyż nie ma możliwości powrotu."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:506
-msgid "Saving FAI package base failed"
-msgstr "Zapisywanie bazy pakietów nieudane"
+#: plugins/admin/fai/remove_branch.tpl:6
+msgid ""
+"This includes all account data, system access, etc. for this branch. Please "
+"double check if your really want to do this since there is no way for GOsa "
+"to get your data back."
+msgstr ""
+"Operacja odnosi się do wszystkich danych kont, dostępów, etc dla tej gałęzi. "
+"Proszę upewnić się czy na pewno wykonać operację, gdyż nie ma możliwości "
+"powrotu."
 
 
-#: plugins/admin/fai/class_faiPackage.inc:551
-msgid "Saving FAI package entry failed"
-msgstr "Zapisywanie elementu pakietu FAI nieudane"
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Wybierz"
 
 
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
-msgid "Release"
-msgstr "Wersja"
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Zastosuj ten ACL tylko dla własnych parametrów użytkownika."
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-msgid "Section"
-msgstr "Sekcja"
+#: plugins/admin/groups/application.tpl:3
+msgid "Release focus"
+msgstr "Skupienie wydania"
 
 
-#: plugins/admin/fai/faiPackage.tpl:49
-msgid "Install method"
-msgstr "Metoda instalacji"
+#: plugins/admin/groups/application.tpl:5
+msgid "Select release name"
+msgstr "Wybierz nazwę wydania"
 
 
-#: plugins/admin/fai/faiPackage.tpl:65
-msgid "Used packages"
-msgstr "Użyte pakiety"
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Użyte aplikacje"
 
 
-#: plugins/admin/fai/faiPackage.tpl:67
-msgid "Choosen packages"
-msgstr "Wybrane pakiety"
+#: plugins/admin/groups/application.tpl:19
+msgid "Add category"
+msgstr "Dodaj kategorię"
 
 
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Konfiguruj"
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Dostępne aplikacje"
 
 
-#: plugins/admin/fai/faiPackage.tpl:74
-msgid "Toggle remove flag"
-msgstr "Przełącz flagę usuwania"
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Opcje aplikacji"
 
 
-#: plugins/admin/fai/class_faiHook.inc:351
-msgid "Removing FAI hook base failed"
-msgstr "Usuwanie bazy zaczepu FAI nieudane"
+#: plugins/admin/groups/class_divListGroup.inc:35
+#: plugins/admin/groups/class_divListGroup.inc:36
+msgid "List of groups"
+msgstr "Lista grup"
 
 
-#: plugins/admin/fai/class_faiHook.inc:387
-#, fuzzy, php-format
+#: plugins/admin/groups/class_divListGroup.inc:41
 msgid ""
 msgid ""
-"Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
-"given name."
+"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 ""
-"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
-"dialogu edycji strefy."
-
-#: plugins/admin/fai/class_faiHook.inc:420
-msgid "Saving FAI hook base failed"
-msgstr "Zapisywanie bazy zaczepu FAI nieudane"
-
-#: plugins/admin/fai/class_faiHook.inc:510
-msgid "Removing FAI hook failed"
-msgstr "Usuwanie zaczepu FAI nieudane"
-
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
-msgid "Saving FAI hook failed"
-msgstr "Zapisywanie zaczepu FAI nieudane"
+"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając "
+"dużą liczbę użytkowników wygodniej jest używać selektorów zakresu na górze "
+"listy grup."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr "Ta lista wyświetla wszystkie przypisane nazwy klas dla tego profilu."
+#: plugins/admin/groups/class_divListGroup.inc:49
+msgid "Groupname / Department"
+msgstr "Nazwa grupy / Departament"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
-msgstr "Zestaw zaczepów"
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Select to see groups that are primary groups of users"
+msgstr "Zaznacz aby zobaczyć grupy które są podstawowymi grupami użytkowników"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
-msgid "Template bundle"
-msgstr "Zestaw szablonów"
+#: plugins/admin/groups/class_divListGroup.inc:54
+msgid "Show primary groups"
+msgstr "Pokaż podstawowe grupy"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
-msgid "Script bundle"
-msgstr "Zestaw skryptów"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Select to see groups that have samba groups mappings"
+msgstr "Zaznacz aby zobaczyć grupy które posiadają mapowania grup samba"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
-msgid "Variable bundle"
-msgstr "Zestaw zmiennych"
+#: plugins/admin/groups/class_divListGroup.inc:55
+msgid "Show samba groups"
+msgstr "Pokaż grupy samba"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
-msgstr "Zestaw pakietów"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Zaznacz aby zobaczyć grupy które posiadają skonfigurowane aplikacje"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr "Usuń klasę z profilu"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Pokaż grupy aplikacji"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
-msgid "Down"
-msgstr "W dół"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr "Zaznacz aby zobaczyć grupy które zawierają ustawienia poczty"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
-msgstr "Usuwanie profilu FAI nieudane"
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Pokaż grupy pocztowe"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr "Proszę przypisać przynajmniej jedną klasę do tego profilu."
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr "Zaznacz aby zobaczyć grupy, które posiadają tylko aspekty funkcjonalne"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:410
-msgid "Please enter a valid name."
-msgstr "Proszę podać prawidłową nazwę."
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Pokaż grupy funkcjonalne"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:425
-msgid "There is already a profile with this class name defined."
-msgstr "Już istnieje profil ze zdefiniowaną tą nazwą klasy."
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Nazwa użytkownika którego grupy są pokazane"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr "Zapisywanie profilu FAI nieudane"
+#: plugins/admin/groups/class_divListGroup.inc:93
+msgid "Create new group"
+msgstr "Utwórz nową grupę"
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
-msgid "FAI classes"
-msgstr "Klasy FAI"
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Nowe"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-#, fuzzy
-msgid "primary"
-msgstr "Grupa podstawowa"
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+msgid "Posix"
+msgstr "Posix"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/groups/class_groupAcl.inc:52
 #, fuzzy
 #, fuzzy
-msgid "logical"
-msgstr "Dodaj lokalne"
+msgid "You have no permissions to view and edit ACLs."
+msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
-msgid "FS type"
-msgstr "Typ FS"
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Ten 'dn' nie jest kontenerem acl."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
-msgid "FS option"
-msgstr "Opcje systemu plików"
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr "Usuwanie informacji ACL nieudane"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
-msgid "Preserve"
-msgstr "Zachowaj"
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr "Zapisywanie informacji ACL nieudane"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
-#, php-format
-msgid "please enter a unique mount point for partition %s"
-msgstr "proszę podać unikalny punkt montowania dla partycji %s"
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Wszystkie pola są zapisywalne"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
-#, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Proszę podać poprawny punkt montowania dla partycji %s."
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Ten 'dn' nie jest grupą aplikacji."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
-#, php-format
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Usuń aplikacje"
+
+#: plugins/admin/groups/class_groupApplication.inc:405
 msgid ""
 msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+"This group has application features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Typ systemu plików 'swap' jest już użyty. Zmień system plików dla partycji %"
-"s."
+"Ta grupa ma włączone cechu aplikacji. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
-msgstr ""
-"Proszę użyć 'swap' jako punkt montowania w przypadku użycia systemu plików "
-"'swap'."
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Utwórz aplikację"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
-#, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Proszę podać poprawny rozmiar partycji dla partycji %s."
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ta grupa ma wyłączone cechy aplikacji. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
-#, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Proszę podać prawidłowy zasięg dla partycji %s."
+#: plugins/admin/groups/class_groupApplication.inc:420
+msgid "Invalid character in category name."
+msgstr "Nieprawidłowy znak w nazwie kategorii."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
-#, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Proszę podać zasięg dla rozmiaru partycji %s."
+#: plugins/admin/groups/class_groupApplication.inc:428
+msgid "The specified category already exists."
+msgstr "Podana kategoria już istnieje."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
-msgid ""
-"You have more than 3 primary partition table entries in your configuration, "
-"please check your configuration twice."
-msgstr ""
-"Jest więcej niż 3 wpisy w podstawowej tablicy partycji. Proszę sprawdzić "
-"konfigurację."
+#: plugins/admin/groups/class_groupApplication.inc:523
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr "Wybrana nazwa aplikacji nie jest unikalna. Proszę sprawdzić LDAP."
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
-msgid "Device"
-msgstr "Urządzenie"
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "Wybrana aplikacja nie posiada opcji."
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
-msgid "Partition entries"
-msgstr "Partycje"
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+msgid "back"
+msgstr "wróć"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
-msgid "Add partition"
-msgstr "Dodaj partycje"
+#: plugins/admin/groups/class_groupApplication.inc:652
+msgid "application"
+msgstr "aplikacja"
 
 
-#: plugins/admin/fai/faiScript.tpl:36
-msgid "List of scripts"
-msgstr "Lista skryptów"
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+msgid "Delete entry"
+msgstr "Usuń wpis"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Proszę podać wartość dla atrybutu 'zawartość'."
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr "Przesuń w górę"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-"Zamierzasz utworzyć gałąź lub zablokowaną gałąź. Ta akcja klonuje istniejące "
-"wydanie do innej nazwy wydania. Gałęzie mogą być zwyczajnie modyfikowane. "
-"Klasy FAI zablokowanych gałęzi nie mogą być modyfikowane, można tylko "
-"dodawać klasy. Nazwy gałęzi powinny składać się ze znaków alfanumerycznych i "
-"nie zawierać zarezerwowanych nazw 'scripts', 'hooks', 'partitions', "
-"'variables', 'templates', oraz 'fai'."
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+msgid "Move down"
+msgstr "Przesuń w dół"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
-msgstr ""
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr "Wstaw separator"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:13
-msgid "Please enter a name for the branch"
-msgstr "Proszę podać nazwę gałęzi"
+#: plugins/admin/groups/class_groupApplication.inc:743
+msgid "This application is no longer available."
+msgstr "Ta aplikacja nie jest już dostępna."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr "Przetwarzam zadaną operację"
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr "Ta aplikacja nie jest dostępna w żadnym wydaniu %s."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
-"Jak tylko operacja kopiowania zakończy się, można przewinąć stronę na dół i "
-"nacisnąć przycisk 'Kontynuuj' aby przejść do dialogu zarządzania FAI."
+#: plugins/admin/groups/class_groupApplication.inc:750
+msgid "Check parameter"
+msgstr "Sprawdź parametr"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
-msgstr ""
-"Twoja przeglądarka nie obsługuje iframes, proszę użyć tego linku aby wykonać "
-"żądaną operację."
+#: plugins/admin/groups/class_groupApplication.inc:752
+msgid "This application has changed parameters."
+msgstr "Ta aplikacja posiada zmienione parametry."
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr "Wykonaj żądaną operację."
+#: plugins/admin/groups/class_groupApplication.inc:844
+msgid "Removing application information failed"
+msgstr "Usuwanie informacji aplikacji nieudane"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Initiate operation"
-msgstr "Zainicjiuj operację"
+#: plugins/admin/groups/class_groupApplication.inc:889
+msgid "Saving application information failed"
+msgstr "Zapisywanie informacji aplikacji nieudane"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
-msgid "Variable attributes"
-msgstr "Atrybuty zmiennych"
+#: plugins/admin/groups/class_groupApplication.inc:932
+#, php-format
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
+"Nie można przetłumaczyć nazwy wydania '%s', ustawiam nazwę na '%s'. "
+"Prawdopodobnie podstawa obiektów została zmieniona."
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
-msgid "Variable content"
-msgstr "Zawartość zmiennych"
+#: plugins/admin/groups/class_groupGeneric.inc:120
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr ""
+"Nie można znaleźć SID tych grup ani w  LDAP, ani w pliku konfiguracyjnym!"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
-msgid "List of template files"
-msgstr "Lista plików szablonów"
+#: plugins/admin/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
+msgstr "Podane 'dn' nie jest grupą."
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-msgid "List of available packages"
-msgstr "Lista dostępnych pakietów"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Samba group"
+msgstr "Grupa Samba"
 
 
-#: 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 ""
-"To menu umożliwia wybieranie wielu pakietów i dodawanie ich do obecnie "
-"edytowanej listy pakietów."
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
+msgstr "Administratorzy domeny"
 
 
-#: plugins/admin/fai/class_divListFai.inc:43
-msgid "List of FAI classes"
-msgstr "Nazwy klas FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
+msgstr "Użytkownicy domeny"
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-#, fuzzy
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Ta tabela wyświetla wszystkie systemy w wybranym drzewie."
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
+msgstr "Goście domeny"
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr "To menu umożliwia tworzenie, usuwanie oraz edycję klas FAI."
+#: plugins/admin/groups/class_groupGeneric.inc:322
+#, php-format
+msgid "Special group (%d)"
+msgstr "Specjalna grupa (%d)"
 
 
-#: plugins/admin/fai/class_divListFai.inc:58
-msgid "Name of FAI class"
-msgstr "Nazwy klasy FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:434
+msgid "! unknown id"
+msgstr "! nieznane id"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
-msgstr "Typ klasy"
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
+msgid ""
+"Your search method returned more than '%s' users, only '%s' users are shown."
+msgstr ""
+"Metoda wyszukiwania zwróciła więcej niż '%s' użytkowników, tylko '%s' jest "
+"pokazanych."
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
-msgstr "Wyświetl obiekty profili FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
+msgstr "Usuwanie grupy nieudane"
 
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Show profiles"
-msgstr "Pokaż profile"
+#: plugins/admin/groups/class_groupGeneric.inc:611
+#, php-format
+msgid "No configured SID found for '%s'."
+msgstr "Nie znaleziono skonfigurowanego SID dla '%s'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-msgid "Display FAI template objects"
-msgstr "Wyświetl szablony FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
+msgstr "Nie znaleziono RIDBASE dla '%s'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Pokaż szablony"
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
+msgstr "Zapisywanie grupy nieudane"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Display FAI scripts"
-msgstr "Wyświetl skrypty FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "Brak uprawnień do tworzenia grupy w tej 'bazie'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
-msgid "Show scripts"
-msgstr "Pokaż skrypty"
+#: plugins/admin/groups/class_groupGeneric.inc:740
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Pole 'Nazwa' zawiera niedozwolone znaki. Tylko małe litery, liczny i "
+"myślniki są dozwolone."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Display FAI hooks"
-msgstr "Wyświetl zaczepy FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
+msgstr "Wartość podana jako 'Nazwa' jest już użyta."
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-msgid "Show hooks"
-msgstr "Pokaż zaczepy"
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "Wartość podana jako 'GID' jest nieprawidłowa."
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Display FAI variables"
-msgstr "Wyświetl zmienne FAI"
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "Wartość podana jako 'GID' jest za mała."
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-msgid "Show variables"
-msgstr "Pokaż zmienne"
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Display FAI packages"
-msgstr "Wyświetl pakiety FAI"
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "Nie ma takiego trybu poczty '%s' podanego w Twoim pliku gosa.conf."
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-msgid "Show packages"
-msgstr "Pokaż pakiety"
+#: plugins/admin/groups/class_groupMail.inc:287
+msgid "read"
+msgstr "czytanie"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Display FAI partitions"
-msgstr "Wyświetl partycje FAI"
+#: plugins/admin/groups/class_groupMail.inc:288
+msgid "post"
+msgstr "wysyłanie"
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-msgid "Show partitions"
-msgstr "Pokaż partycje"
+#: plugins/admin/groups/class_groupMail.inc:289
+msgid "external post"
+msgstr "wysyłanie zewnętrzne"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-msgid "New profile"
-msgstr "Nowy profil"
+#: plugins/admin/groups/class_groupMail.inc:290
+msgid "append"
+msgstr "dołączanie"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
-msgstr "P"
+#: plugins/admin/groups/class_groupMail.inc:291
+msgid "write"
+msgstr "zapisywanie"
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "New partition table"
-msgstr "Nowa tablica partycji"
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "żaden"
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
-msgstr "PT"
+#: plugins/admin/groups/class_groupMail.inc:324
+msgid "This 'dn' has no valid mail extensions."
+msgstr "Podany 'dn' nie posiada prawidłowych rozszerzeń Pocztowych."
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "New scripts"
-msgstr "Nowe skrypty"
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Usuń konto pocztowe"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
-msgstr "S"
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"To konto posiada rozszerzenia poczty. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "New hooks"
-msgstr "Nowe zaczepy"
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Stwórz konto pocztowe"
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
-msgstr "H"
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid ""
+"This account has mail features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"To konto nie posiada rozszerzenia poczty. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "New variables"
-msgstr "Nowe zmienne"
+#: plugins/admin/groups/class_groupMail.inc:348
+msgid ""
+"Remove shared folder from mail server database when entry gets removed in "
+"LDAP"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr "V"
+#: plugins/admin/groups/class_groupMail.inc:349
+msgid "Remove the shared folder and all its contents after saving this account"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "New templates"
-msgstr "Nowe szablony"
+#: plugins/admin/groups/class_groupMail.inc:404
+msgid "You're trying to add an invalid email address "
+msgstr "Próbujesz dodać nieprawidłowy adres email"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
-msgstr "T"
+#: plugins/admin/groups/class_groupMail.inc:405
+msgid "to the list of forwarders."
+msgstr "do listy przekazywanych."
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "New package list"
-msgstr "Nowa lista pakietów"
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr "Dodawanie swojego własnego adresu do przekierowanych nie ma sensu."
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
-msgstr "PK"
+#: plugins/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"Próbujesz dodać nieprawidłowy adres email do listy adresów alternatywnych."
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "cut"
-msgstr "wytnij"
+#: plugins/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+msgid "The address you're trying to add is already used by user"
+msgstr "Adres który próbujesz dodać jest już używany"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
-msgid "Cut this entry"
-msgstr "Wytnij ten obiekt"
+#: plugins/admin/groups/class_groupMail.inc:641
+msgid "Removing group mail settings failed"
+msgstr "Usuwanie ustawień poczty grupy nieudane"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
-msgstr "kopiuj"
+#: plugins/admin/groups/class_groupMail.inc:829
+msgid "Saving group mail settings failed"
+msgstr "Zapisywanie ustawień poczty grupy nieudane"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "Copy this entry"
-msgstr "Kopiuj ten obiekt"
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Wymaganie pole 'Podstawowy adres' jest puste."
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
-msgid "Edit class"
-msgstr "Edytuj klasę"
+#: plugins/admin/groups/class_groupMail.inc:858
+msgid "Please enter a valid email addres in 'Primary address' field."
+msgstr "Proszę podać prawidłowy adres email w polu 'Podstawowy adres'."
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
-msgid "Delete class"
-msgstr "Usuń klasę"
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "Podstawowy adres który podano jest już w użyciu."
 
 
-#: plugins/admin/fai/faiHook.tpl:36
-msgid "List of hook scripts"
-msgstr "Lista zaczepionych slryptów"
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "Wartość 'Rozmiar Quota' jest nieprawidłowa"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, php-format
-msgid "%s partition"
-msgstr "partycja %s"
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Proszę podać prawidłowy rozmiar poczty która ma być odrzucana."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, php-format
-msgid "%s partition(s)"
-msgstr "partycje %s"
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr "Należy ustawić maksymalny rozmiar poczty aby odrzucać cokolwiek."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:335
-#, fuzzy, php-format
+#: plugins/admin/groups/class_groupMail.inc:891
 msgid ""
 msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+"Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 msgstr ""
-"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
-"dialogu edycji strefy."
+"Proszę wybrać prawidłowe ustawienia. Domyślne ustawienia nie mogą być puste."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
-msgid "Saving FAI partition table base failed"
-msgstr "Zapisywanie bazy tablicy partycji FAI nieudane"
+#: plugins/admin/groups/class_groupMail.inc:895
+msgid "Please select a valid mail server."
+msgstr "Proszę wybrać prawidłowy serwer pocztowy."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
-msgid "Removing FAI partition table failed"
-msgstr "Usuwanie tablicy partycji FAI nieudane"
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+#, fuzzy
+msgid "You are not allowed to execute this method!"
+msgstr "Brak uprawnień do usunięcia tego elementu!"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
-msgid "Saving FAI partition table failed"
-msgstr "Zapisywanie tablicy partycji FAI nieudane"
+#: plugins/admin/groups/class_groupManagement.inc:261
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Właśnie zamierzasz usunąć grupę '%s'."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
-msgid "Removing FAI partition table entry failed"
-msgstr "Usuwanie elementu tablicy partycji FAI nieudane"
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "Brak uprawnień do usunięcia tej grupy!"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
-msgid "Saving FAI partition table entry failed"
-msgstr "Zapisywanie elementu tablicy partycji FAI nieudane"
+#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
+#: plugins/admin/ogroups/generic.tpl:7
+#: plugins/admin/ogroups/paste_generic.tpl:4
+msgid "Group name"
+msgstr "Nazwa grupy"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
-msgid "Please enter a value for script."
-msgstr "Proszę podać wartość dla skryptu."
+#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
+msgid "Posix name of the group"
+msgstr "Posixowa nazwa grupy"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
-msgstr "Zestaw pakietu"
+#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
+msgid "Descriptive text for this group"
+msgstr "Tekst opisowy dla tej grupy"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
-msgid "Class name"
-msgstr "Nazwa klasy"
+#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
+msgid "Choose subtree to place group in"
+msgstr "Wybierz poddrzewo do umieszczenia grupy"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
-msgid "Hook attributes"
-msgstr "Atrybuty zaczepu"
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:13
+msgid "Normally IDs are autogenerated, select to specify manually"
+msgstr "Zwyczajowo ID są generowane automatycznie, wybierz aby podać ręcznie"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:34
-msgid "Task"
-msgstr "Zadanie"
+#: plugins/admin/groups/generic.tpl:41
+#: plugins/admin/groups/paste_generic.tpl:15
+msgid "Force GID"
+msgstr "Wymuś GID"
 
 
-#: plugins/admin/fai/faiHookEntry.tpl:36
-msgid "Choose an existing FAI task"
-msgstr "Proszę wybrać istniejące zadanie FAI"
+#: plugins/admin/groups/generic.tpl:43
+#: plugins/admin/groups/paste_generic.tpl:18
+msgid "Forced ID number"
+msgstr "Wymuś numer ID"
 
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr "Informacja Debconf dla pakietu '%s'"
+#: plugins/admin/groups/generic.tpl:50
+msgid "Select to create a samba conform group"
+msgstr "Wybierz aby utworzyć grupę samba"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, fuzzy, php-format
-msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
-msgstr ""
-"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
-"dialogu edycji strefy."
+#: plugins/admin/groups/generic.tpl:55
+msgid "in domain"
+msgstr "w domenie"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
-msgstr "Zapisywanie bazy zmiennych FAI nieudane"
+#: plugins/admin/groups/generic.tpl:72
+msgid "Members are in a phone pickup group"
+msgstr "Członkowie są w grupie odbioru telefonu"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
-msgstr "Usuwanie zmiennej FAI nieudane"
+#: plugins/admin/groups/generic.tpl:85
+msgid "Members are in a nagios group"
+msgstr "Członkowie są w grupie nagios."
 
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
-msgstr "Zapisywanie zmiennej FAI nieudane"
+#: plugins/admin/groups/generic.tpl:101
+msgid "Group members"
+msgstr "Członkowie grupy"
 
 
-#: plugins/admin/fai/class_askClassName.inc:81
-msgid "Create new FAI object - partition table."
-msgstr "Utwórz nowy obiekt FAI - tablica partycji."
+#: plugins/admin/groups/group_objects.tpl:6
+msgid "Select users to add"
+msgstr "Wybierz użytkowników do dodania"
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
-msgid "Create new FAI object - package bundle."
-msgstr "Utwórz nowy obiekt FAI - zestaw pakietów."
+#: plugins/admin/groups/group_objects.tpl:30
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Select to see servers"
+msgstr "Proszę aby zobaczyć serwery"
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
-msgid "Create new FAI object - script bundle."
-msgstr "Utwórz nowy obiekt FAI - zestaw skryptów."
+#: plugins/admin/groups/group_objects.tpl:30
+msgid "Search within subtree"
+msgstr "Szukaj wewnątrz tego poddrzewa"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
-msgid "Create new FAI object - variable bundle."
-msgstr "Utwórz nowy obiekt FAI - zestaw zmiennych."
+#: plugins/admin/groups/group_objects.tpl:37
+msgid "Display users of department"
+msgstr "Wyświetl użytkowników departamentu"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
-msgid "Create new FAI object - hook bundle."
-msgstr "Utwórz nowy obiekt FAI - zestaw zaczepów."
+#: plugins/admin/groups/group_objects.tpl:47
+#: plugins/admin/systems/glpiSelectUser.tpl:37
+msgid "Regular expression for matching user names"
+msgstr "Wyrażenie regularne do dopasowania nazw użytkowników"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-msgid "Create new FAI object - profile."
-msgstr "Utwórz nowy obiekt FAI - profil."
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Adres podstawowy"
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
-msgid "Create new FAI object - template."
-msgstr "Utwórz nowy obiekt FAI - szablon."
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+msgid "Primary mail address for this shared folder"
+msgstr "Adres podstawowy dla tego współdzielonego folderu"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
-msgid "Create new FAI object"
-msgstr "Utwórz nowy obiekt FAI"
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Wybierz serwer pocztowy dla użytkownika"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
-#, fuzzy
-msgid "Spaces are not allowed within class names."
-msgstr "Brak uprawnień do zmiany własnego hasła"
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Użycie Quoty"
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
-msgid "The given class name is empty."
-msgstr "Podana klasa jest pusta."
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "nie zdefiniowane"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
-msgid "The specified class name is already in use for this object type."
-msgstr "Podana nazwa klasy jest już używana dla tego typu obiektu."
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Rozmiar Quoty"
 
 
-#: 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 ""
-"Dodawanie nowej klasy do zarządzania FAI wymaga nazwy klasy. Należy podać "
-"unikalną nazwę klasy dla unikalnych typów klas FAI, podczas gdy można użyć "
-"tej samej nazwy klasy dla różnych typów klas FAI. W ostatnim przypadku, FAI "
-"automatycznie połączy wszystkie różne typy klas w jedną unikalną nazwę klasy."
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
+msgid "Alternative addresses"
+msgstr "Adresy alternatywne"
 
 
-#: plugins/admin/fai/askClassName.tpl:12
-msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
-msgstr ""
-"Proszę użyć jedną z poniższych metod dla wybrania nazwy nowej klasy FAI."
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Lista alternatywnych adresów pocztowych"
 
 
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr "Podaj nazwę klasy FAI ręcznie"
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Współdzielone foldery IMAP"
 
 
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
-msgstr "Wybierz nazwę klasy FAI z listy istniejących klas"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Domyślne uprawnienia"
+
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Uprawnienia członków"
+
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Przekaż wiadomości do członków bez grupy"
+
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Dodaj lokalne"
+
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Administratorzy foldera"
+
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Wybierz departament"
+
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Wybierz adresy do dodania"
 
 
-#: plugins/admin/fai/askClassName.tpl:54
-msgid "Choose class name"
-msgstr "Wybierz nazwę klasy"
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Wyświetl adresy departamentu"
 
 
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
-msgid "Use"
-msgstr "Użyj"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Wyświetl adresy pasujące"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-msgid "A new class name."
-msgstr "Nowa nazwa klasy"
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Wyrażenie regularne dla dopasowania adresów"
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
-msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
-msgstr ""
-"Operacja odnosi się do wszystkich danych kont, dostępów, etc dla tej gałęzi. "
-"Proszę upewnić się czy na pewno wykonać operację, gdyż nie ma możliwości "
-"powrotu."
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Wyświetl adresy użytkowników"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
-msgid "no file uploaded yet"
-msgstr "Nie wgrano jeszcze żadnego pliku"
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Nazwa użytkownika którego adresy są pokazane"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
-msgstr "istnieje w bazie danych (rozmiar %s bajtów)"
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Administracja Grupą"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
-msgid "Please specify a value for attribute 'file'."
-msgstr "Proszę podać wartość dla atrybutu 'plik'."
+#: plugins/admin/groups/paste_generic.tpl:1
+msgid "Group settings"
+msgstr "Ustawienia grupy"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
-msgid "Please specify a value for attribute 'path'."
-msgstr "Proszę podać wartość dla atrybutu 'ścieżka'."
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
+msgid "Mail settings"
+msgstr "Ustawienia pocztowe"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
-msgid "Please enter a user."
-msgstr "Proszę podać użytkownika"
+#: 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 ""
+"To może być podstawowa grupa użytkownika. Proszę upewnić się czy aby na "
+"pewno kontynuować, gdyż tej operacji nie można cofnąć."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Proszę podać prawidłowego użytkownika. Tylko a-z/0-9 są dozwolone."
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+msgid "List of object groups"
+msgstr "Lista grupy obiektów"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
-msgid "Please enter a group."
-msgstr "Proszę podać grupę"
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
+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 ""
+"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając "
+"dużą liczbę grup wygodniej jest używać selektorów zakresu na górze listy "
+"grup."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
-msgid "Please enter a valid group. Only a-z/0-9 are allowed."
-msgstr "Proszę podać prawidłową grupę. Tylko a-z/0-9 są dozwolone."
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+msgid "Name of object groups"
+msgstr "Nazwa grupy obiektów"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:21
-msgid "Template attributes"
-msgstr "Atrybuty szablonu"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Select to see groups containing users"
+msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-msgid "File"
-msgstr "Plik"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Pokaż grupy zawierające użytkowników"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:35
-msgid "Save template"
-msgstr "Zapisz szablon"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Select to see groups containing groups"
+msgstr "Zaznacz aby zobaczyć grupy zawierające grupy"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Wgraj"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Pokaż grupy zawierające grupy"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:47
-msgid "Destination path"
-msgstr "Ścieżka docelowa"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Select to see groups containing applications"
+msgstr "Zaznacz aby zobaczyć grupy zawierające aplikacje"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:62
-#: plugins/gofon/conference/class_divListConferences.inc:47
-msgid "Owner"
-msgstr "Właściciel"
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Pokaż grupy zawierające aplikacje"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:71
-#: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
-#: plugins/admin/ogroups/class_ogroupManagement.inc:364
-#: plugins/generic/references/class_reference.inc:36
-msgid "Group"
-msgstr "Grupa"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Select to see groups containing departments"
+msgstr "Zaznacz aby zobaczyć grupy zawierające departamenty"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:80
-msgid "Access"
-msgstr "Dostęp"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Pokaż grupy zawierające departamenty"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
-msgid "Class"
-msgstr "Klasa"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Select to see groups containing servers"
+msgstr "Zaznacz aby zobaczyć grupy zawierające serwery"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:87
-msgid "Read"
-msgstr "Odczyt"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Pokaż grupy zawierające serwery"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:88
-msgid "Write"
-msgstr "Zapis"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Select to see groups containing workstations"
+msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Uruchom"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Pokaż grupy zawierające stacje robocze"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:91
-msgid "Special"
-msgstr "Specjalne"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Select to see groups containing terminals"
+msgstr "Zaznacz aby zobaczyć grupy zawierające terminale"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:100
-msgid "SUID"
-msgstr "SUID"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Pokaż grupy zawierające terminale"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:109
-msgid "SGID"
-msgstr "SGID"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Select to see groups containing printer"
+msgstr "Zaznacz aby zobaczyć grupy zawierające drukarki"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:112
-msgid "Others"
-msgstr "Inne"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+msgid "Show groups containing printer"
+msgstr "Pokaż grupy zawierające drukarki"
 
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:118
-msgid "sticky"
-msgstr "sticky"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Select to see groups containing phones"
+msgstr "Zaznacz aby zobaczyć grupy zawierające telefony"
 
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#, fuzzy
-msgid "Enter FAI object name"
-msgstr "Drzewo obiektów FAI"
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
+msgid "Show groups containing phones"
+msgstr "Pokaż grupy zawierające telefony"
 
 
-#: plugins/admin/groups/application.tpl:3
-msgid "Release focus"
-msgstr "Skupienie wydania"
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+msgid "Create new object group"
+msgstr "Utwórz nową grupę obiektów"
 
 
-#: plugins/admin/groups/application.tpl:5
-msgid "Select release name"
-msgstr "Wybierz nazwę wydania"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Grupa obiektu"
 
 
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Użyte aplikacje"
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
+msgstr ""
+"Ta grupa posiada rozszerzenia poczty. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/groups/application.tpl:19
-msgid "Add category"
-msgstr "Dodaj kategorię"
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"Ta grupa nie posiada rozszerzenia poczty. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Dostępne aplikacje"
+#: plugins/admin/ogroups/class_mailogroup.inc:105
+msgid "Saving mail objectgroup settings failed"
+msgstr "Zapisywanie ustawień poczty grupy nieudane"
 
 
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Adres podstawowy dla tego współdzielonego folderu"
+#: plugins/admin/ogroups/class_mailogroup.inc:138
+msgid "Removing mail objectgroup settings failed"
+msgstr "Usuwanie ustawień poczty grupy nieudane"
 
 
-#: plugins/admin/groups/mail.tpl:16
-msgid "Select mail server to place user on"
-msgstr "Wybierz serwer pocztowy dla użytkownika"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Ten 'dn' nie jest grupą obiektową."
+
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "za dużo różnych obiektów!"
 
 
-#: plugins/admin/groups/mail.tpl:63
-msgid "IMAP shared folders"
-msgstr "Współdzielone foldery IMAP"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "użytkownicy"
 
 
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Domyślne uprawnienia"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "grupy"
 
 
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Uprawnienia członków"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "aplikacje"
 
 
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-msgstr "Przekaż wiadomości do członków bez grupy"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "departamenty"
 
 
-#: 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 ""
-"To może być podstawowa grupa użytkownika. Proszę upewnić się czy aby na "
-"pewno kontynuować, gdyż tej operacji nie można cofnąć."
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "serwery"
 
 
-#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Administracja Grupą"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "stacje robocze"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Grupy"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+msgstr "terminale"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
-#, fuzzy
-msgid "You are not allowed to execute this method!"
-msgstr "Brak uprawnień do usunięcia tego elementu!"
+#: plugins/admin/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "telefony"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:261
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Właśnie zamierzasz usunąć grupę '%s'."
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "drukarki"
 
 
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
-msgstr "Brak uprawnień do usunięcia tej grupy!"
+#: plugins/admin/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "i"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr ""
-"Nie można znaleźć SID tych grup ani w  LDAP, ani w pliku konfiguracyjnym!"
+#: plugins/admin/ogroups/class_ogroup.inc:484
+msgid "Non existing dn:"
+msgstr "Nieistniejące dn:"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
-msgstr "Podane 'dn' nie jest grupą."
+#: plugins/admin/ogroups/class_ogroup.inc:604
+msgid "There is already an object with this cn."
+msgstr "Już istnieje obiekt z tym cn."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
-msgstr "Grupa Samba"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr "Można połączyć maksymalnie tylko 2 różne typy obiektów!"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
-msgstr "Administratorzy domeny"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+msgid "Saving object group failed"
+msgstr "Zapisywanie grupy obiektów nieudane"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
-msgstr "Użytkownicy domeny"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+msgid "Removing object group failed"
+msgstr "Usuwanie grupy obiektów nieudane"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
-msgstr "Goście domeny"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Grupy obiektów"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
 #, php-format
 #, php-format
-msgid "Special group (%d)"
-msgstr "Specjalna grupa (%d)"
+msgid "You're about to delete the object group '%s'."
+msgstr "Zamierzasz usunąć grupę obiektową '%s'."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
-msgid "! unknown id"
-msgstr "! nieznane id"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "Brak uprawnień do usunięcia grupy obiektowej."
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Stacja robocza"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
+msgid "Terminal"
+msgstr "Terminal"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Your search method returned more than '%s' users, only '%s' users are shown."
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
 msgstr ""
 msgstr ""
-"Metoda wyszukiwania zwróciła więcej niż '%s' użytkowników, tylko '%s' jest "
-"pokazanych."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
-msgstr "Usuwanie grupy nieudane"
+#: plugins/admin/ogroups/class_phonequeue.inc:122
+msgid "ring all"
+msgstr "dzwoń do wszystkich"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:616
-#, php-format
-msgid "No configured SID found for '%s'."
-msgstr "Nie znaleziono skonfigurowanego SID dla '%s'."
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
+msgstr "round robin"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
-#, php-format
-msgid "No configured RIDBASE found for '%s'."
-msgstr "Nie znaleziono RIDBASE dla '%s'."
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr "ostatnio wdzwaniany"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
-msgstr "Zapisywanie grupy nieudane"
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr "najmniej ukończonych połączeń"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:611
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "Brak uprawnień do tworzenia grupy w tej 'bazie'."
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+msgid "random"
+msgstr "losowy"
+
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
+msgstr "round robin z zapamiętywaniem"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
 msgid ""
 msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
 msgstr ""
 msgstr ""
-"Pole 'Nazwa' zawiera niedozwolone znaki. Tylko małe litery, liczny i "
-"myślniki są dozwolone."
+"Nie można zapisać zmian do bazy asterisk. Brak funkcjonalnosci mysql w "
+"ustawieniach php."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
-msgstr "Wartość podana jako 'Nazwa' jest już użyta."
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
+#, fuzzy, php-format
+msgid ""
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
+msgstr ""
+"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
+"dla błedu mysql."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:35
-#: plugins/admin/groups/class_divListGroup.inc:36
-msgid "List of groups"
-msgstr "Lista grup"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, fuzzy, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr "Nie można wybrać bazy %s na %s."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:41
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, fuzzy, php-format
 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."
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
 msgstr ""
 msgstr ""
-"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając "
-"dużą liczbę użytkowników wygodniej jest używać selektorów zakresu na górze "
-"listy grup."
-
-#: plugins/admin/groups/class_divListGroup.inc:49
-msgid "Groupname / Department"
-msgstr "Nazwa grupy / Departament"
+"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
+"dla błedu mysql."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Select to see groups that are primary groups of users"
-msgstr "Zaznacz aby zobaczyć grupy które są podstawowymi grupami użytkowników"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, fuzzy, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr "Nie można wybrać bazy %s na %s."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:54
-msgid "Show primary groups"
-msgstr "Pokaż podstawowe grupy"
+#: plugins/admin/ogroups/class_phonequeue.inc:211
+msgid "Remove the phone queue from this Account"
+msgstr "Usuń kolejkę telefoniczną z tego konta"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Select to see groups that have samba groups mappings"
-msgstr "Zaznacz aby zobaczyć grupy które posiadają mapowania grup samba"
+#: plugins/admin/ogroups/class_phonequeue.inc:212
+msgid ""
+"Phone queue is enabled for this group. You can disable it by clicking below."
+msgstr ""
+"Kolejka telefoniczna jest włączona dla tej grupy. Można ją wyłączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:55
-msgid "Show samba groups"
-msgstr "Pokaż grupy samba"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+msgid "Create phone queue"
+msgstr "Utwórz kolejkę telefoniczną"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Zaznacz aby zobaczyć grupy które posiadają skonfigurowane aplikacje"
+#: plugins/admin/ogroups/class_phonequeue.inc:215
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Kolejka telefoniczna jest wyłączona dla tej grupy. Można ją włączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Pokaż grupy aplikacji"
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr "Musi być wybrany co najmniej jeden serwer NTP."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr "Zaznacz aby zobaczyć grupy które zawierają ustawienia poczty"
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
+#, fuzzy
+msgid "Please select a valid goFonHomeServer."
+msgstr "Proszę wybrać prawidłowy serwer pocztowy."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Pokaż grupy pocztowe"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
+msgstr "Limit czasu musi być liczbą"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
-msgstr "Zaznacz aby zobaczyć grupy, które posiadają tylko aspekty funkcjonalne"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr "Powtórzenia muszą być liczbą"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Pokaż grupy funkcjonalne"
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr "Maksymalna długość kolejki musi być liczbą"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:93
-msgid "Create new group"
-msgstr "Utwórz nową grupę"
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
+msgstr "Częstotliwość zapowiadania musi być liczbą"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-msgid "Posix"
-msgstr "Posix"
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr "Musi być zdefiniowany co najmniej jeden numer kolejki."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Aplikacja"
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
+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 ""
+"Brak zdefiniowanego serwera asterisk. Prawdopodobnie prakuje serwera który "
+"obsługuje zarządzanie asterisk (goFonServer). Ustawienia nie mogą być "
+"zapisane do bazy asterisk."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-msgid "Edit this entry"
-msgstr "Edytuj ten obiekt"
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+#, fuzzy
+msgid "Error while removing old queue entries from database."
+msgstr "Błąd podczas eksportowania żądanych wpisów!"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-msgid "Delete this entry"
-msgstr "Usuń ten obiekt"
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Obiekt"
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Wybierz"
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
+msgid ""
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Zastosuj ten ACL tylko dla własnych parametrów użytkownika."
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#, fuzzy
+msgid "Mysql query failed."
+msgstr "Zapytanie do bazy danych nieudane"
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Administratorzy foldera"
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
+#, php-format
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+msgstr "Podany numer telefonu '%s' jest już przypisany do '%s'."
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Wybierz departament"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+msgid "Saving phone queue failed"
+msgstr "Zapisywanie kolejki telefonu nieudane"
 
 
-#: plugins/admin/groups/class_groupMail.inc:292
-msgid "read"
-msgstr "czytanie"
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+msgid "Removing phone queue failed"
+msgstr "Usuwanie kolejki telefonu nieudane"
 
 
-#: plugins/admin/groups/class_groupMail.inc:293
-msgid "post"
-msgstr "wysyłanie"
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+msgid "Activated"
+msgstr "Aktywne"
 
 
-#: plugins/admin/groups/class_groupMail.inc:294
-msgid "external post"
-msgstr "wysyłanie zewnętrzne"
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr "Zablokowane"
 
 
-#: plugins/admin/groups/class_groupMail.inc:295
-msgid "append"
-msgstr "dołączanie"
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+msgid "Memory test"
+msgstr "Test pamięci"
 
 
-#: plugins/admin/groups/class_groupMail.inc:296
-msgid "write"
-msgstr "zapisywanie"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+msgid "System analysis"
+msgstr "Analiza systemu"
 
 
-#: plugins/admin/groups/class_groupMail.inc:328
-msgid "This 'dn' has no valid mail extensions."
-msgstr "Podany 'dn' nie posiada prawidłowych rozszerzeń Pocztowych."
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr "Brak uprawnień do tworzenia stacji roboczej w tej 'bazie'."
 
 
-#: plugins/admin/groups/class_groupMail.inc:352
-msgid ""
-"Remove shared folder from mail server database when entry gets removed in "
-"LDAP"
-msgstr ""
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr "Musi być wybrany co najmniej jeden serwer NTP."
 
 
-#: plugins/admin/groups/class_groupMail.inc:353
-msgid "Remove the shared folder and all its contents after saving this account"
+#: plugins/admin/ogroups/class_termgroup.inc:174
+#, php-format
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:408
-msgid "You're trying to add an invalid email address "
-msgstr "Próbujesz dodać nieprawidłowy adres email"
-
-#: plugins/admin/groups/class_groupMail.inc:409
-msgid "to the list of forwarders."
-msgstr "do listy przekazywanych."
-
-#: plugins/admin/groups/class_groupMail.inc:645
-msgid "Removing group mail settings failed"
-msgstr "Usuwanie ustawień poczty grupy nieudane"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Brak definicji ACTIONCMD w pliku gosa.conf"
 
 
-#: plugins/admin/groups/class_groupMail.inc:819
-msgid "Saving group mail settings failed"
-msgstr "Zapisywanie ustawień poczty grupy nieudane"
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "Wykonanie '%s' nieudane"
 
 
-#: plugins/admin/groups/class_groupMail.inc:848
-msgid "Please enter a valid email addres in 'Primary address' field."
-msgstr "Proszę podać prawidłowy adres email w polu 'Podstawowy adres'."
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Wyłącz"
 
 
-#: plugins/admin/groups/class_groupMail.inc:881
-msgid ""
-"Please choose valid permission settings. Default permission can't be emtpy."
-msgstr ""
-"Proszę wybrać prawidłowe ustawienia. Domyślne ustawienia nie mogą być puste."
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Restartuj"
 
 
-#: plugins/admin/groups/class_groupMail.inc:885
-msgid "Please select a valid mail server."
-msgstr "Proszę wybrać prawidłowy serwer pocztowy."
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+msgid "Instant update"
+msgstr "Natychmiastowe uaktualnienie"
 
 
-#: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
-#: plugins/admin/ogroups/generic.tpl:7
-#: plugins/admin/ogroups/paste_generic.tpl:4
-msgid "Group name"
-msgstr "Nazwa grupy"
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
+msgid "Scheduled update"
+msgstr "Zaplanowana aktualizacja"
 
 
-#: plugins/admin/groups/generic.tpl:9 plugins/admin/groups/paste_generic.tpl:8
-msgid "Posix name of the group"
-msgstr "Posixowa nazwa grupy"
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
+msgstr "Przeinstaluj"
 
 
-#: plugins/admin/groups/generic.tpl:14 plugins/admin/ogroups/generic.tpl:14
-msgid "Descriptive text for this group"
-msgstr "Tekst opisowy dla tej grupy"
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
+msgid "Rescan hardware"
+msgstr "Przeskanuj sprzęt"
 
 
-#: plugins/admin/groups/generic.tpl:23 plugins/admin/ogroups/generic.tpl:23
-msgid "Choose subtree to place group in"
-msgstr "Wybierz poddrzewo do umieszczenia grupy"
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
+msgid "Saving workstation failed"
+msgstr "Zapisywanie stacji roboczej nieudane"
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:13
-msgid "Normally IDs are autogenerated, select to specify manually"
-msgstr "Zwyczajowo ID są generowane automatycznie, wybierz aby podać ręcznie"
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Nazwa grupy"
 
 
-#: plugins/admin/groups/generic.tpl:41
-#: plugins/admin/groups/paste_generic.tpl:15
-msgid "Force GID"
-msgstr "Wymuś GID"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Dodaj członka"
 
 
-#: plugins/admin/groups/generic.tpl:43
-#: plugins/admin/groups/paste_generic.tpl:18
-msgid "Forced ID number"
-msgstr "Wymuś numer ID"
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr "Pocztowa lista dystrybucyjna"
 
 
-#: plugins/admin/groups/generic.tpl:50
-msgid "Select to create a samba conform group"
-msgstr "Wybierz aby utworzyć grupę samba"
+#: plugins/admin/ogroups/mail.tpl:11
+msgid "Primary mail address for this distribution list"
+msgstr "Adres podstawowy dla tej listy dystrybucyjnej"
 
 
-#: plugins/admin/groups/generic.tpl:55
-msgid "in domain"
-msgstr "w domenie"
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Wybierz obiekty do dodania"
 
 
-#: plugins/admin/groups/generic.tpl:72
-msgid "Members are in a phone pickup group"
-msgstr "Członkowie są w grupie odbioru telefonu"
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Wybierz aby zobaczyć departamenty"
 
 
-#: plugins/admin/groups/generic.tpl:85
-msgid "Members are in a nagios group"
-msgstr "Członkowie są w grupie nagios."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Pokaż departamenty"
 
 
-#: plugins/admin/groups/generic.tpl:101
-msgid "Group members"
-msgstr "Członkowie grupy"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Wybierz aby zobaczyć konta GOsa"
 
 
-#: plugins/admin/groups/group_objects.tpl:6
-msgid "Select users to add"
-msgstr "Wybierz użytkowników do dodania"
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Pokaż ludzi"
 
 
-#: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Select to see servers"
-msgstr "Proszę aby zobaczyć serwery"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Wybierz aby zobaczyć grupy GOsa"
 
 
-#: plugins/admin/groups/group_objects.tpl:30
-msgid "Search within subtree"
-msgstr "Szukaj wewnątrz tego poddrzewa"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Pokaż grupy"
 
 
-#: plugins/admin/groups/group_objects.tpl:37
-msgid "Display users of department"
-msgstr "Wyświetl użytkowników departamentu"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Wybież aby zobaczyć aplikacje"
 
 
-#: plugins/admin/groups/group_objects.tpl:47
-#: plugins/admin/systems/glpiSelectUser.tpl:37
-msgid "Regular expression for matching user names"
-msgstr "Wyrażenie regularne do dopasowania nazw użytkowników"
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Pokaż aplikacje"
 
 
-#: plugins/admin/groups/paste_generic.tpl:1
-msgid "Group settings"
-msgstr "Ustawienia grupy"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Pokaż serwery"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:57
-#, fuzzy
-msgid "You have no permissions to view and edit ACLs."
-msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Wybierz aby zobaczyc stacje robocze"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
-msgstr "Ten 'dn' nie jest kontenerem acl."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Pokaż stacje robocze"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
-msgstr "Usuwanie informacji ACL nieudane"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Wybierz aby zobaczyć terminale"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
-msgstr "Zapisywanie informacji ACL nieudane"
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Pokaż terminale"
 
 
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
-msgstr "Wszystkie pola są zapisywalne"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Wybierz aby zobaczyć drukarki"
 
 
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Opcje aplikacji"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Pokaż drukarki"
 
 
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Wyświetl adresy departamentu"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Wybież aby zobaczyć telefony"
 
 
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Wyświetl adresy pasujące"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Pokaż telefony"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
-msgstr "Ten 'dn' nie jest grupą aplikacji."
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Wyświetl obiekty departamentu"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
-msgstr "Usuń aplikacje"
+#: plugins/admin/ogroups/paste_generic.tpl:7
+#, fuzzy
+msgid "Please enter the new object group name"
+msgstr "Proszę podać nową nazwę."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:410
+#: plugins/admin/ogroups/paste_mail.tpl:7
+#, fuzzy
+msgid "Please enter a mail address"
+msgstr "Proszę podać prawidłową nazwę."
+
+#: plugins/admin/ogroups/phonequeue.tpl:2
 msgid ""
 msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
+"Only users with the same asterisk home server will be included to this queue."
 msgstr ""
 msgstr ""
-"Ta grupa ma włączone cechu aplikacji. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:412
-msgid "Create applications"
-msgstr "Utwórz aplikację"
+#: plugins/admin/ogroups/phonequeue.tpl:5
+msgid "Queue Settings"
+msgstr "Ustawienia kolejki"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:413
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Ta grupa ma wyłączone cechy aplikacji. Można je włączyć klikając poniżej."
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Numery telefonów"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:425
-msgid "Invalid character in category name."
-msgstr "Nieprawidłowy znak w nazwie kategorii."
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+msgid "Generic queue Settings"
+msgstr "Ogólne ustawienia kolejki"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:433
-msgid "The specified category already exists."
-msgstr "Podana kategoria już istnieje."
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
+#, fuzzy
+msgid "Home server"
+msgstr "Serwer NFS"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:528
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr "Wybrana nazwa aplikacji nie jest unikalna. Proszę sprawdzić LDAP."
+#: plugins/admin/ogroups/phonequeue.tpl:59
+msgid "Timeout"
+msgstr "Timeout"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
-msgstr "Wybrana aplikacja nie posiada opcji."
+#: plugins/admin/ogroups/phonequeue.tpl:75
+msgid "Strategy"
+msgstr "Strategia"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-msgid "department"
-msgstr "departament"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr "Maksymalna długość kolejki"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:657
-msgid "application"
-msgstr "aplikacja"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr "Częstotliwość zapowiedzi"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-msgid "Delete entry"
-msgstr "Usuń wpis"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr "(w sekundach)"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
-msgstr "Przesuń w górę"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr "Ustawienia dźwięku kolejki"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-msgid "Move down"
-msgstr "Przesuń w dół"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr "Użyj muzyki zamiast dzwonienia podczas oczenikwania"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr "Wstaw separator"
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
+msgstr "Muzyka podczas oczekiwania"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:748
-msgid "This application is no longer available."
-msgstr "Ta aplikacja nie jest już dostępna."
+#: plugins/admin/ogroups/phonequeue.tpl:129
+msgid "Welcome sound file"
+msgstr "Plik dźwiękowy powitania"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr "Ta aplikacja nie jest dostępna w żadnym wydaniu %s."
+#: plugins/admin/ogroups/phonequeue.tpl:137
+msgid "Announce message"
+msgstr "Komunikat zapowiadający"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:755
-msgid "Check parameter"
-msgstr "Sprawdź parametr"
+#: plugins/admin/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr "Plik dźwiękowy 'Jesteś następny ...'"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:757
-msgid "This application has changed parameters."
-msgstr "Ta aplikacja posiada zmienione parametry."
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr "'Istnieją ...'"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:849
-msgid "Removing application information failed"
-msgstr "Usuwanie informacji aplikacji nieudane"
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
+msgstr "'... rozmów oczekujących'"
+
+#: plugins/admin/ogroups/phonequeue.tpl:169
+msgid "'Thank you' message"
+msgstr "Wiadomość 'dziękujemy'"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:894
-msgid "Saving application information failed"
-msgstr "Zapisywanie informacji aplikacji nieudane"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
+msgstr "plik dźwiękowy 'minut'"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
-msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
-msgstr ""
-"Nie można przetłumaczyć nazwy wydania '%s', ustawiam nazwę na '%s'. "
-"Prawdopodobnie podstawa obiektów została zmieniona."
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr "plik dźwiękowy 'sekund'"
 
 
-#: 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 ""
-"Operacja odnosi się do wszystkich danych dotyczących konta, dostępu, "
-"ustawień imap, etc dla tego użytkownika. Proszę upewnić się czy na pewno "
-"kontynuować, gdyż nie ma możliwości powrotu."
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr "Plik dźwiękowy podtrzymania"
 
 
-#: 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 ""
-"Aby zmienić hasło użytkownika, proszę użyć formularza poniżej. Zmiany są "
-"wprowadzane natychmiastowo. Proszę zapamiętać nowe hasło, gdyż bez niego "
-"zalogowanie będzie niemożliwe."
+#: plugins/admin/ogroups/phonequeue.tpl:201
+msgid "Less Than sound file"
+msgstr "Plik dźwiękowy 'mniej niż'"
 
 
-#: plugins/admin/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Użytkownicy"
+#: plugins/admin/ogroups/phonequeue.tpl:217
+msgid "Phone attributes "
+msgstr "Atrybuty telefonu"
 
 
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
-msgstr "Brak uprawnień do zmiany hasła tym użytkownikom!"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr "Ogłaszaj czas podtrzymania"
 
 
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Zamierzasz usunąć użytkownika %s."
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr "Zezwól dodzwanianemu użytkownikowi na przekazanie tej rozmowy"
 
 
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "Brak uprawnień do usunięcia tego użytkownika!"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr "Zezwala dzwoniącemu użytkownikowi na przekazanie rozmowy"
 
 
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "żaden"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr "Zezwól dodzanianemu użytkownikowi na rozłączenie przez wciśnięcie *"
 
 
-#: plugins/admin/users/class_userManagement.inc:553
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Osoba o wybranej nazwie już istnieje w tym drzewie."
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr "Zezwala dzwoniącemu na rozłączenie poprzez wciśnięcie *"
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Utwórz nowego użytkownika używając szablonów"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+msgstr "Dzwoń zamiast odtwarzać muzyki w tle"
 
 
-#: plugins/admin/users/template.tpl:6
+#: plugins/admin/ogroups/remove.tpl:7
 msgid ""
 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 ""
-"Tworzenie nowego użytkownika może być wspomagane przez szablony. Wiele "
-"rekordów bazy będzie automatycznie wypełnionych. Wybierz 'brak' aby pominąć "
-"użycie szablonów."
+"Please double check if you really want to do this since there is no way for "
+"GOsa to get your data back."
+msgstr "Proszę upewnić się czy kontynuować, gdyż nie ma możliwości powrotu."
 
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Szablon"
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+msgid "Phone queue"
+msgstr "Kolejka telefoniczna"
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Administracja użytkownikami"
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+msgid "System"
+msgstr "System"
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Lista użytkowników"
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Terminale"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
+#: plugins/admin/ogroups/termgroup.tpl:2
 msgid ""
 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."
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
 msgstr ""
 msgstr ""
-"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych użytkowników. "
-"Posiadając dużą liczbę użytkowników wygodniej jest używać selektorów zakresu "
-"na górze listy użytkowników."
+"Akcje wybrane tutaj wpływają na wszystkie systemy w tej grupie obiektów. "
+"Dodatkowo wszystkie wartości edytowalne tutaj mogą być odziedziczone przez "
+"klientów przypisanych do tych grup obiektów."
 
 
-#: plugins/admin/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Nazwa użytkownika"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Serwer NTP"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Select to see template pseudo users"
-msgstr "Wybierz aby zobaczyć szablony"
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Proszę wybrać serwer do synchronizacji czasu"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Select to see users that have only a GOsa object"
-msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają tylko obiekt GOsa"
+#: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
+msgid "Mode"
+msgstr "Tryb"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Pokaż użytkowników funkcjonalnych"
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:41
+msgid "Select terminal mode"
+msgstr "Proszę wybrać tryb terminala"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia posix"
+#: plugins/admin/ogroups/termgroup.tpl:47
+#: plugins/admin/systems/terminal.tpl:42
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Syslog server"
+msgstr "Serwer Syslog"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Pokaż użytkowników Unix"
+#: plugins/admin/ogroups/termgroup.tpl:49
+#: plugins/admin/systems/terminal.tpl:44
+#: plugins/admin/systems/workstation.tpl:49
+msgid "Choose server to use for logging"
+msgstr "Proszę wybrać serwer do logowania"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia poczty"
+#: plugins/admin/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Akcja"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Pokaż użytkowników Poczty"
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Proszę wybrać akcję do wykonania dla tego terminala"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia samba"
+#: plugins/admin/systems/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Wybierz rodzaj komponentu systemu do utworzenia"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Pokaż użytkowników Samby"
+#: 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 ""
+"Linuksowe terminale i stacje robocze są automatycznie tworzone podczas "
+"uruchamiania. Z tego powodu można jedynie utworzyć szablon dla konkretnego "
+"drzewa. Serwery przeważnie są automatycznie dodawane, lecz w niektórych "
+"przypadkach trzeba utworzyć sztuczny wpis serwera aby zapewnić GOsa pewne "
+"informacje. Inne elementy sieciowe mogą zostać użyte w ustawieniach Nagios "
+"aby utworzyć zależności."
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia proxy"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Szablon cienkiego klienta Linux"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Pokaż użytkowników proxy"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Sszablon stacji roboczej Linux"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "Create new user"
-msgstr "Utwórz nowego użytkownika"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Serwer Linux"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
-msgid "New user"
-msgstr "Nowy użytkownik"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Stacja robocza Windows"
+
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "Drukarka sieciowa"
+
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Inny element sieciowy"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "Create new template"
-msgstr "Utwórz nowy szablon"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "Utwórz"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Nowy szablon"
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
+msgid "Choose a base"
+msgstr "Wybierz bazę"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
-msgstr "GOsa"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+"Przejdź do preferowanego drzewa i kliknij zapisz aby użyć obecnego poddrzewa "
+"jako podstawy. Można też kliknąc obrazek na końcu każdego  elementu."
 
 
-#: plugins/admin/users/class_divListUsers.inc:138
-msgid "Edit generic properties"
-msgstr "Edytuj ogólne właściwości"
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr "Filtruj elementy z tą składnią"
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
-msgid "Edit UNIX properties"
-msgstr "Edytuj właściwości UNIX"
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, php-format
+msgid "Select this base"
+msgstr "Wybierz tą bazę"
 
 
-#: plugins/admin/users/class_divListUsers.inc:142
-msgid "Edit environment properties"
-msgstr "Edytuj właściwości Środowiska"
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
+msgid "This 'dn' has no network features."
+msgstr "Ten 'dn' nie posiada cech sieciowych."
 
 
-#: plugins/admin/users/class_divListUsers.inc:144
-msgid "Edit mail properties"
-msgstr "Edytuj właściwości Poczty"
+#: plugins/admin/systems/class_componentGeneric.inc:102
+msgid "Removing generic component failed"
+msgstr "Usuwanie ogólnego komponentu nieudane"
 
 
-#: plugins/admin/users/class_divListUsers.inc:146
-msgid "Edit phone properties"
-msgstr "Edytuj właściwości Telefonu"
+#: plugins/admin/systems/class_componentGeneric.inc:140
+msgid "The required field 'Component name' is not set."
+msgstr "Wymagane pole 'Nazwa komponentu' jest puste."
 
 
-#: plugins/admin/users/class_divListUsers.inc:148
-msgid "Edit fax properies"
-msgstr "Edytuj właściwości Fax"
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
+msgid "The required field IP address is empty."
+msgstr "Wymagane pole adres IP jest puste."
 
 
-#: plugins/admin/users/class_divListUsers.inc:150
-msgid "Edit samba properties"
-msgstr "Edytuj właściwości Samba"
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
+msgid "The field IP address contains an invalid address."
+msgstr "Pole adres IP zawiera nieprawidłowy adres."
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-msgid "Edit netatalk properties"
-msgstr "Edytuj właściwości Netatalk"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "Brak uprawnień do tworzenia komponentów w tym elemencie."
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-msgid "Create user from template"
-msgstr "Utwórz użytkownika z szablonu"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "Już istnieje wpis '%s' w wybranym elemencie"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-msgid "Create user with this template"
-msgstr "Utwórz użytkownika z tego szablonu"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+msgid "Saving generic component failed"
+msgstr "Zapisywanie ogólnego komponentu nieudane"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-msgid "password"
-msgstr "hasło"
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Lista systemów"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Nazwa aplikacji"
+#: plugins/admin/systems/class_divListSystem.inc:47
+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 ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję odpowiednich systemów. "
+"Można tylko dodawać systemy które już raz były uruchomione."
 
 
-#: plugins/admin/applications/generic.tpl:11
-#: plugins/gofon/macro/generic.tpl:10 html/getxls.php:174 html/getxls.php:236
-msgid "Display name"
-msgstr "Wyświetl nazwę"
+#: plugins/admin/systems/class_divListSystem.inc:57
+msgid "System / Department"
+msgstr "System / Departament"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Wyświetlana nazwa aplikacji (pod ikoną)"
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Select to see Linux terminals"
+msgstr "Wybierz aby zobaczyć terminale Linux"
 
 
-#: plugins/admin/applications/generic.tpl:19
-msgid "Path and/or binary name of application"
-msgstr "Ścieżka i/lub nazwa binarium aplikacji"
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Select to see Linux workstations"
+msgstr "Wybierz aby zobaczyć stacje robocze Linux"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Wybierz poddrzewo do umieszczenia aplikacji"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Zaznacz aby zobaczyć stacje robocze windows"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Ikona"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Pokaż stacje robocze windows"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Aktualizuj"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Wybierz aby zobaczyć drukarki sieciowe"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Przeładuj obrazek z LDAP"
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Pokaż drukarki sieciowe"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Tylko wykonywalne dla członków"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Wybierz aby zobaczyć telefony VOIP"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Podmień konfigurację użytkownika na starcie"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Select to see network devices"
+msgstr "Wybierz aby zobaczyć urządzenia sieciowe"
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Utwórz ikonę na desktopie członka"
+#: plugins/admin/systems/class_divListSystem.inc:67
+msgid "Show network devices"
+msgstr "Pokaż urządzenia sieciowe"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Utwórz wpis w menu startowym członka"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Wyświetl systemy pasujące"
 
 
-#: plugins/admin/applications/generic.tpl:89
-msgid "Place entry in members launch bar"
-msgstr "Utwórz wpis w pasku uruchamiania członka"
+#: plugins/admin/systems/class_divListSystem.inc:75
+msgid "Display systems of user"
+msgstr "Wyświetl systemy użytkownika"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-msgid "List of Applications"
-msgstr "Lista aplikacji"
+#: plugins/admin/systems/class_divListSystem.inc:95
+msgid "New Terminal template"
+msgstr "Nowy szablon terminala"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
-msgid "This table displays all applications in the selected tree."
-msgstr "Ta tabela wyświetla wszystkie aplikacje w wybranym drzewie."
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
+msgid "New Terminal"
+msgstr "Nowy terminal"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-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 ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych aplikacji. "
-"Posiadając dużą liczbę aplikacji, może okazać się wygodniejsze korzystanie z "
-"selektorów zakresu na górze."
+#: plugins/admin/systems/class_divListSystem.inc:97
+msgid "New Workstation template"
+msgstr "Nowy szablon stacji roboczej"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "new"
-msgstr "nowa"
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
+msgid "New Workstation"
+msgstr "Nowa stacja robocza"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-msgid "Create new application"
-msgstr "Utwórz nową aplikację"
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
+msgid "New Server"
+msgstr "Nowy serwer"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Usuń opcje"
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
+msgid "New Printer"
+msgstr "Nowa drukarka"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-msgid "This application has options. You can disable them by clicking below."
-msgstr ""
-"Ta aplikacja ma włączone cechy opcji. Można je wyłączyć klikając poniżej."
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+msgid "New Phone"
+msgstr "Nowy telefon"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Utwórz opcje"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+msgid "New Component"
+msgstr "Nowy komponent"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
-msgid ""
-"This application has options disabled. You can enable them by clicking below."
-msgstr ""
-"Ta aplikacja ma wyłączone cechy opcji. Można je włączyć klikając poniżej."
+#: plugins/admin/systems/class_divListSystem.inc:122
+msgid "Cups Server"
+msgstr "Serwer Cups"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Zmienna"
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr "baza danych Log"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "Domyślna wartość"
+#: plugins/admin/systems/class_divListSystem.inc:124
+msgid "Syslog Server"
+msgstr "Serwer syslog"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Dodaj opcję"
+#: plugins/admin/systems/class_divListSystem.inc:125
+msgid "Mail Server"
+msgstr "Serwer poczty"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
-msgid "Removing application parameters failed"
-msgstr "Usuwanie parametrów aplikacji nieudane"
+#: plugins/admin/systems/class_divListSystem.inc:126
+msgid "Imap Server"
+msgstr "Serwer imap"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Wartość '%s' podana jako nazwa opcji jest nieprawidłowa."
+#: plugins/admin/systems/class_divListSystem.inc:127
+msgid "Nfs Server"
+msgstr "Serwer Nfs"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
-msgid "Saving applications parameters failed"
-msgstr "Zapisywanie parametrów aplikacji nieudane"
+#: plugins/admin/systems/class_divListSystem.inc:128
+msgid "Kerberos Server"
+msgstr "Serwer Kerberos"
 
 
-#: 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 ""
-"To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, "
-"gdyż nie ma operacji powrotu."
+#: plugins/admin/systems/class_divListSystem.inc:129
+msgid "Asterisk Server"
+msgstr "Serwer Asterisk"
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Zarządzanie aplikacją"
+#: plugins/admin/systems/class_divListSystem.inc:130
+msgid "Fax Server"
+msgstr "Serwer Fax"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
-msgid "no example"
-msgstr "brak przykładu"
+#: plugins/admin/systems/class_divListSystem.inc:131
+msgid "Ldap Server"
+msgstr "Serwer Ldap"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Ten 'dn' nie jest aplikacją."
+#: plugins/admin/systems/class_divListSystem.inc:143
+msgid "Edit system"
+msgstr "Edytuj system"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
-msgid "Removing application failed"
-msgstr "Usuwanie aplikacji nieudane"
+#: plugins/admin/systems/class_divListSystem.inc:145
+msgid "Delete system"
+msgstr "Usuń system"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
-msgstr "Usuwanie aplikacji z grupy obiektów '%s' nieudane"
+#: plugins/admin/systems/class_divListSystem.inc:178
+msgid "Set root       password"
+msgstr "Ustaw hasło roota"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Usuwanie aplikacji z grupy '%s' nieudane"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create CD"
+msgstr "Utwórz"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Podany obrazek nie został wgrany prawidłowo."
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create FAI CD"
+msgstr "Utwórz nowy obiekt FAI"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
-msgstr "Podana ścieżka wykonania musi zaczynać się od '/'."
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr "Brak serwera z poprawną usługą bazy glpi."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr "Brak uprawnień do tworzenia aplikacji w tej 'bazie'."
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
+msgstr ""
+"Nie można połączyć się z bazą danych glpi, brak rozszerzenia php-mysql."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Wymagane pole 'Nazwa' nie jest wypełnione."
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+msgid "Can't connect to glpi database, check configuration twice."
+msgstr ""
+"Nie można połączyć się z bazą danych glpi, proszę sprawdzić konfigurację."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
-msgstr "Nieprawidłowe znaki w nazwie aplikacji. Dozwolone są tylko a-z 0-9."
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr "Ta funkcjonalność nie jest jeszcze zaimplementowana."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Wymagane pole 'Wykonanie' nie jest wypełnione."
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
+"Dodawanie nowego typu systemu nieudane, nazwa typu systemu jest już używana."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Już istnieje aplikacja o takiej 'Nazwie'"
+#: plugins/admin/systems/class_glpiAccount.inc:307
+#, php-format
+msgid ""
+"You can't delete this system type, it is still in use by these system(s) '%s'"
+msgstr ""
+"Nie można usunąć tego typu systemu. Jest wciąż używany przez system(y) '%s'"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-msgid "Saving application failed"
-msgstr "Zapyisywanie aplikacji nieudane"
+#: plugins/admin/systems/class_glpiAccount.inc:318
+msgid "Rename failed, this system type name is already used."
+msgstr "Zmiana nazwy nieudana, ta nazwa typu systemu jest już w użyciu."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
-msgid "Application settings"
-msgstr "Ustawienia Aplikacji"
+#: plugins/admin/systems/class_glpiAccount.inc:374
+msgid "Adding new operating system failed, specifed name is already used."
+msgstr ""
+"Dodawanie nowego systemu operacyjnego nieudane, podana nazwa już istnieje."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
+#: plugins/admin/systems/class_glpiAccount.inc:396
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Zamierzasz usunąć aplikację '%s'."
+msgid ""
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
+msgstr ""
+"Nie można usunąć tego systemu operacyjnego. Jest wciąż używany przez system"
+"(y) '%s'."
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "Brak uprawnień do usunięcia tej aplikacji!"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+msgid "Updating operating system failed, specifed name is already used."
+msgstr ""
+"Aktualizacja systemu operacyjnego nieudana, podana nazwa jest już używana."
 
 
-#: plugins/admin/departments/dep_iframe.tpl:3
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+msgid "Remove inventory"
+msgstr "Usuń inwentarz"
+
+#: plugins/admin/systems/class_glpiAccount.inc:570
 msgid ""
 msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Jak tylko operacja przenoszenia zakończy się, można przewinąć stronę na dół "
-"i nacisnąć przycisk 'Kontynuuj' aby przejść do dialogu zarządzania "
-"departamentami."
+"To urządzenie posiada włączone informacje inwentarza. Można je wyłączyć "
+"klikając poniżej."
 
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Nazwa departamentu"
+#: plugins/admin/systems/class_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+msgid "Add inventory"
+msgstr "Dodaj inwentarz"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Nazwa tworzonego poddrzewa"
+#: plugins/admin/systems/class_glpiAccount.inc:573
+msgid ""
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"To urządzenie posiada wyłączone informacje inwentarza. Można je włączyć "
+"klikając poniżej."
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Tekst opisujący departament"
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
+msgstr "B/D"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Kategoria"
+#: plugins/admin/systems/class_glpiAccount.inc:671
+msgid "Can't remove glpi account, while mysql extension is missing."
+msgstr "Nie można usunąć konta glpi, brak obsługi mysql w php."
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Kategoria dla tego poddrzewa"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "Zamierzasz usunąć załącznik glpi '%s'."
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
-msgstr "Wybierz poddrzewo do umieszczenia departamentu"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
+#, php-format
+msgid ""
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
+msgstr ""
+"Nie można usunąć tego załącznika, jest wciąż używany przez system(y) '%s'"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Stan w którym jest umieszczone to poddrzewo"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+msgid "There is no valid file uploaded."
+msgstr "Brak wgranego poprawnego pliku."
 
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Lokalizacja tego poddrzewa"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+msgid "Upload wasn't successfull."
+msgstr "Wgrywanie nieudane."
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Kod pocztowy tego poddrzewa"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, fuzzy, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
+msgstr "Brak katalogu '/etc/gosa/glpi' do przechowywania plików glpi."
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Bazowy numer telefonu tego poddrzewa"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+msgid "There is already a file with the same name uploaded."
+msgstr "Już istnieje wgrany plik z tą samą nazwą."
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Bazowy numer faxu tego poddrzewa"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
+#, php-format
+msgid "Can't create file '%s'."
+msgstr "Nie można stworzyć pliku '%s'."
 
 
-#: plugins/admin/departments/generic.tpl:81
-msgid "Administrative settings"
-msgstr "Ustawienia administracyjne"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
+msgstr "Plik jest dostępny"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr "Zaznacz departament jako niezależną jednostkę administracyjną"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
+msgstr "Nie można czytać pliku, prawdopodobnie plik nie istnieje."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Lista departamentów"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
+msgid "Currently no file uploaded."
+msgstr "Obecnie brak wgranych plików"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
-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 ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych departamentów. "
-"Posiadając dużą ilość departamentów, może okazać się wygodniejsze "
-"korzystanie z selektorów zakresu na górze listy departamentów."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
+msgid "Mime"
+msgstr "Mime"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
-msgid "Department name"
-msgstr "Nazwa departamentu"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
+msgstr "Ta tabela wyświetla wszystkie dostepne załączniki"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
-msgid "Create new department"
-msgstr "Utwórz nowy departament"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+msgid "empty"
+msgstr "pusto"
 
 
-#: 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 ""
-"Operacja odnosi sie do 'wszystkich' kont, systemów, etc w tym poddrzewie. "
-"Proszę upewnić się czy kontynuować, gdyż nie ma operacji powrotu."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+msgid "Create new attachment"
+msgstr "Stwórz nowy załącznik"
 
 
-#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "Zarządzanie departamentem"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+msgid "New Attachment"
+msgstr "Nowy załącznik"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
-msgid "Removing department failed"
-msgstr "Usuwanie departamentu nieudane"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+msgid "Please specify a valid name for this attachment."
+msgstr "Proszę podać prawidłową nazwę dla tego załącznika."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr "Brak uprawnień do tworzenia departamentu w tym miejscu."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
+#, php-format
+msgid "Internal Error can't create device of type '%s'"
+msgstr "Błąd wewnętrzny: nie można utworzyć urządzenia typu '%s'"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Istnieje już departament o takiej nazwie."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
+#, php-format
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Zamierzasz usunąć urządzenie blpi '%s'."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "Wymagane pole 'Opis' nie jest wypełnione."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr "Nie można wykryć nazwy obiektu."
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
+"You can't delete this device, it is still in use by these system(s) '%s'"
 msgstr ""
 msgstr ""
-"Pole 'Nazwa' zawiera zarezerwowane słow '%s'. Proszę wybrać inną nazwę."
+"Nie można usunąć tego urządzenia, jest ono wciąż używane przez te(n) system"
+"(y) '%s'"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
-msgstr ""
-"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki "
-"administracyjnej!"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+msgid "devices"
+msgstr "urządzenia"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-msgid "Saving department failed"
-msgstr "Zapisywanie departamentu nieudane"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "New monitor"
+msgstr "Nowy monitor"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
-#, php-format
-msgid "Tagging '%s'."
-msgstr "Zaznaczanie '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+msgid "M"
+msgstr "M"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr "Przenoszenie '%s' do '%s'"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+msgid "New mainbord"
+msgstr "Nowa płyta główna"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
-#, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr "BŁĄD kopiowania %s, anulowanie operacji"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "MB"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Departamenty"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "New processor"
+msgstr "Nowy procesor"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "Zamierzasz usunąć całe poddrzewo LDAP umieszczone pod '%s'."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "New case"
+msgstr "Nowa obudowa"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-msgid "You have no permission to remove this department."
-msgstr "Brak uprawnień do usunięcia tego departamentu."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
+msgstr "C"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
-msgstr ".."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "New network interface"
+msgstr "Nowy interfejs sieciowy"
 
 
-#: plugins/admin/systems/network.tpl:1
-msgid "Network\tsettings"
-msgstr "Ustawienia sieci"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+msgid "NI"
+msgstr "NI"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "adres IP"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "New ram"
+msgstr "Nowa pamięć RAM"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "adres MAC"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
+msgstr "R"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr "Autowykrywanie"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "New hard disk"
+msgstr "Nowy dysk twardy"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
-msgstr "Włącz DNS dla tego urządzenia."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
+msgstr "Dysk"
 
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
-msgid "Refresh"
-msgstr "Odśwież"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "New drive"
+msgstr "Nowy napęd"
 
 
-#: plugins/admin/systems/network.tpl:51
-msgid "Zone"
-msgstr "Strefa"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+msgid "D"
+msgstr "D"
 
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
-msgstr "TTL"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "New controller"
+msgstr "Nowy kontroler"
 
 
-#: plugins/admin/systems/network.tpl:64
-msgid "Dns records"
-msgstr "Rekordy DNS"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
+msgstr "CS"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "obecne"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
+msgstr "Nowa karta graficzna"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Ten 'dn' nie posiada cech terminala."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr "GC"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr "Brak modułu php snmp, nie można zbierać żadnych informacji."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "New sound card"
+msgstr "Nowa karta dźwiękowa"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "nieznany status"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
+msgstr "SC"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr ""
-"To jest terminal wirtualny i nie posiada właściwości do pokazania tutaj."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
+msgstr "Nowy zasilacz"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "online"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
+msgstr "PS"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "działa"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "New misc device"
+msgstr "Nowe inne urządzenie"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "nie działa"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
+msgstr "OC"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "offline"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
+msgid "You have to specify a valid name for this device."
+msgstr "Proszę podać prawidłową nazwę dla tego urządzenia."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-msgid "Printer type"
-msgstr "Typ drukarki"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
+msgid "This device name is already in use."
+msgstr "Ta nazwa urządzenia jest już w użyciu."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
-msgstr "Producent"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+msgid "None"
+msgstr "Brak"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
-msgid "Supported interfaces"
-msgstr "Wspierane interfejsy"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+msgid "Other"
+msgstr "Inne"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
-msgid "Serial"
-msgstr "Szeregowy"
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
+#, php-format
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
+msgstr ""
+"Nie można usunąć tego producenta, jest on wciąż używany przez te system(y) '%"
+"s'"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-msgid "Parallel"
-msgstr "Równoległy"
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+msgid "Please specify a name."
+msgstr "Proszę podać nazwę"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
-msgstr "USB"
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+msgid "Specified name is already in use, please choose another one."
+msgstr "Podana nazwa jest już używana, proszę wybrać inną."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
-msgid "Contacts"
-msgstr "Kontakty"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+msgid ""
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"Ten serwer posiada cechy inwentarza. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
-msgstr "Osoba techniczna"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+msgid ""
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"Ten serwer nie posiada cech inwentarza. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-msgid "Contact person"
-msgstr "Osoba kontaktowa"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
+msgstr ""
+"Nie można zmienić nazwy typu drukarki na '%s' ponieważ ta nazwa typu jest "
+"już używana."
+
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
+msgstr "Nie można usunąć typu drukarki, jest wciąż w użyciu przez '%s'."
+
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
+msgid "since"
+msgstr "od"
+
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Zamierzasz usunąć kartridż glpi typu '%s'."
+
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
+msgid ""
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
+msgstr ""
+"Nie można usunąć tego typu kartridża. Jest wciąż używany przez drukarkę(i) '%"
+"s'."
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
-msgid "Attachments"
-msgstr "Załączniki"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr "Kartridźe"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
-msgid "Installed cartridges"
-msgstr "Zainstalowane kartridźe"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr "Nie można usunąć tego elementu, ponieważ jest wciąż w użyciu."
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Informacja o systemie"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
+msgid "The selected name is already in use."
+msgstr "Wybrana nazwie już jest w użyciu."
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+msgid "use"
+msgstr "użyj"
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Pamięć"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "Adres MAC"
+#: plugins/admin/systems/class_goSpamServer.inc:97
+#, fuzzy
+msgid "Remove spamassassin extension"
+msgstr "Usuń rozszerzenie drukarki"
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Wsparcie dla USB"
+#: plugins/admin/systems/class_goSpamServer.inc:98
+#, fuzzy
+msgid ""
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
+msgstr "Ten serwer posiada cechy kolab. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Status systemu"
+#: plugins/admin/systems/class_goSpamServer.inc:101
+#, fuzzy
+msgid "Add spamassassin service"
+msgstr "Dodaj usługę Kolab"
 
 
-#: plugins/admin/systems/info.tpl:23
-msgid "Inventory number"
-msgstr "Numer inwentarza"
+#: plugins/admin/systems/class_goSpamServer.inc:102
+#, fuzzy
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
+msgstr "Ten serwer nie posiada cech kolab. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Ostatnie logowanie"
+#: plugins/admin/systems/class_goSpamServer.inc:228
+#, fuzzy
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr "Port sieve musi być liczbą."
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Urządzenia sieciowe"
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, fuzzy, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Usuwanie konta ogólnego użytkownika nieudane"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Urządzenia IDE"
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, fuzzy, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr "Zapisywanie konta Kolab nieudane"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Urządzenia SCSI"
+#: plugins/admin/systems/class_goSpamServer.inc:326
+#, fuzzy
+msgid "Required score must be a numeric value."
+msgstr "Przyszłe dni muszą być liczbą."
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Stacja dyskietek"
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Stacja CDROM"
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:73
-#: plugins/admin/systems/workstationService.tpl:83
-#: plugins/admin/systems/terminalService.tpl:83
-msgid "Graphic device"
-msgstr "Karta graficzna"
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Karta dźwiękowa"
+#: plugins/admin/systems/class_goVirusServer.inc:80
+#, fuzzy
+msgid "Remove anti virus extension"
+msgstr "Usuń rozszerzenie drukarki"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "Włączony od"
+#: plugins/admin/systems/class_goVirusServer.inc:81
+#, fuzzy
+msgid ""
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Ten serwer posiada cechy inwentarza. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/info.tpl:96
-msgid "CPU load"
-msgstr "Zużycie procesora"
+#: plugins/admin/systems/class_goVirusServer.inc:84
+#, fuzzy
+msgid "Add anti virus service"
+msgstr "Dodaj usługę Kolab"
 
 
-#: plugins/admin/systems/info.tpl:99
-msgid "Memory usage"
-msgstr "Zużycie pamięci"
+#: plugins/admin/systems/class_goVirusServer.inc:85
+#, fuzzy
+msgid ""
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Ten serwer nie posiada cech inwentarza. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Zużycie SWAP"
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, fuzzy, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr "Usuwanie konta ogólnego użytkownika nieudane"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "Usłoga SSH"
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, fuzzy, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Zapisywanie konta Kolab nieudane"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "Usługa Drukowania"
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Usługa Skanowania"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Usługa dźwięku"
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
+#, fuzzy
+msgid "Maximum file size"
+msgstr "Rozmiar poczty"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "Typ systemu"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:19
-msgid "Operating system"
-msgstr "System operacyjny"
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
+#, fuzzy
+msgid "Checks per day"
+msgstr "Sprawdź parametr"
 
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
-msgid "Comment"
-msgstr "Komentarz"
+#: plugins/admin/systems/class_goVirusServer.inc:213
+#, fuzzy, php-format
+msgid "The specified value for '%s' must be a numeric value."
+msgstr "Port sieve musi być liczbą."
 
 
-#: plugins/admin/systems/glpi.tpl:78
-msgid "Installed devices"
-msgstr "Zainstalowane urządzenia"
+#: plugins/admin/systems/class_goVirusServer.inc:329
+#, php-format
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgstr ""
 
 
-#: plugins/admin/systems/glpi.tpl:90
-msgid "Trading"
-msgstr "Handel"
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Usuń usługę DNS"
 
 
-#: plugins/admin/systems/glpi.tpl:91
-msgid "Software"
-msgstr "Oprogramowanie"
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
+msgid ""
+"This server has DNS features enabled. You can disable them by clicking below."
+msgstr "Ten serwer posiada cechy DNS. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/glpi.tpl:92
-msgid "Contracts"
-msgstr "Kontrakty"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Dodaj usługę DNS"
 
 
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Zarządzanie systemem"
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
+msgid ""
+"This server has DNS features disabled. You can enable them by clicking below."
+msgstr "Ten serwer nie posiada cech DNS. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Szablon terminala"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Ten 'dn' nie posiada cech telefonu."
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nazwa terminala"
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "yes"
+msgstr "tak"
+
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "no"
+msgstr "nie"
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Wybierz poddrzewo do umieszczenia terminala"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr "dynamiczne"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
-#: plugins/admin/ogroups/termgroup.tpl:38
-msgid "Mode"
-msgstr "Tryb"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "Networksettings"
+msgstr "Ustawienia sieci"
 
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
-#: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
-msgid "Select terminal mode"
-msgstr "Proszę wybrać tryb terminala"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
+"Nie można usunąć ponieważ są użytkownicy zależni od tego telefonu. Jednym z "
+"takich użytkowników jest '%s'."
 
 
-#: plugins/admin/systems/terminal.tpl:42
-#: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
-msgid "Syslog server"
-msgstr "Serwer Syslog"
+#: plugins/admin/systems/class_phoneGeneric.inc:247
+msgid "Removing phone failed"
+msgstr "Usuwanie telefonu nieudane"
 
 
-#: plugins/admin/systems/terminal.tpl:44
-#: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
-msgid "Choose server to use for logging"
-msgstr "Proszę wybrać serwer do logowania"
+#: plugins/admin/systems/class_phoneGeneric.inc:292
+msgid "The required field 'Phone name' is not set."
+msgstr "Wymagane pole 'Nazwa telefonu' jest puste."
 
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Serwer NFS"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr "Nazwa telefonu '0' jest zarezerwowana i nie może być użyta."
 
 
-#: plugins/admin/systems/terminal.tpl:61
-msgid "Select NFS root filesystem to use"
-msgstr "Proszę wybrać główny system plików NFS"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie."
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "Serwer Swap"
+#: plugins/admin/systems/class_phoneGeneric.inc:398
+msgid "Saving phone failed"
+msgstr "Zapisywanie telefonu nieudane"
 
 
-#: plugins/admin/systems/terminal.tpl:69
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Proszę wybrać system plików NFS dla plików swap"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
+msgstr "Nie można otworzyć '%s', ustawienia ppd zresetowane."
 
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr "Dziedzicz atrybuty serwera czasu"
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
+msgid "Can't get ppd informations."
+msgstr "Nie można pobrać informacji ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Serwer NTP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
+"Ścieżka '%s' z parametru PPD_PATH w pliku gosa.conf jest nieprawidłowa. Nie "
+"można czytać/zapisywać informacji ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Proszę wybrać serwer do synchronizacji czasu"
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
+msgid "Please specify a valid ppd file."
+msgstr "Proszę podać prawidłowy plik ppd."
 
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Akcja"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr "Nie można wybrać pliku ppd '%s'. Nie można czytać pliku"
 
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Proszę wybrać akcję do wykonania dla tego terminala"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr "Nie można utworzyć katalogu '%s' dla wgrywanych plików ppd."
 
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Nazwa serwera"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr ""
+"Nie można utworzyć pliku '%s' do przechowywania zmodyfikowanych informacji "
+"ppd."
 
 
-#: plugins/admin/systems/server.tpl:55
-msgid "Select action to execute for this server"
-msgstr "Proszę wybrać akcję do wykonania dla tego serwera"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
+msgstr ""
+"Nie można dodać nowego pliku ppd, plik źródłowy '%s' jest nieosiągalny."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
-msgid "Manage System-types"
-msgstr "Zarządzaj typami systemów"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
+"Podany plik ppd '%s' jest nieprawidłowy. Nie można pobrać żadnych informacji "
+"o modelu lub dostawcy."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
-msgid "Rename"
-msgstr "Zmień nazwę"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr "Istnieje już plik ppd dla tego rodzaju drukarki."
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
-msgid "Please enter a new name"
-msgstr "Proszę podać nową nazwę."
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, php-format
+msgid "Can't save file '%s'."
+msgstr "Nie można zapisać pliku '%s'."
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
-msgid "unknown"
-msgstr "nieznane"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr "Wgrany plik ppd jest pusty, nie można utworzyć nowego pliku ppd."
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
-msgid "bit"
-msgstr "bit"
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
+msgid "True"
+msgstr "Tak"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "pokaż wybor"
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
+msgid "False"
+msgstr "Nie"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "bezpośredni"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr "Niewspierany typ ppd '%s' użyty dla '%s'"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "równoważone obciążenie"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "Usuwanie profilu FAI nieudane"
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
+"Nie można dodać nowego pliku ppd, plik źródłowy '%s' jest nieosiągalny."
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "Klient ICA"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
-msgstr "odziedziczony"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
-msgid "Bit"
-msgstr "Bit"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, fuzzy, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Zamierzasz usunąć aplikację '%s'."
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
-msgid "Choose the phone located at the current terminal"
-msgstr "Wybierz telefon umieszczony przy obecnym terminalu"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, fuzzy, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Nie można otworzyć wybranego certyfikatu!"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr "Proszę podać prawidłowy parametr VSync"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr "Proszę podać prawidłowy parametr HSync."
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr "Wybrany dostawca '%s' nie istnieje w naszej liście ppd."
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
-msgid "Saving workstation services failed"
-msgstr "Zapisywanie usług stacji roboczej nieudane"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
+msgid "Printer ppd selection."
+msgstr "Wybór ppd drukarki."
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Klawiatura"
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
+"Nie można wydobyć poprawnej podstawy z obiektu dn, ustawiam podstawę na '%s'."
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Model"
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr "Dodaj rozszerzenie drukarki"
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Wybierz model klawiatury"
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
+"Nie można zainicjalizować zakładki drukarek, brak parametru parent podzczas "
+"tworzenia."
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "Układ"
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "To jest szablon stacji roboczej, zakładka drukarek jest wyłączona."
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Wybierz układ klawiatury"
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "To jest szablon terminala, zakładka drukarek jest wyłączona."
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Wariant"
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Ten 'dn' nie posiada cech drukarki."
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Wybierz wariant klawiatury"
+#: plugins/admin/systems/class_printGeneric.inc:311
+msgid ""
+"This object 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 ""
+"Ten obiekt ma wyłączone rozszerzenia drukarki. Nie można ich włączyć dopóki "
+"'cn' nie jest obecne we wpisie. Prawdopodobnie próbujesz tworzyć nowy "
+"szablon terminala."
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Mysz"
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
+msgid "Remove printer extension"
+msgstr "Usuń rozszerzenie drukarki"
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Wybierz typ myszy"
+#: plugins/admin/systems/class_printGeneric.inc:319
+msgid ""
+"This workstation has printer extension enabled.You can disable it by "
+"clicking below."
+msgstr ""
+"Ta stacja robocza ma włączone rozszerzenia drukarki. Można je wyłączyć "
+"klikając poniżej."
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Port"
+#: plugins/admin/systems/class_printGeneric.inc:322
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"Ten terminal ma włączone rozszerzenia drukarki. Można je wyłączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Wybierz port myszy"
+#: plugins/admin/systems/class_printGeneric.inc:327
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"Ta stacja robocza ma wyłączone rozszerzenia drukarki. Można je włączyć "
+"klikając poniżej."
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Sprzęt telefoniczny"
+#: plugins/admin/systems/class_printGeneric.inc:330
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
+msgstr ""
+"Ten terminal ma wyłączone rozszerzenia drukarki. Można je włączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/systems/workstationService.tpl:69
-#: plugins/admin/systems/terminalService.tpl:69
-#: plugins/gofon/phoneaccount/generic.tpl:26
-#: plugins/gofon/phoneaccount/generic.tpl:28
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Telefon"
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Wybrany plik PPD '%s' nie istnieje."
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Sterownik"
+#: plugins/admin/systems/class_printGeneric.inc:505
+msgid "can't get ppd informations."
+msgstr "Nie można pobrać informacji ppd."
 
 
-#: 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 "Wybierz sterownik wymagany przez zainstalowaną kartę graficzną"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
+msgstr ""
+"Ta drukarka należy do terminala %s. Nie można zmienić nazwy tej drukarki."
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Wybierz rozdzielczość ekranu użytą w trybie graficznym"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
+msgstr ""
+"Ta drukarka należy do stacji roboczej %s. Nie można zmienić nazwy tej "
+"drulkarki."
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Głębia kolorów"
+#: plugins/admin/systems/class_printGeneric.inc:578
+msgid "Removing printer failed"
+msgstr "Usuwanie drukarki nieudane"
 
 
-#: plugins/admin/systems/workstationService.tpl:104
-#: plugins/admin/systems/terminalService.tpl:104
-msgid "Choose colordepth used in graphic mode"
-msgstr "Wybierz głębię kolorów użytą w trybie graficznym"
+#: plugins/admin/systems/class_printGeneric.inc:642
+#, fuzzy
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie."
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Urządzenie wyświetlające"
+#: plugins/admin/systems/class_printGeneric.inc:819
+msgid "Saving printer failed"
+msgstr "Zapisywanie drukarki nieudane"
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
+#: plugins/admin/systems/class_printGeneric.inc:867
+#, php-format
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "HSync"
-
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Częstotliwość odświeżania poziomego dla zainstalowanego monitora"
+#: plugins/admin/systems/class_printGeneric.inc:889
+#, php-format
+msgid "Can't add '%s' to the list of members, it is already used."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "VSync"
+#: plugins/admin/systems/class_printGeneric.inc:897
+#, php-format
+msgid "Can't add '%s' to list of members, it is not reachable."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Częstotliwość odświeżania pionowego dla zainstalowanego monitora"
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+msgid "Please select a printer or press cancel."
+msgstr "Proszę wybrać drukarkę lub nacisnąć Anuluj."
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "Urządzenie skanujące"
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:179
+#: plugins/admin/systems/class_servDB.inc:185
+#, php-format
+msgid "The attribute '%s' is empty or contains invalid characters."
+msgstr "Atrybut '%s' jest pusty lub zawiera nieprawidłowe znaki."
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
-msgstr "Zaznacz aby uruchomić usługę skanowania SANE na terminalu"
+#: plugins/admin/systems/class_servDB.inc:154
+#, php-format
+msgid "The imap connect string needs to be in the form '%s'."
+msgstr "Parametr URI połączenia imap musi byc w formacie '%s'."
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Dostarcza usługi skanowania"
+#: plugins/admin/systems/class_servDB.inc:158
+msgid "The sieve port needs to be numeric."
+msgstr "Port sieve musi być liczbą."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
+#: plugins/admin/systems/class_servDB.inc:169
 #, php-format
 #, php-format
+msgid "The specified kerberos password is empty."
+msgstr "Podane hasło kerberos jest puste."
+
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+"You can't remove the asterisk database extension, it is still in use by "
+"these objects '%s'."
 msgstr ""
 msgstr ""
-"Polecenie '%s' podane jako zaczep KERNELS dla dodatku '%s' nie istnieje."
+"Nie można usunąć tego załącznika, jest wciąż używany przez system(y) '%s'"
+
+#: plugins/admin/systems/class_servDB.inc:220
+#, php-format
+msgid "The imap name string needs to be a hostname or an IP-address."
+msgstr "Nazwa imap musi być nazwą hosta lub adresem IP."
+
+#: plugins/admin/systems/class_servDB.inc:274
+msgid "Saving server db settings failed"
+msgstr "Zapisywanie ustawień serwera baz danych nieudane"
+
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Wyłącz usługę DHCP"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
+#: plugins/admin/systems/class_servDHCP.inc:32
 msgid ""
 msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
-msgstr ""
-"Istnieją pakiety w twojej konfiguracji które nie mogą zostać przeanalizowane "
-"przy obecnych ustawieniach serwera/wydania."
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
+msgstr "Ten serwer posiada cechy DHCP. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Proszę wybrać 'serwer FAI' lub usunąć 'klasy FAI'."
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Dodaj usługę DHCP"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_servDHCP.inc:35
 msgid ""
 msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr ""
-"Już istnieje profil w twoim wyborze który zawiera konfiguracje tablicy "
-"partycji."
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
+msgstr "Ten serwer nie posiada cech DHCP. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
-msgstr ""
+#: plugins/admin/systems/class_servDNS.inc:162
+msgid "Reverse zone"
+msgstr "Strefa odwrotna"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr "TTL"
+
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
 msgstr ""
 msgstr ""
-"Nie można przetłumaczyć jednej lub więcej klas FAI [%s] na serwerze FAI '%"
-"s'. Serwer zresetowano na 'auto'."
+"Nie można usunąć wybranej strefy ponieważ jest używana przez te(n) element"
+"(y) '%s'"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
-#, fuzzy, php-format
-msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
-msgstr ""
-"Nie można przetłumaczyć klas(y) FAI [%s]. Proszę sprawdzić konfigurację FAI, "
-"prawdopodobnie jakieś klasy zostały usunięte lub przemianowane. !Wszystkie "
-"klasy zostały usunięte z tego konta, naciśnij anuluj jeśli nie chcesz tego "
-"zachować."
+#: plugins/admin/systems/class_servDNS.inc:297
+msgid "Updating DNS service failed"
+msgstr "Aktualizacja usługi DNS nieudana"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
-msgid "Saving workstation startup settings failed"
-msgstr "Zapisywanie ustawień uruchamiania stacji roboczej nieudane"
+#: plugins/admin/systems/class_servDNS.inc:306
+msgid "Removing DNS entries failed"
+msgstr "Usuwanie wpisów DNS nieudane"
+
+#: plugins/admin/systems/class_servDNS.inc:327
+msgid "Saving DNS entries failed"
+msgstr "Zapisywanie wpisów DNS nieudane"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
 #, php-format
 #, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
-msgstr ""
-"Nie można wykonać podanego REPOSITORY_HOOK '%s' proszę sprawdzić gosa.conf."
+msgid "Please choose a valid zone name."
+msgstr "Proszę wybrać poprawną nazwę strefy."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
 #, php-format
 #, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Proszę wybrać poprawną nazwę strefy odwrotnej."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr "Podstawowy serwer DNS musi kończyć sie '.' aby był prawidłowy."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr "Podany adres pocztowy musi kończyć sie '.' aby był prawidłowy."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
 msgid ""
 msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
 msgstr ""
 msgstr ""
-"Podana wartość parametru  REPOSITORY_HOOK '%s' w gosa.conf zwraca pusty ciąg "
-"znaków."
+"Adres email zawiera '@'. Zamień to na '.' aby umożliwić GOsa stworzenie "
+"poprawnego rekordu SOA"
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
+msgstr "Tylko małe liter są dozwolone jako nazwa strefy."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
+msgid "Please specify a numeric value for serial number."
+msgstr "Proszę podać liczbę jako wartość dla numeru seryjnego."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
+msgid "Please specify a numeric value for refresh."
+msgstr "Proszę podać liczbę jako wartość dla odświeżenia."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
+msgid "Please specify a numeric value for ttl."
+msgstr "Proszę podać liczbę jako wartość dla ttl."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
+msgid "Please specify a numeric value for expire."
+msgstr "Proszę podać liczbę jako wartość dla wygaśnięcia."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
+msgid "Please specify a numeric value for retry."
+msgstr "Proszę podać liczbę jako wartość dla ponowienia."
+
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
 #, php-format
 #, php-format
-msgid "Can't open '%s', ppd settings resetted."
-msgstr "Nie można otworzyć '%s', ustawienia ppd zresetowane."
+msgid "Only lowercase is allowed, please check your '%ss'."
+msgstr "Tylko małe litery są dozwolone, proszę sprawdzić '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
-msgid "Can't get ppd informations."
-msgstr "Nie można pobrać informacji ppd."
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "New entry"
+msgstr "Nowy wpis"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 msgstr ""
-"Ścieżka '%s' z parametru PPD_PATH w pliku gosa.conf jest nieprawidłowa. Nie "
-"można czytać/zapisywać informacji ppd."
+"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
+"dialogu edycji strefy."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
-msgid "Please specify a valid ppd file."
-msgstr "Proszę podać prawidłowy plik ppd."
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "Nazwa wpisu '%s' zawiera niedozwolone znaki."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
 #, php-format
 #, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
-msgstr "Nie można wybrać pliku ppd '%s'. Nie można czytać pliku"
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr "Nie można zmienić nazwy z '%s' na '%s', nazwa docelowa już istnieje."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
 #, php-format
 #, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
-msgstr "Nie można utworzyć katalogu '%s' dla wgrywanych plików ppd."
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Nie można utworzyć '%s', nazwa docelowa już istnieje."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
 #, php-format
 #, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr ""
-"Nie można utworzyć pliku '%s' do przechowywania zmodyfikowanych informacji "
-"ppd."
+msgid "The name '%s' is used more than once."
+msgstr "Nazwa '%s' jest użyta więcej niż raz."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
 #, php-format
 #, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
-msgstr ""
-"Nie można dodać nowego pliku ppd, plik źródłowy '%s' jest nieosiągalny."
+msgid "The host name '%s' should be written in lowercase."
+msgstr "Nazwa hosta '%s' powinna zostać wpisana małymi literami."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
 #, php-format
 #, php-format
-msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+msgid "The record type '%s' is a unique type and can't be defined twice."
 msgstr ""
 msgstr ""
-"Podany plik ppd '%s' jest nieprawidłowy. Nie można pobrać żadnych informacji "
-"o modelu lub dostawcy."
+"Typ rekordu '%s' jest unikalnym typem i nie może być zdefiniowany po raz "
+"drugi."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
 #, php-format
 #, php-format
-msgid "There is already a ppd file for this kind of printer."
-msgstr "Istnieje już plik ppd dla tego rodzaju drukarki."
+msgid "There is an empty '%s' for host '%s'."
+msgstr "'%s' jest puste dla hosta '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
 #, php-format
 #, php-format
-msgid "Can't save file '%s'."
-msgstr "Nie można zapisać pliku '%s'."
+msgid "There is a duplicate entry in '%s' for '%s'."
+msgstr "Istnieje duplikat w '%s' dla '%s'."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
-msgstr "Wgrany plik ppd jest pusty, nie można utworzyć nowego pliku ppd."
+#: plugins/admin/systems/class_servGeneric.inc:72
+msgid "This 'dn' has no server features."
+msgstr "Ten 'dn' nie posiada cech serwera."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
-msgid "True"
-msgstr "Tak"
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Zbudź"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
-msgid "False"
-msgstr "Nie"
+#: plugins/admin/systems/class_servGeneric.inc:199
+msgid "Removing server failed"
+msgstr "Usuwanie serwera nieudane"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr "Niewspierany typ ppd '%s' użyty dla '%s'"
+#: plugins/admin/systems/class_servGeneric.inc:235
+msgid "The required field 'Server name' is not set."
+msgstr "Wymagane pole 'Nazwa serwera' jest puste."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed."
-msgstr "Usuwanie profilu FAI nieudane"
+#: plugins/admin/systems/class_servGeneric.inc:242
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "Brak uprawnień do tworzenia serwera w tym elemencie."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
-msgstr ""
-"Nie można dodać nowego pliku ppd, plik źródłowy '%s' jest nieosiągalny."
+#: plugins/admin/systems/class_servGeneric.inc:312
+msgid "Saving server failed"
+msgstr "Zapisywanie serwera nieudane"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
+#: plugins/admin/systems/class_servKolab.inc:90
 #, php-format
 #, php-format
-msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
-msgstr ""
+msgid "Include data from %s days in the past when creating free/busy lists"
+msgstr "Dołącz dane sprzed %s dni podczas tworzenia listy free/busy"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
+#: plugins/admin/systems/class_servKolab.inc:96
+#, php-format
+msgid "Warn users when using more than %s%% of their mail quota"
+msgstr "Ostrzeż użytkowników jeśli używają więcej niż %s%% quoty na pocztę"
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Szablon stacji roboczej"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid "Remove Kolab extension"
+msgstr "Usuń rozszerzenie Kolab"
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Nazwa stacji roboczej"
+#: plugins/admin/systems/class_servKolab.inc:111
+msgid ""
+"This server has kolab features enabled. You can disable them by clicking "
+"below."
+msgstr "Ten serwer posiada cechy kolab. Można je wyłączyć klikając poniżej"
 
 
-#: plugins/admin/systems/servdns.tpl:1
-msgid "Zones"
-msgstr "Strefy"
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid "Add Kolab service"
+msgstr "Dodaj usługę Kolab"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Parametry uruchamiania"
+#: plugins/admin/systems/class_servKolab.inc:114
+msgid ""
+"This server has kolab features disabled. You can enable them by clicking "
+"below."
+msgstr "Ten serwer nie posiada cech kolab. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Uruchamiane jądro"
+#: plugins/admin/systems/class_servKolab.inc:195
+msgid "Removing kolab host entry failed"
+msgstr "Usuwanie wpisu hosta kolab nieudane"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Dodatkowe opcje"
+#: plugins/admin/systems/class_servKolab.inc:211
+msgid "Removing server from kolab object failed"
+msgstr "Usuwanie serwera z obiektu Kolab nieudane"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Podaj wszystkie parametry które powinny zostać przekazane do jądra podczas "
-"uruchamiania"
+#: plugins/admin/systems/class_servKolab.inc:250
+msgid "Future days in Free/Busy settings must be set."
+msgstr "Przyszłe dni w ustawieniach Free/Busy muszą być liczbą."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "Serwer LDAP"
+#: plugins/admin/systems/class_servKolab.inc:252
+msgid "Future days in Free/Busy settings must be a positive value."
+msgstr "Przyszłe dni w ustawieniach Free/Busy muszą być liczbą dodanią."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-msgid "FAI server"
-msgstr "Serwer FAI"
+#: plugins/admin/systems/class_servKolab.inc:256
+msgid "The given Quota settings value must be a number."
+msgstr "Podane parametry Quota muszą być liczbą."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
-msgid "Assigned FAI classes"
-msgstr "Przydzielone klasy FAI"
+#: plugins/admin/systems/class_servKolab.inc:258
+msgid "Please choose a value between 1 and 100 for Quota settings."
+msgstr "Proszę wybrać wartość pomiędzy 1 a 100 dla ustawień Quota."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:87
-msgid "set"
-msgstr "ustaw"
+#: plugins/admin/systems/class_servKolab.inc:260
+msgid "Future days must be a value."
+msgstr "Przyszłe dni muszą być liczbą."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Modułu jądra (format: nazwa parametry)"
+#: plugins/admin/systems/class_servKolab.inc:264
+msgid "No SMTP privileged networks set."
+msgstr "Nie ustawiono uprawnionych sieci SMTP"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
-msgstr "Dodaj inne moduły do załadowania na starcie"
+#: plugins/admin/systems/class_servKolab.inc:336
+msgid "Saving server to kolab object failed"
+msgstr "Zapisywanie serwera do obiektu Kolan nieudane"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
-msgid "Mountpoint"
-msgstr "Punkt montowania"
+#: plugins/admin/systems/class_servNfs.inc:41
+#, fuzzy, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
+"Plik '/etc/gosa/encodings' nie istnieje. Nie można pobrać wspieranych "
+"zestawów znaków."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
-msgid "List of devices"
-msgstr "Lista urządzeń"
+#: plugins/admin/systems/class_servNfs.inc:44
+#, fuzzy, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr "Nie można czytać '/etc/gosa/encodings', proszę sprawdzić uprawnienia."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
-msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
-msgstr ""
-"Ten dialog umożliwia przypięcie urządzenia do obecnie edytowanego komputera."
+#: plugins/admin/systems/class_servNfs.inc:175
+msgid "Please specify a valid path for your setup."
+msgstr "Proszę podać prawidłową ścieżkę dla ustawień."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
-msgid "Display devices matching"
-msgstr "Wyświetl pasujące urządzenia"
+#: plugins/admin/systems/class_servNfs.inc:181
+msgid "Please specify a valid name for your share."
+msgstr "Proszę podać prawidłową nazwę doa udziału."
+
+#: plugins/admin/systems/class_servNfs.inc:184
+msgid "Please specify a name for your share."
+msgstr "Proszę podać nazwę dla udziału."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
-msgid "Regular expression for matching device names"
-msgstr "Wyrażenie regularne dla dopasowania nazw urządzeń"
+#: plugins/admin/systems/class_servNfs.inc:189
+msgid "Description contains invalid characters."
+msgstr "Opis zawiera nieprawidłowe znaki."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
-msgstr "Brak serwera z poprawną usługą bazy glpi."
+#: plugins/admin/systems/class_servNfs.inc:193
+msgid "Volume contains invalid characters."
+msgstr "Wolumin zawiera nieprawidłowe znaki."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr ""
-"Nie można połączyć się z bazą danych glpi, brak rozszerzenia php-mysql."
+#: plugins/admin/systems/class_servNfs.inc:197
+msgid "Path contains invalid characters."
+msgstr "Ścieżka zawiera nieprawidłowe znaki."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-msgid "Can't connect to glpi database, check configuration twice."
-msgstr ""
-"Nie można połączyć się z bazą danych glpi, proszę sprawdzić konfigurację."
+#: plugins/admin/systems/class_servNfs.inc:201
+msgid "Option contains invalid characters."
+msgstr "Opcja zawiera nieprawidłowe znaki."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
-msgid "Remove inventory"
-msgstr "Usuń inwentarz"
+#: plugins/admin/systems/class_servRepository.inc:125
+msgid "Remove FAI repository extension."
+msgstr "Usuń rozszerzenie repozytorium FAI"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_servRepository.inc:126
 msgid ""
 msgid ""
-"This server has inventory features enabled. You can disable them by clicking "
-"below."
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Ten serwer posiada cechy inwentarza. Można je wyłączyć klikając poniżej"
+"Ten serwer posiada cechy repozytorium FAI. Można je wyłączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
-msgid "Add inventory"
-msgstr "Dodaj inwentarz"
+#: plugins/admin/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
+msgstr "Dodaj rozszerzenie repozytorium FAI"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_servRepository.inc:129
 msgid ""
 msgid ""
-"This server has inventory features disabled. You can enable them by clicking "
-"below."
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 msgstr ""
-"Ten serwer nie posiada cech inwentarza. Można je włączyć klikając poniżej."
+"Ten serwer nie posiada cech repozytorium FAI. Można je włączyć klikając "
+"poniżej."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
+#: plugins/admin/systems/class_servRepository.inc:173
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't rename given printer type to '%s', because this type name already "
-"exists."
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
 msgstr ""
 msgstr ""
-"Nie można zmienić nazwy typu drukarki na '%s' ponieważ ta nazwa typu jest "
-"już używana."
+"Nie można usunąć tego wydania, jest wciąż używane przez te stacje robocze [%"
+"s]. Proszę poprawić te zależności aby zachować spójność danych."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
+#: plugins/admin/systems/class_servRepository.inc:207
 #, php-format
 #, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
-msgstr "Nie można usunąć typu drukarki, jest wciąż w użyciu przez '%s'."
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
-msgstr "B/D"
+msgid ""
+"Be careful editing this release, it is still used by these workstations [%s]."
+msgstr ""
+"Ostrożnie z edycją tego wydania, jest wciąż używane przez te stacje robocze "
+"[%s]."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
-msgid "since"
-msgstr "od"
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
+msgid "Sections"
+msgstr "Sekcje"
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Wybierz obiekty do dodania"
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
+msgid "Please enter a value for 'release'."
+msgstr "Proszę podać wartość dla 'wydania'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-msgid "Activated"
-msgstr "Aktywne"
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
+msgid "Please specify a valid value for 'url'."
+msgstr "Proszę podać prawidłową wartość dla 'url'."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Brak definicji ACTIONCMD w pliku gosa.conf"
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Nie można wykonać podanego REPOSITORY_HOOK '%s'. proszę sprawdzić gosa.conf."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
 #, php-format
 #, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Wykonanie '%s' nieudane"
+msgid ""
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
+msgstr ""
+"Podana wartość parametru  REPOSITORY_HOOK '%s' w gosa.conf zwraca pusty ciąg "
+"znaków."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Ten 'dn' nie posiada cech stacji roboczej."
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Wyłącz"
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Restartuj"
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
+msgstr "Serwer terminali musi posiadać zdefiniowaną ścieżkę fontów."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-msgid "Instant update"
-msgstr "Natychmiastowe uaktualnienie"
+#: plugins/admin/systems/class_servService.inc:395
+msgid "Saving server service object failed"
+msgstr "Zapisywanie usługi serwera nieudane"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-msgid "Scheduled update"
-msgstr "Zaplanowana aktualizacja"
+#: plugins/admin/systems/class_servService.inc:426
+msgid "Creating mount container failed"
+msgstr "Tworzenie kontenera montowania nieudane"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
-msgstr "Przeinstaluj"
+#: plugins/admin/systems/class_servService.inc:440
+msgid "Removing mount container failed"
+msgstr "Usuwanie kontenera montowania nieudane"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-msgid "Rescan hardware"
-msgstr "Przeskanuj sprzęt"
+#: plugins/admin/systems/class_servService.inc:452
+msgid "Saving mount container failed"
+msgstr "Zapisywanie kontenera montowania nieudane"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-msgid "Memory test"
-msgstr "Test pamięci"
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Systemy"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-msgid "System analysis"
-msgstr "Analiza systemu"
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "Nie można edytować tego typu obiektów (jeszcze)!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Zbudź"
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
-msgid "Removing workstation failed"
-msgstr "Usuwanie stacji roboczej nieudane"
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, fuzzy, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr "Brak uprawnień do tworzenia stacji roboczej w tej 'bazie'."
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "Hasła podane jako nowe i powtórzone nie zgadzają się!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
-msgstr "Wymagane pole 'Nazwa stacji roboczej' jest puste."
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
+msgstr "Brak uprawnień do ustalania tych haseł systemowych!"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
+#: plugins/admin/systems/class_systemManagement.inc:401
 #, php-format
 #, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "Już istnieje wpis '%s' w wybranym elemencie"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
-msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
-msgstr ""
-"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
-"dziedziczenia."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-msgid "Saving workstation failed"
-msgstr "Zapisywanie stacji roboczej nieudane"
-
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Lista systemów"
+msgid "You're about to delete all information about the component at '%s'."
+msgstr "Zamierzasz usunąć wszystkie informacje o komponencie w '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
+#: plugins/admin/systems/class_systemManagement.inc:500
+#, 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."
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
 msgstr ""
 msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję odpowiednich systemów. "
-"Można tylko dodawać systemy które już raz były uruchomione."
-
-#: plugins/admin/systems/class_divListSystem.inc:57
-msgid "System / Department"
-msgstr "System / Departament"
-
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Pokaż serwery"
-
-#: plugins/admin/systems/class_divListSystem.inc:62
-msgid "Select to see Linux terminals"
-msgstr "Wybierz aby zobaczyć terminale Linux"
-
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Pokaż terminale"
-
-#: plugins/admin/systems/class_divListSystem.inc:63
-msgid "Select to see Linux workstations"
-msgstr "Wybierz aby zobaczyć stacje robocze Linux"
-
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Pokaż stacje robocze"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Zaznacz aby zobaczyć stacje robocze windows"
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Nowy terminal"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Pokaż stacje robocze windows"
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Nowa stacja robocza"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Wybierz aby zobaczyć drukarki sieciowe"
+#: plugins/admin/systems/class_systemManagement.inc:741
+msgid "New Device"
+msgstr "Nowe urządzenie"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Pokaż drukarki sieciowe"
+#: plugins/admin/systems/class_systemManagement.inc:762
+msgid "Terminal template for"
+msgstr "Szablon terminala dla"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Wybierz aby zobaczyć telefony VOIP"
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Szablon stacji roboczej dla"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Pokaż telefony"
+#: plugins/admin/systems/class_systemManagement.inc:862
+msgid "New System from incoming"
+msgstr "Nowy system dla nadchodzących"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Select to see network devices"
-msgstr "Wybierz aby zobaczyć urządzenia sieciowe"
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Szablon"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
-msgid "Show network devices"
-msgstr "Pokaż urządzenia sieciowe"
+#: plugins/admin/systems/class_systemManagement.inc:866
+msgid "Workstation is installing"
+msgstr "Stacja robocza jest instalowana"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-msgid "Display systems of user"
-msgstr "Wyświetl systemy użytkownika"
+#: plugins/admin/systems/class_systemManagement.inc:867
+msgid "Workstation is waiting for action"
+msgstr "Stacja robocza czeka na użycie"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-msgid "New Terminal template"
-msgstr "Nowy szablon terminala"
+#: plugins/admin/systems/class_systemManagement.inc:868
+msgid "Workstation installation failed"
+msgstr "Instalacja stacji roboczej nieudana"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
-msgid "New Terminal"
-msgstr "Nowy terminal"
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr "Serwer jest instalowany"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-msgid "New Workstation template"
-msgstr "Nowy szablon stacji roboczej"
+#: plugins/admin/systems/class_systemManagement.inc:872
+msgid "Server is waiting for action"
+msgstr "Serwer czeka na użycie"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
-msgid "New Workstation"
-msgstr "Nowa stacja robocza"
+#: plugins/admin/systems/class_systemManagement.inc:873
+msgid "Server installation failed"
+msgstr "Instalacja serwera nieudana"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-msgid "New Server"
-msgstr "Nowy serwer"
+#: plugins/admin/systems/class_systemManagement.inc:874
+msgid "Winstation"
+msgstr "Stacja Windows"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
-msgid "New Printer"
-msgstr "Nowa drukarka"
+#: plugins/admin/systems/class_systemManagement.inc:875
+msgid "Network Device"
+msgstr "Urządzenie sieciowe"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-msgid "New Phone"
-msgstr "Nowy telefon"
+#: plugins/admin/systems/class_termDNS.inc:138
+#, php-format
+msgid ""
+"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
+msgstr ""
+"Nie można wykonać podanego AUTO_NETWORK_HOOK '%s' proszę sprawdzić gosa.conf."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-msgid "New Component"
-msgstr "Nowy komponent"
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Nieaktywne"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-msgid "Cups Server"
-msgstr "Serwer Cups"
+#: plugins/admin/systems/class_termDNS.inc:309
+msgid "The required field 'IP-address' is not set."
+msgstr "Wymagane pole 'adres-IP' nie jest wypełnione"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
-msgstr "baza danych Log"
+#: plugins/admin/systems/class_termDNS.inc:316
+msgid "Wrong IP format in field IP-address."
+msgstr "Zły format danych w polu 'adres-IP'"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-msgid "Syslog Server"
-msgstr "Serwer syslog"
+#: plugins/admin/systems/class_termDNS.inc:322
+msgid "The required field 'MAC-address' is not set."
+msgstr "Wymagane pole 'MAC-adres' nie jest wypełnione"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-msgid "Mail Server"
-msgstr "Serwer poczty"
+#: plugins/admin/systems/class_termDNS.inc:328
+msgid ""
+"The given macaddress is invalid. There must be 6 2byte segments seperated by "
+"':'."
+msgstr ""
+"Podany MAC-adres jest nieprawidłowy. Musi być w formacie 6 2bajtowych "
+"segmentów oddzielonych ':'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-msgid "Imap Server"
-msgstr "Serwer imap"
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-msgid "Nfs Server"
-msgstr "Serwer Nfs"
+#: plugins/admin/systems/class_termDNS.inc:356
+#, php-format
+msgid "Found duplicate value for record type '%s'."
+msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
-msgid "Kerberos Server"
-msgstr "Serwer Kerberos"
+#: plugins/admin/systems/class_termDNS.inc:364
+#, php-format
+msgid "Found more than one entry for the uniqe record type '%s'."
+msgstr "Znaleziono więcej niż jeden wpis dla unikalnego typu rekordu '%s'."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
-msgid "Asterisk Server"
-msgstr "Serwer Asterisk"
+#: plugins/admin/systems/class_termDNS.inc:375
+#, php-format
+msgid ""
+"The device IP '%s' is added as 'A Record', this will be done automatically, "
+"please remove the record."
+msgstr ""
+"IP '%s' urządzenia jest dodane jako 'rekord A', to zostanie dodane "
+"automatycznie. Proszę usunąć rekord."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-msgid "Fax Server"
-msgstr "Serwer Fax"
+#: plugins/admin/systems/class_termDNS.inc:467
+msgid "Saving terminal to DNS object failed"
+msgstr "Zapisywanie terminala do obiektu DNS nieudane"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-msgid "Ldap Server"
-msgstr "Serwer Ldap"
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "tekst"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-msgid "Edit system"
-msgstr "Edytuj system"
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "grafika"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-msgid "Delete system"
-msgstr "Usuń system"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
+msgstr "odziedziczony"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-msgid "Set root       password"
-msgstr "Ustaw hasło roota"
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Brak definicji WAKECMD w pliku gosa.conf"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create CD"
-msgstr "Utwórz"
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Brak definicji REBOOTCMD w pliku gosa.conf"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create FAI CD"
-msgstr "Utwórz nowy obiekt FAI"
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Brak definicji HALTCMD w pliku gosa.conf"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Ten 'dn' nie posiada cech terminala."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
-#, fuzzy
-msgid "Remove anti virus extension"
-msgstr "Usuń rozszerzenie drukarki"
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+msgid "Removing terminal failed"
+msgstr "Usuwanie terminala nieudane"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
-#, fuzzy
-msgid ""
-"This server has anti virus features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Ten serwer posiada cechy inwentarza. Można je wyłączyć klikając poniżej"
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "Brak uprawnień do tworzenia terminala w tej 'bazie'."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
-#, fuzzy
-msgid "Add anti virus service"
-msgstr "Dodaj usługę Kolab"
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Wymagane pole 'Nazwa terminala' nie jest wypełnione."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
-#, fuzzy
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
 msgid ""
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
-"clicking below."
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 msgstr ""
-"Ten serwer nie posiada cech inwentarza. Można je włączyć klikając poniżej."
-
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, fuzzy, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
-msgstr "Usuwanie konta ogólnego użytkownika nieudane"
+"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
+"dziedziczenia."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, fuzzy, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Zapisywanie konta Kolab nieudane"
+#: plugins/admin/systems/class_terminalGeneric.inc:503
+msgid "Saving terminal failed"
+msgstr "Zapisywanie terminala nieudane"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
-msgstr ""
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "obecne"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
-msgstr ""
+#: plugins/admin/systems/class_terminalInfo.inc:69
+msgid "There is no php snmp module installed, can't gather any informations."
+msgstr "Brak modułu php snmp, nie można zbierać żadnych informacji."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
-#, fuzzy
-msgid "Maximum file size"
-msgstr "Rozmiar poczty"
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "nieznany status"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
+#: plugins/admin/systems/class_terminalInfo.inc:84
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 msgstr ""
+"To jest terminal wirtualny i nie posiada właściwości do pokazania tutaj."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
-msgstr ""
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "online"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
-#, fuzzy
-msgid "Checks per day"
-msgstr "Sprawdź parametr"
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "działa"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
-#, fuzzy, php-format
-msgid "The specified value for '%s' must be a numeric value."
-msgstr "Port sieve musi być liczbą."
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "nie działa"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
-msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "offline"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
+msgid "unknown"
+msgstr "nieznane"
+
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid ""
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 msgstr ""
+"Podano zewnętrzny zaczep rozdzielczości którego nie można czytać, proszę "
+"sprawdzić uprawnienia pliku '%s'."
 
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
-#: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
-#, php-format
-msgid "The attribute '%s' is empty or contains invalid characters."
-msgstr "Atrybut '%s' jest pusty lub zawiera nieprawidłowe znaki."
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+msgid "bit"
+msgstr "bit"
 
 
-#: plugins/admin/systems/class_servDB.inc:159
-#, php-format
-msgid "The imap connect string needs to be in the form '%s'."
-msgstr "Parametr URI połączenia imap musi byc w formacie '%s'."
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "domyślny"
 
 
-#: plugins/admin/systems/class_servDB.inc:163
-msgid "The sieve port needs to be numeric."
-msgstr "Port sieve musi być liczbą."
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "pokaż wybor"
 
 
-#: plugins/admin/systems/class_servDB.inc:174
-#, php-format
-msgid "The specified kerberos password is empty."
-msgstr "Podane hasło kerberos jest puste."
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "bezpośredni"
 
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
-#, fuzzy, php-format
-msgid ""
-"You can't remove the asterisk database extension, it is still in use by "
-"these objects '%s'."
-msgstr ""
-"Nie można usunąć tego załącznika, jest wciąż używany przez system(y) '%s'"
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "równoważone obciążenie"
 
 
-#: plugins/admin/systems/class_servDB.inc:225
-#, php-format
-msgid "The imap name string needs to be a hostname or an IP-address."
-msgstr "Nazwa imap musi być nazwą hosta lub adresem IP."
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
 
-#: plugins/admin/systems/class_servDB.inc:279
-msgid "Saving server db settings failed"
-msgstr "Zapisywanie ustawień serwera baz danych nieudane"
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Klient ICA"
 
 
-#: plugins/admin/systems/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Edytuj udział"
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "automatyczne"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Ustawienia NFS"
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+msgid "Bit"
+msgstr "Bit"
 
 
-#: plugins/admin/systems/servnfs.tpl:33
-msgid "Volume"
-msgstr "Głośność"
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+msgid "Choose the phone located at the current terminal"
+msgstr "Wybierz telefon umieszczony przy obecnym terminalu"
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
-msgstr "Auto-montuj udział na systemach Apple"
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Proszę podać prawidłowy parametr VSync"
 
 
-#: plugins/admin/systems/servnfs.tpl:94
-msgid "Codepage"
-msgstr "Strona kodowa"
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Proszę podać prawidłowy parametr HSync."
 
 
-#: plugins/admin/systems/servnfs.tpl:104
-msgid "Option"
-msgstr "Opcja"
+#: plugins/admin/systems/class_terminalService.inc:451
+msgid "Saving terminal service information failed"
+msgstr "Zapisywanie ustawień usługi terminala nieudane"
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
-#, fuzzy, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
-"Plik '/etc/gosa/encodings' nie istnieje. Nie można pobrać wspieranych "
-"zestawów znaków."
-
-#: plugins/admin/systems/class_servNfs.inc:49
-#, fuzzy, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr "Nie można czytać '/etc/gosa/encodings', proszę sprawdzić uprawnienia."
-
-#: plugins/admin/systems/class_servNfs.inc:180
-msgid "Please specify a valid path for your setup."
-msgstr "Proszę podać prawidłową ścieżkę dla ustawień."
+"Polecenie '%s' podane jako zaczep KERNELS dla dodatku '%s' nie istnieje."
 
 
-#: plugins/admin/systems/class_servNfs.inc:186
-msgid "Please specify a valid name for your share."
-msgstr "Proszę podać prawidłową nazwę doa udziału."
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
+msgid "You must specify a valid mount point."
+msgstr "Musisz podać prawidłowy punkt montowania."
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
-msgid "Please specify a name for your share."
-msgstr "Proszę podać nazwę dla udziału."
+#: plugins/admin/systems/class_terminalStartup.inc:406
+msgid "Saving terminal startup settings failed"
+msgstr "Zapisywanie ustawień uruchamiania terminala nieudane"
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
-msgid "Description contains invalid characters."
-msgstr "Opis zawiera nieprawidłowe znaki."
+#: plugins/admin/systems/class_winGeneric.inc:129
+msgid "Removing Samba workstation failed"
+msgstr "Usuwanie stacji roboczej Samba nieudane"
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-msgid "Volume contains invalid characters."
-msgstr "Wolumin zawiera nieprawidłowe znaki."
+#: plugins/admin/systems/class_winGeneric.inc:228
+msgid "Saving Samba workstation failed"
+msgstr "Zapisywanie stacji roboczej Samba nieudane"
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-msgid "Path contains invalid characters."
-msgstr "Ścieżka zawiera nieprawidłowe znaki."
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Ten 'dn' nie posiada cech stacji roboczej."
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-msgid "Option contains invalid characters."
-msgstr "Opcja zawiera nieprawidłowe znaki."
+#: plugins/admin/systems/class_workstationGeneric.inc:292
+msgid "Removing workstation failed"
+msgstr "Usuwanie stacji roboczej nieudane"
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-msgid "Postfix mydomain"
-msgstr "Postfix mydomain"
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
+msgstr "Wymagane pole 'Nazwa stacji roboczej' jest puste."
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-msgid "Postfix mydestination"
-msgstr "Postfix mydestination"
+#: plugins/admin/systems/class_workstationService.inc:428
+msgid "Saving workstation services failed"
+msgstr "Zapisywanie usług stacji roboczej nieudane"
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 msgstr ""
+"Istnieją pakiety w twojej konfiguracji które nie mogą zostać przeanalizowane "
+"przy obecnych ustawieniach serwera/wydania."
 
 
-#: plugins/admin/systems/servkolab.tpl:40
-msgid "POP3 service"
-msgstr "Usługa POP3"
+#: plugins/admin/systems/class_workstationStartup.inc:492
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Proszę wybrać 'serwer FAI' lub usunąć 'klasy FAI'."
 
 
-#: plugins/admin/systems/servkolab.tpl:48
-msgid "POP3/SSL service"
-msgstr "Usługa POP3/SSL"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
+msgstr ""
+"Już istnieje profil w twoim wyborze który zawiera konfiguracje tablicy "
+"partycji."
 
 
-#: plugins/admin/systems/servkolab.tpl:56
-msgid "IMAP service"
-msgstr "Usługa IMAP"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:64
-msgid "IMAP/SSL service"
-msgstr "Usługa IMAP/SSL"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
+msgstr ""
+"Nie można przetłumaczyć jednej lub więcej klas FAI [%s] na serwerze FAI '%"
+"s'. Serwer zresetowano na 'auto'."
 
 
-#: plugins/admin/systems/servkolab.tpl:72
-msgid "Sieve service"
-msgstr "Usługa Sieve"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, fuzzy, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
+msgstr ""
+"Nie można przetłumaczyć klas(y) FAI [%s]. Proszę sprawdzić konfigurację FAI, "
+"prawdopodobnie jakieś klasy zostały usunięte lub przemianowane. !Wszystkie "
+"klasy zostały usunięte z tego konta, naciśnij anuluj jeśli nie chcesz tego "
+"zachować."
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
-msgstr "Usługa FTP FreeBusy (przestarzała, nie działa z FreeBusy w Kolab2)"
+#: plugins/admin/systems/class_workstationStartup.inc:1082
+msgid "Saving workstation startup settings failed"
+msgstr "Zapisywanie ustawień uruchamiania stacji roboczej nieudane"
 
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr "Usługa HTTP FreeBusy (przestarzała)"
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+msgstr ""
+"Nie można wykonać podanego REPOSITORY_HOOK '%s' proszę sprawdzić gosa.conf."
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
-msgstr "Skanowanie poczty (wirus/spam)"
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
+msgid "Device name"
+msgstr "Nazwa urządzenia"
 
 
-#: plugins/admin/systems/servkolab.tpl:107
-msgid "Quota settings"
-msgstr "Ustawienia Quota"
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Wybierz poddrzewo do umieszczenia terminala"
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-msgid "Free/Busy settings"
-msgstr "Ustawienia wolny / zajęty"
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr "Zezwól na nieautoryzowane pobieranie informacji Free/Busy"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
-msgstr "uprzywilejowane sieci SMTP"
+#: plugins/admin/systems/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
-msgstr "Hosty/sieci uprawnione do przekazywania"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
-msgstr "Wprowadź kilka wartości oddzielonych"
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "Typ systemu"
 
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr "SMTP smarthost/relayhost"
+#: plugins/admin/systems/glpi.tpl:19
+msgid "Operating system"
+msgstr "System operacyjny"
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
-msgstr "Włącz sprawdzanie MX dla relayhosta"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr "Producent"
 
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr "Host użyty do przekazywania poczty"
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
+msgid "Contacts"
+msgstr "Kontakty"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr "Zezwalaj na pocztę z internetu"
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
+msgid "Contact person"
+msgstr "Osoba kontaktowa"
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr "Akceptuj pocztę z innych domen przez nie-autentykowane SMTP"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr "Osoba techniczna"
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Nazwa telefonu"
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+msgid "Comment"
+msgstr "Komentarz"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
-#, php-format
-msgid "Include data from %s days in the past when creating free/busy lists"
-msgstr "Dołącz dane sprzed %s dni podczas tworzenia listy free/busy"
+#: plugins/admin/systems/glpi.tpl:78
+msgid "Installed devices"
+msgstr "Zainstalowane urządzenia"
 
 
-#: plugins/admin/systems/class_servKolab.inc:100
-#, php-format
-msgid "Warn users when using more than %s%% of their mail quota"
-msgstr "Ostrzeż użytkowników jeśli używają więcej niż %s%% quoty na pocztę"
+#: plugins/admin/systems/glpi.tpl:90
+msgid "Trading"
+msgstr "Handel"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid "Remove Kolab extension"
-msgstr "Usuń rozszerzenie Kolab"
+#: plugins/admin/systems/glpi.tpl:91
+msgid "Software"
+msgstr "Oprogramowanie"
 
 
-#: plugins/admin/systems/class_servKolab.inc:115
-msgid ""
-"This server has kolab features enabled. You can disable them by clicking "
-"below."
-msgstr "Ten serwer posiada cechy kolab. Można je wyłączyć klikając poniżej"
+#: plugins/admin/systems/glpi.tpl:92
+msgid "Contracts"
+msgstr "Kontrakty"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid "Add Kolab service"
-msgstr "Dodaj usługę Kolab"
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
+msgid "Attachments"
+msgstr "Załączniki"
 
 
-#: plugins/admin/systems/class_servKolab.inc:118
-msgid ""
-"This server has kolab features disabled. You can enable them by clicking "
-"below."
-msgstr "Ten serwer nie posiada cech kolab. Można je włączyć klikając poniżej."
+#: plugins/admin/systems/glpi_devices.tpl:2
+msgid "Add/Edit monitor"
+msgstr "Dodaj/Edytuj monitor"
 
 
-#: plugins/admin/systems/class_servKolab.inc:199
-msgid "Removing kolab host entry failed"
-msgstr "Usuwanie wpisu hosta kolab nieudane"
+#: plugins/admin/systems/glpi_devices.tpl:17
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
+msgid "Comments"
+msgstr "Komentarze"
 
 
-#: plugins/admin/systems/class_servKolab.inc:215
-msgid "Removing server from kolab object failed"
-msgstr "Usuwanie serwera z obiektu Kolab nieudane"
+#: plugins/admin/systems/glpi_devices.tpl:33
+msgid "Monitor size"
+msgstr "Rozmiar monitora"
 
 
-#: plugins/admin/systems/class_servKolab.inc:254
-msgid "Future days in Free/Busy settings must be set."
-msgstr "Przyszłe dni w ustawieniach Free/Busy muszą być liczbą."
+#: plugins/admin/systems/glpi_devices.tpl:36
+msgid "Inch"
+msgstr "Cale"
 
 
-#: plugins/admin/systems/class_servKolab.inc:256
-msgid "Future days in Free/Busy settings must be a positive value."
-msgstr "Przyszłe dni w ustawieniach Free/Busy muszą być liczbą dodanią."
+#: plugins/admin/systems/glpi_devices.tpl:44
+msgid "Integrated microphone"
+msgstr "Zintegrowany mikrofon"
 
 
-#: plugins/admin/systems/class_servKolab.inc:260
-msgid "The given Quota settings value must be a number."
-msgstr "Podane parametry Quota muszą być liczbą."
+#: plugins/admin/systems/glpi_devices.tpl:47
+#: plugins/admin/systems/glpi_devices.tpl:55
+#: plugins/admin/systems/glpi_devices.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:71
+#: plugins/admin/systems/glpi_devices.tpl:176
+#: plugins/admin/systems/glpi_devices.tpl:296
+#: plugins/admin/systems/glpi_devices.tpl:361
+msgid "Yes"
+msgstr "Tak"
 
 
-#: plugins/admin/systems/class_servKolab.inc:262
-msgid "Please choose a value between 1 and 100 for Quota settings."
-msgstr "Proszę wybrać wartość pomiędzy 1 a 100 dla ustawień Quota."
+#: plugins/admin/systems/glpi_devices.tpl:48
+#: plugins/admin/systems/glpi_devices.tpl:56
+#: plugins/admin/systems/glpi_devices.tpl:64
+#: plugins/admin/systems/glpi_devices.tpl:72
+#: plugins/admin/systems/glpi_devices.tpl:177
+#: plugins/admin/systems/glpi_devices.tpl:297
+#: plugins/admin/systems/glpi_devices.tpl:362
+msgid "No"
+msgstr "Nie"
 
 
-#: plugins/admin/systems/class_servKolab.inc:264
-msgid "Future days must be a value."
-msgstr "Przyszłe dni muszą być liczbą."
+#: plugins/admin/systems/glpi_devices.tpl:52
+msgid "Integrated speakers"
+msgstr "Zintegrowane głośniki"
 
 
-#: plugins/admin/systems/class_servKolab.inc:268
-msgid "No SMTP privileged networks set."
-msgstr "Nie ustawiono uprawnionych sieci SMTP"
+#: plugins/admin/systems/glpi_devices.tpl:60
+msgid "Sub-D"
+msgstr "Pod-D"
 
 
-#: plugins/admin/systems/class_servKolab.inc:340
-msgid "Saving server to kolab object failed"
-msgstr "Zapisywanie serwera do obiektu Kolan nieudane"
+#: plugins/admin/systems/glpi_devices.tpl:68
+msgid "BNC"
+msgstr "BNC"
 
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Zdalny pulpit"
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+msgid "Serial number"
+msgstr "Numer seryjny"
 
 
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Metoda połączenia"
+#: plugins/admin/systems/glpi_devices.tpl:83
+msgid "Additional serial number"
+msgstr "Dodatkowy numer seryjny"
 
 
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
-msgstr "Wybierz metodę połączenia z serwerem terminali"
+#: plugins/admin/systems/glpi_devices.tpl:97
+msgid "Add/Edit other device"
+msgstr "Dodaj/Edytuj urządzenie"
 
 
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Serwer terminali"
+#: plugins/admin/systems/glpi_devices.tpl:138
+msgid "Add/Edit power supply"
+msgstr "Dodaj/Zmień zasilacz komputera"
 
 
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Wybierz serwer terminali"
+#: plugins/admin/systems/glpi_devices.tpl:173
+msgid "Atx"
+msgstr "Atx"
 
 
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Serwer fontów"
+#: plugins/admin/systems/glpi_devices.tpl:181
+msgid "Power"
+msgstr "Moc"
 
 
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Wybierz font serwer"
+#: plugins/admin/systems/glpi_devices.tpl:193
+msgid "Add/Edit graphic card"
+msgstr "Dodaj/Zmień kartę graficzną"
 
 
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Urządzenie drukujące"
+#: plugins/admin/systems/glpi_devices.tpl:228
+#: plugins/admin/systems/glpi_devices.tpl:284
+#: plugins/admin/systems/glpi_devices.tpl:349
+msgid "Interface"
+msgstr "Interfejs"
 
 
-#: plugins/admin/systems/terminalService.tpl:187
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Wybierz aby rozpocząć usługę drukowania IPP na terminalu"
+#: plugins/admin/systems/glpi_devices.tpl:237
+msgid "Ram"
+msgstr "Pamięć"
 
 
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Dostarcza usługi drukowania"
+#: plugins/admin/systems/glpi_devices.tpl:249
+msgid "Add/Edit controller"
+msgstr "Dodaj/Edytuj kontroler"
 
 
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Serwer kolejkowania"
+#: plugins/admin/systems/glpi_devices.tpl:307
+msgid "Add/Edit drive"
+msgstr "Dodaj/Edytuj napęd"
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Proszę wybrać system plików NFS dla przechowywania plików kolejki"
+#: plugins/admin/systems/glpi_devices.tpl:342
+msgid "Speed"
+msgstr "Prędkość"
 
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Proszę wybrać sterownik skanera do użycia"
+#: plugins/admin/systems/glpi_devices.tpl:358
+msgid "Writeable"
+msgstr "Zapisywalny"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
-msgid "This 'dn' has no network features."
-msgstr "Ten 'dn' nie posiada cech sieciowych."
+#: plugins/admin/systems/glpi_devices.tpl:371
+msgid "Add/Edit harddisk"
+msgstr "Dodaj/Edytuj dysk twardy"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
-msgid "Removing generic component failed"
-msgstr "Usuwanie ogólnego komponentu nieudane"
+#: plugins/admin/systems/glpi_devices.tpl:406
+msgid "Rpm"
+msgstr "Rpm"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
-msgid "The required field 'Component name' is not set."
-msgstr "Wymagane pole 'Nazwa komponentu' jest puste."
+#: plugins/admin/systems/glpi_devices.tpl:413
+msgid "Cache"
+msgstr "Cache"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
-msgid "The required field IP address is empty."
-msgstr "Wymagane pole adres IP jest puste."
+#: plugins/admin/systems/glpi_devices.tpl:443
+msgid "Add/Edit memory"
+msgstr "Dodaj/Edytuj pamięć RAM"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
-msgid "The field IP address contains an invalid address."
-msgstr "Pole adres IP zawiera nieprawidłowy adres."
+#: plugins/admin/systems/glpi_devices.tpl:478
+msgid "Frequenz"
+msgstr "Częstotliwość"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "Brak uprawnień do tworzenia komponentów w tym elemencie."
+#: plugins/admin/systems/glpi_devices.tpl:507
+msgid "Add/Edit sound card"
+msgstr "Dodaj/Zmień kartę dźwiękową"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
-msgid "Saving generic component failed"
-msgstr "Zapisywanie ogólnego komponentu nieudane"
+#: plugins/admin/systems/glpi_devices.tpl:553
+msgid "Add/Edit network interface"
+msgstr "Dodaj/Zmień interfejs sieciowy"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
-msgstr ""
-"Zaznacz jeśli terminal obsługuje uruchamianie w trybie graficznym ze "
-"wskaźnikiem postępu"
+#: plugins/admin/systems/glpi_devices.tpl:589
+msgid "MAC address"
+msgstr "Adres MAC"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:36
-msgid "use graphical bootup"
-msgstr "Użyj graficznego uruchamiania"
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Przepustowość"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:38
-msgid "Select if terminal should boot in text mode"
-msgstr ""
-"Zaznacz jeśli terminal ma się uruchomić następnym razem w trybie tekstowym"
+#: plugins/admin/systems/glpi_devices.tpl:607
+msgid "Add/Edit processor"
+msgstr "Dodaj/Edytuj procesor"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:39
-msgid "use standard linux textual bootup"
-msgstr "użyj standardowego linuxowego uruchamiana w trybie tekstowym"
+#: plugins/admin/systems/glpi_devices.tpl:642
+msgid "Frequence"
+msgstr "Częstotliwość"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:41
-msgid "Select to get more verbose output during startup"
-msgstr ""
-"Zaznacz aby otrzymać bardziej szczegółowe informacje podczas uruchamiania"
+#: plugins/admin/systems/glpi_devices.tpl:649
+msgid "Default frequence"
+msgstr "Domyślna częstotliwość"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "użyj trybu debug podczas uruchamiania"
+#: plugins/admin/systems/glpi_devices.tpl:661
+msgid "Add/Edit motherboard"
+msgstr "Dodaj/Edytuj płytę główną"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
-msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
-msgstr ""
-"To jest nowy system który obecnie nie ma zdefiniowanego typu systemu. Proszę "
-"wybrać typ systemu dla tego elementu oraz nacisnąć przycisk 'kontynuuj'. "
-"Jeśli ten system powinien być dodany do ustawień grupy systemów, podaj "
-"preferowaną grupę obiektów poniżej."
+#: plugins/admin/systems/glpi_devices.tpl:696
+msgid "Chipset"
+msgstr "Chipset"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
-msgstr ""
-"Proszę wybrać typ systemu i opcjonalny zestaw predefiniowanych ustawień do "
-"dziedziczenia."
+#: plugins/admin/systems/glpi_devices.tpl:707
+msgid "Add/Edit computer case"
+msgstr "Dodaj/Zmień obudowę komputera"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Wybierz typ systemu"
+#: plugins/admin/systems/glpi_devices.tpl:742
+msgid "format"
+msgstr "format"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Wybierz grupę obiektową jako szablon"
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+msgid "Rename"
+msgstr "Zmień nazwę"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Proszę wybrać grupę obiektów"
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr "Zarządzaj typami systemów operacyjnych"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
-#, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Zamierzasz usunąć kartridż glpi typu '%s'."
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+msgid "Please enter a new name"
+msgstr "Proszę podać nową nazwę."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
-#, php-format
-msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
-msgstr ""
-"Nie można usunąć tego typu kartridża. Jest wciąż używany przez drukarkę(i) '%"
-"s'."
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+msgid "Manage System-types"
+msgstr "Zarządzaj typami systemów"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
-msgstr "Kartridźe"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+msgid "Attachment"
+msgstr "Załącznik"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "New monitor"
-msgstr "Nowy monitor"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Status"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
-msgid "M"
-msgstr "M"
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+msgid "Filename"
+msgstr "Nazwa pliku"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
-msgstr "Ta funkcjonalność nie jest jeszcze zaimplementowana."
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+msgid "Mime-type"
+msgstr "Typ-Mime"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
-msgstr ""
-"Dodawanie nowego typu systemu nieudane, nazwa typu systemu jest już używana."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+msgid "List of attachments"
+msgstr "Lista załączników"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
-#, php-format
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
 msgid ""
 msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
 msgstr ""
 msgstr ""
-"Nie można usunąć tego typu systemu. Jest wciąż używany przez system(y) '%s'"
-
-#: plugins/admin/systems/class_glpiAccount.inc:323
-msgid "Rename failed, this system type name is already used."
-msgstr "Zmiana nazwy nieudana, ta nazwa typu systemu jest już w użyciu."
+"Ten dialog umożliwia przypisanie dodatkowych obiektów (np dokumentacja) do "
+"obecnie edytowanego komputera."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
-msgid "Adding new operating system failed, specifed name is already used."
-msgstr ""
-"Dodawanie nowego systemu operacyjnego nieudane, podana nazwa już istnieje."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+msgid "Display attachments matching"
+msgstr "Wyświetl pasujące załączniki"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
-msgstr ""
-"Nie można usunąć tego systemu operacyjnego. Jest wciąż używany przez system"
-"(y) '%s'."
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+msgid "Regular expression for matching attachment names"
+msgstr "Wyrażenie regularne dla dopasowania nazw załączników"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
-msgid "Updating operating system failed, specifed name is already used."
-msgstr ""
-"Aktualizacja systemu operacyjnego nieudana, podana nazwa jest już używana."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+msgid "List of devices"
+msgstr "Lista urządzeń"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
 msgid ""
 msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
+"This dialog allows you to attach a device to your currently edited computer."
 msgstr ""
 msgstr ""
-"To urządzenie posiada włączone informacje inwentarza. Można je wyłączyć "
-"klikając poniżej."
+"Ten dialog umożliwia przypięcie urządzenia do obecnie edytowanego komputera."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"To urządzenie posiada wyłączone informacje inwentarza. Można je włączyć "
-"klikając poniżej."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+msgid "Display devices matching"
+msgstr "Wyświetl pasujące urządzenia"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr "Nie można usunąć konta glpi, brak obsługi mysql w php."
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+msgid "Regular expression for matching device names"
+msgstr "Wyrażenie regularne dla dopasowania nazw urządzeń"
 
 #: plugins/admin/systems/glpiManufacturer.tpl:1
 msgid "Manage manufacturers"
 msgstr "Zarządzaj producentami"
 
 
 #: plugins/admin/systems/glpiManufacturer.tpl:1
 msgid "Manage manufacturers"
 msgstr "Zarządzaj producentami"
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
-msgid "Attachment"
-msgstr "Załącznik"
-
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
-msgid "Filename"
-msgstr "Nazwa pliku"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+msgid "Add/Edit manufacturer"
+msgstr "Dodaj/Edytuj producenta"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
-msgid "Mime-type"
-msgstr "Typ-Mime"
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+msgid "Website"
+msgstr "Strona WWW"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
-#, php-format
-msgid ""
-"Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"Nie można wykonać podanego AUTO_NETWORK_HOOK '%s' proszę sprawdzić gosa.conf."
+#: plugins/admin/systems/glpiPrinter.tpl:9
+msgid "Printer type"
+msgstr "Typ drukarki"
 
 
-#: plugins/admin/systems/class_termDNS.inc:291
-msgid "The required field 'IP-address' is not set."
-msgstr "Wymagane pole 'adres-IP' nie jest wypełnione"
+#: plugins/admin/systems/glpiPrinter.tpl:31
+msgid "Supported interfaces"
+msgstr "Wspierane interfejsy"
 
 
-#: plugins/admin/systems/class_termDNS.inc:298
-msgid "Wrong IP format in field IP-address."
-msgstr "Zły format danych w polu 'adres-IP'"
+#: plugins/admin/systems/glpiPrinter.tpl:38
+msgid "Serial"
+msgstr "Szeregowy"
 
 
-#: plugins/admin/systems/class_termDNS.inc:304
-msgid "The required field 'MAC-address' is not set."
-msgstr "Wymagane pole 'MAC-adres' nie jest wypełnione"
+#: plugins/admin/systems/glpiPrinter.tpl:46
+msgid "Parallel"
+msgstr "Równoległy"
 
 
-#: plugins/admin/systems/class_termDNS.inc:310
-msgid ""
-"The given macaddress is invalid. There must be 6 2byte segments seperated by "
-"':'."
-msgstr ""
-"Podany MAC-adres jest nieprawidłowy. Musi być w formacie 6 2bajtowych "
-"segmentów oddzielonych ':'."
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr "USB"
 
 
-#: plugins/admin/systems/class_termDNS.inc:331
-#, php-format
-msgid "Found duplicate value for record type '%s'."
-msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'."
+#: plugins/admin/systems/glpiPrinter.tpl:114
+msgid "Installed cartridges"
+msgstr "Zainstalowane kartridźe"
 
 
-#: plugins/admin/systems/class_termDNS.inc:339
-#, php-format
-msgid "Found more than one entry for the uniqe record type '%s'."
-msgstr "Znaleziono więcej niż jeden wpis dla unikalnego typu rekordu '%s'."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
+msgstr "Lista dostępnych typów kartridży dla tego typu drukarki"
 
 
-#: plugins/admin/systems/class_termDNS.inc:350
-#, php-format
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
 msgid ""
 msgid ""
-"The device IP '%s' is added as 'A Record', this will be done automatically, "
-"please remove the record."
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
 msgstr ""
 msgstr ""
-"IP '%s' urządzenia jest dodane jako 'rekord A', to zostanie dodane "
-"automatycznie. Proszę usunąć rekord."
+"Ten dialog umożliwia tworzenie nowych typów kartridży oraz wybrania jednego "
+"lub więcej typów drukarki. Typ kartridża zależy od typu wybranej drukarki. "
+"Dla każdego wybranego typu katridża zostanie utworzony nowy kartridż. To "
+"pozwala na wybranie tego samego typu kartidża dla więcej niż jednej drukarki."
 
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr "Tylko małe litery są dozwolone, proszę sprawdzić '%s'."
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
+msgid "Display cartridge types matching"
+msgstr "Wyświetl pasujące typy katridży"
 
 
-#: plugins/admin/systems/class_termDNS.inc:442
-msgid "Saving terminal to DNS object failed"
-msgstr "Zapisywanie terminala do obiektu DNS nieudane"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
+msgid "Regular expression for matching cartridge types"
+msgstr "Wyrażenie regularne dla dopasowania kartridźy"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr "Nie można usunąć tego elementu, ponieważ jest wciąż w użyciu."
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+msgid "Reference"
+msgstr "Referencja"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-msgid "The selected name is already in use."
-msgstr "Wybrana nazwie już jest w użyciu."
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Lista użytkowników"
+
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
+msgstr "Ten dialog umożliwia wybranie użytkownika jako kontaktu technicznego."
 
 #: plugins/admin/systems/goSpamServer.tpl:8
 #, fuzzy
 
 #: plugins/admin/systems/goSpamServer.tpl:8
 #, fuzzy
@@ -9443,66 +9865,10 @@ msgstr ""
 msgid "Enable use of Pyzer"
 msgstr ""
 
 msgid "Enable use of Pyzer"
 msgstr ""
 
-#: plugins/admin/systems/class_servRepository.inc:130
-msgid "Remove FAI repository extension."
-msgstr "Usuń rozszerzenie repozytorium FAI"
-
-#: plugins/admin/systems/class_servRepository.inc:131
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Ten serwer posiada cechy repozytorium FAI. Można je wyłączyć klikając "
-"poniżej."
-
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr "Dodaj rozszerzenie repozytorium FAI"
-
-#: plugins/admin/systems/class_servRepository.inc:134
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Ten serwer nie posiada cech repozytorium FAI. Można je włączyć klikając "
-"poniżej."
-
-#: plugins/admin/systems/class_servRepository.inc:178
-#, php-format
-msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
-msgstr ""
-"Nie można usunąć tego wydania, jest wciąż używane przez te stacje robocze [%"
-"s]. Proszę poprawić te zależności aby zachować spójność danych."
-
-#: plugins/admin/systems/class_servRepository.inc:212
-#, php-format
-msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
-msgstr ""
-"Ostrożnie z edycją tego wydania, jest wciąż używane przez te stacje robocze "
-"[%s]."
-
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
-msgid "Sections"
-msgstr "Sekcje"
-
-#: plugins/admin/systems/servRepository.tpl:6
-msgid "List of configured repositories."
-msgstr "Lista skonfigurowanych repozytoriów"
-
-#: plugins/admin/systems/servRepository.tpl:12
-msgid "Add repository"
-msgstr "Dodaj repozytorium"
-
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
+#: plugins/admin/systems/goSpamServerRule.tpl:14
+#, fuzzy
+msgid "Rule"
+msgstr "Pełniona funkcja"
 
 #: plugins/admin/systems/goVirusServer.tpl:5
 #, fuzzy
 
 #: plugins/admin/systems/goVirusServer.tpl:5
 #, fuzzy
@@ -9528,4925 +9894,4565 @@ msgstr ""
 msgid "Select number of maximal threads"
 msgstr "Wybierz numery do dodania"
 
 msgid "Select number of maximal threads"
 msgstr "Wybierz numery do dodania"
 
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr ""
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr ""
+
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr ""
+
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Informacja o systemie"
+
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
+
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Pamięć"
+
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "Adres MAC"
+
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Wsparcie dla USB"
+
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Status systemu"
+
+#: plugins/admin/systems/info.tpl:23
+msgid "Inventory number"
+msgstr "Numer inwentarza"
+
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Ostatnie logowanie"
+
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Urządzenia sieciowe"
+
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Urządzenia IDE"
+
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Urządzenia SCSI"
+
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Stacja dyskietek"
+
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Stacja CDROM"
+
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Karta graficzna"
+
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Karta dźwiękowa"
+
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "Włączony od"
+
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Zużycie procesora"
+
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Zużycie pamięci"
+
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Zużycie SWAP"
+
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Usłoga SSH"
+
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "Usługa Drukowania"
+
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "Usługa Skanowania"
+
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Usługa dźwięku"
+
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
+
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Zarządzanie systemem"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
-msgstr ""
+#: plugins/admin/systems/network.tpl:1
+msgid "Network\tsettings"
+msgstr "Ustawienia sieci"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr ""
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "adres IP"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
-msgstr ""
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "adres MAC"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
-msgstr ""
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
+msgstr "Autowykrywanie"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
-msgstr ""
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
+msgstr "Włącz DNS dla tego urządzenia."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
-msgstr ""
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
+msgid "Refresh"
+msgstr "Odśwież"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
-msgid "Zone name"
-msgstr "Nazwa strefy"
+#: plugins/admin/systems/network.tpl:51
+msgid "Zone"
+msgstr "Strefa"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-msgid "Network address"
-msgstr "Adres sieciowy"
+#: plugins/admin/systems/network.tpl:64
+msgid "Dns records"
+msgstr "Rekordy DNS"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
-msgid "Zone records"
-msgstr "Rekordy strefy"
+#: 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 ""
+"Aby zmienić hasło root'a dla terminala użyj pól poniżej. Zmiany wchodzą po "
+"następnym uruchomieniu. Proszę zapamiętać nowe hasło, gdyż bez niego "
+"logowanie będzie niemożliwe"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
-msgstr "Nie można edytować ponieważ strefa nie została zapisana."
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr "Pozostaw pola puste aby dziedziczyć hasło z wpisów domyślnych."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-msgid "SOA record"
-msgstr "Rekord SOA"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Zmiana hasła wpływa tylko na autentykację."
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
-msgid "Primary dns server for this zone"
-msgstr "Podstawowy serwer DNS dla tej strefy"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Nowe hasło"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
-msgstr "Numer seryjny (atumatycznie zwiększany)"
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Powtórz nowe hasło"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Ponawia"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Ustaw hasło"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:79
-msgid "Expire"
-msgstr "Wygasa"
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Nazwa telefonu"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
-msgid "MxRecords"
-msgstr "Rekordy MX"
+#: plugins/admin/systems/phonesettings.tpl:1
+msgid "Advanced phone settings"
+msgstr "Zaawansowane ustawienia telefonu"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-msgid "Global zone records"
-msgstr "Globalne rekordy strefy"
+#: plugins/admin/systems/phonesettings.tpl:6
+msgid "Phone type"
+msgstr "Typ telefonu"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
-msgid "Removing Samba workstation failed"
-msgstr "Usuwanie stacji roboczej Samba nieudane"
+#: 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 "Proszę wybrać typ telefonu"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
-msgid "Saving Samba workstation failed"
-msgstr "Zapisywanie stacji roboczej Samba nieudane"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
+msgstr "Odśwież"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-msgid "use"
-msgstr "użyj"
+#: plugins/admin/systems/phonesettings.tpl:32
+msgid "DTMF mode"
+msgstr "Tryb DTMF"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-msgid "Go to root department"
-msgstr "Idź do głównego departamentu"
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
+msgid "Default IP"
+msgstr "Domyślny IP"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
-msgid "Go up one department"
-msgstr "Idź jeden departament wyżej"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
+msgstr "Przekroczony limit czasu odpowiedzi"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-msgid "Go to users department"
-msgstr "Przejdź do departamentu użytkowników"
+#: plugins/admin/systems/phonesettings.tpl:75
+msgid "Modus"
+msgstr "Modus"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
-msgid "Home"
-msgstr "Katalog domowy"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
+msgstr "Typ autoryzacji"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr "Przeładuj listę"
+#: plugins/admin/systems/phonesettings.tpl:116
+msgid "Secret"
+msgstr "Tajny"
 
 
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
-msgstr "Ten dialog umożliwia wybranie użytkownika jako kontaktu technicznego."
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr "GoFonInkeys"
 
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "domyślny"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
+msgstr "GoFonOutkeys"
 
 
-#: plugins/admin/systems/class_terminalService.inc:456
-msgid "Saving terminal service information failed"
-msgstr "Zapisywanie ustawień usługi terminala nieudane"
+#: plugins/admin/systems/phonesettings.tpl:145
+msgid "Account code"
+msgstr "Kod konta"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:2
-msgid "Add/Edit monitor"
-msgstr "Dodaj/Edytuj monitor"
+#: plugins/admin/systems/phonesettings.tpl:153
+msgid "Trunk lines"
+msgstr "Zmniejsz linie"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:53
-msgid "Comments"
-msgstr "Komentarze"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr "Hosty które mogą się połączyć."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:33
-msgid "Monitor size"
-msgstr "Rozmiar monitora"
+#: plugins/admin/systems/phonesettings.tpl:183
+msgid "Hosts that are not allowed to connect"
+msgstr "Hosty które nie mogą się połączyć."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:36
-msgid "Inch"
-msgstr "Cale"
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
+msgstr "MSN"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:44
-msgid "Integrated microphone"
-msgstr "Zintegrowany mikrofon"
+#: plugins/admin/systems/printer.tpl:6
+msgid "General"
+msgstr "Ogólne"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:47
-#: plugins/admin/systems/glpi_devices.tpl:55
-#: plugins/admin/systems/glpi_devices.tpl:63
-#: plugins/admin/systems/glpi_devices.tpl:71
-#: plugins/admin/systems/glpi_devices.tpl:176
-#: plugins/admin/systems/glpi_devices.tpl:296
-#: plugins/admin/systems/glpi_devices.tpl:361
-msgid "Yes"
-msgstr "Tak"
+#: plugins/admin/systems/printer.tpl:9
+msgid "Printer name"
+msgstr "nazwa drukarki"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:48
-#: plugins/admin/systems/glpi_devices.tpl:56
-#: plugins/admin/systems/glpi_devices.tpl:64
-#: plugins/admin/systems/glpi_devices.tpl:72
-#: plugins/admin/systems/glpi_devices.tpl:177
-#: plugins/admin/systems/glpi_devices.tpl:297
-#: plugins/admin/systems/glpi_devices.tpl:362
-msgid "No"
-msgstr "Nie"
+#: plugins/admin/systems/printer.tpl:36
+msgid "Details"
+msgstr "Szczegóły"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:52
-msgid "Integrated speakers"
-msgstr "Zintegrowane głośniki"
+#: plugins/admin/systems/printer.tpl:39
+msgid "Printer location"
+msgstr "Lokalizacja drukarki"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:60
-msgid "Sub-D"
-msgstr "Pod-D"
+#: plugins/admin/systems/printer.tpl:43
+msgid "Printer URL"
+msgstr "URL drukarki"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:68
-msgid "BNC"
-msgstr "BNC"
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Sterownik"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:83
-msgid "Additional serial number"
-msgstr "Dodatkowy numer seryjny"
+#: plugins/admin/systems/printer.tpl:63
+msgid "Permissions"
+msgstr "Uprawnienia"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:97
-msgid "Add/Edit other device"
-msgstr "Dodaj/Edytuj urządzenie"
+#: plugins/admin/systems/printer.tpl:70
+msgid "Users which are allowed to use this printer"
+msgstr "Użytkownicy którzy mogą używać tej drukarki"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:138
-msgid "Add/Edit power supply"
-msgstr "Dodaj/Zmień zasilacz komputera"
+#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
+msgid "Add user"
+msgstr "Dodaj użytkownika"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:173
-msgid "Atx"
-msgstr "Atx"
+#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
+msgid "Add group"
+msgstr "Dodaj grupę"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:181
-msgid "Power"
-msgstr "Moc"
+#: plugins/admin/systems/printer.tpl:88
+msgid "Users which are allowed to administrate this printer"
+msgstr "Użytkownicy, którzy mogą administrować tą drukarką"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:193
-msgid "Add/Edit graphic card"
-msgstr "Dodaj/Zmień kartę graficzną"
+#: plugins/admin/systems/printer.tpl:90
+msgid "Admins"
+msgstr "Administratorzy"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:228
-#: plugins/admin/systems/glpi_devices.tpl:284
-#: plugins/admin/systems/glpi_devices.tpl:349
-msgid "Interface"
-msgstr "Interfejs"
+#: plugins/admin/systems/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Sterownik drulkarki"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:237
-msgid "Ram"
-msgstr "Pamięć"
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Model"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:249
-msgid "Add/Edit controller"
-msgstr "Dodaj/Edytuj kontroler"
+#: plugins/admin/systems/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Wybierz"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:307
-msgid "Add/Edit drive"
-msgstr "Dodaj/Edytuj napęd"
+#: plugins/admin/systems/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nowy sterownik"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:342
-msgid "Speed"
-msgstr "Prędkość"
+#: plugins/admin/systems/remove.tpl:6
+#, fuzzy
+msgid ""
+"This includes 'all' 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 ""
+"To zawiera <b>cały</b> system i informacje instalacyjne. Proszę upewnić się, "
+"że faktycznie chcesz wykonać tą operację. Nie ma możliwości odwrócenia tego "
+"procesu."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:358
-msgid "Writeable"
-msgstr "Zapisywalny"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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 ""
+"Proszę upewnić się, że faktycznie chcesz wykonać tą operację. Nie ma "
+"możliwości odwrócenia tego procesu."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:371
-msgid "Add/Edit harddisk"
-msgstr "Dodaj/Edytuj dysk twardy"
+#: plugins/admin/systems/remove_glpi.tpl:10
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
+msgstr ""
+"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa bazy "
+"MySQL. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:406
-msgid "Rpm"
-msgstr "Rpm"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:413
-msgid "Cache"
-msgstr "Cache"
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
+"To jest nowy system który obecnie nie ma zdefiniowanego typu systemu. Proszę "
+"wybrać typ systemu dla tego elementu oraz nacisnąć przycisk 'kontynuuj'. "
+"Jeśli ten system powinien być dodany do ustawień grupy systemów, podaj "
+"preferowaną grupę obiektów poniżej."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:443
-msgid "Add/Edit memory"
-msgstr "Dodaj/Edytuj pamięć RAM"
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
+msgstr ""
+"Proszę wybrać typ systemu i opcjonalny zestaw predefiniowanych ustawień do "
+"dziedziczenia."
 
 
-#: plugins/admin/systems/glpi_devices.tpl:478
-msgid "Frequenz"
-msgstr "Częstotliwość"
+#: plugins/admin/systems/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Wybierz typ systemu"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:507
-msgid "Add/Edit sound card"
-msgstr "Dodaj/Zmień kartę dźwiękową"
+#: plugins/admin/systems/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Wybierz grupę obiektową jako szablon"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:553
-msgid "Add/Edit network interface"
-msgstr "Dodaj/Zmień interfejs sieciowy"
+#: plugins/admin/systems/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Proszę wybrać grupę obiektów"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:589
-msgid "MAC address"
-msgstr "Adres MAC"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Wybierz drukarkę do dodania"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:607
-msgid "Add/Edit processor"
-msgstr "Dodaj/Edytuj procesor"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Wybierz elementy do dodania"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:642
-msgid "Frequence"
-msgstr "Częstotliwość"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+msgid "Display members of department"
+msgstr "Wyświetl członków departamentu"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-msgid "Default frequence"
-msgstr "Domyślna częstotliwość"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+msgid "Display members matching"
+msgstr "Wyświetl członków pasujących"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:661
-msgid "Add/Edit motherboard"
-msgstr "Dodaj/Edytuj płytę główną"
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+msgid "Regular expression for matching member names"
+msgstr "Wyrażenie regularne dla dopasowania nazw członków"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:696
-msgid "Chipset"
-msgstr "Chipset"
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
+msgstr "Dostęp do Kerberos kadmin"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:707
-msgid "Add/Edit computer case"
-msgstr "Dodaj/Zmień obudowę komputera"
+#: plugins/admin/systems/servdb.tpl:10
+msgid "Kerberos Realm"
+msgstr "Serwer Kerberos"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:742
-msgid "format"
-msgstr "format"
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
+msgid "Admin user"
+msgstr "Użytkownik administracyjny"
 
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
-msgid "Saving terminal startup settings failed"
-msgstr "Zapisywanie ustawień uruchamiania terminala nieudane"
+#: plugins/admin/systems/servdb.tpl:26
+msgid "FAX database"
+msgstr "Baza FAX"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:30
+msgid "FAX DB user"
+msgstr "Użytkownik bazy FAX"
 
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:42
+msgid "Asterisk management"
+msgstr "Zarządzanie Asterisk"
 
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
-msgstr "Serwer terminali musi posiadać zdefiniowaną ścieżkę fontów."
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
+msgstr "Użytkownik basy Asterisk"
 
 
-#: plugins/admin/systems/class_servService.inc:400
-msgid "Saving server service object failed"
-msgstr "Zapisywanie usługi serwera nieudane"
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
+msgstr "Krajowy prefix telefoniczny"
 
 
-#: plugins/admin/systems/class_servService.inc:431
-msgid "Creating mount container failed"
-msgstr "Tworzenie kontenera montowania nieudane"
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr "Lokalny prefix telefoniczny"
+
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
+msgstr "Dostęp administracyjny IMAP"
 
 
-#: plugins/admin/systems/class_servService.inc:445
-msgid "Removing mount container failed"
-msgstr "Usuwanie kontenera montowania nieudane"
+#: plugins/admin/systems/servdb.tpl:74
+msgid "Server identifier"
+msgstr "Identyfikator serwera"
 
 
-#: plugins/admin/systems/class_servService.inc:457
-msgid "Saving mount container failed"
-msgstr "Zapisywanie kontenera montowania nieudane"
+#: plugins/admin/systems/servdb.tpl:78
+msgid "Connect URL"
+msgstr "Połączeniowy URL"
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Nadrzędny serwer"
+#: plugins/admin/systems/servdb.tpl:91
+msgid "Sieve port"
+msgstr "Port Sieve"
 
 
-#: plugins/admin/systems/servservice.tpl:37
-msgid "Time Service"
-msgstr "Usługa czasu"
+#: plugins/admin/systems/servdb.tpl:100
+msgid "Logging database"
+msgstr "Baza logowania"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-msgid "LDAP Service"
-msgstr "Usługa LDAP"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr "Użytkownik bazy logowania"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-msgid "Terminal Service"
-msgstr "Usługa Terminali"
+#: plugins/admin/systems/servdb.tpl:119
+msgid "Glpi database"
+msgstr "Baza Glpi"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-msgid "Temporary disable login"
-msgstr "Tymczasowo zablokuj logowanie"
+#: plugins/admin/systems/servdb.tpl:133
+msgid "Database"
+msgstr "Baza"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-msgid "Font path"
-msgstr "Ścieżka do fontów"
+#: plugins/admin/systems/servdns.tpl:1
+msgid "Zones"
+msgstr "Strefy"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-msgid "Syslog Service"
-msgstr "Usługa Syslog"
+#: plugins/admin/systems/servdnseditzone.tpl:7
+msgid "Zone name"
+msgstr "Nazwa strefy"
 
 
-#: plugins/admin/systems/servservice.tpl:99
-msgid "Print Service"
-msgstr "Usługa drukowania"
+#: plugins/admin/systems/servdnseditzone.tpl:13
+msgid "Network address"
+msgstr "Adres sieciowy"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-msgid "Mail server"
-msgstr "Serwer pocztowy"
+#: plugins/admin/systems/servdnseditzone.tpl:24
+msgid "Zone records"
+msgstr "Rekordy strefy"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr "Zarządzaj typami systemów operacyjnych"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
+msgstr "Nie można edytować ponieważ strefa nie została zapisana."
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-#, fuzzy
-msgid "Rule"
-msgstr "Pełniona funkcja"
+#: plugins/admin/systems/servdnseditzone.tpl:39
+msgid "SOA record"
+msgstr "Rekord SOA"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
-msgstr "Lista dostępnych typów kartridży dla tego typu drukarki"
+#: plugins/admin/systems/servdnseditzone.tpl:45
+msgid "Primary dns server for this zone"
+msgstr "Podstawowy serwer DNS dla tej strefy"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid ""
-"This dialog allows you to create new types of cartridges, and select one or "
-"more types for your printer. Cartridge types depends on the printer type you "
-"have selected. For each selected cartridge type there will be a new "
-"cartridge created, this allows you to select the same cartridge type for "
-"more then one printer."
-msgstr ""
-"Ten dialog umożliwia tworzenie nowych typów kartridży oraz wybrania jednego "
-"lub więcej typów drukarki. Typ kartridża zależy od typu wybranej drukarki. "
-"Dla każdego wybranego typu katridża zostanie utworzony nowy kartridż. To "
-"pozwala na wybranie tego samego typu kartidża dla więcej niż jednej drukarki."
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr "Numer seryjny (atumatycznie zwiększany)"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-msgid "Display cartridge types matching"
-msgstr "Wyświetl pasujące typy katridży"
+#: plugins/admin/systems/servdnseditzone.tpl:79
+msgid "Expire"
+msgstr "Wygasa"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-msgid "Regular expression for matching cartridge types"
-msgstr "Wyrażenie regularne dla dopasowania kartridźy"
+#: plugins/admin/systems/servdnseditzone.tpl:100
+msgid "MxRecords"
+msgstr "Rekordy MX"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "tekst"
+#: plugins/admin/systems/servdnseditzone.tpl:112
+msgid "Global zone records"
+msgstr "Globalne rekordy strefy"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "grafika"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
+msgid ""
+"This dialog allows you to configure all components of this DNS zone on a "
+"single list."
+msgstr ""
+"Ten dialog umożliwia konfigurachę wszystkich elementów tej strefy DNS w "
+"pojedyńczej liście."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Brak definicji WAKECMD w pliku gosa.conf"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
+msgid ""
+"Be careful editing record types with this dialog. All changes will be saved "
+"immediately when using the save button."
+msgstr ""
+"Proszę uważać podczas edycji typów rekordu w tym dialogu. Wszystkie zmiany "
+"zostaną zapisane natychmiast po naciśnięciu przycisku zachowaj."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Brak definicji REBOOTCMD w pliku gosa.conf"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
+msgid ""
+"This dialog can't be used until the currently edited zone was saved or the "
+"zone entry exists in the ldap database."
+msgstr ""
+"Ten dialog nie może zostać użyty dopóki edytowana strefa zostanie zapisana "
+"lub ta strefa będzie istniała w bazie LDAP."
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Brak definicji HALTCMD w pliku gosa.conf"
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+msgid "Create a new DNS zone entry"
+msgstr "Utwórz nowy wpis strefy DNS"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-msgid "Removing terminal failed"
-msgstr "Usuwanie terminala nieudane"
+#: plugins/admin/systems/server.tpl:55
+msgid "Select action to execute for this server"
+msgstr "Proszę wybrać akcję do wykonania dla tego serwera"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "Brak uprawnień do tworzenia terminala w tej 'bazie'."
+#: plugins/admin/systems/servkolab.tpl:9
+msgid "Postfix mydomain"
+msgstr "Postfix mydomain"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr "Wymagane pole 'Nazwa terminala' nie jest wypełnione."
+#: plugins/admin/systems/servkolab.tpl:16
+msgid "Postfix mydestination"
+msgstr "Postfix mydestination"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-msgid "Saving terminal failed"
-msgstr "Zapisywanie terminala nieudane"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr ""
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Sterownik drulkarki"
+#: plugins/admin/systems/servkolab.tpl:40
+msgid "POP3 service"
+msgstr "Usługa POP3"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Wybierz"
+#: plugins/admin/systems/servkolab.tpl:48
+msgid "POP3/SSL service"
+msgstr "Usługa POP3/SSL"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nowy sterownik"
+#: plugins/admin/systems/servkolab.tpl:56
+msgid "IMAP service"
+msgstr "Usługa IMAP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr "Błąd wewnętrzny: nie można utworzyć urządzenia typu '%s'"
+#: plugins/admin/systems/servkolab.tpl:64
+msgid "IMAP/SSL service"
+msgstr "Usługa IMAP/SSL"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Zamierzasz usunąć urządzenie blpi '%s'."
+#: plugins/admin/systems/servkolab.tpl:72
+msgid "Sieve service"
+msgstr "Usługa Sieve"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
-msgstr "Nie można wykryć nazwy obiektu."
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+msgstr "Usługa FTP FreeBusy (przestarzała, nie działa z FreeBusy w Kolab2)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
-msgstr ""
-"Nie można usunąć tego urządzenia, jest ono wciąż używane przez te(n) system"
-"(y) '%s'"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr "Usługa HTTP FreeBusy (przestarzała)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
-msgid "devices"
-msgstr "urządzenia"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr "Skanowanie poczty (wirus/spam)"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "New mainbord"
-msgstr "Nowa płyta główna"
+#: plugins/admin/systems/servkolab.tpl:107
+msgid "Quota settings"
+msgstr "Ustawienia Quota"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "New processor"
-msgstr "Nowy procesor"
+#: plugins/admin/systems/servkolab.tpl:123
+msgid "Free/Busy settings"
+msgstr "Ustawienia wolny / zajęty"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "New case"
-msgstr "Nowa obudowa"
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
+msgstr "Zezwól na nieautoryzowane pobieranie informacji Free/Busy"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
-msgstr "C"
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr "uprzywilejowane sieci SMTP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "New network interface"
-msgstr "Nowy interfejs sieciowy"
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
+msgstr "Hosty/sieci uprawnione do przekazywania"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-msgid "NI"
-msgstr "NI"
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr "Wprowadź kilka wartości oddzielonych"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "New ram"
-msgstr "Nowa pamięć RAM"
+#: plugins/admin/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
+msgstr "SMTP smarthost/relayhost"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr "R"
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr "Włącz sprawdzanie MX dla relayhosta"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "New hard disk"
-msgstr "Nowy dysk twardy"
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr "Host użyty do przekazywania poczty"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr "Dysk"
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
+msgstr "Zezwalaj na pocztę z internetu"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "New drive"
-msgstr "Nowy napęd"
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
+msgstr "Akceptuj pocztę z innych domen przez nie-autentykowane SMTP"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
-msgid "D"
-msgstr "D"
+#: plugins/admin/systems/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Edytuj udział"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "New controller"
-msgstr "Nowy kontroler"
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Ustawienia NFS"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr "CS"
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
+msgstr "Ścieżka"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
-msgstr "Nowa karta graficzna"
+#: plugins/admin/systems/servnfs.tpl:33
+msgid "Volume"
+msgstr "Głośność"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr "GC"
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr "Auto-montuj udział na systemach Apple"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "New sound card"
-msgstr "Nowa karta dźwiękowa"
+#: plugins/admin/systems/servnfs.tpl:94
+msgid "Codepage"
+msgstr "Strona kodowa"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
-msgstr "SC"
+#: plugins/admin/systems/servnfs.tpl:104
+msgid "Option"
+msgstr "Opcja"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr "Nowy zasilacz"
+#: plugins/admin/systems/servRepository.tpl:6
+msgid "List of configured repositories."
+msgstr "Lista skonfigurowanych repozytoriów"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
-msgstr "PS"
+#: plugins/admin/systems/servRepository.tpl:12
+msgid "Add repository"
+msgstr "Dodaj repozytorium"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "New misc device"
-msgstr "Nowe inne urządzenie"
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
-msgstr "OC"
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Nadrzędny serwer"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
-msgid "You have to specify a valid name for this device."
-msgstr "Proszę podać prawidłową nazwę dla tego urządzenia."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
+msgstr "URL"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
-msgid "This device name is already in use."
-msgstr "Ta nazwa urządzenia jest już w użyciu."
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+msgid "Shares"
+msgstr "Udziały"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-msgid "Other"
-msgstr "Inne"
+#: plugins/admin/systems/servservice.tpl:37
+msgid "Time Service"
+msgstr "Usługa czasu"
 
 
-#: plugins/admin/systems/remove_glpi.tpl:10
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa bazy "
-"MySQL. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać."
+#: plugins/admin/systems/servservice.tpl:61
+msgid "LDAP Service"
+msgstr "Usługa LDAP"
 
 
-#: plugins/admin/systems/printer.tpl:6
-msgid "General"
-msgstr "Ogólne"
+#: plugins/admin/systems/servservice.tpl:70
+msgid "Terminal Service"
+msgstr "Usługa Terminali"
 
 
-#: plugins/admin/systems/printer.tpl:9
-msgid "Printer name"
-msgstr "nazwa drukarki"
+#: plugins/admin/systems/servservice.tpl:75
+msgid "Temporary disable login"
+msgstr "Tymczasowo zablokuj logowanie"
 
 
-#: plugins/admin/systems/printer.tpl:36
-msgid "Details"
-msgstr "Szczegóły"
+#: plugins/admin/systems/servservice.tpl:78
+msgid "Font path"
+msgstr "Ścieżka do fontów"
 
 
-#: plugins/admin/systems/printer.tpl:39
-msgid "Printer location"
-msgstr "Lokalizacja drukarki"
+#: plugins/admin/systems/servservice.tpl:91
+msgid "Syslog Service"
+msgstr "Usługa Syslog"
 
 
-#: plugins/admin/systems/printer.tpl:43
-msgid "Printer URL"
-msgstr "URL drukarki"
+#: plugins/admin/systems/servservice.tpl:99
+msgid "Print Service"
+msgstr "Usługa drukowania"
 
 
-#: plugins/admin/systems/printer.tpl:63
-msgid "Permissions"
-msgstr "Uprawnienia"
+#: plugins/admin/systems/servservice.tpl:107
+msgid "Mail server"
+msgstr "Serwer pocztowy"
 
 
-#: plugins/admin/systems/printer.tpl:70
-msgid "Users which are allowed to use this printer"
-msgstr "Użytkownicy którzy mogą używać tej drukarki"
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Szablon terminala"
 
 
-#: plugins/admin/systems/printer.tpl:75 plugins/admin/systems/printer.tpl:93
-msgid "Add user"
-msgstr "Dodaj użytkownika"
+#: plugins/admin/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nazwa terminala"
 
 
-#: plugins/admin/systems/printer.tpl:76 plugins/admin/systems/printer.tpl:94
-msgid "Add group"
-msgstr "Dodaj grupę"
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Serwer NFS"
 
 
-#: plugins/admin/systems/printer.tpl:88
-msgid "Users which are allowed to administrate this printer"
-msgstr "Użytkownicy, którzy mogą administrować tą drukarką"
+#: plugins/admin/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Proszę wybrać główny system plików NFS"
 
 
-#: plugins/admin/systems/printer.tpl:90
-msgid "Admins"
-msgstr "Administratorzy"
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Serwer Swap"
 
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr "Dostęp do Kerberos kadmin"
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Proszę wybrać system plików NFS dla plików swap"
 
 
-#: plugins/admin/systems/servdb.tpl:10
-msgid "Kerberos Realm"
-msgstr "Serwer Kerberos"
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
+msgstr "Dziedzicz atrybuty serwera czasu"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-msgid "Admin user"
-msgstr "Użytkownik administracyjny"
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Klawiatura"
 
 
-#: plugins/admin/systems/servdb.tpl:26
-msgid "FAX database"
-msgstr "Baza FAX"
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Wybierz model klawiatury"
 
 
-#: plugins/admin/systems/servdb.tpl:30
-msgid "FAX DB user"
-msgstr "Użytkownik bazy FAX"
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Układ"
 
 
-#: plugins/admin/systems/servdb.tpl:42
-msgid "Asterisk management"
-msgstr "Zarządzanie Asterisk"
+#: plugins/admin/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Wybierz układ klawiatury"
 
 
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
-msgstr "Użytkownik basy Asterisk"
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Wariant"
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
-msgstr "Krajowy prefix telefoniczny"
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Wybierz wariant klawiatury"
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
-msgstr "Lokalny prefix telefoniczny"
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Mysz"
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
-msgstr "Dostęp administracyjny IMAP"
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Wybierz typ myszy"
 
 
-#: plugins/admin/systems/servdb.tpl:74
-msgid "Server identifier"
-msgstr "Identyfikator serwera"
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Port"
 
 
-#: plugins/admin/systems/servdb.tpl:78
-msgid "Connect URL"
-msgstr "Połączeniowy URL"
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Wybierz port myszy"
 
 
-#: plugins/admin/systems/servdb.tpl:91
-msgid "Sieve port"
-msgstr "Port Sieve"
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Sprzęt telefoniczny"
 
 
-#: plugins/admin/systems/servdb.tpl:100
-msgid "Logging database"
-msgstr "Baza logowania"
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Telefon"
 
 
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
-msgstr "Użytkownik bazy logowania"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "Wybierz sterownik wymagany przez zainstalowaną kartę graficzną"
 
 
-#: plugins/admin/systems/servdb.tpl:119
-msgid "Glpi database"
-msgstr "Baza Glpi"
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Rozdzielczość"
 
 
-#: plugins/admin/systems/servdb.tpl:133
-msgid "Database"
-msgstr "Baza"
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Wybierz rozdzielczość ekranu użytą w trybie graficznym"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:77
-msgid "This 'dn' has no server features."
-msgstr "Ten 'dn' nie posiada cech serwera."
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Głębia kolorów"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:204
-msgid "Removing server failed"
-msgstr "Usuwanie serwera nieudane"
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Wybierz głębię kolorów użytą w trybie graficznym"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:240
-msgid "The required field 'Server name' is not set."
-msgstr "Wymagane pole 'Nazwa serwera' jest puste."
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "Urządzenie wyświetlające"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:247
-msgid "You have no permissions to create a server on this 'Base'."
-msgstr "Brak uprawnień do tworzenia serwera w tym elemencie."
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servGeneric.inc:317
-msgid "Saving server failed"
-msgstr "Zapisywanie serwera nieudane"
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "HSync"
 
 
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
-msgid "Reference"
-msgstr "Referencja"
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Częstotliwość odświeżania poziomego dla zainstalowanego monitora"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Wyłącz usługę DHCP"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "VSync"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
-msgstr "Ten serwer posiada cechy DHCP. Można je wyłączyć klikając poniżej"
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Częstotliwość odświeżania pionowego dla zainstalowanego monitora"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:39
-msgid "Add DHCP service"
-msgstr "Dodaj usługę DHCP"
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Zdalny pulpit"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:40
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr "Ten serwer nie posiada cech DHCP. Można je włączyć klikając poniżej."
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Metoda połączenia"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "New entry"
-msgstr "Nowy wpis"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Wybierz metodę połączenia z serwerem terminali"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
-msgstr ""
-"Nie zmienić nazwy z '%s' na '%s', istnieje już wpis z tą samą nazwą w "
-"dialogu edycji strefy."
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+msgstr "Serwer terminali"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "Nazwa wpisu '%s' zawiera niedozwolone znaki."
+#: plugins/admin/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Wybierz serwer terminali"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "Nie można zmienić nazwy z '%s' na '%s', nazwa docelowa już istnieje."
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Serwer fontów"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Nie można utworzyć '%s', nazwa docelowa już istnieje."
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Wybierz font serwer"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr "Nazwa '%s' jest użyta więcej niż raz."
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Urządzenie drukujące"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr "Nazwa hosta '%s' powinna zostać wpisana małymi literami."
+#: plugins/admin/systems/terminalService.tpl:187
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Wybierz aby rozpocząć usługę drukowania IPP na terminalu"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
-"Typ rekordu '%s' jest unikalnym typem i nie może być zdefiniowany po raz "
-"drugi."
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Dostarcza usługi drukowania"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "'%s' jest puste dla hosta '%s'."
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Serwer kolejkowania"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr "Istnieje duplikat w '%s' dla '%s'."
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Proszę wybrać system plików NFS dla przechowywania plików kolejki"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Systemy"
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Urządzenie skanujące"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "Nie można edytować tego typu obiektów (jeszcze)!"
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Zaznacz aby uruchomić usługę skanowania SANE na terminalu"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Dostarcza usługi skanowania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, fuzzy, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
-msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje."
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Proszę wybrać sterownik skanera do użycia"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:330
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "Hasła podane jako nowe i powtórzone nie zgadzają się!"
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Parametry uruchamiania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:347
-msgid "You are not allowed to set this systems password!"
-msgstr "Brak uprawnień do ustalania tych haseł systemowych!"
+#: plugins/admin/systems/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Uruchamiane jądro"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:401
-#, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr "Zamierzasz usunąć wszystkie informacje o komponencie w '%s'."
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Dodatkowe opcje"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
 msgid ""
 msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 msgstr ""
+"Podaj wszystkie parametry które powinny zostać przekazane do jądra podczas "
+"uruchamiania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Nowy terminal"
-
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Nowa stacja robocza"
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "Serwer LDAP"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
-msgid "New Device"
-msgstr "Nowe urządzenie"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
+msgstr ""
+"Zaznacz jeśli terminal obsługuje uruchamianie w trybie graficznym ze "
+"wskaźnikiem postępu"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
-msgid "Terminal template for"
-msgstr "Szablon terminala dla"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Użyj graficznego uruchamiania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Szablon stacji roboczej dla"
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr ""
+"Zaznacz jeśli terminal ma się uruchomić następnym razem w trybie tekstowym"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
-msgid "New System from incoming"
-msgstr "Nowy system dla nadchodzących"
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "użyj standardowego linuxowego uruchamiana w trybie tekstowym"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
-msgid "Terminal"
-msgstr "Terminal"
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
+msgstr ""
+"Zaznacz aby otrzymać bardziej szczegółowe informacje podczas uruchamiania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Stacja robocza"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "użyj trybu debug podczas uruchamiania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
-msgid "Workstation is installing"
-msgstr "Stacja robocza jest instalowana"
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Modułu jądra (format: nazwa parametry)"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
-msgid "Workstation is waiting for action"
-msgstr "Stacja robocza czeka na użycie"
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
+msgstr "Dodaj inne moduły do załadowania na starcie"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
-msgid "Workstation installation failed"
-msgstr "Instalacja stacji roboczej nieudana"
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
+msgid "Mountpoint"
+msgstr "Punkt montowania"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
-msgstr "Serwer jest instalowany"
+#: plugins/admin/systems/wingeneric.tpl:6
+msgid "Machine name"
+msgstr "Nazwa maszyny"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:872
-msgid "Server is waiting for action"
-msgstr "Serwer czeka na użycie"
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Szablon stacji roboczej"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
-msgid "Server installation failed"
-msgstr "Instalacja serwera nieudana"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Nazwa stacji roboczej"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
-msgid "Winstation"
-msgstr "Stacja Windows"
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
+msgid "FAI server"
+msgstr "Serwer FAI"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
-msgid "Network Device"
-msgstr "Urządzenie sieciowe"
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
+msgid "Assigned FAI classes"
+msgstr "Przydzielone klasy FAI"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
-msgid ""
-"This dialog allows you to configure all components of this DNS zone on a "
-"single list."
-msgstr ""
-"Ten dialog umożliwia konfigurachę wszystkich elementów tej strefy DNS w "
-"pojedyńczej liście."
+#: plugins/admin/systems/workstationStartup.tpl:87
+msgid "set"
+msgstr "ustaw"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:2
+#: plugins/admin/users/class_divListUsers.inc:40
 msgid ""
 msgid ""
-"Be careful editing record types with this dialog. All changes will be saved "
-"immediately when using the save button."
+"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 ""
-"Proszę uważać podczas edycji typów rekordu w tym dialogu. Wszystkie zmiany "
-"zostaną zapisane natychmiast po naciśnięciu przycisku zachowaj."
+"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych użytkowników. "
+"Posiadając dużą liczbę użytkowników wygodniej jest używać selektorów zakresu "
+"na górze listy użytkowników."
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:8
-msgid ""
-"This dialog can't be used until the currently edited zone was saved or the "
-"zone entry exists in the ldap database."
-msgstr ""
-"Ten dialog nie może zostać użyty dopóki edytowana strefa zostanie zapisana "
-"lub ta strefa będzie istniała w bazie LDAP."
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Select to see template pseudo users"
+msgstr "Wybierz aby zobaczyć szablony"
 
 
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
-msgid "Create a new DNS zone entry"
-msgstr "Utwórz nowy wpis strefy DNS"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Select to see users that have only a GOsa object"
+msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają tylko obiekt GOsa"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
-msgid "Add/Edit manufacturer"
-msgstr "Dodaj/Edytuj producenta"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Pokaż użytkowników funkcjonalnych"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
-msgid "Website"
-msgstr "Strona WWW"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
+msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia posix"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
-msgid "Phone number"
-msgstr "Numer telefonu"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Pokaż użytkowników Unix"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Usuń usługę DNS"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
+msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia poczty"
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr "Ten serwer posiada cechy DNS. Można je wyłączyć klikając poniżej"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Pokaż użytkowników Poczty"
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Dodaj usługę DNS"
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia samba"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.inc:40
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
-msgstr "Ten serwer nie posiada cech DNS. Można je włączyć klikając poniżej."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Pokaż użytkowników Samby"
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
-msgid "Reverse zone"
-msgstr "Strefa odwrotna"
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
+msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia proxy"
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
-msgstr ""
-"Nie można usunąć wybranej strefy ponieważ jest używana przez te(n) element"
-"(y) '%s'"
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Pokaż użytkowników proxy"
 
 
-#: plugins/admin/systems/class_servDNS.inc:302
-msgid "Updating DNS service failed"
-msgstr "Aktualizacja usługi DNS nieudana"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "Create new user"
+msgstr "Utwórz nowego użytkownika"
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-msgid "Removing DNS entries failed"
-msgstr "Usuwanie wpisów DNS nieudane"
+#: plugins/admin/users/class_divListUsers.inc:94
+msgid "New user"
+msgstr "Nowy użytkownik"
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
-msgid "Saving DNS entries failed"
-msgstr "Zapisywanie wpisów DNS nieudane"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "Create new template"
+msgstr "Utwórz nowy szablon"
 
 
-#: 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 ""
-"Aby zmienić hasło root'a dla terminala użyj pól poniżej. Zmiany wchodzą po "
-"następnym uruchomieniu. Proszę zapamiętać nowe hasło, gdyż bez niego "
-"logowanie będzie niemożliwe"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Nowy szablon"
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
-msgstr "Pozostaw pola puste aby dziedziczyć hasło z wpisów domyślnych."
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
+msgstr "GOsa"
 
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Zmiana hasła wpływa tylko na autentykację."
+#: plugins/admin/users/class_divListUsers.inc:138
+msgid "Edit generic properties"
+msgstr "Edytuj ogólne właściwości"
 
 
-#: plugins/admin/systems/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' 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 ""
-"To zawiera <b>cały</b> system i informacje instalacyjne. Proszę upewnić się, "
-"że faktycznie chcesz wykonać tą operację. Nie ma możliwości odwrócenia tego "
-"procesu."
+#: plugins/admin/users/class_divListUsers.inc:140
+msgid "Edit UNIX properties"
+msgstr "Edytuj właściwości UNIX"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, php-format
-msgid "Please choose a valid zone name."
-msgstr "Proszę wybrać poprawną nazwę strefy."
+#: plugins/admin/users/class_divListUsers.inc:142
+msgid "Edit environment properties"
+msgstr "Edytuj właściwości Środowiska"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Proszę wybrać poprawną nazwę strefy odwrotnej."
+#: plugins/admin/users/class_divListUsers.inc:144
+msgid "Edit mail properties"
+msgstr "Edytuj właściwości Poczty"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
-msgstr "Podstawowy serwer DNS musi kończyć sie '.' aby był prawidłowy."
+#: plugins/admin/users/class_divListUsers.inc:146
+msgid "Edit phone properties"
+msgstr "Edytuj właściwości Telefonu"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
-msgstr "Podany adres pocztowy musi kończyć sie '.' aby był prawidłowy."
+#: plugins/admin/users/class_divListUsers.inc:148
+msgid "Edit fax properies"
+msgstr "Edytuj właściwości Fax"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
-msgstr ""
-"Adres email zawiera '@'. Zamień to na '.' aby umożliwić GOsa stworzenie "
-"poprawnego rekordu SOA"
+#: plugins/admin/users/class_divListUsers.inc:150
+msgid "Edit samba properties"
+msgstr "Edytuj właściwości Samba"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
-msgstr "Tylko małe liter są dozwolone jako nazwa strefy."
+#: plugins/admin/users/class_divListUsers.inc:152
+msgid "Edit netatalk properties"
+msgstr "Edytuj właściwości Netatalk"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
-msgid "Please specify a numeric value for serial number."
-msgstr "Proszę podać liczbę jako wartość dla numeru seryjnego."
+#: plugins/admin/users/class_divListUsers.inc:153
+msgid "Create user from template"
+msgstr "Utwórz użytkownika z szablonu"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
-msgid "Please specify a numeric value for refresh."
-msgstr "Proszę podać liczbę jako wartość dla odświeżenia."
+#: plugins/admin/users/class_divListUsers.inc:154
+msgid "Create user with this template"
+msgstr "Utwórz użytkownika z tego szablonu"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
-msgid "Please specify a numeric value for ttl."
-msgstr "Proszę podać liczbę jako wartość dla ttl."
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+msgid "Edit user"
+msgstr "Edytuj użytkownika"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
-msgid "Please specify a numeric value for expire."
-msgstr "Proszę podać liczbę jako wartość dla wygaśnięcia."
+#: plugins/admin/users/class_divListUsers.inc:189
+msgid "password"
+msgstr "hasło"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
-msgid "Please specify a numeric value for retry."
-msgstr "Proszę podać liczbę jako wartość dla ponowienia."
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Zmień hasło"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
-msgstr ""
-"Nie można wydobyć poprawnej podstawy z obiektu dn, ustawiam podstawę na '%s'."
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+msgid "Delete user"
+msgstr "Usuń użytkownika"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr "Dodaj rozszerzenie drukarki"
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
+msgstr "Brak uprawnień do zmiany hasła tym użytkownikom!"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
 msgid ""
 msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Nie można zainicjalizować zakładki drukarek, brak parametru parent podzczas "
-"tworzenia."
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
+msgstr "Podane hasła 'Nowe hasło' oraz 'Powtórz nowe hasło' nie są itentyczne."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "To jest szablon stacji roboczej, zakładka drukarek jest wyłączona."
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
+msgstr "Hasło które podano jako 'Nowe hasło' jest puste."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "To jest szablon terminala, zakładka drukarek jest wyłączona."
+#: plugins/admin/users/class_userManagement.inc:336
+#, php-format
+msgid "You're about to delete the user %s."
+msgstr "Zamierzasz usunąć użytkownika %s."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Ten 'dn' nie posiada cech drukarki."
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "Brak uprawnień do usunięcia tego użytkownika!"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
-msgid ""
-"This object 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 ""
-"Ten obiekt ma wyłączone rozszerzenia drukarki. Nie można ich włączyć dopóki "
-"'cn' nie jest obecne we wpisie. Prawdopodobnie próbujesz tworzyć nowy "
-"szablon terminala."
+#: plugins/admin/users/class_userManagement.inc:553
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Osoba o wybranej nazwie już istnieje w tym drzewie."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
-msgid "Remove printer extension"
-msgstr "Usuń rozszerzenie drukarki"
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Administracja użytkownikami"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
+#: plugins/admin/users/password.tpl:2
 msgid ""
 msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
+"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 ""
-"Ta stacja robocza ma włączone rozszerzenia drukarki. Można je wyłączyć "
-"klikając poniżej."
+"Aby zmienić hasło użytkownika, proszę użyć formularza poniżej. Zmiany są "
+"wprowadzane natychmiastowo. Proszę zapamiętać nowe hasło, gdyż bez niego "
+"zalogowanie będzie niemożliwe."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
 msgid ""
 msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
-"Ten terminal ma włączone rozszerzenia drukarki. Można je wyłączyć klikając "
-"poniżej."
+"Zmiana hasła jest powiązana z autentykacją do usług poczty, proxy, samba, "
+"oraz unix."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
+#: plugins/admin/users/remove.tpl:6
 msgid ""
 msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
+"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 ""
-"Ta stacja robocza ma wyłączone rozszerzenia drukarki. Można je włączyć "
-"klikając poniżej."
+"Operacja odnosi się do wszystkich danych dotyczących konta, dostępu, "
+"ustawień imap, etc dla tego użytkownika. Proszę upewnić się czy na pewno "
+"kontynuować, gdyż nie ma możliwości powrotu."
+
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Utwórz nowego użytkownika używając szablonów"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:335
+#: plugins/admin/users/template.tpl:6
 msgid ""
 msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
+"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 ""
-"Ten terminal ma wyłączone rozszerzenia drukarki. Można je włączyć klikając "
-"poniżej."
+"Tworzenie nowego użytkownika może być wspomagane przez szablony. Wiele "
+"rekordów bazy będzie automatycznie wypełnionych. Wybierz 'brak' aby pominąć "
+"użycie szablonów."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Wybrany plik PPD '%s' nie istnieje."
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Login"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-msgid "can't get ppd informations."
-msgstr "Nie można pobrać informacji ppd."
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "UNIX"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr ""
-"Ta drukarka należy do terminala %s. Nie można zmienić nazwy tej drukarki."
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Proxy"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
-msgstr ""
-"Ta drukarka należy do stacji roboczej %s. Nie można zmienić nazwy tej "
-"drulkarki."
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-msgid "Removing printer failed"
-msgstr "Usuwanie drukarki nieudane"
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Cienki klient"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-#, fuzzy
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie."
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Nazwa obiektu"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-msgid "Saving printer failed"
-msgstr "Zapisywanie drukarki nieudane"
+#: plugins/generic/references/contents.tpl:11
+msgid "Contents"
+msgstr "Zawartość"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-msgstr ""
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Ten obiekt nie posiada powiązań z innymi obiektami."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:895
+#: plugins/generic/welcome/main.inc:24
 #, php-format
 #, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr ""
+msgid "Welcome %s!"
+msgstr "Witaj %s!"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
+#: plugins/generic/welcome/welcome.tpl:4
+msgid ""
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
 msgstr ""
 msgstr ""
+"To jest główny ekran GOsa. Można wybrać zadania z menu po lewej stronie, lub "
+"wybierając jeden z piktogramów poniżej. Wszelkie zmiany wchodzą bezpośrednio "
+"do serwera LDAP."
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-msgid "Choose a base"
-msgstr "Wybierz bazę"
-
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
+#: plugins/generic/welcome/welcome.tpl:8
 msgid ""
 msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
 msgstr ""
 msgstr ""
-"Przejdź do preferowanego drzewa i kliknij zapisz aby użyć obecnego poddrzewa "
-"jako podstawy. Można też kliknąc obrazek na końcu każdego  elementu."
-
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr "Filtruj elementy z tą składnią"
-
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, php-format
-msgid "Select this base"
-msgstr "Wybierz tą bazę"
-
-#: plugins/admin/systems/phonesettings.tpl:1
-msgid "Advanced phone settings"
-msgstr "Zaawansowane ustawienia telefonu"
-
-#: plugins/admin/systems/phonesettings.tpl:6
-msgid "Phone type"
-msgstr "Typ telefonu"
-
-#: 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 "Proszę wybrać typ telefonu"
-
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr "Odśwież"
-
-#: plugins/admin/systems/phonesettings.tpl:32
-msgid "DTMF mode"
-msgstr "Tryb DTMF"
-
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-msgid "Default IP"
-msgstr "Domyślny IP"
+"Użyj 'Wyloguj' na górze ekranu aby zamknąć połączenie oraz 'Główne' aby "
+"wrócić do głównego ekranu z widokiem piktogramów."
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr "Przekroczony limit czasu odpowiedzi"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "Zespół GOsa"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-msgid "Modus"
-msgstr "Modus"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Bloklisty FAX"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr "Typ autoryzacji"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Zamierzasz usunąć bloklistę '%s'."
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-msgid "Secret"
-msgstr "Tajny"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "Brak uprawnień do usunięcia tej bloklisty."
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr "GoFonInkeys"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Proszę podać prawidłowy numer telefonu."
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr "GoFonOutkeys"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "wysyłanie"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-msgid "Account code"
-msgstr "Kod konta"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "odbieranie"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-msgid "Trunk lines"
-msgstr "Zmniejsz linie"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
+msgstr "Usuwanie obiektu bloklisty nieudane"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr "Hosty które mogą się połączyć."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "Brak uprawnień do tworzenia bloklisty w tym miejscu."
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-msgid "Hosts that are not allowed to connect"
-msgstr "Hosty które nie mogą się połączyć."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Wymaganie pole 'Nazwa' zawiera niedozwolone znaki"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr "MSN"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "Podana nazwa jest już używana."
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-msgid "Machine name"
-msgstr "Nazwa maszyny"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr "Brak uprawnień do tworzenia bloklisty w tym miejscu."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "Zamierzasz usunąć załącznik glpi '%s'."
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
+msgstr "Zapisywanie obiektu bloklisty nieudane"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Lista bloklist"
+
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
 msgid ""
 msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
+"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 ""
-"Nie można usunąć tego załącznika, jest wciąż używany przez system(y) '%s'"
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych bloklist. "
+"Posiadając duże listy, może okazać się wygodniejsze korzystanie z selektorów "
+"zakresu na górze."
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-msgid "There is no valid file uploaded."
-msgstr "Brak wgranego poprawnego pliku."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+msgid "Blocklist name"
+msgstr "Nazwa bloklisty"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-msgid "Upload wasn't successfull."
-msgstr "Wgrywanie nieudane."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Wybierz aby zobaczyć bloklisty wysyłania"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, fuzzy, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
-msgstr "Brak katalogu '/etc/gosa/glpi' do przechowywania plików glpi."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Pokaż bloklisty wysyłania"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-msgid "There is already a file with the same name uploaded."
-msgstr "Już istnieje wgrany plik z tą samą nazwą."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Wybierz aby zobaczyć bloklisty odbierania"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, php-format
-msgid "Can't create file '%s'."
-msgstr "Nie można stworzyć pliku '%s'."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Pokaż bloklisty otrzymywania"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr "Plik jest dostępny"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Wyrażenie regularne do dopasowania nazw list"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
-msgstr "Nie można czytać pliku, prawdopodobnie plik nie istnieje."
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "Create new blocklist"
+msgstr "Utwórz nową bloklistę"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
-msgid "Currently no file uploaded."
-msgstr "Obecnie brak wgranych plików"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+msgid "New Blocklist"
+msgstr "Nowa Bloklista"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
-msgid "Mime"
-msgstr "Mime"
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Nazwa listy"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr "Ta tabela wyświetla wszystkie dostepne załączniki"
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Nazwa bloklisty"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-msgid "empty"
-msgstr "pusto"
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Sybierz poddrzewo do umiszczenia bloklisty"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
-msgid "Create new attachment"
-msgstr "Stwórz nowy załącznik"
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Wybierz, czy filtrować nadchodzące czy przychodzące rozmowy"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
-msgid "New Attachment"
-msgstr "Nowy załącznik"
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Opis tej bloklisty"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
-msgid "Please specify a valid name for this attachment."
-msgstr "Proszę podać prawidłową nazwę dla tego załącznika."
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Blokowane numery"
 
 
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Wybierz rodzaj komponentu systemu do utworzenia"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Numery mogą również zawierać maski"
 
 
-#: 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 ""
-"Linuksowe terminale i stacje robocze są automatycznie tworzone podczas "
-"uruchamiania. Z tego powodu można jedynie utworzyć szablon dla konkretnego "
-"drzewa. Serwery przeważnie są automatycznie dodawane, lecz w niektórych "
-"przypadkach trzeba utworzyć sztuczny wpis serwera aby zapewnić GOsa pewne "
-"informacje. Inne elementy sieciowe mogą zostać użyte w ustawieniach Nagios "
-"aby utworzyć zależności."
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "Zarządzanie bloklistą"
 
 
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Szablon cienkiego klienta Linux"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "To konto nie posiada rozszerzenia fax"
 
 
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Sszablon stacji roboczej Linux"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Usuń konto fax"
 
 
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Serwer Linux"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
+msgstr "To konto ma włączone cechu fax. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Stacja robocza Windows"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Utwórz konto fax"
 
 
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Drukarka sieciowa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
+msgstr "To konto ma wyłączone cechy faxu. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Inny element sieciowy"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "Nieprawidłowy numer telefonu."
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "Utwórz"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+msgid "Removing FAX account failed"
+msgstr "Usuwanie konta FAX nieudane"
 
 
-#: plugins/admin/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Wymagane pole 'fax' jest puste."
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-msgid "List of attachments"
-msgstr "Lista załączników"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Proszę podać prawidłowy numer telefonu w polu 'Fax'."
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr "Dostarczanie poczty jest włączone, ale nie podano adresu."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+msgid "The mail address you've entered is invalid."
+msgstr "Adres email który podano jest nieprawidłowy."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
 msgid ""
 msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
 msgstr ""
 msgstr ""
-"Ten dialog umożliwia przypisanie dodatkowych obiektów (np dokumentacja) do "
-"obecnie edytowanego komputera."
+"Dostarczanie faxu do drukarki jest możliwe jedynie gdy istnieje prawidłowa "
+"drukarka. Proszę poprawić."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr "Zapytanie konta FAX nieudane!"
+
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Numer faxu dla GOfax dla przełączenia"
+
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr "Podaj język komunikacji GOfax dla bramki fax2mail"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:35
-msgid "Display attachments matching"
-msgstr "Wyświetl pasujące załączniki"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "Format dostarczania"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-msgid "Regular expression for matching attachment names"
-msgstr "Wyrażenie regularne dla dopasowania nazw załączników"
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "Podaj format dostarczania dla bramki fax-mail"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-msgid "Please enter a value for 'release'."
-msgstr "Proszę podać wartość dla 'wydania'."
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "Metody dostarczania"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-msgid "Please specify a valid value for 'url'."
-msgstr "Proszę podać prawidłową wartość dla 'url'."
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Tymczasowo zablokuj używanie faxu"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
-#, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr ""
-"Nie można wykonać podanego REPOSITORY_HOOK '%s'. proszę sprawdzić gosa.conf."
+#: plugins/gofax/faxaccount/generic.tpl:45
+msgid "Deliver fax as mail to"
+msgstr "Dostarcz fax jako pocztę do"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Dostarcz fax jako pocztę"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Dostarcz fax na drukarkę"
 
 
-#: plugins/admin/systems/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Alternatywne numery faxu"
 
 
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr ""
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "Bloklisty"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Ten 'dn' nie posiada cech telefonu."
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "Bloklisty dla nadchodzących faxów"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "yes"
-msgstr "tak"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "Bloklisty dla wychodzących faxów"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "no"
-msgstr "nie"
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Zablokowane numery/listy"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr "dynamiczne"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Lista predefiniowanych bloklist"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "Networksettings"
-msgstr "Ustawienia sieci"
+#: plugins/gofax/faxaccount/lists.tpl:25
+msgid "Add the list to the blocklists"
+msgstr "Dodaj listę do bloklisty"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
-msgstr ""
-"Nie można usunąć ponieważ są użytkownicy zależni od tego telefonu. Jednym z "
-"takich użytkowników jest '%s'."
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Wybierz numery do dodania"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-msgid "Removing phone failed"
-msgstr "Usuwanie telefonu nieudane"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Wyświetl numery departamentu"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:297
-msgid "The required field 'Phone name' is not set."
-msgstr "Wymagane pole 'Nazwa telefonu' jest puste."
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Wyświetl numery pasujące"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr "Nazwa telefonu '0' jest zarezerwowana i nie może być użyta."
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Wyrażenie regularne dla dopasowania numerów"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie."
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Wyświetl numery użytkownika"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
-msgid "Saving phone failed"
-msgstr "Zapisywanie telefonu nieudane"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Nazwa użytkownika którego numery są pokazane"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Wybierz elementy do dodania"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
-msgid "Display members of department"
-msgstr "Wyświetl członków departamentu"
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Ustawienia FAX"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
-msgid "Display members matching"
-msgstr "Wyświetl członków pasujących"
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
+#, fuzzy
+msgid "Alternate fax numbers will not be copied"
+msgstr "Alternatywne numery faxu"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
-msgid "Regular expression for matching member names"
-msgstr "Wyrażenie regularne dla dopasowania nazw członków"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Raporty FAX"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
+#: plugins/gofax/faxreports/class_faxreport.inc:106
 msgid ""
 msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
 msgstr ""
 msgstr ""
-"Nie można usunąć tego producenta, jest on wciąż używany przez te system(y) '%"
-"s'"
-
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
-msgid "Please specify a name."
-msgstr "Proszę podać nazwę"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
-msgid "Specified name is already in use, please choose another one."
-msgstr "Podana nazwa jest już używana, proszę wybrać inną."
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr "Nie można połączyć się z bazą fax, nie można pokazać żadnych raportów!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr ""
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
+msgstr "Nie można wybrać bazy fax aby generować raport!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
+#: plugins/gofax/faxreports/class_faxreport.inc:125
 #, fuzzy
 #, fuzzy
-msgid "Remove spamassassin extension"
-msgstr "Usuń rozszerzenie drukarki"
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr "Nie można wybrać bazy fax aby generować raport!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
-#, fuzzy
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
-msgstr "Ten serwer posiada cechy kolab. Można je wyłączyć klikając poniżej"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "Zapytanie do bazy fax nieudane!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:106
-#, fuzzy
-msgid "Add spamassassin service"
-msgstr "Dodaj usługę Kolab"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "Brak uprawnień do pobierania informacji o tym faxie!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
-#, fuzzy
-msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
-msgstr "Ten serwer nie posiada cech kolab. Można je włączyć klikając poniżej."
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "R-M-D"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:233
-#, fuzzy
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr "Port sieve musi być liczbą."
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Wprowadź poszukiwaną nazwę użytkownika"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, fuzzy, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Usuwanie konta ogólnego użytkownika nieudane"
+#: 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 "w"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, fuzzy, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr "Zapisywanie konta Kolab nieudane"
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Wybierz poddrzewo od którego zacząć szukanie"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-#, fuzzy
-msgid "Required score must be a numeric value."
-msgstr "Przyszłe dni muszą być liczbą."
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "podczas"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
-#, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
-msgstr ""
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Odbiorca"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-#, fuzzy, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "Zamierzasz usunąć aplikację '%s'."
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "# stron"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, fuzzy, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "Nie można otworzyć wybranego certyfikatu!"
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Podgląd FAXu - proszę poczekać"
+
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "Kliknij na fax aby pobrać"
+
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "FAX ID"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
-msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
-msgstr ""
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Data/Czas"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
-msgstr "Wybrany dostawca '%s' nie istnieje w naszej liście ppd."
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "MSN nadawcy"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
-msgid "Printer ppd selection."
-msgstr "Wybór ppd drukarki."
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "ID nadawcy"
 
 
-#: plugins/admin/ogroups/termgroup.tpl:2
-msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
-msgstr ""
-"Akcje wybrane tutaj wpływają na wszystkie systemy w tej grupie obiektów. "
-"Dodatkowo wszystkie wartości edytowalne tutaj mogą być odziedziczone przez "
-"klientów przypisanych do tych grup obiektów."
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "MSN odbiorcy"
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
-msgstr "Pocztowa lista dystrybucyjna"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "ID odbiorcy"
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-msgid "Primary mail address for this distribution list"
-msgstr "Adres podstawowy dla tej listy dystrybucyjnej"
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Informacja o statusie"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
-msgid "Phone queue"
-msgstr "Kolejka telefoniczna"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Czas transferu"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-msgid "System"
-msgstr "System"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Raporty FAX"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Terminale"
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
+msgid "List of conference rooms"
+msgstr "Lista sal konferencyjnych"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/gofon/conference/headpage.tpl:24
 msgid ""
 msgid ""
-"Only users with the same asterisk home server will be included to this queue."
+"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 ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych konferencji "
+"telefonicznych. Posiadając dużą ilość konferencji, może okazać się "
+"wygodniejsze korzystanie z selektorów zakresu na górze listy konferencji."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
-msgid "Queue Settings"
-msgstr "Ustawienia kolejki"
+#: plugins/gofon/conference/class_divListConferences.inc:46
+msgid "Name - Number"
+msgstr "Nazwa - Numer"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Numery telefonów"
+#: plugins/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
+msgstr "PIN"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
-msgid "Generic queue Settings"
-msgstr "Ogólne ustawienia kolejki"
+#: plugins/gofon/conference/class_divListConferences.inc:55
+msgid "Regular expression for matching conference names"
+msgstr "Wyrażenie regularne dla dopasowania nazw konferencji"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
-#, fuzzy
-msgid "Home server"
-msgstr "Serwer NFS"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "Create new conference"
+msgstr "Utwórz nową konferencję"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-msgid "Timeout"
-msgstr "Timeout"
+#: plugins/gofon/conference/class_divListConferences.inc:75
+msgid "New conference"
+msgstr "Nowa konferencja"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-msgid "Strategy"
-msgstr "Strategia"
+#: plugins/gofon/conference/class_divListConferences.inc:138
+msgid "Conference"
+msgstr "Konferencja"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr "Maksymalna długość kolejki"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
+#, php-format
+msgid ""
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr "Częstotliwość zapowiedzi"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
+#, fuzzy, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
+msgstr "Ta aplikacja nie jest już dostępna."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr "(w sekundach)"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+msgid ""
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
+msgstr "Wybrano konferencję 'bez PINu'... proszę pozostawić pola PIN puste."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
-msgstr "Ustawienia dźwięku kolejki"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
+msgid "Please enter a PIN."
+msgstr "Proszę wpisać PIN."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr "Użyj muzyki zamiast dzwonienia podczas oczenikwania"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+msgid "Please enter a name for the conference."
+msgstr "Proszę podać nazwę konferencji."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
-msgstr "Muzyka podczas oczekiwania"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
+msgstr "Tylko cyfry są dozwolone w polu Numer."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-msgid "Welcome sound file"
-msgstr "Plik dźwiękowy powitania"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
+msgstr "Tylko liczby są dozwolone w okresie życia"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-msgid "Announce message"
-msgstr "Komunikat zapowiadający"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
+msgid ""
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
-msgstr "Plik dźwiękowy 'Jesteś następny ...'"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
+msgid ""
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
-msgstr "'Istnieją ...'"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
+msgid ""
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
-msgstr "'... rozmów oczekujących'"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
+msgid ""
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:169
-msgid "'Thank you' message"
-msgstr "Wiadomość 'dziękujemy'"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+msgid "Saving phone conference failed"
+msgstr "Zapisywanie konferencji telefonicznej nieudane"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr "plik dźwiękowy 'minut'"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+msgid "Phone conferences"
+msgstr "Konferencje telefoniczne"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr "plik dźwiękowy 'sekund'"
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+msgid "Management"
+msgstr "Zarządzanie"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr "Plik dźwiękowy podtrzymania"
+#: plugins/gofon/conference/generic.tpl:13
+msgid "Conference name"
+msgstr "Nazwa konferencji"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
-msgid "Less Than sound file"
-msgstr "Plik dźwiękowy 'mniej niż'"
+#: plugins/gofon/conference/generic.tpl:18
+msgid "Name of conference to create"
+msgstr "Nazwa tworzonej konferencji"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
-msgid "Phone attributes "
-msgstr "Atrybuty telefonu"
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+msgid "Choose subtree to place conference in"
+msgstr "Wybierz poddrzewo do umieszczenia konferencji"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr "Ogłaszaj czas podtrzymania"
+#: plugins/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
+msgstr "Wiek (w dniach)"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr "Zezwól dodzwanianemu użytkownikowi na przekazanie tej rozmowy"
+#: plugins/gofon/conference/generic.tpl:112
+msgid "Preset PIN"
+msgstr "Prekonfiturowany PIN"
+
+#: plugins/gofon/conference/generic.tpl:126
+msgid "Record conference"
+msgstr "Nagrywanie konferencji"
+
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
+msgstr "Format pliku dźwiękowego"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr "Zezwala dzwoniącemu użytkownikowi na przekazanie rozmowy"
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
+msgstr "Odtwarzaj muzykę podczas zawieszenia"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr "Zezwól dodzanianemu użytkownikowi na rozłączenie przez wciśnięcie *"
+#: plugins/gofon/conference/generic.tpl:157
+msgid "Activate session menu"
+msgstr "Aktywuj menu sesji"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr "Zezwala dzwoniącemu na rozłączenie poprzez wciśnięcie *"
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
+msgstr "Zapowiadaj użytkowników dołączających lub opuszczających konferencję"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr "Dzwoń zamiast odtwarzać muzyki w tle"
+#: plugins/gofon/conference/generic.tpl:169
+msgid "Count users"
+msgstr "Zlicz użytkowników"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Nazwa grupy"
+#: plugins/gofon/conference/headpage.tpl:36
+msgid "Regular expression for        matching user names"
+msgstr "Wyrażenie regularne do dopasowania nazw użytkowników"
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Dodaj członka"
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+msgid "Conference management"
+msgstr "Zarządzanie konferencją"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
-msgstr "Musi być wybrany co najmniej jeden serwer NTP."
+#: plugins/gofon/fonreports/class_fonreport.inc:6
+msgid "Phone Reports"
+msgstr "Raporty telefoniczne"
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+#: plugins/gofon/fonreports/class_fonreport.inc:157
+#: plugins/gofon/fonreports/class_fonreport.inc:167
+msgid "Can't connect to phone database, no reports can be shown!"
 msgstr ""
 msgstr ""
+"Nie można połączyć się z bazą telefonów, nie można pokazać żadnych raportów!"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Wybierz aby zobaczyć departamenty"
+#: plugins/gofon/fonreports/class_fonreport.inc:171
+msgid "Can't select phone database for report generation!"
+msgstr "Nie można wybrać bazy telefonów aby generować raport!"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Pokaż departamenty"
+#: plugins/gofon/fonreports/class_fonreport.inc:189
+msgid "Query for phone database failed!"
+msgstr "Zapytanie do bazy telefonów nieudane!"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Wybierz aby zobaczyć konta GOsa"
+#: plugins/gofon/fonreports/contents.tpl:31
+msgid "Source"
+msgstr "Źródło"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Pokaż ludzi"
+#: plugins/gofon/fonreports/contents.tpl:32
+msgid "Destination"
+msgstr "Cel"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Wybierz aby zobaczyć grupy GOsa"
+#: plugins/gofon/fonreports/contents.tpl:33
+msgid "Channel"
+msgstr "Kanał"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Pokaż grupy"
+#: plugins/gofon/fonreports/contents.tpl:36
+msgid "Duration"
+msgstr "Czas trwania"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Wybież aby zobaczyć aplikacje"
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Raporty telefoniczne"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Pokaż aplikacje"
+#: plugins/gofon/macro/class_divListMacros.inc:31
+#: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
+msgid "List of macros"
+msgstr "Lista makr"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Wybierz aby zobaczyc stacje robocze"
+#: plugins/gofon/macro/class_divListMacros.inc:36
+#: 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 ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych makr. Posiadając "
+"dużą ilość makr, może okazać się wygodniejsze korzystanie z selektorów "
+"zakresu na górze listy makr."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Wybierz aby zobaczyć terminale"
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#, fuzzy
+msgid "macro name"
+msgstr "Nazwa makra"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Wybierz aby zobaczyć drukarki"
+#: plugins/gofon/macro/class_divListMacros.inc:47
+msgid "Visible"
+msgstr "Widoczne"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Pokaż drukarki"
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+msgid "Regular expression for matching macro names"
+msgstr "Wyrażenie regularne dla dopasowania nazw makr"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Wybież aby zobaczyć telefony"
+#: plugins/gofon/macro/class_divListMacros.inc:74
+msgid "Create new phone macro"
+msgstr "Utwórz nowe makro telefonu"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Wyświetl obiekty departamentu"
+#: plugins/gofon/macro/class_divListMacros.inc:94
+#, fuzzy
+msgid "Edit macro"
+msgstr "Edytuj udział"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Grupy obiektów"
+#: plugins/gofon/macro/class_divListMacros.inc:96
+#, fuzzy
+msgid "Delete macro"
+msgstr "Usuń użytkownika"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Zamierzasz usunąć grupę obiektową '%s'."
+#: plugins/gofon/macro/class_divListMacros.inc:99
+msgid "Macro"
+msgstr "Makro"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "Brak uprawnień do usunięcia grupy obiektowej."
+#: plugins/gofon/macro/class_divListMacros.inc:100
+msgid "visible"
+msgstr "widoczne"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-msgid "List of object groups"
-msgstr "Lista grupy obiektów"
+#: plugins/gofon/macro/class_divListMacros.inc:101
+msgid "invisible"
+msgstr "niewidoczne"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-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/gofon/macro/class_gofonMacro.inc:219
+#, fuzzy, php-format
+msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 msgstr ""
-"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając "
-"dużą liczbę grup wygodniej jest używać selektorów zakresu na górze listy "
-"grup."
-
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Name of object groups"
-msgstr "Nazwa grupy obiektów"
-
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Select to see groups containing users"
-msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników"
+"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
+"dla błedu mysql."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Pokaż grupy zawierające użytkowników"
+#: plugins/gofon/macro/class_gofonMacro.inc:287
+#, fuzzy, php-format
+msgid "More than one '(' is currently not supported. Line : '%s'."
+msgstr ""
+"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
+"skontaktować się z zespołem GOsa."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Select to see groups containing groups"
-msgstr "Zaznacz aby zobaczyć grupy zawierające grupy"
+#: plugins/gofon/macro/class_gofonMacro.inc:290
+#, fuzzy, php-format
+msgid "More than one ')' is currently not supported. Line : '%s'."
+msgstr ""
+"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
+"skontaktować się z zespołem GOsa."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Pokaż grupy zawierające grupy"
+#: plugins/gofon/macro/class_gofonMacro.inc:294
+#, fuzzy, php-format
+msgid "There is no application given in line : '%s'."
+msgstr "Istnieje duplikat w '%s' dla '%s'."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Select to see groups containing applications"
-msgstr "Zaznacz aby zobaczyć grupy zawierające aplikacje"
+#: plugins/gofon/macro/class_gofonMacro.inc:298
+#, php-format
+msgid "There is no extension type given in line : '%s'."
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Pokaż grupy zawierające aplikacje"
+#: plugins/gofon/macro/class_gofonMacro.inc:327
+#, fuzzy, php-format
+msgid "Insert of new macro failed for server '%s'."
+msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Select to see groups containing departments"
-msgstr "Zaznacz aby zobaczyć grupy zawierające departamenty"
+#: plugins/gofon/macro/class_gofonMacro.inc:362
+#, fuzzy
+msgid ""
+"There must be at least one server with an asterisk database to save this "
+"phone macro."
+msgstr ""
+"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
+"dziedziczenia."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Pokaż grupy zawierające departamenty"
+#: plugins/gofon/macro/class_gofonMacro.inc:376
+#, php-format
+msgid "The given cn '%s' already exists."
+msgstr "Podane cn '%s' już istnieje."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Select to see groups containing servers"
-msgstr "Zaznacz aby zobaczyć grupy zawierające serwery"
+#: plugins/gofon/macro/class_gofonMacro.inc:382
+msgid "You must specify the 'Display Name' in order to save this macro"
+msgstr "Należy podać 'Nazwa wyświetlana' aby zapisać to makro"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Pokaż grupy zawierające serwery"
+#: plugins/gofon/macro/class_gofonMacro.inc:386
+msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
+msgstr ""
+"Podane cn jest zbyt długie aby utworzyć wpis Makro, maksimum 20 znaków."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Select to see groups containing workstations"
-msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze"
+#: plugins/gofon/macro/class_gofonMacro.inc:392
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
+msgstr "Brak uprawnień do zmian atrybutu '%s' w goFonMacro."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Pokaż grupy zawierające stacje robocze"
+#: plugins/gofon/macro/class_gofonMacro.inc:403
+#, fuzzy
+msgid ""
+"This macro is still in use. It is necessary to mark this macro as visible "
+"for users."
+msgstr ""
+"To makro jest wciąż używane. Aby je usunąć upewnij się że nikt nie zaznaczył "
+"tego Makra."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Select to see groups containing terminals"
-msgstr "Zaznacz aby zobaczyć grupy zawierające terminale"
+#: plugins/gofon/macro/class_gofonMacro.inc:411
+msgid "Makro length must be lower than 100 lines"
+msgstr "Długość makro musi być mniejsza niż 100 linii"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Pokaż grupy zawierające terminale"
+#: plugins/gofon/macro/class_gofonMacro.inc:429
+#, fuzzy
+msgid ""
+"This macro is still in use. To delete this Macro ensure that nobody has "
+"selected it."
+msgstr ""
+"To makro jest wciąż używane. Aby je usunąć upewnij się że nikt nie zaznaczył "
+"tego Makra."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Select to see groups containing printer"
-msgstr "Zaznacz aby zobaczyć grupy zawierające drukarki"
+#: plugins/gofon/macro/class_gofonMacro.inc:442
+#, fuzzy
+msgid ""
+"Could not remove the macro entry from asterisk databases. Please check your "
+"asterisk database configurations."
+msgstr ""
+"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
+"parametry konfiguracji."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-msgid "Show groups containing printer"
-msgstr "Pokaż grupy zawierające drukarki"
+#: plugins/gofon/macro/class_gofonMacro.inc:448
+msgid "Removing phone macro failed"
+msgstr "Usuwanie makra telefonicznego nieudane"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Select to see groups containing phones"
-msgstr "Zaznacz aby zobaczyć grupy zawierające telefony"
+#: plugins/gofon/macro/class_gofonMacro.inc:457
+msgid "Removing phone macro reverences failed"
+msgstr "Usuwanie referencji makra telefonicznego nieudane"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-msgid "Show groups containing phones"
-msgstr "Pokaż grupy zawierające telefony"
+#: plugins/gofon/macro/class_gofonMacro.inc:491
+msgid "Saving phone macro failed"
+msgstr "Zapisywanie makra telefonicznego nieudane"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-msgid "Create new object group"
-msgstr "Utwórz nową grupę obiektów"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
+msgid "Phone macros"
+msgstr "Makra telefoniczne"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Grupa obiektu"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Zamierzasz usunąć makro '%s'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Ten 'dn' nie jest grupą obiektową."
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
+msgid "You are not allowed to delete this macro!"
+msgstr "Brak uprawnień do usunięcia  tego makro!"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "za dużo różnych obiektów!"
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "użytkownicy"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
+msgid "This 'dn' is no phone macro."
+msgstr "Ten 'dn' nie jest makrem telefonu."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "grupy"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
+msgid "String"
+msgstr "Napis"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "aplikacje"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
+msgid "Combobox"
+msgstr "Lista rozwijana"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "departamenty"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
+msgid "Bool"
+msgstr "Bool"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "serwery"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+msgid "Delete unused"
+msgstr "Usuń nieużywane"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "stacje robocze"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
+#, php-format
+msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
+msgstr "Brak uprawnień do zmian atrybutu '%s' w goFonMacro."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "terminale"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
+#, php-format
+msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
+msgstr ""
+"Parametr %s zawiera nieprawidłowy znak. '!,#' jest użyty jako separator"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "telefony"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr "Parametr %s posiada nieprawidłową wartość dla typu logicznego."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "drukarki"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
+#, php-format
+msgid ""
+"Parameter count of the macro changed, you must update each user which are "
+"using this macro '%s'."
+msgstr ""
+"Liczba parametrów tego makra została zmieniona. Należy powiadomić wszustkich "
+"użytkowników tego makra '%s'."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "i"
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:389
+msgid "Saving phone macro parameters failed"
+msgstr "Zapisywanie parametrów makra telefonicznego nieudane"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
-msgid "Non existing dn:"
-msgstr "Nieistniejące dn:"
+#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
+msgid "Macro name"
+msgstr "Nazwa makra"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
-msgid "There is already an object with this cn."
-msgstr "Już istnieje obiekt z tym cn."
+#: plugins/gofon/macro/generic.tpl:12
+msgid "Macro name to be displayed"
+msgstr "Nazwa makra do wyświetlenia"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
-msgstr "Można połączyć maksymalnie tylko 2 różne typy obiektów!"
+#: plugins/gofon/macro/generic.tpl:22
+msgid "Choose subtree to place macro in"
+msgstr "Wybierz poddrzewo do umieszczenia makro"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:670
-msgid "Saving object group failed"
-msgstr "Zapisywanie grupy obiektów nieudane"
+#: plugins/gofon/macro/generic.tpl:48
+msgid "Visible for user"
+msgstr "Widoczne dla użytkownika"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
-msgid "Removing object group failed"
-msgstr "Usuwanie grupy obiektów nieudane"
+#: plugins/gofon/macro/generic.tpl:57
+msgid "Macro text"
+msgstr "Tekst makro"
 
 
-#: 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 "Proszę upewnić się czy kontynuować, gdyż nie ma możliwości powrotu."
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros matching"
+msgstr "Wyświetl makra pasujące"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"Ta grupa posiada rozszerzenia poczty. Można je wyłączyć klikając poniżej."
+#: plugins/gofon/macro/headpage.tpl:38
+msgid "Display macros  matching"
+msgstr "Wyświetl makra pasujące"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"Ta grupa nie posiada rozszerzenia poczty. Można je włączyć klikając poniżej."
+#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
+msgid "Phone macro management"
+msgstr "Zarządzanie makrami telefonów"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
-msgid "Saving mail objectgroup settings failed"
-msgstr "Zapisywanie ustawień poczty grupy nieudane"
+#: plugins/gofon/macro/parameter.tpl:3
+msgid "Argument"
+msgstr "Argument"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
-msgid "Removing mail objectgroup settings failed"
-msgstr "Usuwanie ustawień poczty grupy nieudane"
+#: plugins/gofon/macro/parameter.tpl:7
+msgid "type"
+msgstr "typ"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified home server '%s' is not available in GOsa server "
+"The specified goFonHomeServer '%s' is not available in GOsa server "
 "configuration. Saving this account will create a new entry on the server '%"
 "configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"s'. Use cancel if you do not want to create a new entry ignoring old "
 "accounts."
 msgstr ""
 
 "accounts."
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-msgid "ring all"
-msgstr "dzwoń do wszystkich"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
-msgstr "round robin"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
-msgstr "ostatnio wdzwaniany"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
-msgstr "najmniej ukończonych połączeń"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
+#, php-format
+msgid ""
+"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
+"error."
+msgstr ""
+"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
+"dla błedu mysql."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
-msgid "random"
-msgstr "losowy"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
+#, php-format
+msgid "Can't select database %s on %s."
+msgstr "Nie można wybrać bazy %s na %s."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr "round robin z zapamiętywaniem"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
+msgid "no macro"
+msgstr "brak makra"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
+msgid "undefined"
+msgstr "niezdefiniowany"
+
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
+"Can't save any changes to asterisk database, there is no mysql extension "
+"available."
 msgstr ""
 msgstr ""
-"Nie można zapisać zmian do bazy asterisk. Brak funkcjonalnosci mysql w "
+"Nie można zapisać zmian w bazie asterisk. Brak wsparcia dla mysql w "
 "ustawieniach php."
 
 "ustawieniach php."
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, fuzzy, php-format
 msgid ""
 #, fuzzy, php-format
 msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+"The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
+"keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 "Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
 "dla błedu mysql."
 
 msgstr ""
 "Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
 "dla błedu mysql."
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
-#, fuzzy, php-format
-msgid "Can't select database '%s' on home server '%s'."
-msgstr "Nie można wybrać bazy %s na %s."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
+#, php-format
+msgid ""
+"Can't select database %s on %s. Abort saving entries to keep the database "
+"consistent, check GOsa log for mysql error."
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, fuzzy, php-format
 msgid ""
 #, fuzzy, php-format
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
+"entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 "Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
 "dla błedu mysql."
 
 msgstr ""
 "Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
 "dla błedu mysql."
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, fuzzy, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr "Nie można wybrać bazy %s na %s."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
+msgid "Error while performing query:"
+msgstr "Błąd podczas wykonywania zapytania:"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-msgid "Remove the phone queue from this Account"
-msgstr "Usuń kolejkę telefoniczną z tego konta"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
+msgid "This account has no phone extensions."
+msgstr "To konto nie posiada rozszerzeń telefonu."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:212
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
-msgstr ""
-"Kolejka telefoniczna jest włączona dla tej grupy. Można ją wyłączyć klikając "
-"poniżej."
+"The macro you selected, is no longer available for you, please choose "
+"another one."
+msgstr "Makro które wybrano nie jest już dostępne, proszę wybrać inne."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-msgid "Create phone queue"
-msgstr "Utwórz kolejkę telefoniczną"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
+msgid "Remove phone account"
+msgstr "Usuń konto telefoniczne"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+"This account has phone features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Kolejka telefoniczna jest wyłączona dla tej grupy. Można ją włączyć klikając "
-"poniżej."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:298
-#, fuzzy
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
-msgstr "Musi być wybrany co najmniej jeden serwer NTP."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
-#, fuzzy
-msgid "Please select a valid goFonHomeServer."
-msgstr "Proszę wybrać prawidłowy serwer pocztowy."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr "Limit czasu musi być liczbą"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
-msgstr "Powtórzenia muszą być liczbą"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
-msgstr "Maksymalna długość kolejki musi być liczbą"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
-msgstr "Częstotliwość zapowiadania musi być liczbą"
+"To konto ma włączone cechy telefonu. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
-msgstr "Musi być zdefiniowany co najmniej jeden numer kolejki."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+msgid "Create phone account"
+msgstr "Utwórz konto telefoniczne"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
 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."
-msgstr ""
-"Brak zdefiniowanego serwera asterisk. Prawdopodobnie prakuje serwera który "
-"obsługuje zarządzanie asterisk (goFonServer). Ustawienia nie mogą być "
-"zapisane do bazy asterisk."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-#, fuzzy
-msgid "Error while removing old queue entries from database."
-msgstr "Błąd podczas eksportowania żądanych wpisów!"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
-msgstr ""
-
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
+"This account has phone features disabled. You can't enable them while no uid "
+"is set."
 msgstr ""
 msgstr ""
+"To konto posiada wyłączone rozszerzenia telefonu. Nie można włączyć tego "
+"rozszerzenia dopóki nie jest ustawiony uid."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:970
 msgid ""
 msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
+"This account has phone features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"To konto ma wyłączone cechy telefonu. Można je włączyć klikając poniżej."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#, fuzzy
-msgid "Mysql query failed."
-msgstr "Zapytanie do bazy danych nieudane"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
-msgstr "Podany numer telefonu '%s' jest już przypisany do '%s'."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-msgid "Saving phone queue failed"
-msgstr "Zapisywanie kolejki telefonu nieudane"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:882
-msgid "Removing phone queue failed"
-msgstr "Usuwanie kolejki telefonu nieudane"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:983
+msgid "Please enter a valid phone number!"
+msgstr "Proszę podać prawidłowy numer telefonu."
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
-#, fuzzy
-msgid "Please enter the new object group name"
-msgstr "Proszę podać nową nazwę."
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
+msgid "Choose your private phone"
+msgstr "Wybierz swój telefon prywatny"
 
 
-#: plugins/admin/ogroups/paste_mail.tpl:7
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
 #, fuzzy
 #, fuzzy
-msgid "Please enter a mail address"
-msgstr "Proszę podać prawidłową nazwę."
-
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Raporty telefoniczne"
-
-#: plugins/gofon/fonreports/class_fonreport.inc:6
-msgid "Phone Reports"
-msgstr "Raporty telefoniczne"
-
-#: plugins/gofon/fonreports/class_fonreport.inc:157
-#: plugins/gofon/fonreports/class_fonreport.inc:167
-msgid "Can't connect to phone database, no reports can be shown!"
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone account."
 msgstr ""
 msgstr ""
-"Nie można połączyć się z bazą telefonów, nie można pokazać żadnych raportów!"
-
-#: plugins/gofon/fonreports/class_fonreport.inc:171
-msgid "Can't select phone database for report generation!"
-msgstr "Nie można wybrać bazy telefonów aby generować raport!"
-
-#: plugins/gofon/fonreports/class_fonreport.inc:189
-msgid "Query for phone database failed!"
-msgstr "Zapytanie do bazy telefonów nieudane!"
-
-#: plugins/gofon/fonreports/contents.tpl:31
-msgid "Source"
-msgstr "Źródło"
-
-#: plugins/gofon/fonreports/contents.tpl:32
-msgid "Destination"
-msgstr "Cel"
-
-#: plugins/gofon/fonreports/contents.tpl:33
-msgid "Channel"
-msgstr "Kanał"
-
-#: plugins/gofon/fonreports/contents.tpl:36
-msgid "Duration"
-msgstr "Czas trwania"
+"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
+"dziedziczenia."
 
 
-#: plugins/gofon/macro/headpage.tpl:6
-#: plugins/gofon/macro/class_divListMacros.inc:31
-#: plugins/gofon/macro/class_divListMacros.inc:32
-msgid "List of macros"
-msgstr "Lista makr"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
+msgid "Voicemail PIN must be between 1-4 characters."
+msgstr "PIN Voicemail musi zawierać od 1 do 4 znaków."
 
 
-#: plugins/gofon/macro/headpage.tpl:24
-#: plugins/gofon/macro/class_divListMacros.inc:36
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
 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."
+"The specified Voicemail PIN contains invalid characters, only numeric values "
+"are allowed here."
 msgstr ""
 msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych makr. Posiadając "
-"dużą ilość makr, może okazać się wygodniejsze korzystanie z selektorów "
-"zakresu na górze listy makr."
+"Podany PIN Voicemail zawiera niedozwolone znaki, tylko cyfry są dozwolone."
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros matching"
-msgstr "Wyświetl makra pasujące"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
+msgid "Phone PIN must be at least one character long."
+msgstr "PIN telefonu musi zawierać co najmniej 1 znak."
 
 
-#: plugins/gofon/macro/headpage.tpl:38
-msgid "Display macros  matching"
-msgstr "Wyświetl makra pasujące"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
+msgid ""
+"The specified phone PIN contains invalid characters, only aphanumeric values "
+"are allowed here."
+msgstr ""
+"Podany PIN telefonu zawiera niedozwolone znaki, tylko znaki alfanumeryczne "
+"są dozwolone."
 
 
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-msgid "Regular expression for matching macro names"
-msgstr "Wyrażenie regularne dla dopasowania nazw makr"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
+#, php-format
+msgid "You need to specify at least one phone number!"
+msgstr "Musisz podac co najmniej jeden numer telefonu!"
 
 
-#: plugins/gofon/macro/generic.tpl:6 plugins/gofon/macro/generic.tpl:7
-msgid "Macro name"
-msgstr "Nazwa makra"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1208
+msgid "Saving phone account failed"
+msgstr "Zapisywanie konta telefonicznego nieudane"
 
 
-#: plugins/gofon/macro/generic.tpl:12
-msgid "Macro name to be displayed"
-msgstr "Nazwa makra do wyświetlenia"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
+msgid "Stop"
+msgstr "Zatrzymaj"
 
 
-#: plugins/gofon/macro/generic.tpl:22
-msgid "Choose subtree to place macro in"
-msgstr "Wybierz poddrzewo do umieszczenia makro"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
+msgid ""
+"Can't remove phone account, the mysql extension is not present in php "
+"configuration."
+msgstr ""
+"Nie można usunąć konta telefonicznego. Brak wsparcia dla mysql w "
+"ustawieniach php."
 
 
-#: plugins/gofon/macro/generic.tpl:48
-msgid "Visible for user"
-msgstr "Widoczne dla użytkownika"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
+#, php-format
+msgid "Removed user '%s' from phone queue '%s'."
+msgstr "Usunięto użytkownika '%s' z kolejki telefonicznej '%s'."
 
 
-#: plugins/gofon/macro/generic.tpl:57
-msgid "Macro text"
-msgstr "Tekst makro"
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
+msgid "Removing phone account failed"
+msgstr "Usuwanie konta telefonicznego nieudane"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
+#, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available. "
+"Remove aborted."
+msgstr ""
+
+#: plugins/gofon/phoneaccount/generic.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "macro name"
-msgstr "Nazwa makra"
+msgid "Select the accounts home server"
+msgstr "Proszę aby zobaczyć serwery"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:47
-msgid "Visible"
-msgstr "Widoczne"
+#: plugins/gofon/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
+msgstr "PIN poczty głosowej"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "Create new phone macro"
-msgstr "Utwórz nowe makro telefonu"
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+msgid "Phone PIN"
+msgstr "PIN telefonu"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:94
-#, fuzzy
-msgid "Edit macro"
-msgstr "Edytuj udział"
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
+msgid "Phone macro"
+msgstr "Makro telefoniczne"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:96
-#, fuzzy
-msgid "Delete macro"
-msgstr "Usuń użytkownika"
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Ustawienia telefonu"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:99
-msgid "Macro"
-msgstr "Makro"
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "To konto nie posiada rozszerzeń do Połączeń"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:100
-msgid "visible"
-msgstr "widoczne"
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr "Inranet"
 
 
-#: plugins/gofon/macro/class_divListMacros.inc:101
-msgid "invisible"
-msgstr "niewidoczne"
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
+msgid "Removing intranet account failed"
+msgstr "Usuwanie konta intranet nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-msgid "Phone macros"
-msgstr "Makra telefoniczne"
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
+msgid "Saving intranet account failed"
+msgstr "Zapisywanie konta intranet nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Zamierzasz usunąć makro '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
+msgstr "Kolab"
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-msgid "You are not allowed to delete this macro!"
-msgstr "Brak uprawnień do usunięcia  tego makro!"
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
+msgstr "Próbujesz dodać nieprawidłowy adres email do listy delegacji."
 
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
 msgstr ""
 msgstr ""
+"Adres email, który próbujesz dodać nie jest podstawowym adresem istniejącego "
+"użytkownika."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:226
-#, fuzzy, php-format
-msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
-msgstr ""
-"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
-"dla błedu mysql."
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
+msgstr "Zawsze akceptuj"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
-#, fuzzy, php-format
-msgid "More than one '(' is currently not supported. Line : '%s'."
-msgstr ""
-"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
-"skontaktować się z zespołem GOsa."
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
+msgstr "Zawsze odrzuć"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
-#, fuzzy, php-format
-msgid "More than one ')' is currently not supported. Line : '%s'."
-msgstr ""
-"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
-"skontaktować się z zespołem GOsa."
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
+msgid "Reject if conflicts"
+msgstr "Odmów jeśli koliduje"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
-#, fuzzy, php-format
-msgid "There is no application given in line : '%s'."
-msgstr "Istnieje duplikat w '%s' dla '%s'."
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
+msgstr "Ustaw ręcznie jeśli koliduje"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
-#, php-format
-msgid "There is no extension type given in line : '%s'."
-msgstr ""
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
+msgid "Manual"
+msgstr "Ręczne"
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr "Anonimowy"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "Insert of new macro failed for server '%s'."
-msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'."
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "Usuwanie konta ogólnego użytkownika nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
-#, fuzzy
-msgid ""
-"There must be at least one server with an asterisk database to save this "
-"phone macro."
-msgstr ""
-"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
-"dziedziczenia."
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr "Wartość podana jako przyszłość FreeBusy musi być liczbą."
+
+#: plugins/personal/connectivity/class_kolabAccount.inc:291
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Wartość podana jako informacyjny URL FreeBusy jest nieprawidłowa."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
 #, php-format
 #, php-format
-msgid "The given cn '%s' already exists."
-msgstr "Podane cn '%s' już istnieje."
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr "Polityka zapraszania dla adresu '%s' jest nieprawidłowa."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
-msgid "You must specify the 'Display Name' in order to save this macro"
-msgstr "Należy podać 'Nazwa wyświetlana' aby zapisać to makro"
+#: plugins/personal/connectivity/class_kolabAccount.inc:313
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr "Brak użytkownika pocztowego o adresie '%s' dla polityki zapraszania!"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:393
-msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
-msgstr ""
-"Podane cn jest zbyt długie aby utworzyć wpis Makro, maksimum 20 znaków."
+#: plugins/personal/connectivity/class_kolabAccount.inc:393
+#, fuzzy, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Zapisywanie konta Kolab nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:399
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
-msgstr "Brak uprawnień do zmian atrybutu '%s' w goFonMacro."
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
+msgid "Opengroupware account"
+msgstr "Konto Opengroupware"
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:410
-#, fuzzy
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
 msgid ""
 msgid ""
-"This macro is still in use. It is necessary to mark this macro as visible "
-"for users."
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 msgstr ""
-"To makro jest wciąż używane. Aby je usunąć upewnij się że nikt nie zaznaczył "
-"tego Makra."
-
-#: plugins/gofon/macro/class_gofonMacro.inc:418
-msgid "Makro length must be lower than 100 lines"
-msgstr "Długość makro musi być mniejsza niż 100 linii"
+"OpenGroupware: Brak rozszerzenia postgresql. Nie można wykonywać zadnych "
+"zapytań do bazy danych."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
-#, fuzzy
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
 msgid ""
 msgid ""
-"This macro is still in use. To delete this Macro ensure that nobody has "
-"selected it."
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
 msgstr ""
 msgstr ""
-"To makro jest wciąż używane. Aby je usunąć upewnij się że nikt nie zaznaczył "
-"tego Makra."
+"OpenGroupware: Brak konfiguracji bazy dla OpenGroupware. Nie można pobierać "
+"ani wysyłać żadnych informacji."
 
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
-#, fuzzy
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
 msgid ""
 msgid ""
-"Could not remove the macro entry from asterisk databases. Please check your "
-"asterisk database configurations."
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
 msgstr ""
 "OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
 "parametry konfiguracji."
 
 msgstr ""
 "OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
 "parametry konfiguracji."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
-msgid "Removing phone macro failed"
-msgstr "Usuwanie makra telefonicznego nieudane"
-
-#: plugins/gofon/macro/class_gofonMacro.inc:464
-msgid "Removing phone macro reverences failed"
-msgstr "Usuwanie referencji makra telefonicznego nieudane"
-
-#: plugins/gofon/macro/class_gofonMacro.inc:498
-msgid "Saving phone macro failed"
-msgstr "Zapisywanie makra telefonicznego nieudane"
-
-#: plugins/gofon/macro/parameter.tpl:3
-msgid "Argument"
-msgstr "Argument"
-
-#: plugins/gofon/macro/parameter.tpl:7
-msgid "type"
-msgstr "typ"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
-msgid "This 'dn' is no phone macro."
-msgstr "Ten 'dn' nie jest makrem telefonu."
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
-msgid "String"
-msgstr "Napis"
-
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
-msgid "Combobox"
-msgstr "Lista rozwijana"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr "Open-Xchange"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
-msgid "Bool"
-msgstr "Bool"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
+msgid "Couldn't connect to postgresql database!"
+msgstr "Nie można połączyć się z bazą PostgreSQL!"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
-msgid "Delete unused"
-msgstr "Usuń nieużywane"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
+msgstr "Brak wymaganych parametrów dla plugina połączeń openXchange!"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
-#, php-format
-msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
-msgstr "Brak uprawnień do zmian atrybutu '%s' w goFonMacro."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Brak modułu PHP do bazy PostgreSQL!"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
-#, php-format
-msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
-msgstr ""
-"Parametr %s zawiera nieprawidłowy znak. '!,#' jest użyty jako separator"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
+msgstr "Usuwanie książki adresowej oxchange nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:341
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr "Parametr %s posiada nieprawidłową wartość dla typu logicznego."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+msgid "Removing oxchange account failed"
+msgstr "Usuwanie konta oxchange nieudane"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:370
-#, php-format
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
+#, fuzzy
 msgid ""
 msgid ""
-"Parameter count of the macro changed, you must update each user which are "
-"using this macro '%s'."
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
 msgstr ""
 msgstr ""
-"Liczba parametrów tego makra została zmieniona. Należy powiadomić wszustkich "
-"użytkowników tego makra '%s'."
+"Nazwa konta Open-Xchange jest pusta więc nieprawidłowa!. Proszę sprawdzić czy"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
-msgid "Saving phone macro parameters failed"
-msgstr "Zapisywanie parametrów makra telefonicznego nieudane"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
+msgstr "Zapisywanie konta oxchange nieudane"
 
 
-#: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
-msgid "Phone macro management"
-msgstr "Zarządzanie makrami telefonów"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
+msgstr "Tworzenie drzewa książki adresowej oxchange nieudane"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-#, fuzzy
-msgid "Select the accounts home server"
-msgstr "Proszę aby zobaczyć serwery"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr "PIN poczty głosowej"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+msgid "Removing PHPgw account failed"
+msgstr "Usuwanie konta PHPgw nieudane"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
-msgid "Phone PIN"
-msgstr "PIN telefonu"
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
+msgstr "Zapisywanie konta PHPgw nieudane"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
-msgid "Phone macro"
-msgstr "Makro telefoniczne"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
+msgid "PHPscheduleit"
+msgstr "PHPscheduleit"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
-#, php-format
-msgid ""
-"The specified goFonHomeServer '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry ignoring old "
-"accounts."
-msgstr ""
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
+msgid "Removing PHPscheduleit account failed"
+msgstr "Usuwanie konta PHPscheduleit nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
-#, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
-"error."
-msgstr ""
-"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
-"dla błedu mysql."
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+msgid "Saving PHPscheduleit account failed"
+msgstr "Zapisywanie konta PHPscheduleit nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
-#, php-format
-msgid "Can't select database %s on %s."
-msgstr "Nie można wybrać bazy %s na %s."
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr "PPTP"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
-msgid "no macro"
-msgstr "brak makra"
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
+msgid "Removing PPTP account failed"
+msgstr "Usuwanie konta PPTP nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
-msgid "undefined"
-msgstr "niezdefiniowany"
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+msgid "Saving PPTP account failed"
+msgstr "Zapisywanie konta PPTP nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
-msgid ""
-"Can't save any changes to asterisk database, there is no mysql extension "
-"available."
-msgstr ""
-"Nie można zapisać zmian w bazie asterisk. Brak wsparcia dla mysql w "
-"ustawieniach php."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "KB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
-#, fuzzy, php-format
-msgid ""
-"The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
-"keep the database consistent, check GOsa log for mysql error."
-msgstr ""
-"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
-"dla błedu mysql."
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "GB"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
-#, php-format
-msgid ""
-"Can't select database %s on %s. Abort saving entries to keep the database "
-"consistent, check GOsa log for mysql error."
-msgstr ""
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "dzień"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
-#, fuzzy, php-format
-msgid ""
-"The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
-"entries to keep the database consistent, check GOsa log for mysql error."
-msgstr ""
-"Serwer MySQL '%s' nie jest dostępny dla użytkownika '%s', sprawdź log GOsa "
-"dla błedu mysql."
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "tydzień"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
-msgid "Error while performing query:"
-msgstr "Błąd podczas wykonywania zapytania:"
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "miesiąc"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
-msgid "This account has no phone extensions."
-msgstr "To konto nie posiada rozszerzeń telefonu."
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
+msgid "Removing proxy account failed"
+msgstr "Usuwanie konta proxy nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
-msgid ""
-"The macro you selected, is no longer available for you, please choose "
-"another one."
-msgstr "Makro które wybrano nie jest już dostępne, proszę wybrać inne."
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
+msgstr "Wartość numeryczna dla ustawień Quoty jest pusta."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
-msgid "Remove phone account"
-msgstr "Usuń konto telefoniczne"
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "Wartość numeryczna dla ustawień Quoty jest nieprawidłowa."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
-msgid ""
-"This account has phone features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"To konto ma włączone cechy telefonu. Można je wyłączyć klikając poniżej."
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+msgid "Saving proxy account failed"
+msgstr "Zapisywanie konta proxy nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
-msgid "Create phone account"
-msgstr "Utwórz konto telefoniczne"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+msgid "Removing pureftpd account failed"
+msgstr "Usuwanie konta pureftpd nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
-msgid ""
-"This account has phone features disabled. You can't enable them while no uid "
-"is set."
-msgstr ""
-"To konto posiada wyłączone rozszerzenia telefonu. Nie można włączyć tego "
-"rozszerzenia dopóki nie jest ustawiony uid."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Wartość podana jako 'Przepustowość wysyłania' jest nieprawidłowa"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
-msgid ""
-"This account has phone features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"To konto ma wyłączone cechy telefonu. Można je włączyć klikając poniżej."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Wartość podana jako 'Przepustowość ściągania' jest nieprawidłowa."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
-msgid "Please enter a valid phone number!"
-msgstr "Proszę podać prawidłowy numer telefonu."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "Wartość podana jako 'Pliki' jest nieprawidłowa"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
-msgid "Choose your private phone"
-msgstr "Wybierz swój telefon prywatny"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "Wartość podana jako 'Rozmiar' jest nieprawidłowa."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
-#, fuzzy
-msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone account."
-msgstr ""
-"Musi być zaznaczony co najmniej jeden serwer NTP lub zaznaczony tryb "
-"dziedziczenia."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Wartość podana jako 'Proporcja' jest nieprawidłowa."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
-msgid "Voicemail PIN must be between 1-4 characters."
-msgstr "PIN Voicemail musi zawierać od 1 do 4 znaków."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
+msgstr "Zapisywanie konta pureftpd nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
-msgid ""
-"The specified Voicemail PIN contains invalid characters, only numeric values "
-"are allowed here."
-msgstr ""
-"Podany PIN Voicemail zawiera niedozwolone znaki, tylko cyfry są dozwolone."
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
-msgid "Phone PIN must be at least one character long."
-msgstr "PIN telefonu musi zawierać co najmniej 1 znak."
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+msgid "Removing webDAV account failed"
+msgstr "Usuwanie konta webDAV nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
-msgid ""
-"The specified phone PIN contains invalid characters, only aphanumeric values "
-"are allowed here."
-msgstr ""
-"Podany PIN telefonu zawiera niedozwolone znaki, tylko znaki alfanumeryczne "
-"są dozwolone."
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+msgid "Saving webDAV account failed"
+msgstr "Zapisywanie konta webDAV nieudane"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
-#, php-format
-msgid "You need to specify at least one phone number!"
-msgstr "Musisz podac co najmniej jeden numer telefonu!"
+#: plugins/personal/connectivity/glpi.tpl:1
+msgid "GLPI account"
+msgstr "Konto GLPI"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1214
-msgid "Saving phone account failed"
-msgstr "Zapisywanie konta telefonicznego nieudane"
+#: plugins/personal/connectivity/intranet.tpl:3
+msgid "Intranet account"
+msgstr "Konto Intranet"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
-msgid "Stop"
-msgstr "Zatrzymaj"
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
+msgid "Kolab account"
+msgstr "Konto Kolab"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
+#: plugins/personal/connectivity/kolab.tpl:4
 msgid ""
 msgid ""
-"Can't remove phone account, the mysql extension is not present in php "
-"configuration."
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 msgstr ""
-"Nie można usunąć konta telefonicznego. Brak wsparcia dla mysql w "
-"ustawieniach php."
+"To konto kolab jest obecnie wyłączone. Parametry konta można zmieniać po "
+"dodaniu konta pocztowego."
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
-#, php-format
-msgid "Removed user '%s' from phone queue '%s'."
-msgstr "Usunięto użytkownika '%s' z kolejki telefonicznej '%s'."
+#: plugins/personal/connectivity/kolab.tpl:25
+msgid "Delegations"
+msgstr "Delegacje"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
-msgid "Removing phone account failed"
-msgstr "Usuwanie konta telefonicznego nieudane"
+#: plugins/personal/connectivity/kolab.tpl:38
+msgid "Mail size"
+msgstr "Rozmiar poczty"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
-#, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available. "
-"Remove aborted."
-msgstr ""
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
+msgstr "Brak ograniczeń co do wielkości poczty dla tego konta"
 
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Ustawienia telefonu"
+#: plugins/personal/connectivity/kolab.tpl:47
+msgid "Free Busy information"
+msgstr "Informacja FreeBusy"
 
 
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
-msgid "List of conference rooms"
-msgstr "Lista sal konferencyjnych"
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
+msgstr "Przyszłość"
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-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 ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych konferencji "
-"telefonicznych. Posiadając dużą ilość konferencji, może okazać się "
-"wygodniejsze korzystanie z selektorów zakresu na górze listy konferencji."
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+msgid "days"
+msgstr "dni"
 
 
-#: plugins/gofon/conference/headpage.tpl:36
-msgid "Regular expression for        matching user names"
-msgstr "Wyrażenie regularne do dopasowania nazw użytkowników"
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
+msgstr "Polityka zapraszania"
 
 
-#: plugins/gofon/conference/generic.tpl:13
-msgid "Conference name"
-msgstr "Nazwa konferencji"
+#: plugins/personal/connectivity/opengw.tpl:1
+msgid "Opengroupware"
+msgstr "Opengroupware"
 
 
-#: plugins/gofon/conference/generic.tpl:18
-msgid "Name of conference to create"
-msgstr "Nazwa tworzonej konferencji"
+#: plugins/personal/connectivity/opengw.tpl:8
+msgid "Location team"
+msgstr "Zespół lokacji"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
-msgid "Choose subtree to place conference in"
-msgstr "Wybierz poddrzewo do umieszczenia konferencji"
+#: plugins/personal/connectivity/opengw.tpl:21
+msgid "Template user"
+msgstr "Szablon użytkownika"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
-msgstr "Wiek (w dniach)"
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
+msgstr "Zespoły"
 
 
-#: plugins/gofon/conference/generic.tpl:112
-msgid "Preset PIN"
-msgstr "Prekonfiturowany PIN"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
+msgstr "Konto Open-Xchange"
 
 
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
-msgstr "PIN"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid ""
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
+msgstr ""
+"wyłączone, nie wykryto wsparcia dia PostgreSQL, lub podana baza nie jest "
+"osiągalna"
 
 
-#: plugins/gofon/conference/generic.tpl:126
-msgid "Record conference"
-msgstr "Nagrywanie konferencji"
+#: plugins/personal/connectivity/oxchange.tpl:10
+msgid "Open-Xchange account"
+msgstr "konto Open-Xchange"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
-msgstr "Format pliku dźwiękowego"
+#: plugins/personal/connectivity/oxchange.tpl:21
+msgid "Remember"
+msgstr "Pamiętaj"
 
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
-msgstr "Odtwarzaj muzykę podczas zawieszenia"
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
+msgstr "Dni spotkania"
 
 
-#: plugins/gofon/conference/generic.tpl:157
-msgid "Activate session menu"
-msgstr "Aktywuj menu sesji"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
+msgstr "Dni robocze"
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
-msgstr "Zapowiadaj użytkowników dołączających lub opuszczających konferencję"
+#: plugins/personal/connectivity/oxchange.tpl:41
+msgid "User Information"
+msgstr "Informacja o użytkowniku"
 
 
-#: plugins/gofon/conference/generic.tpl:169
-msgid "Count users"
-msgstr "Zlicz użytkowników"
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr "Strefa czasowa użytkownika"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-msgid "Name - Number"
-msgstr "Nazwa - Numer"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Konto PHPGroupware"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-msgid "Regular expression for matching conference names"
-msgstr "Wyrażenie regularne dla dopasowania nazw konferencji"
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
+msgid "PHPscheduleit account"
+msgstr "konto PHPscheduleit"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "Create new conference"
-msgstr "Utwórz nową konferencję"
+#: plugins/personal/connectivity/pptp.tpl:3
+msgid "PPTP account"
+msgstr "Konto PPTP"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-msgid "New conference"
-msgstr "Nowa konferencja"
+#: plugins/personal/connectivity/proxy.tpl:10
+msgid "Proxy account"
+msgstr "Konto Proxy"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-msgid "Conference"
-msgstr "Konferencja"
+#: plugins/personal/connectivity/proxy.tpl:18
+msgid "Filter unwanted content (i.e. pornographic or violence related)"
+msgstr "Filtruj niechcianą zawartość (n.p. pornografia, przemoc)"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-msgid "Phone conferences"
-msgstr "Konferencje telefoniczne"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Ogranicz dostęp do proxy do czasu pracu"
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
-msgid "Management"
-msgstr "Zarządzanie"
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Ogranicz użycie proxy mechanizmami quota"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
-msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
-msgstr ""
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "na"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, fuzzy, php-format
-msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
-msgstr "Ta aplikacja nie jest już dostępna."
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Konto FTP"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
-msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
-msgstr "Wybrano konferencję 'bez PINu'... proszę pozostawić pola PIN puste."
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Przepustowość wysyłania"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-msgid "Please enter a PIN."
-msgstr "Proszę wpisać PIN."
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "kb/s"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
-msgid "Please enter a name for the conference."
-msgstr "Proszę podać nazwę konferencji."
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Przepustowość ściągania"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
-msgstr "Tylko cyfry są dozwolone w polu Numer."
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Quota"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
-msgstr "Tylko liczby są dozwolone w okresie życia"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Pliko"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
-msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Proporcja"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Pliki wysłane / ściągnięte"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Różne"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Zaznacz aby wyłączyć dostęp do FTP"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
-msgid "Saving phone conference failed"
-msgstr "Zapisywanie konferencji telefonicznej nieudane"
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Tymczasowo wyłącz dostęp do FTP"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
-msgid "Conference management"
-msgstr "Zarządzanie konferencją"
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Konto WebDAV"
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Cienki klient"
+#: plugins/personal/environment/class_environment.inc:182
+msgid "auto"
+msgstr "automatycznie"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Nazwa obiektu"
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
+msgid "Remove environment extension"
+msgstr "Usuń rozszerzenie środowiska"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Contents"
-msgstr "Zawartość"
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr "Rozszerzenie środowiska włączone. Można je wyłączyć klikając poniżej."
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Ten obiekt nie posiada powiązań z innymi obiektami."
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
+msgstr "Dodaj rozszerzenie środowiska"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
-msgstr ""
-"To jest główny ekran GOsa. Można wybrać zadania z menu po lewej stronie, lub "
-"wybierając jeden z piktogramów poniżej. Wszelkie zmiany wchodzą bezpośrednio "
-"do serwera LDAP."
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr "Rozszerzenie środowiska wyłączone. Można je włączyć klikając poniżej."
 
 
-#: plugins/generic/welcome/welcome.tpl:8
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
 msgid ""
 msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
 msgstr ""
 msgstr ""
-"Użyj 'Wyloguj' na górze ekranu aby zamknąć połączenie oraz 'Główne' aby "
-"wrócić do głównego ekranu z widokiem piktogramów."
+"Rozszerzenie środowiska wyłączone, Należy najpierw ustawić rozszerzenie "
+"posix."
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "Zespół GOsa"
+#: plugins/personal/environment/class_environment.inc:553
+#, fuzzy
+msgid "Spaces are not allowed in the mount path!"
+msgstr "Brak uprawnień do zmiany własnego hasła"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Witaj %s!"
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+msgid "Reset password hash"
+msgstr "Zresetuj hash hasła"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr "Uwaga: Konto posiada nieprawidłową nazwę serwera pocztowego!"
+#: plugins/personal/environment/class_environment.inc:649
+msgid "Delete share entry"
+msgstr "Usuń wpis udziału"
 
 
-#: include/class_mail-methods-cyrus.inc:53
+#: plugins/personal/environment/class_environment.inc:803
+#, php-format
 msgid ""
 msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"Uwaga: serwer IMAP jest niedostępny! Jeśli zapiszesz to konto, pewne "
-"ustawienia poczty nie zostaną zachowane na serwerze!"
+"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
+"'brak'."
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Nie można utworzyć konta IMAP. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:849
+msgid "Removing environment information failed"
+msgstr "Usuwanie informacji środowiska nieudane"
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "Nie można zapisać quoty IMAP. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:901
+msgid "Please set a valid profile quota size."
+msgstr "Proszę podać prawidłowy rozmiar quota dla profilu."
 
 
-#: include/class_mail-methods-cyrus.inc:196
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+#: plugins/personal/environment/class_environment.inc:908
+msgid ""
+"You need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 msgstr ""
-"Uwaga: imap_getacl nie jest zaimplementowane nie można usunąć informacji acl."
-
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
-msgstr "Uwaga: imap_getacl nie jest dostępne, nie można pobrać uprawnień imap!"
-
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Nie można usunąć konta IMAP. Odpowiedź serwera '%s'."
+"Należy ustawić prawidłowe rozszerzenie posix aby włączyć cechy środowiska."
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Nie można zalogować się do serwera SIEVE. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
+msgstr ""
+"Nie można zapisać nowych profili kiosk, prawdopodobnie brak uprawnień dla "
+"katalogu"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Nie można pobrać skryptu sieve. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:1095
+msgid "Adding environment information failed"
+msgstr "Dodawanie informacji środowiska nieudane"
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Nie można wysłać skryptu sieve. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:1108
+msgid "group share"
+msgstr "grupuj udział"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Nie można aktywować skryptu sieve. Odpowiedź serwera '%s'."
+#: plugins/personal/environment/class_environment.inc:1140
+msgid "Administrator"
+msgstr "Administrator"
 
 
-#: include/class_debconfTemplate.inc:260
-msgid "This package has no debconf options."
-msgstr "Ten pakiet nie ma opcji debconf."
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Domyślna drukarka"
 
 
-#: include/class_plugin.inc:404
-#, php-format
-msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
-msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
+#: plugins/personal/environment/class_hotplugDialog.inc:122
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Proszę podać prawidłową nazwę. Tylko 0-9 a-Z są dopuszczalne."
 
 
-#: include/class_plugin.inc:555
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr "Polecenie '%s' podane jako POSTCREATE dla dodatku '%s' nie istnieje."
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+msgid "Invalid character in description. Please specify a valid description."
+msgstr "Nieprawidłowy znak w opisie. Proszę podać prawidłowy opis."
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje."
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+#, fuzzy
+msgid "Please specify a valid iSerial."
+msgstr "Proszę podać prawidłowe id."
 
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
-msgstr "Polecenie '%s' podane jako POSTREMOVE dla dodatku '%s' nie istnieje."
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+#, fuzzy
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+msgstr "Proszę podać wartość dla atrybutu 'plik'."
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
-msgstr "Obiekt '%s' jest już zaznaczony"
+#: plugins/personal/environment/class_hotplugDialog.inc:138
+#, fuzzy
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+msgstr "Proszę podać prawidłowy plik ppd."
 
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
-msgstr "Dodawanie znacznika (%s) do obiektu '%s'"
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+msgid "An Entry with this name already exists."
+msgstr "Wpis z tą nazwą już istnieje."
 
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
-msgstr "Znakowanie obiektu nieudane"
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+msgid "Please select an entry or press cancel."
+msgstr "Proszę wybrać wpis lub nacisnąć Anuluj."
 
 
-#: include/class_plugin.inc:968
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
 #, php-format
 #, php-format
-msgid "Removing tag from object '%s'"
-msgstr "Usuwanie znacznika z obiektu '%s'"
+msgid "Can't delete '%s'. Error was: permission denied."
+msgstr "Nie można usunąć '%s'. Błąd: brak dostępu."
 
 
-#: include/class_password-methods.inc:167
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
 #, php-format
 #, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Ustawianie hasła nieudane, Odpowiedź serwera LDAP '%s'."
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr "Nie można usunąć '%s'. Błąd: plik nie istnieje."
 
 
-#: include/class_password-methods.inc:204
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
 msgid ""
 msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
-msgstr ""
-"Parametr SMBHASH w gosa.conf jest nieprawidłowy! Nie można zmienić hasła "
-"Samba."
-
-#: include/functions_setup.inc:84
-msgid "Can't get schema information from server. No schema check possible!"
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 msgstr ""
-"Nie można pobrać informacji o schematach z serwera. Sprawdzenie schematów "
-"niemożliwe!"
+"Nie istnieje parametr KIOSKPATH w gosa.conf. Nie można zarządzać profilami "
+"kiosk!"
 
 
-#: include/functions_setup.inc:99
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
 #, php-format
 #, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
-msgstr ""
-"Opcjonalna klasa obiektów '%s' wymagana przez dodatek '%s' nie istnieje w "
-"konfiguracji LDAP"
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr "Ścieżka kiosk '%s' nie jest dostępna. Proszę sprawdzić uprawnienia."
 
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
 msgstr ""
 msgstr ""
-"Opcjonalna klasa obiektów '%s' wymagana przez dodatek '%s' nie jest w wersji "
-"%s"
-
-#: include/functions_setup.inc:108
-#, php-format
-msgid "Support for '%s' enabled"
-msgstr "Wsparcie dla '%s' włączone"
 
 
-#: include/functions_setup.inc:118
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Wymagana klasa obiektów '%s' nie jest obecna w ustawieniach LDAP"
-
-#: include/functions_setup.inc:122
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "Wymagana klasa obiektów '%s' nie jest w wersji %s"
-
-#: include/functions_setup.inc:133
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Wsparcie dla SAMBA3 wyłączone, brak zainstalowanych schematów"
-
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr "Wsparcie dla SAMBA3 włączone"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+msgid "Please specify a valid script name."
+msgstr "Proszę podać prawidłową nazwę skryptu."
 
 
-#: include/functions_setup.inc:143
-msgid "SAMBA 2 support disabled, no schema seems to be installed"
-msgstr "Wsparcie dla SAMBA2 wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+msgid "Specified description contains invalid characters."
+msgstr "Podany opis zawiera nieprawidłowe znaki."
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
-msgstr "Wsparcie dla SAMBA2 włączone"
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Rozszerzenie Środowisko jest obecnie wyłączone"
 
 
-#: include/functions_setup.inc:154
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Wsparcie dla pureftp wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+msgid "Environment managment settings"
+msgstr "Ustawienia zarządzania Środowiskiem"
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr "Wsparcie dla pureftp włączone"
+#: plugins/personal/environment/environment.tpl:11
+msgid "Profile managment"
+msgstr "Zarządzanie profilami"
 
 
-#: include/functions_setup.inc:164
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Wsparcie dla WebDAV wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:18
+msgid "Use profile managment"
+msgstr "Użyj zarządzania profilami"
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr "Wsparcie dla WebDAV włączone"
+#: plugins/personal/environment/environment.tpl:25
+msgid "Profile server managment"
+msgstr "Zarządzanie serwerem profili"
 
 
-#: include/functions_setup.inc:174
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr "Wsparcie dla phpgroupware wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:28
+msgid "Profil path"
+msgstr "Ścieżka profili"
 
 
-#: include/functions_setup.inc:179
-msgid "Support for phpgroupware enabled"
-msgstr "Wsparcie dla phpgroupware włączone"
+#: plugins/personal/environment/environment.tpl:40
+msgid "Profil quota"
+msgstr "Quota profili"
 
 
-#: include/functions_setup.inc:184
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr "Wsparcie dla trustAccount wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
+msgstr "Buforu profil lokalnie"
 
 
-#: include/functions_setup.inc:189
-msgid "Support for trustAccount enabled"
-msgstr "Wsparcie dla trustAccount włączone"
+#: plugins/personal/environment/environment.tpl:63
+msgid "Kiosk profile settings"
+msgstr "Ustawienia profilu Kiosk"
 
 
-#: include/functions_setup.inc:194
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Wsparcie dla gofon wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
+msgstr "Profil Kiosk"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr "Wsparcie dla gofon wyłączone"
+#: plugins/personal/environment/environment.tpl:72
+msgid "Manage"
+msgstr "Zarządzaj"
 
 
-#: include/functions_setup.inc:204
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr "Wsparcie dla nagios wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
+msgstr "Rozdzielczość zmienialna podczas pracy"
 
 
-#: include/functions_setup.inc:209
-msgid "Support for nagios enabled"
-msgstr "Wsparcie dla nagios włączone"
+#: plugins/personal/environment/environment.tpl:111
+msgid "User used to connect to the share"
+msgstr "Użytkownik łączył się do tego udziału"
 
 
-#: include/functions_setup.inc:214
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr "Wsparcie dla netatalk wyłączone, brak zainstalowanych schematów"
+#: plugins/personal/environment/environment.tpl:112
+msgid "Select a share"
+msgstr "Wybierz udział"
 
 
-#: include/functions_setup.inc:219
-msgid "Support for netatalk enabled"
-msgstr "Wsparcie dla netatalk włączone"
+#: plugins/personal/environment/environment.tpl:118
+msgid "Mount path"
+msgstr "Ścieżka montowania"
 
 
-#: include/functions_setup.inc:229
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr ""
-"Wsparcie dla Kolab wyłączone, brak zainstalowanych schematów, ustawiał "
-"metodę pocztową na cyrus"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr "Skrypty logowania"
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
-msgstr "Wsparcie dla Kolab włączone"
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
+msgid "Logon script management"
+msgstr "Zarządzanie skryptami logowania"
 
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/environment/environment.tpl:151
+msgid "Hotplug devices"
+msgstr "Urządzenia Hotplug"
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Zignorowano"
+#: plugins/personal/environment/environment.tpl:152
+msgid "Hotplug device settings"
+msgstr "Ustawienia urządzeń Hotplug"
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Niepowodzenie"
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
+msgstr "Istniejące"
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Inspekcja instalacji PHP"
+#: plugins/personal/environment/environment.tpl:172
+msgid "Printer settings"
+msgstr "Ustawienia drukarki"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Sprawdzam wersję PHP (>=4.1.0)"
+#: plugins/personal/environment/environment.tpl:182
+msgid "Toggle admin"
+msgstr "Przełącz admin"
 
 
-#: include/functions_setup.inc:279
-msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
-msgstr ""
-"PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów "
-"w języku PHP."
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+msgid "Toggle default"
+msgstr "Przełącz domyślne"
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Sprawdzam, czy register_globals jest ustawione na 'off'"
+#: plugins/personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Dodaj urządzenia hotplug"
 
 
-#: include/functions_setup.inc:283
-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 jest mechanizmem PHP umożliwiającym takie ustawienie "
-"zmiennych globalnych, że możliwy jest do nich dostęp bez zmiany zakresu. To "
-"może powodować zagrożenie bezpieczeństwa. Gosa może działać w obu trybach."
+#: plugins/personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Zarządzanie Hotplug"
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
-msgstr "PHP session.gc_maxlifetime (>= 86400 seconds)."
+#: plugins/personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Wybierz urządzenie hotplug do dodania"
 
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
-msgstr ""
-"PHP używa tej wartości dla garbage collector'a do usuwania starych sesji. "
-"Ustawienie tej wartości na jeden dzień zapobiegnie ustraceniu sesji oraz "
-"cookie zanim faktycznie wygasną."
+#: plugins/personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Wybierz departament na którym będzie wyszukiwanie"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Sprawdzam moduł ldap"
+#: plugins/personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Wyrażenie regularne dla dopasowania hotplug"
 
 
-#: include/functions_setup.inc:291
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr ""
-"To jest główny moduł używany przez GOsa i dlatego jest szczególnie wymagany."
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+msgid "Create new hotplug entry"
+msgstr "Utwórz nowy element hotplug"
 
 
-#: include/functions_setup.inc:294
-msgid "Checking for XML functions"
-msgstr "Sprawdzam funkcje XML"
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+msgid "Create new hotplug device"
+msgstr "Utwórz nowe urządzenie hotplug"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr "Funkcje XML są wymagane do parsowania pliku konfiguracyjnego."
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "(iSerial)"
+msgstr "Szeregowy"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Sprawdzam wsparcie dla gettext"
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "Vendor-ID"
+msgstr "ID nadawcy"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Wsparcie dla gettext jest wymagane dla innych wersji językowych GOsa."
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "(idVendor)"
+msgstr "ID nadawcy"
 
 
-#: include/functions_setup.inc:302
-msgid "Checking for iconv support"
-msgstr "Sprawdzam wsparcie dla iconv"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
+msgstr ""
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
 msgstr ""
 msgstr ""
-"Ten moduł jest używany przez GOsa do konwersji _MUNGED_DIAL_INFORMATIONS? i "
-"dlatego jest wymagany."
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Sprawdzam moduł mhash"
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+msgid "Kiosk profile management"
+msgstr "Zarządzanie profilami kiosk"
 
 
-#: include/functions_setup.inc:307
-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 ""
-"Aby używać kryptowania SSHA, ten moduł jest wymagany. Jeśli będzie używane "
-"jedynie kryptowanie crypt, lub md5, można zignorować ten komunikat. GOsa "
-"będzie działać bez tego."
+#: plugins/personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Ustawienia skryptu logowania"
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Sprawdzam moduł imap"
+#: plugins/personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nazwa skryptu"
 
 
-#: include/functions_setup.inc:311
-msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
-msgstr ""
-"Moduł IMAP jest potrzebny do komunikacji z serwerem IMAP. Pozwala uzyskiwać "
-"informacje, oraz tworzyć/usuwać konta pocztowe."
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Flagi skryptu logowania"
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Sprawdzam getacl w imap"
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Ostatni skrypt"
 
 
-#: include/functions_setup.inc:315
-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 ""
-"Wsparcie dla getacl jest wymagane dla uprawnień do foldera współdzielonego. "
-"Standardowy moduł IMAP nie potrafi czytać acl'i. Potrzeba nowszej wersji PHP "
-"ze wsparciem getacl."
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Skrypt może być zmieniony przez użytkownika"
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Sprawdzam moduł mysql"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Skrypt logowania"
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
-msgstr ""
-"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych."
+#: plugins/personal/environment/main.inc:125
+msgid "User environment settings"
+msgstr "Ustawienia środowiska użytkownika"
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Sprawdzam moduł cups"
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Dodaj urządzenie drukujące"
 
 
-#: include/functions_setup.inc:323
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
-msgstr ""
-"Aby zobaczyć dostępne drukarki za pomocą protokołu IPP zamiast plików "
-"printcap, należy zainstalować moduł cups."
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+msgid "Display printers matching"
+msgstr "Wyświetl drukarki pasujące"
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Sprawdzam moduł kadm5"
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+msgid "Regular expression for matching printer names"
+msgstr "Wyrażenie regularne do dopasowania nazw drukarek"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
-msgstr ""
-"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można "
-"ściągnąć z sieci PEAR."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Styczeń"
 
 
-#: include/functions_setup.inc:330
-msgid "Checking for snmp Module"
-msgstr "Sprawdzam moduł snmp"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Luty"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
-msgstr "SNMP jest wymagane do monitorowani klientow."
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "Marzec"
 
 
-#: include/functions_setup.inc:368
-msgid "PHP detailed function inspection"
-msgstr "Szczegółowa inspekcja funkcji PHP"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "Kwiecień"
 
 
-#: include/functions_setup.inc:372
-#, php-format
-msgid "Checking for function %s"
-msgstr "Sprawdzam funkcję %s"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Maj"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
-msgstr ""
-"Funkcja %s jest używania przez GOsa. Brak informacji czy jest wymagana czy "
-"opcjonalna."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Czerwiec"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Sprawedzam dodatkowe programy"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Lipiec"
 
 
-#: include/functions_setup.inc:395
-#, fuzzy
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Sprawdzam ImageMagic (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "Sierpień"
 
 
-#: include/functions_setup.inc:396
-#, fuzzy
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagic jest używane do konwersji dostarczanych obrazków, aby pasowały do "
-"rozmiaru i były w formacje JPEG."
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "Wrzesień"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Sprawdzam ImageMagic (>=5.4.0)"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Październik"
 
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagic jest używane do konwersji dostarczanych obrazków, aby pasowały do "
-"rozmiaru i były w formacje JPEG."
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "Listopad"
 
 
-#: include/functions_setup.inc:404
-msgid "Checking imagick module for PHP"
-msgstr "Sprawdzam moduł imagick"
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "Grudzień"
 
 
-#: include/functions_setup.inc:405
-msgid ""
-"Imagick is used to convert user supplied images to fit the suggested size "
-"and the unified JPEG format from PHP script."
-msgstr ""
-"Imagick jest używane do konwersji dostarczanych obrazków, aby pasowały do "
-"rozmiaru i były w formacje JPEG."
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "kobieta"
 
 
-#: include/functions_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Sprawdzam program fping"
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "mężczyzna"
 
 
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
-msgstr ""
-"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów."
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "To konto nie posiada poprawnych rozszerzeń GOsa."
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Sprawdzam możliwość generowania haseł LM/NT"
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+msgstr "Podany plik nie został wgrany poprzez HTTP POST! Akcja anulowana."
 
 
-#: include/functions_setup.inc:429
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Proszę podać poprawny numer seryjny"
+
+#: plugins/personal/generic/class_user.inc:462
 msgid ""
 msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 msgstr ""
-"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc "
-"generować hasła."
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr "Sprawdzam php.ini -> session.auto_register"
+#: plugins/personal/generic/class_user.inc:472
+#, php-format
+msgid "Certificate is valid from %s to %s and is currently %s."
+msgstr "Certyfikat jest ważny od %s do %s i jest obecnie %s."
 
 
-#: include/functions_setup.inc:443
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
-msgstr ""
-"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini "
-"musi być ustawiona na 'off'."
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
+msgstr "prawidłowy"
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr "Sprawdzam php.ini -> implicit_flush"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
+msgstr "nieprawidłowy"
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
-msgstr ""
-"Ta opcja wpływa na obsługę output. Aby zwiększyć wydajność, należy ustawić "
-"na 'off'."
+#: plugins/personal/generic/class_user.inc:480
+msgid "No certificate installed"
+msgstr "Brak zainstalowanych certyfikatów"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr "Sprawdzam php.ini -> max_execution_time"
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
+msgstr "Usuwanie konta ogólnego użytkownika nieudane"
 
 
-#: include/functions_setup.inc:455
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
-"Ten parametr powinien byc ustawniony na co najmniej 30 sekund. Niektóre "
-"funkcje mogą zabierać dużo czasu."
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "Komunikacja z bazą Kerberos nieudana"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr "Sprawdzam php.ini -> memory_limit"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Nie można usunąć użytkownika z bazy Kerberos."
 
 
-#: include/functions_setup.inc:463
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-msgstr ""
-"GOsa potrzebuje conajmniej 16MB pamięci. Mniej może prowadzić do "
-"nieprzewidywalnych błędów. Dla większych instalacji, należy zwiększyć ten "
-"parametr."
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
+msgstr "Zapisywanie konta ogólnego użytkownika nieudane"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr "Sprawdzam php.ini -> expose_php"
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "nie można dodać użytkownika do bazy Kerberos."
 
 
-#: include/functions_setup.inc:468
-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 ""
-"Aby zwiększyć bezpieczeństwo, należy ustawić expose_php na 'off'. PHP nie "
-"będzie wysyłać żadnych informacji na temat serwera na którym działa."
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "Brak uprawnień do tworzenia konta w tym 'Kontenerze'."
 
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
-msgstr "Sprawdzam php.ini -> magic_quotes_gpc"
+#: plugins/personal/generic/class_user.inc:1022
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr "Brak uprawnień do przenoszenia konta z obecnego 'Kontenera'."
 
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
-msgstr ""
-"Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP "
-"będzie zabezpieczać cudzysłowa w stringach."
+#: plugins/personal/generic/class_user.inc:1037
+msgid "There's already a person with this 'Login' in the database."
+msgstr "Już istnieje osoba z takim samym loginem w bazie."
+
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr "Wymagane pole 'Login' jest puste."
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
+#: plugins/personal/generic/class_user.inc:1053
 msgid ""
 msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
-msgstr ""
-"Nie można połączyć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
-"dostępny dla GOsa."
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
+msgstr "Już istnieje osoba z tą 'Nazwą'/'Podaną nazwą' w bazie."
 
 
-#: include/functions_setup.inc:734
+#: plugins/personal/generic/class_user.inc:1060
 msgid ""
 msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
-"Nie można spiąć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
-"dostępny dla GOsa."
+"Pole 'Login' zawiera niedozwolone znaki. Tylko małe litery, liczny i "
+"myślniki są dozwolone."
 
 
-#: include/functions_setup.inc:792
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
-msgstr "Brak wymaganego atrybutu '%s' w formularzu. Proszę uzupełnić!"
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Pole 'Strona WWW' zawiera niepoprawną definicję URL."
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:1210
+msgid "Could not open specified certificate!"
+msgstr "Nie można otworzyć wybranego certyfikatu!"
 
 
-#: include/functions_setup.inc:841
-#, fuzzy
-msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
-msgstr ""
-"Nie można spiąć się z podanym serwerem LDAP! Proszę sprawdzić czy jest on "
-"dostępny dla GOsa."
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Informacje osobiste"
 
 
-#: include/functions_setup.inc:909
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
-msgstr ""
-"Nie można czytać informacji w schematach, GOsa musi znać ustawienia "
-"schematów. Proszę sprawdzić czy GOsa może czytać ustawienia schematów"
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Osobiste zdjęcie"
 
 
-#: include/functions_setup.inc:918
-#, php-format
-msgid "Can't log into LDAP server. Reason was: %s."
-msgstr "Nie można zalogować się do serwera LDAP. Powód: %s."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Zmień zdjęcie"
 
 
-#: include/functions_setup.inc:1092
-#, fuzzy
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
-msgstr ""
-"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
-"parametry konfiguracji."
+#: plugins/personal/generic/generic.tpl:48
+msgid "Template name"
+msgstr "Nazwa Szablonu"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
-msgstr "Nie można użyć sha do szyfrowania, brak funkcji sha1 / mhash / crypt"
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Tytuł naukowy"
 
 
-#: include/class_password-methods-kerberos.inc:44
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
-msgstr ""
-"Ostrzeżenie: Nie można ustawić hasła kerberos. Ta wersja PHP nie posiada "
-"wsparcia dla kerberos, hasło nie zostało zmienione."
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Data urodzenia"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "Komunikacja z bazą Kerberos nieudana"
+#: plugins/personal/generic/generic.tpl:116
+msgid "Preferred langage"
+msgstr "Preferowany język"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr "Zmiana hasła w bazie kerberos nieudana!"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Wybierz poddrzewo do umieszczenia konta."
 
 
-#: include/functions_helpviewer.inc:43
-#, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Błąd XML w guide.xml: %s w linii %d"
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Telefon prywatny"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr "Pomoc nie jest dostępna dla tego dodatku."
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Strona domowa"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
-msgstr "poprzednie"
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Przechowywanie hasła"
 
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-msgid "next"
-msgstr "następne"
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "Certyfikaty"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr "%s wyników zapytania ze słowem %s"
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Edytuj certyfikaty"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr "%s%% trafień w pliku %s"
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr "Manager PPD: Podana ścieżka '%s' nie istnieje."
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Edytuj właściwości"
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr "Podany plik ppd '%s' nie może zostać otwarty do czytania."
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Informacje organizacyjne"
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr "Wymagany plik tymczasowy '%s' nie może zostać otwarty do zapisu."
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Numer departamentu"
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
-"Parsowanie pliku PPD %s nieudane - linia za długa . Końcowe znaki zostały "
-"zignorowane"
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Numer pracownika"
 
 
-#: include/class_ppdManager.inc:178
-msgid "Nested groups are not supported!"
-msgstr "Zagnieżdżone grupy nie są wspierane!"
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Typ pracownika"
 
 
-#: include/class_ppdManager.inc:182
-msgid "Group name not unique!"
-msgstr "Nazwa grupy nie jest unikalna"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Numer pokoju"
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr "Wartości symboliczne nie są jeszcze wspierane!"
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Wywołanie"
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
-msgstr "Opcje zagnieżdżone nie są wspierane!"
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Opis jednostki"
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
-msgstr "PickMany nie jest jeszcze obsługiwany"
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Sektor"
 
 
-#: include/class_ppdManager.inc:318
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Tytuł funkcjonalny"
 
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
-msgstr ""
-"Błąd: żądanie poddrzewo zawiera niespójne kodowanie w DN, sprawdź LDAP!"
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Pełniona funkcja"
 
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
-msgstr "Nie można otworzyć podanego pliku. Sprawdź istnienie i uprawnienia"
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Lokalizacja osoby"
 
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr "Nie można czytać certyfkatu / lub podano pusty ciąg znaków"
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Jednostka"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
-msgstr ""
-"Nie można załadować certyfikatu, prawdopodobnie niewspierany format (użyj "
-"PEM/DER)"
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Ulica"
 
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr "Format musi być PEM, aby wyświetlić informacje certyfikatu"
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Identyfikator budynku"
 
 
-#: include/class_certificate.inc:192
-msgid "Can't create/open File"
-msgstr "Nie można utworzyć/otworzyć Pliku"
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Proszę użyć zakładki telefony"
+
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Ostatnia dostawa"
+
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Publicznie widoczne"
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
-msgstr "Nie załadowano prawidłowego certyfikatu"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Standardowy certyfikat"
 
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
-msgstr "Tworzenie tej strony spowodowało, że interpreter PHP zwrócił błędy!"
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "certyfikat S/MIME"
 
 
-#: include/php_setup.inc:71 html/main.php:388
-msgid "Toggle information"
-msgstr "Przełącz informacje"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "certyfikat PKCS12"
 
 
-#: include/php_setup.inc:76
-msgid "PHP error"
-msgstr "błąd PHP:"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Nmer seryjny certyfikatu"
 
 
-#: include/php_setup.inc:87
-msgid "class"
-msgstr "klasa"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "Usuń obrazek"
 
 
-#: include/php_setup.inc:93
-msgid "function"
-msgstr "funkcja"
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Brak uprawnień do zmiany własnego hasła"
 
 
-#: include/php_setup.inc:98
-msgid "static"
-msgstr "statyczna"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Ogólne informacje o użytkowniku"
 
 
-#: include/php_setup.inc:102
-msgid "method"
-msgstr "metoda"
+#: 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 ""
+"Zmieniono metodę kodowania hasła w bazie ldap. Z tego powodu należy teraz "
+"podać ponownie swoje hasło. GOsa zakoduje to hasło używając wybranej metody."
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
-msgstr "Śledzenie"
+#: plugins/personal/generic/paste_generic.tpl:1
+msgid "User settings"
+msgstr "Ustawienia użytkownika"
 
 
-#: include/php_setup.inc:136
-msgid "Line"
-msgstr "Linia"
+#: plugins/personal/generic/paste_generic.tpl:23
+msgid "Clear password"
+msgstr "Wyczyść hasło"
 
 
-#: include/php_setup.inc:137
-msgid "Arguments"
-msgstr "Argumenty"
+#: plugins/personal/generic/paste_generic.tpl:24
+msgid "Set new password"
+msgstr "Ustaw nowe hasło"
 
 
-#: include/functions.inc:298
-#, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
-msgstr "BŁĄD: Nie można połączyć się z serwerem LDAP. Odpowiedź serwera '%s'."
+#: plugins/personal/generic/paste_generic.tpl:47
+msgid "User picture"
+msgstr "Zdjęcie użytkownika"
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "Brak znacznika DESC w pliku autorespondera"
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr "Użytkownik /UID nie są unikalne. Proszę sprawdzić bazę LDAP."
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "To konto nie posiada rozszerzeń pocztowych"
 
 
-#: include/functions.inc:468
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 msgstr ""
-"Błąd podczas dodawania blokady. Parametry nie są ustawione prawidłowo, "
-"proszę sprawdzić źródło!"
 
 
-#: include/functions.inc:478
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
-msgstr ""
-"Nie można ustawić informacji o blokadzie w bazie LDAP. Proszę sprawdzić wpis "
-"'config' w gosa.conf! Odpowiedź serwera LDAP '%s'."
+"You're trying to add an invalid email address to the list of forwarders."
+msgstr "Próbujesz dodać błędny adres email do listy przekazywanych."
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Dodawanie blokady nieudane, odpowiedź serwera LDAP '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:665
+msgid "Removing mail account failed"
+msgstr "Usuwanie konta pocztowego nieudane"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Usuwanie blokady nieudane, odpowiedź serwera LDAP '%s'."
+#: plugins/personal/mail/class_mailAccount.inc:794
+msgid "Saving mail account failed"
+msgstr "Zapisywanie konta pocztowego nieudane"
 
 
-#: include/functions.inc:549
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 msgstr ""
-"Pobieranie blokady z LDAP nieudane. Parametry nie są ustawione prawidłowo, "
-"proszę sprawdzić źródło!"
+"Brak poprawnego serwera pocztowego, proszę go dodać w ustawieniach systemu."
 
 
-#: include/functions.inc:559
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
-msgstr ""
-"Nie można pobrać informacji o blokadach w bazie LDAP. Proszę sprawdzić wpis "
-"'config' w gosa.conf!"
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
+msgstr "Podano parametry Spamu, ale nie wybrano folderu."
+
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
+msgstr "Oczekiwanie aż kolab usunie właściwości poczty."
 
 
-#: include/functions.inc:567
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 msgstr ""
-"Znaleziono wiele blokad dla obiektu do zablokowania. Taka sytuacja nie "
-"powinna się wydażyć - czyszczę wiele odwołań."
+"Proszę najpierw usunąć konto pocztowe, aby umożliwić kolab usuwanie swoimi "
+"metodami."
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Limit wielkości %d elementów został przekroczony!"
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Przekaż wiadomości do"
 
 
-#: include/functions.inc:655
-#, php-format
-msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
-msgstr ""
-"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż jest "
-"przekroczony"
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Wybierz serwer poczty który będzie przechowywał skrzynkę użytkownika"
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "niepełne"
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Opcje poczty"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "błąd LDAP:"
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
+msgstr "Zaznacz jeśli chcesz przekazywać pocztę bez zachowania kopii"
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
-msgstr ""
-"Problemy z serwerem LDAP oznaczają, że prawdopodobnie utracono ostatnie "
-"zmiany. Proszę sprawdzić konfiguracje LDAP w poszukiwaniu możliwych błędów i "
-"spróbować ponownie."
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Nie dostarczaj do własnej skrzynki"
 
 
-#: include/functions.inc:1124
+#: plugins/personal/mail/generic.tpl:75
 msgid ""
 msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
-msgstr ""
-"Proszę sprawdzić wprowadzane dane i poprawić błąd. Naciśnij 'OK' aby zamknąć "
-"to okno."
+"Select to automatically response with the vacation message defined below"
+msgstr "Zaznacz aby automatycznie wysyłać autoodpowiedź zdefiniowaną poniżej"
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr "Wystąpił błąd podczas wykonywania żądania"
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Włącz autoresponder"
 
 
-#: include/functions.inc:1198
-msgid "Continue anyway"
-msgstr "Kontynuuj mimo wszystko"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Zaznacz jeśli chcesz filtrować wiadomości przez spamassasin"
 
 
-#: include/functions.inc:1200
-msgid "Edit anyway"
-msgstr "Edytuj mimo wszystko"
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Przenieś pocztę oznakowaną poziomem spamu większym niż"
 
 
-#: include/functions.inc:1202
-#, 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 ""
-"Zamierzasz edytować wpis LDAP '%s' który wydaje się być używany przez '%s'. "
-"Proszę skontaktować się z osobą aby wyjaśnić postępowanie."
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
+msgstr "Wybierz poziom spamu - mniejsze wartości są bardziej czułe"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr "Wpisów na stronie"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "do folferu"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
-msgstr "Zastosuj filtr"
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Odrzuć pocztę większą niż"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Treść autorespondera"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr "Wersja deweloperska GOsa (Rev %s)"
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Zaawansowane opcje poczty"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
-"Nie można znaleźć stefy odwrotnej dla strefy '%s'. Przerywam analizę tej "
-"strefy."
+"Wybierz jeśli użytkownik może odbierać i wysyłać w obrębie własnej domeny"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
-msgstr ""
-"Znaleziono więcej niż jedną strefę odwrotną dla strefy DNS '%s'. Anulowano "
-"przetwarzanie tej strefy."
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
+msgstr "Użytkownik może tylko wysyłać i odbierać lokalną pocztę"
+
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Użyj własnego skryptu SIEVE"
+
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "Wyłącza wszystkie opcje poczty!"
+
+#: plugins/personal/mail/mail_locals.tpl:35
+#, fuzzy
+msgid "Select department"
+msgstr "Wybierz aby zobaczyć departamenty"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr ""
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Ustawienia poczty użytkownika"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr "Proces usuwania został anulowany przez dodatek '%s': %s"
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
+msgid "This account has no nagios extensions."
+msgstr "To konto nie posiada rozszerzenia nagios"
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
-msgstr "Nie można użyć ssha do szyfrowania. (Brak fukcji mhash / sha1)"
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
+msgid "Remove nagios account"
+msgstr "Usuń konto nagios"
 
 
-#: include/class_pluglist.inc:116
+#: plugins/personal/nagios/class_nagiosAccount.inc:110
 msgid ""
 msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Informacje w gosa.conf częściowo uległy zmianie. Proszę je skonwertować "
-"używając dostępnego skryptu fix_config.sh"
+"To konto posiada rozszerzenia rozszerzenia nagios. Można je wyłączyć "
+"klikając poniżej."
 
 
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-msgid "Unknown"
-msgstr "Nieznane"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+msgid "Create nagios account"
+msgstr "Utwórz konto nagios"
 
 
-#: include/class_pluglist.inc:138 ihtml/themes/altlinux/framework.tpl:14
-#: ihtml/themes/altlinux/framework.tpl:24
-#: ihtml/themes/default/framework.tpl:14 ihtml/themes/default/framework.tpl:24
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
 msgid ""
 msgid ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
-msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?"
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"To konto nie posiada rozszerzenia nagios. Można je włączyć klikając poniżej"
 
 
-#: include/class_CopyPasteHandler.inc:161
-#, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Zamierzasz skopiować wpis '%s'."
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
+msgid "Saving nagios account failed"
+msgstr "Zapisywanie konta Nagios nieudane"
 
 
-#: include/class_CopyPasteHandler.inc:225
-msgid "Paste"
-msgstr "Wklej"
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Wymagane pole 'NagiosAlias' nie jest wypełnione"
 
 
-#: include/class_CopyPasteHandler.inc:227
-msgid "Can't paste"
-msgstr "Nie można wkleić"
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Wymagane pole 'NagiosMail' nie jest wypełnione"
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Błąd XML w pliku gosa.conf: %s w linii %d"
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Proszę podać poprawny adres email w polu 'NagiosMail'"
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
-msgstr ""
-"Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem."
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+msgid "Removing nagios account failed"
+msgstr "Usuwanie konta Nagios nieudane"
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!"
+#: plugins/personal/nagios/main.inc:125
+msgid "Nagios settings"
+msgstr "Ustawienia nagios"
 
 
-#: include/class_ldap.inc:196
-#, php-format
-msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
-msgstr ""
-"Serwer LDAP odpowiada bardzo wolno (%.2f dla ostatniego zapytania). To może "
-"być przyczyną słabej wydajności."
+#: plugins/personal/nagios/nagios.tpl:4
+msgid "Nagios Account"
+msgstr "Konto Nagios"
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
-"Serwer LDAP odpowiada bardzo wolno (%.2f), to może być przyczyną słabej "
-"wydajności."
+#: plugins/personal/nagios/nagios.tpl:7
+msgid "Alias"
+msgstr "Alias"
 
 
-#: include/class_ldap.inc:456
-#, php-format
-msgid "Creating copy of %s"
-msgstr "Tworzenie kopii %s"
+#: plugins/personal/nagios/nagios.tpl:17
+msgid "Host notification period"
+msgstr "Okres powiadamiania o hoście"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr "Przetwarzanie"
+#: plugins/personal/nagios/nagios.tpl:25
+msgid "Service notification period"
+msgstr "Okres powiadamiania o usłudze"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr "Błąd podczas pobierania źródłowego dn - anulowano!"
+#: plugins/personal/nagios/nagios.tpl:32
+msgid "Service notification options"
+msgstr "Opcje powiadamiania o usłudze"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, php-format
-msgid "Unknown FAIstate %s"
-msgstr "Nieznany FAIstate %s"
+#: plugins/personal/nagios/nagios.tpl:41
+msgid "Host notification options"
+msgstr "Opcje powiadamiania o hoście"
 
 
-#: include/class_ldap.inc:673
-#, php-format
-msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:53
+msgid "Service notification commands"
+msgstr "Polecenia powiadamiania o usłudze"
 
 
-#: include/class_ldap.inc:734
-#, php-format
-msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
-msgstr ""
-"Automatyczne tworzenie typu '%s' nie jest obecnie wspierane. Proszę "
-"skontaktować się z zespołem GOsa."
+#: plugins/personal/nagios/nagios.tpl:57
+msgid "Host notification commands"
+msgstr "Polecenia powiadamiania o hoście"
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr "podczas działania na '%s' używając serwera LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:66
+msgid "Nagios authentification"
+msgstr "Autentykacja Nagios"
 
 
-#: include/class_ldap.inc:805
-#, php-format
-msgid "while operating on LDAP server %s"
-msgstr "podczas połączenia z serwerem LDAP '%s'"
+#: plugins/personal/nagios/nagios.tpl:69
+msgid "view system informations"
+msgstr "pokaż informacje o systemie"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
-msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
-msgstr ""
-"To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się "
-"'dn: ...' w linii %s"
+#: plugins/personal/nagios/nagios.tpl:72
+msgid "view configuration information"
+msgstr "Pokaż konfigurację"
 
 
-#: include/class_ldap.inc:1014
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
-msgstr "dn: '%s' (od linii %s) już istnieje w bazie LDAP"
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
+msgstr "przełącz polecenia systemu"
 
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
-msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !"
+#: plugins/personal/nagios/nagios.tpl:78
+msgid "view all services"
+msgstr "pokaż wszystkie usługi"
 
 
-#: html/setup.php:89
-#, php-format
-msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr ""
-"Katalog '%s' podany jako katalog kompilacji smarty nie jest osiągalny, "
-"proszę sprawdzić katalog i uprawnienia!"
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
+msgstr "pokaż wszystkie hosty"
 
 
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
-msgstr "Błąd: getcvard.php wymaga parametru do eksportu wizytówki!"
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
+msgstr "przełącz wszystkie polecenia usługi"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr "Wyszukiwarka pomocy"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
+msgstr "przełącz wszystkie polecenia hosta"
 
 
-#: html/helpviewer.php:118
-msgid "There is no helpfile specified for this class"
-msgstr "Pomoc nie jest dostępna dla tej klasy."
+#: plugins/personal/netatalk/class_netatalk.inc:37
+msgid "Manage netatalk account"
+msgstr "Zarządzaj kontem Netatalk"
 
 
-#: html/helpviewer.php:265
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
-msgstr ""
-"Katalog pomocy '%s' nie jest osiągalny, nie można czytać żadnych plików "
-"pomocy."
+#: plugins/personal/netatalk/class_netatalk.inc:173
+msgid "This account has no netatalk extensions."
+msgstr "To konto nie posiada rozszerzeń Netatalk"
 
 
-#: html/getxls.php:65
-msgid "Birthday"
-msgstr "Urodziny"
+#: plugins/personal/netatalk/class_netatalk.inc:182
+msgid "Remove netatalk account"
+msgstr "Usuń konto Netatalk"
 
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-msgid "Surname"
-msgstr "Nazwisko"
+#: plugins/personal/netatalk/class_netatalk.inc:183
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"To konto ma włączone cechu Netatalk. Można je wyłączyć klikając poniżej."
 
 
-#: html/getxls.php:74
-#, php-format
-msgid "User list of %s on %s"
-msgstr "Lista użytkowników %s na %s"
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+msgid "Create netatalk account"
+msgstr "Utwórz konto Netatalk"
 
 
-#: html/getxls.php:94 html/getxls.php:227
-msgid "Members"
-msgstr "Członkowie"
+#: plugins/personal/netatalk/class_netatalk.inc:195
+msgid ""
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"To konto ma wyłączone cechy Netatalk. Można je włączyć klikając poniżej."
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, php-format
-msgid "Groups of %s on %s"
-msgstr "Grupy %s na %s"
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
+msgstr "Trzeba wybrać udział do użycia."
 
 
-#: html/getxls.php:124 html/getxls.php:246
-msgid "Computers"
-msgstr "Komputery"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+msgid "Saving Netatalk account failed"
+msgstr "Zapisywanie konta Netatalk nieudane"
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
-msgid "Common name"
-msgstr "Nazwa potoczna"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+msgid "Removing Netatalk account failed"
+msgstr "Usuwanie konta Netatalk nieudane"
 
 
-#: 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 "Serwery"
+#: plugins/personal/netatalk/main.inc:121
+msgid "Netatalk settings"
+msgstr "Ustawienia Netatalk"
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, php-format
-msgid "Servers of %s on %s"
-msgstr "Serwery %s na %s"
+#: plugins/personal/netatalk/netatalk.tpl:4
+msgid "Share"
+msgstr "Udział"
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
-msgstr "Adres domowy"
+#: plugins/personal/password/changed.tpl:3
+msgid ""
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
+msgstr ""
+"Pomyślnie zmieniono hasło. Proszę pamiętać aby zmienić również ustawienia w "
+"programach skonfigurowanych do używania tego hasła."
 
 
-#: html/getxls.php:174
-msgid "Mobile phone"
-msgstr "Telefon komórkowy"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr "Hasło które podano jako obecne nie zgadza się z prawdziwym hasłem."
 
 
-#: html/getxls.php:174 html/getxls.php:236
-msgid "Postal address"
-msgstr "Adres pocztowy"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Proszę podać obecne hasło aby kontynuować."
 
 
-#: html/getxls.php:174
-msgid "Function"
-msgstr "Funkcja"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego."
 
 
-#: html/getxls.php:177 html/getxls.php:247
-msgid "Adressbook"
-msgstr "Książka adresowa"
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "Hasło podane jako nowe jest za krótkie."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Książka adresowa %s na %s"
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
+msgstr "Brak uprawnień do zmiany własnego hasła"
 
 
-#: html/getxls.php:190
-msgid "Common Name"
-msgstr "Zwykła nazwa"
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:"
 
 
-#: html/getxls.php:224
-msgid "Day of birth"
-msgstr "Data urodzenia"
+#: plugins/personal/password/nochange.tpl:2
+msgid "Password change not allowed"
+msgstr "Brak uprawnień do zmiay hasła"
 
 
-#: html/getxls.php:236
-msgid "Email address"
-msgstr "Adres email"
+#: plugins/personal/password/nochange.tpl:6
+msgid "You are not allowed to change your password at this time"
+msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie"
 
 
-#: html/getxls.php:236
-msgid "Organizational unit"
-msgstr "Jednostka organizacyjna"
+#: plugins/personal/password/password.tpl:2
+msgid ""
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
+msgstr ""
+"Aby zmienić własne hasło, proszę użyć formularza poniżej. Zmiany są "
+"wprowadzane do systemu natychmiast. Proszę zapamiętać nowe hasło, gdyż bez "
+"niego logowanie będzie niemożliwe."
 
 
-#: html/getxls.php:236
-msgid "Postal Code"
-msgstr "Kod Pocztowy"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "Obecne hasło"
 
 
-#: html/getxls.php:236
-msgid "Surename"
-msgstr "Nazwisko"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Wyczyść pola"
 
 
-#: html/getxls.php:236
-msgid "Title"
-msgstr "Tytuł"
+#: plugins/personal/posix/class_posixAccount.inc:125
+msgid "expired"
+msgstr "wygasło"
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr "Pełne"
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
+msgstr "Czas prolongaty aktywny"
 
 
-#: html/getxls.php:276
-#, php-format
-msgid "User List of %s on %s"
-msgstr "Lista użytkowników %s na %s"
+#: plugins/personal/posix/class_posixAccount.inc:130
+msgid "active, password not changable"
+msgstr "aktywne, hasło niezmienialne"
 
 
-#: html/getxls.php:330
-#, php-format
-msgid "Computers of %s on %s"
-msgstr "Komputery %s na %s"
+#: plugins/personal/posix/class_posixAccount.inc:132
+msgid "active, password expired"
+msgstr "aktywne, hasło wygasło"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "Sesja nie będzie szyfrowana."
+#: plugins/personal/posix/class_posixAccount.inc:134
+msgid "active"
+msgstr "Aktywne"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "Sprowadź sesję SSL"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Grupa użytkownika"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
-msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę."
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "nieskonfigurowane"
 
 
-#: html/index.php:138
-#, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!"
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "To konto nie posiada rozszerzeń unix"
 
 
-#: html/index.php:219
-msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
-msgstr ""
-"GOsa nie może uzyskać informacji o zainstalowanych plikach schema. Proszę "
-"skorygować."
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Usuń konto posixowe"
 
 
-#: html/index.php:227
+#: plugins/personal/posix/class_posixAccount.inc:268
 msgid ""
 msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
-"Ustawienia serwera LDAP zawierają stare definicje schema. Proszę uruchomić "
-"setup."
+"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć "
+"konto Samba/Środowisko."
 
 
-#: html/index.php:246 ihtml/themes/altlinux/setup_useradmin.tpl:6
-#: ihtml/themes/default/setup_useradmin.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"You're missing an administrative account for GOsa, you'll not be able to "
-"administrate anything!"
-msgstr "Brak konta administracyjnego dla GOsa, nie można niczym administrować!"
-
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Proszę podać prawidłową nazwę użytkownika!"
-
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Proszę podać prawidłowe hasło!"
-
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Proszę sprawdzić kombinację login/hasło."
+"This account has posix features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej."
 
 
-#: html/index.php:287
-msgid "Account locked. Please contact your system administrator."
-msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu."
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "Utwórz konto posixowe"
 
 
-#: html/index.php:339
+#: plugins/personal/posix/class_posixAccount.inc:275
 msgid ""
 msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Twoja przeglądarka ma wyłączone cookies. Proszę włączyć cookies i "
-"przeładować stronę przed logowaniem!"
+"To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej."
 
 
-#: html/getkiosk.php:25
+#: plugins/personal/posix/class_posixAccount.inc:438
 #, php-format
 #, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
-msgstr "Nie można otworzyć pliku '%s', prawdopodobnie plik nie istnieje."
+msgid "Password can't be changed up to %s days after last change"
+msgstr "Hasło nie może być zmienione do %s dni po ostatniej zmianie"
 
 
-#: html/getkiosk.php:30
+#: plugins/personal/posix/class_posixAccount.inc:440
 #, php-format
 #, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Nie można czytać pliku '%s', proszę sprawdzić uprawnienia."
+msgid "Password must be changed after %s days"
+msgstr "Hasło musi zostać zmienione po %s dniach"
 
 
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Nie można połączyć się z serwerem baz danych!"
+#: plugins/personal/posix/class_posixAccount.inc:442
+#, php-format
+msgid "Disable account after %s days of inactivity after password expiery"
+msgstr "Wyłącz konto po %s dniach nieaktywności po wygaśnięciu hasła"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "Nie można wybrać bazy danych!"
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr "Ostrzeż użytkownika na %s dni przed wygaśnięciem hasła"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "Zapytanie do bazy danych nieudane"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "pełen dostęp"
 
 
-#: html/main.php:164
-msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
-msgstr ""
-"BŁĄD: Register globals jest włączone. GOsa odmówi logowania do momentu "
-"poprawienia tego parametru przez administratora."
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "zezwól na dostęp do tych hostów"
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr ""
-"Ostrzeżenie: zaczyna brakować pamięci - proszę zwiększyć parametry "
-"memory_limit!"
+#: plugins/personal/posix/class_posixAccount.inc:606
+msgid "Removing UNIX account failed"
+msgstr "Usuwanie konta UNIX nieudane"
 
 
-#: html/main.php:349
-#, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!"
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Niepowodzenie: nadpisuję blokadę"
 
 
-#: html/main.php:364
-msgid "Your password is about to expire, please change your password"
-msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło"
+#: plugins/personal/posix/class_posixAccount.inc:844
+msgid "Saving UNIX account failed"
+msgstr "Zapisywanie konta UNIX nieudane"
+
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Wymagane pole 'Katalog domowy' nie jest ustawione."
+
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
+msgstr "Proszę podać prawidłową ścieżkę w polu 'Katalog domowy'."
+
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "Wartość podana jako 'UID' jest nieprawidłowa."
 
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
-msgstr ""
-"Tworzenie tej strony spowodowało wystąpienie błędów przy sprawdzaniu "
-"zgodności z W3C!"
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "Wartość podana jako 'UID' jest za mała."
 
 
-#: html/get_attachment.php:47
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
-msgstr ""
-"Nie można połączyć się z bazą glpi, brak wsparcia dla MySQL w ustawieniach "
-"PHP."
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "Wartość podana jako 'shadowMin' jest nieprawidłowa."
 
 
-#: html/get_attachment.php:55
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
-msgstr ""
-"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane "
-"parametry konfiguracji."
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "Wartość podana jako 'shadowMax' jest nieprawidłowa."
 
 
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
-msgstr "Nie można pobrać zadanego załącznika, brak wpisu z tym id."
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "Wartość podana jako 'shadowWarning' jest nieprawidłowa."
 
 
-#: html/get_attachment.php:69
-#, php-format
-msgid "Can't open file '%s'."
-msgstr "Nie można otworzyć pliku '%s'."
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "'shadowWarning' bez 'shadowMax' nie ma sensu."
 
 
-#: 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."
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu "
-"obciążeniu serwera LDAP. Najprostrzym sposobem działania na dużych bazach "
-"bez opóźnień jest ograniczanie wyszukiwań do mniejszej ilości wyników oraz "
-"użycie filtrów dla otrzymania poszukiwanych elementów."
+"Wartość podana jako 'shadowWarning' powinna być mniejsza niż 'shadowMax'."
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
-msgid "Please choose the way to react for this session"
-msgstr "Proszę wybrać sposób reakcji dla tej sesji"
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
+msgstr ""
+"Wartość podana jako 'shadowWarning' powinna być większa niż 'shadowMin'."
 
 
-#: 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 "Ignoruj ten błąd i pokaż wszystkie elementy które zwraca serwer LDAP"
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "Wartość podana jako ;shadowInactive' jest nieprawidłowa."
 
 
-#: 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 ""
-"ignoruj ten błąd i pokaż wszystkie elementy które zmieszczą się w "
-"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów"
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
+msgstr "'shadowInactive' bez 'shadowMax' nie ma sensu."
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
-#, fuzzy
-msgid "Please use your username and password to log in"
-msgstr "Proszę użyć swojego <i>loginu</i> i <i>hasła</i> aby się zalogować"
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
+msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'."
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Katalog"
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Katalog domowy"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Zaloguj"
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Shell"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Kliknij tutaj aby się zalogować"
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Grupa podstawowa"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Wykryto konflikt sesji"
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Wymuś UID/GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
-msgstr ""
-"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku "
-"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. "
-"Użycie różnych przeglądarek (np. IP i Mozilla) jest możliwe. Naciśnięcie "
-"<b>Wyloguj</b> zamknie tą sesję."
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
-msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
-msgstr ""
-"Ignorując ten komunikat zmienisz/usuniesz dane które obecnie edytujesz. "
-"Proszę zamknąć wiele okien i zalogować się ponownie."
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Przynależność do grup"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Wyloguj"
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
+msgstr "(Uwaga: NFS nie wspiera więcej niż 16 grup!)"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Witaj w instalacji GOsa!"
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Konto"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Wygląda na to, że uruchamiasz GOsa po raz pierwszy - nie wykryto "
-"konfiguracji. Ten skrypt instalacji będzie wspomagał w utworzeniu gotowej "
-"konfiguracji wykonując trzy podstawowe kroki: najpierw sprawdzimy czy w PHP "
-"są wymagane moduły, potem sprawdzimy czy wymagane/opcjonalne programy są "
-"zainstalowane, oraz po podaniu podstawowych informacji do połączenia z "
-"serwerem LDAP, sprawdzimy instalację LDAP."
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Zaufanie systemowe"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr "Konto administracyjne oraz grupa już istnieją"
+#: plugins/personal/posix/generic.tpl:92
+msgid "Trust mode"
+msgstr "Tryb zaufania"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
-msgstr ""
-"Aby zapewnić pełny dostęp administracyjny do GOsa, należy utworzyć specjalną "
-"grupę która zawiera użytkownika administracyjnego. Program instalacyjny może "
-"pomóc w tym zadaniu. Wprowadź poniżej wybraną nazwę użytkownika i hasło aby "
-"utworzyć brakujące elementy."
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Ustawienia Unix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Główne"
+#: plugins/personal/posix/paste_generic.tpl:1
+msgid "Posix settings"
+msgstr "Ustawienia Posix"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Pomoc"
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Wybierz grupy do dodania"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Wyloguj"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Wyświetl grupy departamentu"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Zalogowano:"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Wyświetl grupy pasujące"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Wykryto konflikt blokady"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Wyświetl grupy użytkownika"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:9
-#, fuzzy
-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 'Remove' button."
-msgstr ""
-"Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła "
-"okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając "
-"<i>Usuń</i>."
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
+msgstr "Użytkownik musi zmienić hasło przy pierwszym logowaniu"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "Ustawienia trwają..."
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
+msgstr "Hasło wygasa"
+
+#: plugins/personal/posix/trust_machines.tpl:6
+msgid "Select systems to add"
+msgstr "Wybierz systemy do dodania"
+
+#: plugins/personal/posix/trust_machines.tpl:26
+msgid "Display systems of department"
+msgstr "Wyświetl systemy departamentu"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
-msgstr ""
-"Krok drugi szuka programó pomocniczych i sprawdza czy są w minimalnej "
-"wymaganej wersji."
+#: plugins/personal/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "To konto nie posiada rozszerzeń samba"
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Usuń konto samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Teraz dodamy serwer LDAP oraz utworzymy wyjściową konfigurację. Po podaniu "
-"URI serwera poniżej, wykonane zostanie szybkie sprawdzenie czy wymagane "
-"schematy LDAP są na miejscu. Wersje Samba są automatycznie wykryte przez "
-"zainstalowane klasy obiektów. Szczegóły dotyczące organizacji drzewa LDAP "
-"zostaną skonfigurowane później."
+"To konto posiada rozszerzenia samba. Można je wyłączyć klikając poniżej."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-#, fuzzy
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Stwórz konto samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Proszę podać URI serwera, aby umożliwić instalatorowi połączenie z serwerem "
-"LDAP <i>(Np. ldap://test.serwer:389).</i>"
+"To konto nie posiada rozszerzenia samba. Można he włączyć klikając poniżej."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
-"Poniższe pola pozwalają na podstawową konfigurację zachowania GOsa i "
-"wpływają na różne właściwości w głównej konfiguracji."
+"To konto nie posiada rozszerzenia samba. Wymagane są rozszerzenia posix, "
+"które należy włączyć wcześniej."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Proszę podać opis dla lokacji tutaj konfigurowanej"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "input tak, notify tak"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Nazwa lokalizacji"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "input tak, notify nie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"GOsa zawsze zachowuje się jak admin i zarządza uprawnieniami wewnętrznie. "
-"Jest to obejście dopóki ACL w katalogu OpenLDAP zostaną w pełni "
-"zaimplementowane. Trzeba podać administracyjne DN i odpowiednie hasło."
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "input nie, notify tak"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "DN Administratora"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "input nie, notify nie"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Hasło Administratora"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "rozłącz"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Pewne podstawowe parametry LDAP są zmienialne i wpływają na lokalizacje "
-"gdzie GOsa zapisuje użytkowników i grupy razem ze sposobem w jaki konta są "
-"tworzone. Sprawdź wartości poniżej i dostosuj do wymagań."
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "resetuj"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-msgid "Base "
-msgstr "Baza"
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "z każdego klienta"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Prosze wyszczególnić długość pamięci."
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "tylko z poprzedniego klienta"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "Ten 'dn' nie jest aplikacją."
+#: plugins/personal/samba/class_sambaAccount.inc:672
+msgid "Removing Samba account failed"
+msgstr "Usuwanie konta Samba nieudane"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "Proszę wybrać grupę obiektów"
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Ścieżka do profilu"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "Podstawowe ID dla użytkowników/grup"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "Wartość podana jako '%s' zawiera niedozwolone znaki!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Połączenie"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Rozłączenie"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "BEZCZYNNY"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"The timeout property '%s' is checked and contains invalid or no characters!"
 msgstr ""
 msgstr ""
-"GOsa wspiera kilka typów szyfrowania hasła. Typy można ustawić przez "
-"szablony użytkownika, oraz można też ustawić typ domyślny tutaj."
-
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr "Algorytm szyfrowania"
+"Właściwości timeoutu '%s' są włączone i zawierają nieprawidłowe znaki, lub "
+"są puste!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"GOsa posiada modularne wsparcie dla kilku metod pocztowych. Te metody "
-"zapewniają interfejsy dla kont użytkowników oraz quota. Można wybrać "
-"sztuczny dodatek, aby pozostawić ustawienia poczty nietknięte."
+"User manager w windows zezwala tylko na 8 klientów. Podano więcej niż 8."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-msgid "Mail method"
-msgstr "Typ pocztowy"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
+msgstr ""
+"Ostrzeżenie: To konto ma przypisany niezdefiniowany samba SID. Ten problem "
+"nie może być naprawiony przez GOsa!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:928
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 msgstr ""
-"GOsa może powodować błędu interpretera PHP, szczególnie w wersji Beta. I "
-"niektórych przypadkach może okazać się pomocne włączenie error reporting "
-"(Ale może też być ryzykowne dla bezpieczeństwa)."
+"Ostrzeżenie: Nie można określić podstawowej grupy użytkowników - nie jest "
+"możliwa konwersja do grupy samba!"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-msgid "Display PHP errors"
-msgstr "Wyświetlaj błędy PHP"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
+msgstr "Zapisywanie konta Samba nieudane"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-msgid "true"
-msgstr "prawda"
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
+#, fuzzy
+msgid "Sunday"
+msgstr "dzień"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-msgid "false"
-msgstr "fałsz"
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+#, fuzzy
+msgid "Monday"
+msgstr "dzień"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Sprawdź"
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+#, fuzzy
+msgid "Tuesday"
+msgstr "dzień"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
+msgstr ""
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
+#, fuzzy
+msgid "Thursday"
+msgstr "godzin"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
+#, fuzzy
+msgid "Friday"
+msgstr "dzień"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
+#, fuzzy
+msgid "Saturday"
+msgstr "Strategia"
+
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Ustawienia Samba"
+
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Katalog domowy Samba"
+
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Ścieżka do skryptu"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Setup zakończony"
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Opcje dostępu"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
-msgstr ""
-"Instalacja zakończona. Można sprawdzić rezultat sprawdzania schematów i "
-"pobrać automatycznie wygenerowany plik gosa.conf poniżej."
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Zezwól użytkownikowi na zmianę hasła z klienta"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-msgid "Schema Configuration"
-msgstr "Konfiguracja schematów"
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "Logowanie z klienta windows nie wymaga hasła"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
-msgid "Configuration File"
-msgstr "Plik konfiguracyjny"
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Tymczasowo wyłącz konto samba"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"Instalacja GOsa zebrała wszystkie dane potrzebne do stworzenia pliku "
-"konfiguracyjnego. Zapisz link poniżej jako gosa.conf i umieść go w /etc/"
-"gosa. Zmieniaj plik wedle potrzeby."
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Domena"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-msgid "Download configuration"
-msgstr "Konfiguracja pobierania"
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Terminal Server"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
-msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Po umieszczeniu pliku w /etc/gosa upewnij się, że serwer www ma uprawnienia "
-"do jego odczytu, podczas gdy inni użytkownicy nie mają. Aby uzyskać takie "
-"uprawnienia, można wykonać te polecenia:"
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Zezwól na logowanie do serwera terminali"
 
 
-#: ihtml/themes/default/islocked.tpl:9
-#, fuzzy
-msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may want to take over the lock by "
-"pressing the 'Edit anyway' button."
-msgstr ""
-"Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła "
-"okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając "
-"<i>Edytuj</i>."
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Odziedzicz konfigurację klienta"
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
-msgstr "Podgląd pomocy GOsa"
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Program pierwotny"
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
-msgstr "Indeks"
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Katalog roboczy"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
-msgstr "Kreator Copy &amp; paste"
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Ustawienia Timeoutu (w minutach)"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
-#, fuzzy
-msgid "Object to be pasted"
-msgstr "Grupy obiektów"
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Urządzenia klienta"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
-msgstr ""
-"Niektóre wartości muszą być unikalne w całym katalogu, podczas gdy niektóre "
-"kombinacje nie mają sensu. GOsa pokazuje dotyczące atrybuty. Proszę poprawić "
-"wartości poniżej aby utrzymać zgodność z regułami."
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Podłącz dyski klienta przy logowaniu"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
-msgid "Operation complete"
-msgstr "Operacja zakończona"
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Podłącz drukarki klienta przy logowaniu"
 
 
-#: ihtml/themes/default/conflict.tpl:6
-#, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku "
-"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. "
-"Użycie różnych przeglądarek (np. IP i Mozilla) jest możliwe. Naciśnięcie "
-"<b>Wyloguj</b> zamknie tą sesję."
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Ustaw główną drukarkę klienta jako domyślną"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
-msgid ""
-"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."
-msgstr ""
-"Wygląda na to, że uruchamiasz GOsa po raz pierwszy - nie wykryto "
-"konfiguracji. Ten skrypt instalacji będzie wspomagał w utworzeniu gotowej "
-"konfiguracji wykonując trzy podstawowe kroki: najpierw sprawdzimy czy w PHP "
-"są wymagane moduły, potem sprawdzimy czy wymagane/opcjonalne programy są "
-"zainstalowane, oraz po podaniu podstawowych informacji do połączenia z "
-"serwerem LDAP, sprawdzimy instalację LDAP."
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Shadowing"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
-"Można również użyć nowej, zaawansowanej metody inspekcji instalacji PHP. "
-"Zapewni ona informacje o funkcji której nie znaleziono (funkcje znalezione "
-"nie są wymieniane). Przydatne jeśli się wie co się robi."
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "Przy rozłączeniu lub timeoucie"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr "Przełącz Pokaż/Ukryj"
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "Połącz jeśli rozłączono"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr "Twoja sesja w GOsa wygasła!"
+#: plugins/personal/samba/samba3.tpl:264
+msgid "Lock samba account"
+msgstr "Zablokuj konto samba"
 
 
-#: 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 ""
-"Ostatnia interakcja z interfejsem GOsa była już jakiś czas temu. Z powodów "
-"bezpieczeństwa sesja została zamknięta. Aby kontynuować proszę zalogować się "
-"ponownie."
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
+msgstr "Ogranicz czas logowania"
 
 
-#: ihtml/themes/default/logout.tpl:10
-msgid "Sign in again"
-msgstr "Zaloguj się ponownie"
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr "Ogranicz czas wylogowania"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
-msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr "Konto wygasa po"
 
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-msgid "Old Password"
-msgstr "Stare hasło"
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Samba logon times"
+msgstr "Katalog domowy Samba"
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-msgid "New Password"
-msgstr "Nowe hasło"
+#: plugins/personal/samba/samba3.tpl:320
+#, fuzzy
+msgid "Edit settings..."
+msgstr "Ustawienia pocztowe"
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
-msgid "Verify Password"
-msgstr "Hasło ponownie"
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Zezwól na połączenia tylko z tych stacji"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
-msgid "Change Password"
-msgstr "Zmień hasło"
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Wybierz stacje robocze do dodania"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
-msgid "Click here to Change your password"
-msgstr "Brak uprawnień do zmiany własnego hasła"
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Wyświetl stacje robocze departamentu"
 
 
-#: 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 ""
-"GOsa może powodować błędy interpretera PHP, szczególnie w przypadku wersji "
-"Beta. W niektórych przypadkach będzie pomocne włączenie wyświetlania błędów."
+#: plugins/personal/samba/sambaLogonHours.tpl:21
+#, fuzzy
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Wybierz serwer poczty który będzie przechowywał skrzynkę użytkownika"
+
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+#, fuzzy
+msgid "Hour"
+msgstr "godzina"
 
 #~ msgid "Repository settings"
 #~ msgstr "Ustawienia repozytorium"
 
 #~ msgid "Repository settings"
 #~ msgstr "Ustawienia repozytorium"
index dd6520e29546ed3fbde9da3cc1146ea9385b59ce..daf8c1035e7fe8d07494ee804dbb0bcdf6a5a45b 100644 (file)
Binary files a/locale/ru/LC_MESSAGES/messages.mo and b/locale/ru/LC_MESSAGES/messages.mo differ
index 854fbb09221d5b6e684d12d07c9f893af3945b81..f2ebf9175321a60d270512c5dba3c1a9c09de91b 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-17 11:46+0100\n"
+"POT-Creation-Date: 2007-02-02 08:24+0100\n"
 "PO-Revision-Date: 2005-04-18 14:35+0300\n"
 "Last-Translator: Igor Muratov <migor@altlinux.org>\n"
 "Language-Team: ALT Linux Team\n"
 "PO-Revision-Date: 2005-04-18 14:35+0300\n"
 "Last-Translator: Igor Muratov <migor@altlinux.org>\n"
 "Language-Team: ALT Linux Team\n"
@@ -30,29 +30,29 @@ msgstr "Дополнительно"
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
 #: contrib/gosa.conf:105 contrib/gosa.conf:110 contrib/gosa.conf:116
 #: contrib/gosa.conf:125 contrib/gosa.conf:141 contrib/gosa.conf:151
 #: contrib/gosa.conf:156 contrib/gosa.conf:161 contrib/gosa.conf:166
-#: contrib/gosa.conf:171 contrib/gosa.conf:176
-#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
-#: 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/paste_generic.tpl:4
-#: plugins/admin/fai/faiVariable.tpl:4
+#: contrib/gosa.conf:171 contrib/gosa.conf:176 plugins/admin/fai/faiHook.tpl:4
+#: plugins/admin/fai/faiHookEntry.tpl:5 plugins/admin/fai/faiPackage.tpl:4
 #: plugins/admin/fai/faiPartitionTable.tpl:4
 #: plugins/admin/fai/faiPartitionTable.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/faiPartitionTableEntry.tpl:2
-#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiVariableEntry.tpl:5
-#: plugins/admin/fai/faiTemplate.tpl:4 plugins/admin/fai/faiHook.tpl:4
-#: plugins/admin/fai/faiHookEntry.tpl:5
-#: plugins/admin/fai/faiTemplateEntry.tpl:3 plugins/admin/groups/mail.tpl:7
-#: plugins/admin/systems/glpiPrinter.tpl:6 plugins/admin/systems/glpi.tpl:6
-#: plugins/admin/systems/servkolab.tpl:6
-#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/fai/faiProfile.tpl:4 plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/faiScript.tpl:4 plugins/admin/fai/faiScriptEntry.tpl:5
+#: plugins/admin/fai/faiTemplate.tpl:4
+#: plugins/admin/fai/faiTemplateEntry.tpl:3
+#: plugins/admin/fai/faiVariable.tpl:4
+#: plugins/admin/fai/faiVariableEntry.tpl:5 plugins/admin/groups/mail.tpl:7
+#: plugins/admin/ogroups/termgroup.tpl:6 plugins/admin/systems/glpi.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:6
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:4
 #: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:34
-#: plugins/admin/ogroups/termgroup.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:1
+#: plugins/admin/systems/servkolab.tpl:6
 #: plugins/generic/references/class_reference.inc:20
 #: plugins/generic/references/class_reference.inc:20
+#: plugins/gofax/blocklists/generic.tpl:1
+#: plugins/gofax/faxaccount/generic.tpl:6
+#: plugins/gofax/faxaccount/paste_generic.tpl:4
+#: plugins/personal/generic/class_user.inc:16
+#: plugins/personal/mail/generic.tpl:4 plugins/personal/posix/generic.tpl:4
+#: plugins/personal/samba/samba2.tpl:6 plugins/personal/samba/samba3.tpl:6
 msgid "Generic"
 msgstr "Общее"
 
 msgid "Generic"
 msgstr "Общее"
 
@@ -61,69 +61,70 @@ msgid "Unix"
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
 msgstr "Unix"
 
 #: contrib/gosa.conf:78 contrib/gosa.conf:91
-#: plugins/personal/environment/class_environment.inc:12
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
 #: plugins/admin/groups/class_divListGroup.inc:131
 #: plugins/admin/users/class_divListUsers.inc:141
+#: plugins/personal/environment/class_environment.inc:7
 msgid "Environment"
 msgstr "Окружение"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
 msgid "Environment"
 msgstr "Окружение"
 
 #: contrib/gosa.conf:79 contrib/gosa.conf:93
-#: plugins/personal/mail/class_mailAccount.inc:22
 #: plugins/admin/groups/class_divListGroup.inc:123
 #: plugins/admin/groups/class_divListGroup.inc:123
-#: plugins/admin/users/class_divListUsers.inc:143
-#: plugins/admin/ogroups/tabs_ogroups.inc:77
-#: plugins/admin/ogroups/tabs_ogroups.inc:178
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
 #: plugins/admin/ogroups/class_divListOGroup.inc:124
 #: plugins/admin/ogroups/paste_mail.tpl:4
+#: plugins/admin/ogroups/tabs_ogroups.inc:77
+#: plugins/admin/ogroups/tabs_ogroups.inc:178
+#: plugins/admin/users/class_divListUsers.inc:143
 #: plugins/generic/references/class_reference.inc:24
 #: plugins/generic/references/class_reference.inc:24
+#: plugins/personal/mail/class_mailAccount.inc:22
 msgid "Mail"
 msgstr "Почта"
 
 msgid "Mail"
 msgstr "Почта"
 
-#: contrib/gosa.conf:80 plugins/personal/samba/class_sambaAccount.inc:24
-#: plugins/admin/groups/class_divListGroup.inc:125
+#: contrib/gosa.conf:80 plugins/admin/groups/class_divListGroup.inc:125
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
 #: plugins/admin/users/class_divListUsers.inc:149
 #: plugins/generic/references/class_reference.inc:26
 #: plugins/generic/references/class_reference.inc:28
+#: plugins/personal/samba/class_sambaAccount.inc:24
 msgid "Samba"
 msgstr "Samba"
 
 msgid "Samba"
 msgstr "Samba"
 
-#: contrib/gosa.conf:81 plugins/personal/netatalk/class_netatalk.inc:36
-#: plugins/admin/users/class_divListUsers.inc:151
+#: contrib/gosa.conf:81 plugins/admin/users/class_divListUsers.inc:151
+#: plugins/personal/netatalk/class_netatalk.inc:36
 msgid "Netatalk"
 msgstr ""
 
 msgid "Netatalk"
 msgstr ""
 
-#: contrib/gosa.conf:82 plugins/personal/connectivity/main.inc:143
+#: contrib/gosa.conf:82
 #: plugins/personal/connectivity/class_connectivity.inc:15
 #: plugins/personal/connectivity/class_connectivity.inc:15
+#: plugins/personal/connectivity/main.inc:143
 msgid "Connectivity"
 msgstr "Подключение"
 
 msgid "Connectivity"
 msgstr "Подключение"
 
-#: contrib/gosa.conf:83 plugins/personal/generic/generic.tpl:271
-#: plugins/personal/generic/generic.tpl:402
-#: plugins/gofax/faxaccount/generic.tpl:10
-#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: contrib/gosa.conf:83 html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/contents.tpl:14
 #: plugins/addons/addressbook/contents.tpl:14
-#: plugins/admin/users/class_divListUsers.inc:147
 #: plugins/admin/departments/generic.tpl:67
 #: plugins/admin/departments/generic.tpl:67
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:39 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:39
+#: plugins/admin/users/class_divListUsers.inc:147
+#: plugins/gofax/faxaccount/generic.tpl:10
+#: plugins/gofax/faxaccount/paste_generic.tpl:8
+#: plugins/personal/generic/generic.tpl:271
+#: plugins/personal/generic/generic.tpl:402
 msgid "Fax"
 msgstr "Факс"
 
 msgid "Fax"
 msgstr "Факс"
 
-#: contrib/gosa.conf:84 plugins/personal/generic/generic.tpl:254
-#: plugins/personal/generic/generic.tpl:392
-#: plugins/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/address_edit.tpl:85
+#: contrib/gosa.conf:84 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/addons/addressbook/address_edit.tpl:195
 #: plugins/addons/addressbook/address_info.tpl:37
 #: plugins/addons/addressbook/address_info.tpl:85
-#: plugins/admin/groups/class_divListGroup.inc:129
-#: plugins/admin/users/class_divListUsers.inc:145
+#: plugins/addons/addressbook/contents.tpl:14
 #: plugins/admin/departments/generic.tpl:63
 #: plugins/admin/departments/generic.tpl:63
-#: plugins/admin/systems/class_systemManagement.inc:869
-#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/groups/class_divListGroup.inc:129
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
 #: plugins/admin/ogroups/class_ogroupManagement.inc:368
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/admin/systems/chooser.tpl:12
+#: plugins/admin/systems/class_systemManagement.inc:869
+#: plugins/admin/users/class_divListUsers.inc:145
 #: plugins/generic/references/class_reference.inc:40
 #: plugins/generic/references/class_reference.inc:40
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:6
+#: plugins/personal/generic/generic.tpl:254
+#: plugins/personal/generic/generic.tpl:392
 msgid "Phone"
 msgstr "Телефон"
 
 msgid "Phone"
 msgstr "Телефон"
 
@@ -149,14 +150,14 @@ msgid "ACL"
 msgstr "Доступ"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
 msgstr "Доступ"
 
 #: contrib/gosa.conf:100 plugins/admin/applications/generic.tpl:73
-#: plugins/admin/systems/class_servRepository.inc:287
-#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/admin/ogroups/phonequeue.tpl:35
 #: plugins/admin/ogroups/phonequeue.tpl:35
+#: plugins/admin/systems/class_servRepository.inc:282
+#: plugins/admin/systems/printerPPDDialog.tpl:17
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Параметры"
 
 #: plugins/gofon/conference/generic.tpl:100
 msgid "Options"
 msgstr "Параметры"
 
-#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:872
+#: contrib/gosa.conf:111 plugins/gofon/phoneaccount/class_phoneAccount.inc:866
 #, fuzzy
 msgid "Parameter"
 msgstr "Параметры загрузки"
 #, fuzzy
 msgid "Parameter"
 msgstr "Параметры загрузки"
@@ -172,30 +173,30 @@ msgid "Devices"
 msgstr "Устройства"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
 msgstr "Устройства"
 
 #: contrib/gosa.conf:119 contrib/gosa.conf:144
-#: plugins/personal/environment/environment.tpl:171
-#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
 #: plugins/admin/ogroups/class_ogroupManagement.inc:371
+#: plugins/admin/systems/class_systemManagement.inc:878
 #: plugins/generic/references/class_reference.inc:52
 #: plugins/generic/references/class_reference.inc:52
+#: plugins/personal/environment/environment.tpl:171
 msgid "Printer"
 msgstr "Принтер"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
 msgid "Printer"
 msgstr "Принтер"
 
 #: contrib/gosa.conf:120 contrib/gosa.conf:136 contrib/gosa.conf:145
-#: plugins/gofax/blocklists/generic.tpl:75
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
+#: ihtml/themes/default/MultiSelectWindow.tpl:27
+#: ihtml/themes/default/MultiSelectWindow.tpl:66
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
 #: plugins/addons/addressbook/contents.tpl:33
 #: plugins/addons/godfs/contents.tpl:22
-#: plugins/admin/fai/faiProfileEntry.tpl:21
 #: plugins/admin/fai/faiPackageEntry.tpl:22
 #: plugins/admin/fai/faiPackageEntry.tpl:22
-#: plugins/admin/systems/glpiPrinter.tpl:104
+#: plugins/admin/fai/faiProfileEntry.tpl:21
+#: plugins/admin/systems/glpiAttachmentPool.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
 #: plugins/admin/systems/glpiDeviceManagement.tpl:20
-#: plugins/admin/systems/servRepository.tpl:26
-#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/glpiPrinter.tpl:104
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
 #: plugins/admin/systems/glpiPrinterCartridges.tpl:20
-#: plugins/admin/systems/glpiAttachmentPool.tpl:20
-#: plugins/gofon/macro/headpage.tpl:20
+#: plugins/admin/systems/glpiSelectUser.tpl:20
+#: plugins/admin/systems/servRepository.tpl:26
+#: plugins/gofax/blocklists/generic.tpl:75
 #: plugins/gofon/conference/headpage.tpl:20
 #: plugins/gofon/conference/headpage.tpl:20
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:22
-#: ihtml/themes/default/MultiSelectWindow.tpl:27
-#: ihtml/themes/default/MultiSelectWindow.tpl:66
+#: plugins/gofon/macro/headpage.tpl:20
 msgid "Information"
 msgstr "Информация"
 
 msgid "Information"
 msgstr "Информация"
 
@@ -222,12 +223,12 @@ msgstr ""
 msgid "OGo"
 msgstr ""
 
 msgid "OGo"
 msgstr ""
 
-#: contrib/gosa.conf:199 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:199 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 "Экспорт"
 
@@ -236,12 +237,12 @@ msgstr "Экспорт"
 msgid "Excel Export"
 msgstr "Экспорт"
 
 msgid "Excel Export"
 msgstr "Экспорт"
 
-#: contrib/gosa.conf:201 plugins/personal/mail/generic.tpl:112
-#: plugins/personal/environment/logonManagement.tpl:65
-#: plugins/addons/ldapmanager/contentimport.tpl:49
-#: plugins/addons/ldapmanager/contentcsv.tpl:109
+#: contrib/gosa.conf:201 plugins/addons/ldapmanager/contentcsv.tpl:109
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
 #: plugins/addons/ldapmanager/contentcsv.tpl:112
+#: plugins/addons/ldapmanager/contentimport.tpl:49
 #: plugins/admin/applications/generic.tpl:101
 #: plugins/admin/applications/generic.tpl:101
+#: plugins/personal/environment/logonManagement.tpl:65
+#: plugins/personal/mail/generic.tpl:112
 msgid "Import"
 msgstr "Импортировать"
 
 msgid "Import"
 msgstr "Импортировать"
 
@@ -255,10 +256,10 @@ msgstr "Импортировать"
 msgid "Partitions"
 msgstr "Назначение"
 
 msgid "Partitions"
 msgstr "Назначение"
 
-#: contrib/gosa.conf:210 plugins/personal/environment/logonManagement.tpl:55
-#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: contrib/gosa.conf:210 plugins/admin/applications/generic.tpl:99
 #: plugins/admin/fai/faiHookEntry.tpl:50
 #: plugins/admin/fai/faiHookEntry.tpl:50
-#: plugins/admin/applications/generic.tpl:99
+#: plugins/admin/fai/faiScriptEntry.tpl:50
+#: plugins/personal/environment/logonManagement.tpl:55
 #, fuzzy
 msgid "Script"
 msgstr "Путь к сценариям"
 #, fuzzy
 msgid "Script"
 msgstr "Путь к сценариям"
@@ -277,8 +278,8 @@ msgstr "Переменная"
 msgid "Templates"
 msgstr "Шаблон"
 
 msgid "Templates"
 msgstr "Шаблон"
 
-#: contrib/gosa.conf:226 plugins/personal/environment/environment.tpl:7
-#: plugins/admin/fai/class_faiSummaryTab.inc:45
+#: contrib/gosa.conf:226 plugins/admin/fai/class_faiSummaryTab.inc:45
+#: plugins/personal/environment/environment.tpl:7
 #, fuzzy
 msgid "Profiles"
 msgstr "Путь к профилю"
 #, fuzzy
 msgid "Profiles"
 msgstr "Путь к профилю"
@@ -329,4493 +330,3567 @@ msgstr ""
 msgid "Polish"
 msgstr "Английский"
 
 msgid "Polish"
 msgstr "Английский"
 
-#: plugins/personal/nagios/main.inc:105 plugins/personal/mail/main.inc:105
-#: plugins/personal/posix/main.inc:111 plugins/personal/samba/main.inc:105
-#: plugins/personal/environment/main.inc:105
-#: plugins/personal/environment/hotplugDialogNew.tpl:53
-#: plugins/personal/generic/generic_picture.tpl:33
-#: plugins/personal/generic/main.inc:159
-#: plugins/personal/generic/generic_certs.tpl:76
-#: plugins/personal/connectivity/main.inc:119
-#: plugins/gofax/blocklists/generic.tpl:85
-#: plugins/gofax/faxaccount/main.inc:89
-#: plugins/addons/addressbook/address_edit.tpl:233
-#: plugins/admin/fai/class_faiManagement.inc:591
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
-#: plugins/admin/groups/class_groupManagement.inc:343
-#: plugins/admin/users/class_userManagement.inc:647
-#: plugins/admin/applications/class_applicationManagement.inc:360
-#: plugins/admin/departments/class_departmentManagement.inc:302
-#: plugins/admin/systems/servnfs.tpl:120
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
-#: plugins/admin/systems/goSpamServer.tpl:101
-#: plugins/admin/systems/goVirusServer.tpl:144
-#: plugins/admin/systems/servdnseditzone.tpl:119
-#: plugins/admin/systems/glpi_devices.tpl:760
-#: plugins/admin/systems/goSpamServerRule.tpl:22
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
-#: plugins/admin/systems/class_systemManagement.inc:597
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
-#: plugins/admin/ogroups/class_ogroupManagement.inc:331
-#: plugins/gofon/phoneaccount/main.inc:105
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:238
-#: include/class_MultiSelectWindow.inc:78
-#: ihtml/themes/default/copyPasteDialog.tpl:15
-msgid "Save"
-msgstr "Сохранить"
+#: html/get_attachment.php:47
+#, fuzzy
+msgid ""
+"Can't connect to glpi database, there is no mysl extension available in your "
+"php setup."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/personal/nagios/main.inc:107
-#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
-#: plugins/personal/posix/posix_groups.tpl:81
-#: plugins/personal/posix/trust_machines.tpl:41
-#: plugins/personal/posix/main.inc:113 plugins/personal/netatalk/main.inc:106
-#: plugins/personal/samba/main.inc:107
-#: plugins/personal/samba/samba3_workstations.tpl:41
-#: plugins/personal/samba/sambaLogonHours.tpl:92
-#: plugins/personal/environment/main.inc:107
-#: plugins/personal/environment/hotplugDialog.tpl:64
-#: plugins/personal/environment/selectPrinterDialog.tpl:61
-#: plugins/personal/environment/logonManagement.tpl:76
-#: plugins/personal/environment/hotplugDialogNew.tpl:54
-#: plugins/personal/generic/password.tpl:19
-#: plugins/personal/generic/generic_picture.tpl:35
-#: plugins/personal/generic/main.inc:161
-#: plugins/personal/generic/generic_certs.tpl:78
-#: plugins/personal/connectivity/main.inc:121
-#: plugins/gofax/blocklists/generic.tpl:87
-#: 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/addons/godfs/class_dfsManagment.inc:249
-#: plugins/admin/fai/class_faiManagement.inc:593
-#: plugins/admin/fai/class_faiManagement.inc:598
-#: plugins/admin/fai/remove.tpl:17 plugins/admin/fai/faiProfileEntry.tpl:71
-#: plugins/admin/fai/faiPackageConfiguration.tpl:7
-#: plugins/admin/fai/faiScriptEntry.tpl:69
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
-#: plugins/admin/fai/faiNewBranch.tpl:22
-#: plugins/admin/fai/faiVariableEntry.tpl:49
-#: plugins/admin/fai/faiPackageEntry.tpl:57
-#: plugins/admin/fai/faiHookEntry.tpl:71
-#: plugins/admin/fai/remove_branch.tpl:16
-#: plugins/admin/fai/faiTemplateEntry.tpl:131
-#: plugins/admin/groups/remove.tpl:16
-#: plugins/admin/groups/class_groupManagement.inc:345
-#: plugins/admin/groups/mail_admins.tpl:39
-#: plugins/admin/groups/group_objects.tpl:57
-#: plugins/admin/groups/application_options.tpl:13
-#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/users/remove.tpl:16
-#: plugins/admin/users/password.tpl:23
-#: plugins/admin/users/class_userManagement.inc:649
-#: plugins/admin/users/template.tpl:50
-#: plugins/admin/applications/remove.tpl:15
-#: plugins/admin/applications/class_applicationManagement.inc:362
-#: plugins/admin/departments/remove.tpl:16
-#: plugins/admin/departments/class_departmentManagement.inc:304
-#: plugins/admin/systems/glpi_edit_type.tpl:29
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
-#: plugins/admin/systems/glpiDeviceManagement.tpl:52
-#: plugins/admin/systems/servnfs.tpl:121
-#: plugins/admin/systems/SelectDeviceType.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
-#: plugins/admin/systems/goSpamServer.tpl:103
-#: plugins/admin/systems/goVirusServer.tpl:146
-#: plugins/admin/systems/servdnseditzone.tpl:120
-#: plugins/admin/systems/glpiSelectUser.tpl:51
-#: plugins/admin/systems/glpi_devices.tpl:761
-#: plugins/admin/systems/servRepositorySetup.tpl:43
-#: plugins/admin/systems/glpi_edit_os.tpl:29
-#: plugins/admin/systems/goSpamServerRule.tpl:24
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
-#: plugins/admin/systems/printerPPDDialog.tpl:23
-#: plugins/admin/systems/remove_glpi.tpl:16
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
-#: plugins/admin/systems/class_systemManagement.inc:599
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
-#: plugins/admin/systems/password.tpl:30 plugins/admin/systems/remove.tpl:16
-#: plugins/admin/systems/class_baseSelectDialog.inc:41
-#: plugins/admin/systems/chooser.tpl:18
-#: plugins/admin/systems/remove_ppd.tpl:14
-#: plugins/admin/systems/glpiAttachmentPool.tpl:52
-#: plugins/admin/systems/gencd.tpl:11
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:56
-#: plugins/admin/ogroups/class_ogroupManagement.inc:333
-#: plugins/admin/ogroups/remove.tpl:16
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
-#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:240
-#: plugins/gofon/conference/remove.tpl:16
-#: ihtml/themes/altlinux/islocked.tpl:15 ihtml/themes/default/islocked.tpl:15
-#: ihtml/themes/default/copyPasteDialog.tpl:16
-msgid "Cancel"
-msgstr "Отмена"
+#: html/get_attachment.php:55
+#, fuzzy
+msgid ""
+"Can't connect to specified database, please check your glpi configuration."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/personal/nagios/main.inc:115 plugins/personal/mail/main.inc:115
-#: plugins/personal/posix/main.inc:121 plugins/personal/netatalk/main.inc:111
-#: plugins/personal/samba/main.inc:115
-#: plugins/personal/environment/main.inc:115
-#: plugins/personal/generic/main.inc:181
-#: plugins/personal/connectivity/main.inc:129
-#: 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 "Нажмите 'Изменить' чтобы отредактировать данные в этой форме."
+#: html/get_attachment.php:64
+msgid "Can't get specified attachment file, there is no entry with this id."
+msgstr ""
 
 
-#: plugins/personal/nagios/main.inc:116 plugins/personal/mail/main.inc:116
-#: plugins/personal/posix/main.inc:123 plugins/personal/netatalk/main.inc:112
-#: plugins/personal/samba/main.inc:116
-#: plugins/personal/environment/environment.tpl:138
-#: plugins/personal/environment/main.inc:116
-#: plugins/personal/generic/main.inc:173
-#: plugins/personal/connectivity/main.inc:130
-#: 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/faiVariable.tpl:45
-#: plugins/admin/fai/faiPartitionTable.tpl:44
-#: plugins/admin/systems/glpiPrinter.tpl:73
-#: plugins/admin/systems/glpiPrinter.tpl:82 plugins/admin/systems/glpi.tpl:48
-#: plugins/admin/systems/glpi.tpl:56 plugins/admin/systems/glpi.tpl:85
-#: plugins/admin/systems/servdns.tpl:7
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:167
-#: plugins/admin/systems/glpiManufacturer.tpl:7
-#: plugins/admin/systems/servdnseditzone.tpl:31
-#: plugins/admin/systems/servservice.tpl:21
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:191
-#: plugins/admin/systems/printer.tpl:52
-#: plugins/gofon/phoneaccount/main.inc:113
-msgid "Edit"
-msgstr "Изменить"
+#: html/get_attachment.php:69
+#, fuzzy, php-format
+msgid "Can't open file '%s'."
+msgstr "Удалить"
 
 
-#: plugins/personal/nagios/main.inc:125
-#, fuzzy
-msgid "Nagios settings"
-msgstr "Почтовые настройки пользователя"
+#: html/getfax.php:53
+msgid "Could not connect to database server!"
+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/environment/class_environment.inc:13
-#: 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_phpgwAccount.inc:6
-#: plugins/personal/connectivity/class_kolabAccount.inc:6
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
-#: plugins/personal/connectivity/class_opengwAccount.inc:7
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
-#: plugins/personal/connectivity/class_connectivity.inc:16
-#: 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/godfs/class_dfsManagment.inc:11
-#: plugins/addons/mailqueue/class_mailqueue.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/logview/class_logview.inc:7
-#: plugins/admin/groups/class_groupManagement.inc:26
-#: plugins/admin/users/class_userManagement.inc:29
-#: 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/fonreports/class_fonreport.inc:7
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
-msgid "This does something"
-msgstr "Что-то будет"
-
-#: plugins/personal/nagios/class_nagiosAccount.inc:105
-#, fuzzy
-msgid "This account has no nagios extensions."
-msgstr "В этой учетной записи нет почтовых расширений."
+#: html/getfax.php:55
+msgid "Could not select database!"
+msgstr "Невозможно выбрать базу данных!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:114
-#, fuzzy
-msgid "Remove nagios account"
-msgstr "Удалить настройки эл. почты"
+#: html/getfax.php:60 html/getfax.php:68
+msgid "Database query failed!"
+msgstr "Невозможно выполнить запрос к базе данных!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:115
-#, fuzzy
-msgid ""
-"This account has nagios features enabled. You can disable them by clicking "
-"below."
+#: html/getkiosk.php:25
+#, php-format
+msgid "Can't open file '%s', possibly the file does not exist."
 msgstr ""
 msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-#, fuzzy
-msgid "Create nagios account"
-msgstr "СоздаÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+#: html/getkiosk.php:30
+#, fuzzy, php-format
+msgid "Can't read file '%s', check permissions."
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:117
-#, fuzzy
-msgid ""
-"This account has nagios features disabled. You can enable them by clicking "
-"below."
+#: html/getvcard.php:36
+msgid "Error: getcvard.php needs a parameter to export a vcard!"
 msgstr ""
 msgstr ""
-"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð½Ð°Ñ\81Ñ\82Ñ\80оек Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð¸Ñ\85, "
-"щелкнув ниже."
+"Ð\9eÑ\88ибка: Ð´Ð»Ñ\8f Ñ\8dкÑ\81поÑ\80Ñ\82а Ð² Ñ\84оÑ\80маÑ\82 vcard Ñ\84айлÑ\83 getcvard.php Ð½Ñ\83жно Ð¿ÐµÑ\80едаÑ\82Ñ\8c "
+"параметр!"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:160
-#, fuzzy
-msgid "Saving nagios account failed"
-msgstr "Создать настройки запись эл. почты"
+#: html/getxls.php:65
+msgid "Birthday"
+msgstr ""
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:180
-#, fuzzy
-msgid "The required field 'NagiosAlias' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/personal/generic/generic.tpl:106
+msgid "Sex"
+msgstr "Ð\9fол"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:183
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236
 #, fuzzy
 #, fuzzy
-msgid "The required field 'NagiosMail' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Surname"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:187
-#: plugins/personal/nagios/class_nagiosAccount.inc:191
-#, fuzzy
-msgid "Please enter a valid email address in 'NagiosMail' field."
-msgstr "Введите корректное значение в поле \"Основной адрес\"."
+#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
+#: html/getxls.php:236 plugins/addons/addressbook/class_addressbook.inc:522
+msgid "Given name"
+msgstr "Имя"
+
+#: html/getxls.php:65 html/getxls.php:224
+#: plugins/admin/ogroups/phonequeue.tpl:48
+#: plugins/gofax/faxaccount/generic.tpl:16
+msgid "Language"
+msgstr "Язык"
 
 
-#: plugins/personal/nagios/class_nagiosAccount.inc:239
+#: html/getxls.php:68 html/getxls.php:70 html/getxls.php:243
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+#: plugins/admin/systems/printer.tpl:72
+#: plugins/admin/users/class_userManagement.inc:28
+msgid "Users"
+msgstr "Пользователи"
+
+#: html/getxls.php:74
+#, fuzzy, php-format
+msgid "User list of %s on %s"
+msgstr "Список пользователей"
+
+#: html/getxls.php:80 html/getxls.php:108 html/getxls.php:123
+#: html/getxls.php:282 html/getxls.php:299
+#: plugins/addons/addressbook/class_addressbook.inc:524
+msgid "User ID"
+msgstr "Идентификатор пользователя"
+
+#: html/getxls.php:94 html/getxls.php:227
 #, fuzzy
 #, fuzzy
-msgid "Removing nagios account failed"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87ты"
+msgid "Members"
+msgstr "Ð\92клÑ\8eÑ\87аемÑ\8bе Ð¾Ð±Ñ\8aекты"
 
 
-#: plugins/personal/nagios/nagios.tpl:4
+#: html/getxls.php:97 html/getxls.php:99 html/getxls.php:244
+#: plugins/admin/groups/class_groupManagement.inc:25
+msgid "Groups"
+msgstr "Группы"
+
+#: html/getxls.php:104 html/getxls.php:295
+#, fuzzy, php-format
+msgid "Groups of %s on %s"
+msgstr "Группа пользователя"
+
+#: html/getxls.php:123 html/getxls.php:230 plugins/addons/godfs/generic.tpl:12
+#: plugins/addons/godfs/generic.tpl:38
+#: plugins/admin/applications/generic.tpl:23
+#: plugins/admin/departments/generic.tpl:12 plugins/admin/fai/faiHook.tpl:19
+#: plugins/admin/fai/faiHookEntry.tpl:17 plugins/admin/fai/faiPackage.tpl:19
+#: plugins/admin/fai/faiPartitionTable.tpl:19
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:11
+#: plugins/admin/fai/faiProfile.tpl:19 plugins/admin/fai/faiScript.tpl:19
+#: plugins/admin/fai/faiScriptEntry.tpl:17
+#: plugins/admin/fai/faiTemplate.tpl:19
+#: plugins/admin/fai/faiTemplateEntry.tpl:11
+#: plugins/admin/fai/faiVariable.tpl:19
+#: plugins/admin/fai/faiVariableEntry.tpl:17
+#: plugins/admin/groups/generic.tpl:13 plugins/admin/ogroups/generic.tpl:13
+#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
+#: plugins/admin/systems/printer.tpl:13 plugins/admin/systems/server.tpl:10
+#: plugins/admin/systems/servnfs.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:25
+#: plugins/generic/references/contents.tpl:11
+#: plugins/gofax/blocklists/generic.tpl:46
+#: plugins/gofon/conference/generic.tpl:64 plugins/gofon/macro/generic.tpl:41
+#: plugins/personal/environment/hotplugDialogNew.tpl:17
+#: plugins/personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Описание"
+
+#: html/getxls.php:124 html/getxls.php:246
 #, fuzzy
 #, fuzzy
-msgid "Nagios Account"
-msgstr "Ð\9aонÑ\82акÑ\82"
+msgid "Computers"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
 
-#: plugins/personal/nagios/nagios.tpl:7
+#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
+#: html/getxls.php:356
 #, fuzzy
 #, fuzzy
-msgid "Alias"
-msgstr "женский"
+msgid "Common name"
+msgstr "Местоположение"
+
+#: html/getxls.php:146 plugins/admin/systems/server.tpl:6
+msgid "Server name"
+msgstr "Имя сервера"
+
+#: 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 "Серверы"
+
+#: html/getxls.php:156 html/getxls.php:314
+#, fuzzy, php-format
+msgid "Servers of %s on %s"
+msgstr "Серверы"
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/applications/generic.tpl:11
+#: plugins/gofon/macro/generic.tpl:10
+msgid "Display name"
+msgstr "Отображаемое имя"
+
+#: html/getxls.php:174 html/getxls.php:233
+#: plugins/addons/addressbook/address_info.tpl:16
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/addressbook/contents.tpl:14
+#: plugins/admin/fai/class_faiSummaryTab.inc:329
+#: plugins/admin/fai/faiHook.tpl:9 plugins/admin/fai/faiHookEntry.tpl:9
+#: plugins/admin/fai/faiPackage.tpl:9
+#: plugins/admin/fai/faiPartitionTable.tpl:9
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:6
+#: plugins/admin/fai/faiProfile.tpl:9 plugins/admin/fai/faiScript.tpl:9
+#: plugins/admin/fai/faiScriptEntry.tpl:9 plugins/admin/fai/faiTemplate.tpl:9
+#: plugins/admin/fai/faiTemplateEntry.tpl:7
+#: plugins/admin/fai/faiVariable.tpl:9
+#: plugins/admin/fai/faiVariableEntry.tpl:9
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:196
+#: plugins/admin/systems/glpi_devices.tpl:10
+#: plugins/admin/systems/glpi_devices.tpl:105
+#: plugins/admin/systems/glpi_devices.tpl:146
+#: plugins/admin/systems/glpi_devices.tpl:201
+#: plugins/admin/systems/glpi_devices.tpl:257
+#: plugins/admin/systems/glpi_devices.tpl:315
+#: plugins/admin/systems/glpi_devices.tpl:379
+#: plugins/admin/systems/glpi_devices.tpl:451
+#: plugins/admin/systems/glpi_devices.tpl:515
+#: plugins/admin/systems/glpi_devices.tpl:562
+#: plugins/admin/systems/glpi_devices.tpl:615
+#: plugins/admin/systems/glpi_devices.tpl:669
+#: plugins/admin/systems/glpi_devices.tpl:715
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
+#: plugins/admin/systems/goSpamServerRule.tpl:6
+#: plugins/admin/systems/servnfs.tpl:9 plugins/gofon/macro/parameter.tpl:5
+msgid "Name"
+msgstr "Фамилия"
+
+#: html/getxls.php:174 plugins/addons/addressbook/class_addressbook.inc:524
+msgid "Home phone"
+msgstr "Домашний телефон"
+
+#: html/getxls.php:174
+msgid "Home postal address"
+msgstr ""
+
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:44
+#: plugins/addons/addressbook/address_info.tpl:19
+msgid "Initials"
+msgstr "Отчество"
+
+#: html/getxls.php:174 plugins/addons/godfs/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:47
+#: plugins/admin/departments/generic.tpl:55
+#: plugins/admin/systems/workstation.tpl:17
+#: plugins/personal/generic/generic.tpl:287
+msgid "Location"
+msgstr "Местоположение"
 
 
+#: html/getxls.php:174 plugins/admin/systems/servdnseditzone.tpl:51
 #: plugins/personal/nagios/nagios.tpl:12
 #: plugins/personal/nagios/nagios.tpl:12
-#: plugins/admin/systems/servdnseditzone.tpl:51 html/getxls.php:174
 #, fuzzy
 msgid "Mail address"
 msgstr "MAC-адрес"
 
 #, fuzzy
 msgid "Mail address"
 msgstr "MAC-адрес"
 
-#: plugins/personal/nagios/nagios.tpl:17
-#, fuzzy
-msgid "Host notification period"
-msgstr "Параметры приложения"
-
-#: plugins/personal/nagios/nagios.tpl:25
+#: html/getxls.php:174
 #, fuzzy
 #, fuzzy
-msgid "Service notification period"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+msgid "Mobile phone"
+msgstr "Ð\94омаÑ\88ний Ñ\82елеÑ\84он"
 
 
-#: plugins/personal/nagios/nagios.tpl:32
-#, fuzzy
-msgid "Service notification options"
-msgstr "Параметры приложения"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/addons/addressbook/address_edit.tpl:148
+#: plugins/addons/addressbook/address_info.tpl:67
+msgid "City"
+msgstr "Город"
 
 
-#: plugins/personal/nagios/nagios.tpl:41
+#: html/getxls.php:174 html/getxls.php:236
 #, fuzzy
 #, fuzzy
-msgid "Host notification options"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+msgid "Postal address"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð¸Ð½Ð´ÐµÐºÑ\81"
 
 
-#: plugins/personal/nagios/nagios.tpl:48
-#: plugins/personal/generic/generic.tpl:265
+#: html/getxls.php:174 html/getxls.php:236
 #: plugins/addons/addressbook/address_edit.tpl:217
 #: plugins/addons/addressbook/address_edit.tpl:217
-#: plugins/addons/addressbook/address_info.tpl:91 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/addons/addressbook/address_info.tpl:91
+#: plugins/personal/generic/generic.tpl:265
+#: plugins/personal/nagios/nagios.tpl:48
 msgid "Pager"
 msgstr "Пейджер"
 
 msgid "Pager"
 msgstr "Пейджер"
 
-#: plugins/personal/nagios/nagios.tpl:53
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/ogroups/class_phonequeue.inc:889
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
+#: plugins/gofon/conference/generic.tpl:82
 #, fuzzy
 #, fuzzy
-msgid "Service notification commands"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+msgid "Phone number"
+msgstr "ТелеÑ\84оннÑ\8bе Ð½Ð¾Ð¼ÐµÑ\80а"
 
 
-#: plugins/personal/nagios/nagios.tpl:57
-#, fuzzy
-msgid "Host notification commands"
-msgstr "Параметры приложения"
+#: html/getxls.php:174 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:59
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:21
+#: plugins/personal/generic/generic.tpl:151
+#: plugins/personal/generic/generic.tpl:295
+msgid "Address"
+msgstr "Адрес"
 
 
-#: plugins/personal/nagios/nagios.tpl:66
-#, fuzzy
-msgid "Nagios authentification"
-msgstr "Рабочая станция Windows"
+#: html/getxls.php:174 plugins/addons/addressbook/address_edit.tpl:158
+#: plugins/addons/addressbook/address_info.tpl:70
+#: plugins/personal/generic/generic.tpl:369
+msgid "Postal code"
+msgstr "Почтовый индекс"
 
 
-#: plugins/personal/nagios/nagios.tpl:69
-#, fuzzy
-msgid "view system informations"
-msgstr "Системная информация"
+#: html/getxls.php:174 html/getxls.php:236
+#: plugins/admin/departments/generic.tpl:51
+#: plugins/personal/generic/generic.tpl:291
+msgid "State"
+msgstr "Адм. единица"
 
 
-#: plugins/personal/nagios/nagios.tpl:72
+#: html/getxls.php:174
 #, fuzzy
 #, fuzzy
-msgid "view configuration information"
-msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f Ð¾Ð± Ð¾Ñ\80ганизаÑ\86ии"
+msgid "Function"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
 
-#: plugins/personal/nagios/nagios.tpl:75
-msgid "trigger system commands"
-msgstr ""
+#: html/getxls.php:177 html/getxls.php:247
+#, fuzzy
+msgid "Adressbook"
+msgstr "Адресная книга"
 
 
-#: plugins/personal/nagios/nagios.tpl:78
+#: html/getxls.php:184 html/getxls.php:349
+#, fuzzy, php-format
+msgid "Adressbook of %s on %s"
+msgstr "Адресная книга"
+
+#: html/getxls.php:190
 #, fuzzy
 #, fuzzy
-msgid "view all services"
-msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
+msgid "Common Name"
+msgstr "Ð\9cеÑ\81Ñ\82оположение"
 
 
-#: plugins/personal/nagios/nagios.tpl:81
-msgid "view all hosts"
-msgstr ""
+#: html/getxls.php:224
+#, fuzzy
+msgid "Day of birth"
+msgstr "Дата рождения"
 
 
-#: plugins/personal/nagios/nagios.tpl:83
-msgid "trigger all service commands"
-msgstr ""
+#: html/getxls.php:230 plugins/personal/posix/generic.tpl:43
+#: plugins/personal/posix/paste_generic.tpl:28
+msgid "UID"
+msgstr "UID"
 
 
-#: plugins/personal/nagios/nagios.tpl:86
-msgid "trigger all host commands"
-msgstr ""
+#: html/getxls.php:236
+#, fuzzy
+msgid "Email address"
+msgstr "Основной адрес"
 
 
-#: plugins/personal/mail/mail_locals.tpl:7
-#: plugins/admin/groups/mail_locals.tpl:6
-msgid "Select addresses to add"
-msgstr "Выберите адреса для добавления"
+#: html/getxls.php:236 plugins/addons/addressbook/address_edit.tpl:95
+#: plugins/addons/addressbook/address_info.tpl:40
+#: plugins/addons/addressbook/contents.tpl:15
+#: plugins/personal/generic/generic.tpl:261
+msgid "Mobile"
+msgstr "Мобильный"
 
 
-#: plugins/personal/mail/mail_locals.tpl:25
-#: plugins/personal/posix/posix_groups.tpl:21
-#: plugins/personal/samba/samba3_workstations.tpl:20
-#: plugins/personal/environment/hotplugDialog.tpl:24
-#: plugins/personal/environment/selectPrinterDialog.tpl:24
-#: plugins/gofax/faxaccount/locals.tpl:19
-#: plugins/addons/addressbook/contents.tpl:58
-#: plugins/addons/godfs/contents.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:31
-#: plugins/admin/fai/faiPackageEntry.tpl:32
-#: plugins/admin/groups/group_objects.tpl:20
-#: plugins/admin/groups/mail_locals.tpl:22
-#: plugins/admin/systems/glpiDeviceManagement.tpl:27
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
-#: plugins/admin/systems/servRepository.tpl:38
-#: plugins/admin/systems/glpiSelectUser.tpl:27
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
-#: plugins/admin/systems/glpiAttachmentPool.tpl:27
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
-#: plugins/admin/ogroups/ogroup_objects.tpl:20
-#: plugins/gofon/macro/headpage.tpl:29
-#: plugins/gofon/conference/headpage.tpl:29
-#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
-#: ihtml/themes/default/MultiSelectWindow.tpl:38
-#: ihtml/themes/default/MultiSelectWindow.tpl:75
-msgid "Filters"
-msgstr "Фильтры"
+#: html/getxls.php:236 plugins/personal/generic/generic.tpl:213
+msgid "Organization"
+msgstr "Организация"
 
 
-#: plugins/personal/mail/mail_locals.tpl:35
+#: html/getxls.php:236
 #, fuzzy
 #, fuzzy
-msgid "Select department"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\80азделение"
+msgid "Organizational unit"
+msgstr "Ð\9eÑ\80ганизаÑ\86иÑ\8f"
 
 
-#: plugins/personal/mail/mail_locals.tpl:38
-#: plugins/personal/posix/posix_groups.tpl:35
-#: 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:40
-#: plugins/admin/groups/mail_locals.tpl:33
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
-#: plugins/admin/ogroups/ogroup_objects.tpl:42
-msgid "Choose the department the search will be based on"
-msgstr "Выбрать раздел, для которого будет осуществлен поиск"
+#: html/getxls.php:236
+#, fuzzy
+msgid "Postal Code"
+msgstr "Почтовый индекс"
 
 
-#: plugins/personal/mail/mail_locals.tpl:52
-#: 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 "Регулярное выражение для поиска адреса"
+#: html/getxls.php:236
+#, fuzzy
+msgid "Surename"
+msgstr "Имя сервера"
 
 
-#: plugins/personal/mail/mail_locals.tpl:60
-#: plugins/admin/groups/mail_locals.tpl:52
-msgid "Display addresses of user"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð°Ð´Ñ\80еÑ\81а Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+#: html/getxls.php:236
+#, fuzzy
+msgid "Title"
+msgstr "ФайлÑ\8b"
 
 
-#: plugins/personal/mail/mail_locals.tpl:64
-#: plugins/admin/groups/mail_locals.tpl:55
-msgid "User name of which addresses are shown"
-msgstr "Имя пользователя, адрес которого показан"
+#: html/getxls.php:239
+msgid "Full"
+msgstr ""
 
 
-#: plugins/personal/mail/mail_locals.tpl:75
-#: plugins/personal/mail/generic.tpl:57 plugins/personal/mail/generic.tpl:127
-#: plugins/personal/mail/copypaste.tpl:43
-#: plugins/personal/mail/copypaste.tpl:61
-#: plugins/personal/posix/generic.tpl:73
-#: plugins/personal/posix/generic.tpl:102
-#: plugins/personal/posix/posix_groups.tpl:79
-#: plugins/personal/posix/paste_generic.tpl:63
-#: plugins/personal/posix/trust_machines.tpl:39
-#: plugins/personal/samba/samba3.tpl:332
-#: plugins/personal/samba/samba3_workstations.tpl:39
-#: plugins/personal/environment/environment.tpl:119
-#: plugins/personal/environment/environment.tpl:136
-#: plugins/personal/environment/environment.tpl:180
-#: plugins/personal/environment/hotplugDialog.tpl:63
-#: plugins/personal/environment/selectPrinterDialog.tpl:60
-#: plugins/personal/environment/kioskManagement.tpl:14
-#: plugins/personal/connectivity/kolab.tpl:33
-#: plugins/personal/connectivity/class_kolabAccount.inc:242
-#: plugins/gofax/blocklists/generic.tpl:68
-#: plugins/gofax/faxaccount/generic.tpl:76
-#: plugins/gofax/faxaccount/locals.tpl:60
-#: plugins/gofax/faxaccount/lists.tpl:13 plugins/admin/fai/faiVariable.tpl:44
-#: plugins/admin/fai/faiPartitionTable.tpl:43
-#: plugins/admin/fai/faiPackage.tpl:71 plugins/admin/fai/faiProfile.tpl:38
-#: plugins/admin/fai/faiScript.tpl:43 plugins/admin/fai/faiTemplate.tpl:35
-#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/groups/application.tpl:27
-#: plugins/admin/groups/mail.tpl:51 plugins/admin/groups/mail.tpl:95
-#: plugins/admin/groups/class_groupMail.inc:571
-#: plugins/admin/groups/generic.tpl:108 plugins/admin/groups/paste_mail.tpl:30
-#: plugins/admin/groups/paste_mail.tpl:41
-#: plugins/admin/groups/group_objects.tpl:55
-#: plugins/admin/groups/mail_locals.tpl:66
-#: plugins/admin/systems/glpiPrinter.tpl:93
-#: plugins/admin/systems/glpiPrinter.tpl:121
-#: plugins/admin/systems/glpi.tpl:100 plugins/admin/systems/terminal.tpl:99
-#: plugins/admin/systems/glpi_edit_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
-#: plugins/admin/systems/workstation.tpl:78
-#: plugins/admin/systems/servdns.tpl:6
-#: plugins/admin/systems/workstationStartup.tpl:105
-#: plugins/admin/systems/workstationStartup.tpl:128
-#: plugins/admin/systems/workstationStartup.tpl:147
-#: plugins/admin/systems/terminalStartup.tpl:61
-#: plugins/admin/systems/terminalStartup.tpl:80
-#: plugins/admin/systems/glpiManufacturer.tpl:6
-#: plugins/admin/systems/class_termDNS.inc:454
-#: plugins/admin/systems/class_termDNS.inc:474
-#: plugins/admin/systems/goSpamServer.tpl:36
-#: plugins/admin/systems/goSpamServer.tpl:88
-#: plugins/admin/systems/servdnseditzone.tpl:106
-#: plugins/admin/systems/servRepositorySetup.tpl:36
-#: plugins/admin/systems/servservice.tpl:20
-#: plugins/admin/systems/servservice.tpl:47
-#: plugins/admin/systems/glpi_edit_os.tpl:8
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:399
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
-#: plugins/admin/systems/class_servDNSeditZone.inc:498
-#: plugins/admin/systems/phonesettings.tpl:176
-#: plugins/admin/systems/phonesettings.tpl:191
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
-#: plugins/admin/ogroups/termgroup.tpl:23
-#: plugins/admin/ogroups/phonequeue.tpl:28
-#: plugins/admin/ogroups/generic.tpl:43
-#: plugins/admin/ogroups/ogroup_objects.tpl:54
-#: plugins/gofon/phoneaccount/generic.tpl:13
-#: plugins/gofon/phoneaccount/paste_generic.tpl:18
-msgid "Add"
-msgstr "Добавить"
+#: html/getxls.php:276
+#, fuzzy, php-format
+msgid "User List of %s on %s"
+msgstr "Список пользователей"
 
 
-#: plugins/personal/mail/generic.tpl:7 plugins/personal/mail/copypaste.tpl:7
-#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
-#: plugins/admin/ogroups/mail.tpl:10
-msgid "Primary address"
-msgstr "Основной адрес"
+#: html/getxls.php:330
+#, fuzzy, php-format
+msgid "Computers of %s on %s"
+msgstr "не полный"
 
 
-#: plugins/personal/mail/generic.tpl:11
-#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
-#: plugins/admin/systems/class_systemManagement.inc:870
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:367
-#: plugins/generic/references/class_reference.inc:44
-msgid "Server"
-msgstr "Сервер"
+#: html/helpviewer.php:67
+msgid "Help browser"
+msgstr ""
 
 
-#: plugins/personal/mail/generic.tpl:14
-msgid "Specify the mail server where the user will be hosted on"
-msgstr "Выберите почтовый сервер для учетной записи пользователя"
+#: html/helpviewer.php:118
+#, fuzzy
+msgid "There is no helpfile specified for this class"
+msgstr "Метод '%s' не описан в вашем файле конфигурации."
 
 
-#: plugins/personal/mail/generic.tpl:23 plugins/admin/groups/mail.tpl:25
-msgid "Quota usage"
-msgstr "Использование квоты"
+#: html/helpviewer.php:192 include/functions_helpviewer.inc:93
+msgid "previous"
+msgstr ""
 
 
-#: plugins/personal/mail/generic.tpl:30 plugins/admin/groups/mail.tpl:32
-#: plugins/admin/systems/class_terminalInfo.inc:169
-#: plugins/admin/systems/class_printGeneric.inc:506
-msgid "not defined"
-msgstr "не определена"
+#: html/helpviewer.php:196 include/functions_helpviewer.inc:97
+#, fuzzy
+msgid "next"
+msgstr "текст"
 
 
-#: plugins/personal/mail/generic.tpl:35 plugins/admin/groups/mail.tpl:37
-msgid "Quota size"
-msgstr "Размер квоты"
+#: html/helpviewer.php:265
+#, php-format
+msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+msgstr ""
 
 
-#: plugins/personal/mail/generic.tpl:49 plugins/personal/mail/copypaste.tpl:25
-#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
-#, fuzzy
-msgid "Alternative addresses"
-msgstr "Альтернативные адреса"
+#: html/index.php:49 html/index.php:337 html/index.php:343
+#: 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/addons/addressbook/remove.tpl:2
+#: plugins/admin/applications/remove.tpl:2
+#: plugins/admin/departments/remove.tpl:2 plugins/admin/fai/remove.tpl:2
+#: plugins/admin/fai/remove_branch.tpl:2 plugins/admin/groups/remove.tpl:2
+#: plugins/admin/ogroups/remove.tpl:2 plugins/admin/ogroups/termgroup.tpl:2
+#: plugins/admin/systems/remove.tpl:2 plugins/admin/systems/remove_glpi.tpl:2
+#: plugins/admin/systems/remove_ppd.tpl:2 plugins/admin/users/remove.tpl:2
+#: plugins/gofax/blocklists/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
+#: plugins/gofon/macro/remove.tpl:2
+msgid "Warning"
+msgstr "Предупреждение"
 
 
-#: plugins/personal/mail/generic.tpl:51 plugins/personal/mail/copypaste.tpl:55
-#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
-#: plugins/admin/systems/phonesettings.tpl:170
-#: plugins/admin/systems/phonesettings.tpl:185
-msgid "List of alternative mail addresses"
-msgstr "Список альтернативных адресов эл. почты"
+#: html/index.php:49 html/index.php:337
+msgid "Session will not be encrypted."
+msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы."
 
 
-#: plugins/personal/mail/generic.tpl:59 plugins/personal/mail/generic.tpl:131
-#: plugins/personal/mail/copypaste.tpl:45
-#: plugins/personal/mail/copypaste.tpl:62
-#: plugins/personal/posix/generic.tpl:74
-#: plugins/personal/posix/generic.tpl:104
-#: plugins/personal/posix/paste_generic.tpl:64
-#: plugins/personal/samba/samba3.tpl:334
-#: plugins/personal/environment/environment.tpl:137
-#: plugins/personal/environment/environment.tpl:165
-#: plugins/personal/environment/environment.tpl:181
-#: plugins/personal/environment/class_environment.inc:653
-#: plugins/personal/connectivity/kolab.tpl:35
-#: plugins/gofax/blocklists/generic.tpl:69
-#: 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/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
-#: plugins/admin/fai/faiPartitionTable.tpl:45
-#: plugins/admin/fai/remove_branch.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:110 plugins/admin/groups/paste_mail.tpl:31
-#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/users/remove.tpl:14
-#: plugins/admin/applications/remove.tpl:13
-#: plugins/admin/departments/remove.tpl:14
-#: plugins/admin/systems/terminal.tpl:101
-#: plugins/admin/systems/glpi_edit_type.tpl:10
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
-#: plugins/admin/systems/workstation.tpl:80
-#: plugins/admin/systems/workstationStartup.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:129
-#: plugins/admin/systems/terminalStartup.tpl:62
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:168
-#: plugins/admin/systems/class_termDNS.inc:468
-#: plugins/admin/systems/servservice.tpl:22
-#: plugins/admin/systems/servservice.tpl:48
-#: plugins/admin/systems/glpi_edit_os.tpl:10
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:192
-#: plugins/admin/systems/remove_glpi.tpl:14
-#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
-#: plugins/admin/systems/remove.tpl:14
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
-#: plugins/admin/systems/class_servDNSeditZone.inc:298
-#: plugins/admin/systems/class_servDNSeditZone.inc:492
-#: plugins/admin/systems/phonesettings.tpl:177
-#: plugins/admin/systems/phonesettings.tpl:192
-#: plugins/admin/systems/remove_ppd.tpl:12
-#: plugins/admin/ogroups/termgroup.tpl:25
-#: plugins/admin/ogroups/phonequeue.tpl:29
-#: plugins/admin/ogroups/generic.tpl:44 plugins/admin/ogroups/remove.tpl:14
-#: plugins/gofon/macro/remove.tpl:13 plugins/gofon/phoneaccount/generic.tpl:15
-#: plugins/gofon/phoneaccount/paste_generic.tpl:19
-#: plugins/gofon/conference/remove.tpl:14
-msgid "Delete"
-msgstr "Удалить"
+#: html/index.php:49 html/index.php:337
+msgid "Enter SSL session"
+msgstr "Использовать шифрование SSL"
 
 
-#: plugins/personal/mail/generic.tpl:67
-msgid "Mail options"
-msgstr "Почтовые настройки"
+#: html/index.php:117
+#, php-format
+msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+msgstr ""
+"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана."
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "Select if you want to forward mails without getting own copies of them"
-msgstr "Выберите, нужно ли оставлять копии перенаправляемых сообщений"
+#: html/index.php:138
+#, fuzzy, php-format
+msgid "Directory '%s' specified as compile directory is not accessible!"
+msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!"
 
 
-#: plugins/personal/mail/generic.tpl:72
-msgid "No delivery to own mailbox"
-msgstr "Не оставлять копии в своем почтовом ящике"
+#: html/index.php:207 include/class_config.inc:207
+msgid "Can't bind to LDAP. Please contact the system administrator."
+msgstr ""
+"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
+"администратору."
 
 
-#: plugins/personal/mail/generic.tpl:75
+#: html/index.php:223
 msgid ""
 msgid ""
-"Select to automatically response with the vacation message defined below"
-msgstr "Выберите, чтобы включить автоответчик с сообщением, указанным ниже"
-
-#: plugins/personal/mail/generic.tpl:75
-msgid "Activate vacation message"
-msgstr "Включить автоответчик"
-
-#: plugins/personal/mail/generic.tpl:82
-#, fuzzy
-msgid "Select if you want to filter this mails through spamassassin"
-msgstr "Выберите, нужно ли фильтровать сообщения с помощью SpamAssassin"
-
-#: plugins/personal/mail/generic.tpl:82
-msgid "Move mails tagged with spam level greater than"
-msgstr "Перемещать сообщения с меткой рекламы больше"
-
-#: plugins/personal/mail/generic.tpl:84
-msgid "Choose spam level - smaller values are more sensitive"
+"GOsa cannot retrieve information about the installed schema files. Please "
+"make sure, that this is possible."
 msgstr ""
 msgstr ""
-"Выберите метку рекламы - чем меньше значение, тем чувствительнее фильтр"
-
-#: plugins/personal/mail/generic.tpl:87
-msgid "to folder"
-msgstr "в папку"
-
-#: plugins/personal/mail/generic.tpl:94
-msgid "Reject mails bigger than"
-msgstr "Отклонять сообщения размером больше"
-
-#: plugins/personal/mail/generic.tpl:96
-#: plugins/personal/environment/environment.tpl:45
-#: plugins/personal/connectivity/pureftpd.tpl:44
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
-msgid "MB"
-msgstr "Мб"
-
-#: plugins/personal/mail/generic.tpl:102
-msgid "Vacation message"
-msgstr "Сообщение автоответчика"
-
-#: plugins/personal/mail/generic.tpl:118
-#: plugins/personal/mail/copypaste.tpl:13
-msgid "Forward messages to"
-msgstr "Перенаправлять сообщения"
-
-#: plugins/personal/mail/generic.tpl:129
-#: plugins/personal/mail/copypaste.tpl:44
-#: plugins/gofax/faxaccount/generic.tpl:77 plugins/admin/groups/mail.tpl:96
-#: plugins/admin/groups/paste_mail.tpl:42
-msgid "Add local"
-msgstr "Добавить локально"
 
 
-#: plugins/personal/mail/generic.tpl:139
-msgid "Advanced mail options"
-msgstr "Дополнительные почтовые настройки"
+#: html/index.php:231
+msgid ""
+"Your ldap setup contains old schema definitions. Please re-run the setup."
+msgstr ""
 
 
-#: plugins/personal/mail/generic.tpl:144
-msgid "Select if user can only send and receive inside his own domain"
+#: html/index.php:250 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 ""
-"Ð\92Ñ\8bбеÑ\80иÑ\82е, Ð¼Ð¾Ð¶ÐµÑ\82 Ð»Ð¸ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8c Ð¾Ñ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ð¸ Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82Ñ\8c Ñ\81ообÑ\89ениÑ\8f Ñ\82олÑ\8cко "
-"внÑ\83Ñ\82Ñ\80и Ñ\81воего Ð´Ð¾Ð¼ÐµÐ½Ð°"
+"У Ð²Ð°Ñ\81 Ð½ÐµÑ\82 Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñ\81Ñ\82Ñ\80аÑ\82оÑ\80а Ð´Ð»Ñ\8f GOsa, Ñ\82ак Ñ\87Ñ\82о Ð²Ñ\8b Ð½Ðµ Ñ\81можеÑ\82е Ñ\87Ñ\82о-"
+"либо Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8c!"
 
 
-#: plugins/personal/mail/generic.tpl:145
-msgid "User is only allowed to send and receive local mails"
-msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c Ð¼Ð¾Ð¶ÐµÑ\82 Ð¾Ñ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ð¸ Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82Ñ\8c Ð¿Ð¾Ñ\87Ñ\82Ñ\83 Ñ\82олÑ\8cко Ð»Ð¾ÐºÐ°Ð»Ñ\8cно"
+#: html/index.php:258
+msgid "Please specify a valid username!"
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "Use custom sieve script"
-msgstr "Ð\98Ñ\81полÑ\8cзоваÑ\82Ñ\8c Ð´Ñ\80Ñ\83гой Ñ\81Ñ\86енаÑ\80ий SIEVE"
+#: html/index.php:260
+msgid "Please specify your password!"
+msgstr "Ð\92ведиÑ\82е Ñ\81вой Ð¿Ð°Ñ\80олÑ\8c!"
 
 
-#: plugins/personal/mail/generic.tpl:152
-msgid "disables all Mail options!"
-msgstr "оÑ\82клÑ\8eÑ\87аеÑ\82 Ð²Ñ\81е Ð¿Ð¾Ñ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки!"
+#: html/index.php:267
+msgid "Please check the username/password combination."
+msgstr "Ð\9fÑ\80овеÑ\80Ñ\8cÑ\82е, Ð¿Ñ\80авилÑ\8cно Ð»Ð¸ Ð²Ñ\8b Ð²Ð²ÐµÐ»Ð¸ Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð¸ Ð¿Ð°Ñ\80олÑ\8c."
 
 
-#: plugins/personal/mail/copypaste.tpl:1 plugins/admin/groups/paste_mail.tpl:1
+#: html/index.php:291
 #, fuzzy
 #, fuzzy
-msgid "Mail settings"
-msgstr "Почтовые настройки пользователя"
+msgid "Account locked. Please contact your system administrator."
+msgstr ""
+"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
+"администратору."
 
 
-#: plugins/personal/mail/main.inc:125
-msgid "User mail settings"
-msgstr "Почтовые настройки пользователя"
+#: html/index.php:343
+msgid ""
+"Your browser has cookies disabled. Please enable cookies and reload this "
+"page before logging in!"
+msgstr ""
 
 
-#: plugins/personal/mail/class_mailAccount.inc:90
-#: plugins/admin/groups/class_groupMail.inc:83
-#, php-format
-msgid "There is no mail method '%s' specified in your gosa.conf available."
-msgstr "Метод '%s' не описан в вашем файле конфигурации."
+#: html/main.php:164
+#, fuzzy
+msgid ""
+"FATAL: Register globals is on. GOsa will refuse to login unless this is "
+"fixed by an administrator."
+msgstr ""
+"Используется механизм register_globals. GOsa не допустит пользователей в "
+"систему, пока он не будет отключен администратором."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:212
-msgid "No DESC tag in vacation file:"
-msgstr "Ð\92 Ñ\84айле Ñ\81ообÑ\89ениÑ\8f Ð°Ð²Ñ\82ооÑ\82веÑ\82Ñ\87ика Ð¾Ñ\82Ñ\81Ñ\83Ñ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ñ\82ег DESC:"
+#: html/main.php:220
+msgid "Warning: memory is getting low - please increase the memory_limit!"
+msgstr "Ð\9fÑ\80едÑ\83пÑ\80еждение: Ð½ÐµÑ\85ваÑ\82ка Ð¿Ð°Ð¼Ñ\8fÑ\82и, Ñ\83велиÑ\87Ñ\8cÑ\82е Ð·Ð½Ð°Ñ\87ение memory_limit!"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:257
-msgid "This account has no mail extensions."
-msgstr "В этой учетной записи нет почтовых расширений."
+#: html/main.php:349
+#, fuzzy, php-format
+msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
+msgstr "Не удается найти определение для модуля \"%s\"!"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:267
-#: plugins/personal/mail/class_mailAccount.inc:270
-#: plugins/admin/groups/class_groupMail.inc:336
-#: plugins/admin/ogroups/class_mailogroup.inc:47
-msgid "Remove mail account"
-msgstr "Удалить настройки эл. почты"
+#: html/main.php:364
+#, fuzzy
+msgid "Your password is about to expire, please change your password"
+msgstr "У вас недостаточно прав для смены своего пароля."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:268
+#: html/main.php:388
 msgid ""
 msgid ""
-"This account can't be removed while there are delegations configured. Remove "
-"those delegations first."
+"Generating this page caused the W3C          conformance checker to raise "
+"some errors!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/mail/class_mailAccount.inc:271
-#: plugins/admin/groups/class_groupMail.inc:337
+#: html/main.php:388 include/php_setup.inc:71
+#, fuzzy
+msgid "Toggle information"
+msgstr "Личная информация"
+
+#: html/setup.php:89
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"This account has mail features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
+"Directory '%s' specified as smarty compile directory is not accessible, "
+"please check existence and rights of this directory!"
+msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:339
-#: plugins/admin/ogroups/class_mailogroup.inc:50
-msgid "Create mail account"
-msgstr "Создать настройки запись эл. почты"
+#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
+msgid "Session conflict detected"
+msgstr "Конфликт сеансов"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:274
-#: plugins/admin/groups/class_groupMail.inc:340
+#: ihtml/themes/altlinux/conflict.tpl:6
+#, fuzzy
 msgid ""
 msgid ""
-"This account has mail features disabled. You can enable them by clicking "
-"below."
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout' button will close this session."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
-"щелкнув ниже."
+"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами "
+"одновременно технически невозможна и в значительной мере зависит от "
+"используемого браузера. Использование разных браузеров одновременно "
+"(например, IE и Mozilla) возможно. Нажав на кнопку <b>Выход</b>, вы "
+"завершите текущий сеанс."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:324
+#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of forwarders."
+"Ignoring this message will change/destroy the data you're currently editing, "
+"so please close multiple windows and log in again."
 msgstr ""
 msgstr ""
-"Ð\92Ñ\8b Ð¿Ñ\8bÑ\82аеÑ\82еÑ\81Ñ\8c Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ðº Ñ\81пиÑ\81кÑ\83 Ñ\82еÑ\85, "
-"комÑ\83 Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿ÐµÑ\80еÑ\81Ñ\8bлаÑ\82Ñ\8cÑ\81Ñ\8f Ñ\81ообÑ\89ениÑ\8f."
+"Ð\95Ñ\81ли Ð²Ñ\8b Ð½Ð¸Ñ\87его Ð½Ðµ Ð¿Ñ\80едпÑ\80имеÑ\82е, Ñ\80едакÑ\82иÑ\80Ñ\83емÑ\8bе Ð²Ð°Ð¼Ð¸ Ð´Ð°Ð½Ð½Ñ\8bе Ð½Ðµ Ð±Ñ\83дÑ\83Ñ\82 Ñ\81оÑ\85Ñ\80аненÑ\8b, "
+"поÑ\8dÑ\82омÑ\83 Ð·Ð°ÐºÑ\80ойÑ\82е Ð²Ñ\81е Ð¾ÐºÐ½Ð°, ÐºÑ\80оме Ð¾Ð´Ð½Ð¾Ð³Ð¾, Ð¸ Ð½Ð°Ñ\87ниÑ\82е Ñ\81еанÑ\81 Ð·Ð°Ð½Ð¾Ð²Ð¾."
 
 
-#: plugins/personal/mail/class_mailAccount.inc:330
-#: plugins/admin/groups/class_groupMail.inc:414
-msgid "Adding your one of your own addresses to the forwarders makes no sense."
-msgstr ""
-"Добавление своего единственного адреса к списку пересылки не имеет смысла."
+#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
+msgid "Logout"
+msgstr "Выход"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:368
-#: plugins/personal/mail/class_mailAccount.inc:373
-#: plugins/admin/groups/class_groupMail.inc:442
+#: 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/class_pluglist.inc:138
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of alternate "
-"addresses."
+"You are currently editing a database entry. Do you want to dismiss the "
+"changes?"
 msgstr ""
 msgstr ""
-"Вы пытаетесь добавить некорректный адрес электронной почты к списку "
-"альтернативных адресов."
-
-#: plugins/personal/mail/class_mailAccount.inc:383
-#: plugins/admin/groups/class_groupMail.inc:447
-msgid "The address you're trying to add is already used by user"
-msgstr "Добавляемый вами адрес уже используется пользователем"
+"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:670
-#, fuzzy
-msgid "Removing mail account failed"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+#: ihtml/themes/altlinux/framework.tpl:15
+#: ihtml/themes/default/framework.tpl:15
+msgid "Main"
+msgstr "Ð\9dаÑ\87ало"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:799
-#, fuzzy
-msgid "Saving mail account failed"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+#: ihtml/themes/altlinux/framework.tpl:20
+#: ihtml/themes/default/framework.tpl:20
+msgid "Help"
+msgstr "СпÑ\80авка"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:851
-msgid ""
-"There is no valid mailserver specified, please add one in the system setup."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:856
-#: plugins/admin/groups/class_groupMail.inc:845
-msgid "The required field 'Primary address' is not set."
-msgstr "Обязательное поле \"Основной адрес\" не заполнено."
-
-#: plugins/personal/mail/class_mailAccount.inc:860
-#: plugins/personal/mail/class_mailAccount.inc:864
-#: plugins/addons/addressbook/class_addressbook.inc:598
-#: plugins/admin/ogroups/class_mailogroup.inc:78
-msgid "Please enter a valid email address in 'Primary address' field."
-msgstr "Введите корректное значение в поле \"Основной адрес\"."
-
-#: plugins/personal/mail/class_mailAccount.inc:870
-#: plugins/admin/groups/class_groupMail.inc:854
-#: plugins/admin/ogroups/class_mailogroup.inc:85
-msgid "The primary address you've entered is already in use."
-msgstr "Введенный вами адрес уже используется."
-
-#: plugins/personal/mail/class_mailAccount.inc:876
-#: plugins/admin/groups/class_groupMail.inc:860
-msgid "Value in 'Quota size' is not valid."
-msgstr "Значение поля \"Квота\" некорректно."
-
-#: plugins/personal/mail/class_mailAccount.inc:885
-#: plugins/admin/groups/class_groupMail.inc:869
-msgid "Please specify a vaild mail size for mails to be rejected."
-msgstr "Укажите корректный размер сообщений, которые будут отклоняться."
-
-#: plugins/personal/mail/class_mailAccount.inc:895
-#: plugins/admin/groups/class_groupMail.inc:877
-msgid "You need to set the maximum mail size in order to reject anything."
-msgstr "Помните, что указывать нужно максимальный допустимый размер сообщений."
-
-#: plugins/personal/mail/class_mailAccount.inc:899
-msgid "You specified Spam settings, but there is no Folder specified."
-msgstr ""
-
-#: plugins/personal/mail/class_mailAccount.inc:1053
-msgid "Waiting for kolab to remove mail properties."
-msgstr ""
+#: ihtml/themes/altlinux/framework.tpl:25
+#: ihtml/themes/default/framework.tpl:25
+msgid "Sign out"
+msgstr "Выход"
 
 
-#: plugins/personal/mail/class_mailAccount.inc:1055
-msgid ""
-"Please remove the mail account first, to allow kolab to call its remove "
-"methods."
-msgstr ""
+#: ihtml/themes/altlinux/framework.tpl:33
+#: ihtml/themes/default/framework.tpl:33
+msgid "Signed in:"
+msgstr "Пользователь:"
 
 
-#: plugins/personal/password/password.tpl:2
-#, fuzzy
-msgid ""
-"To change your personal password use the fields below. The changes take "
-"effect immediately. Please memorize the new password, because you wouldn't "
-"be able to login without it."
-msgstr ""
-"В полях ниже вы можете изменить свой пароль. Изменения вступят в силу "
-"немедленно. Пожалуйста, запомните новый пароль, так как иначе вы не сможете "
-"войти в систему."
+#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
+msgid "Locking conflict detected"
+msgstr "Конфликт блокировок"
 
 
-#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6
+#: ihtml/themes/altlinux/islocked.tpl:9
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"Changing the password affects your authentification on mail, proxy, samba "
-"and unix services."
+"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 'Remove' button."
 msgstr ""
 msgstr ""
-"Изменение пароля влияет на аутентификацию при использовании почты, прокси-"
-"сервера, Samba и служб UNIX."
-
-#: plugins/personal/password/password.tpl:11
-msgid "Current password"
-msgstr "Текущий пароль"
-
-#: plugins/personal/password/password.tpl:16
-#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11
-#: plugins/admin/systems/password.tpl:14
-msgid "New password"
-msgstr "Новый пароль"
-
-#: plugins/personal/password/password.tpl:21
-#: plugins/personal/generic/password.tpl:11
-#: plugins/admin/users/password.tpl:15 plugins/admin/systems/password.tpl:19
-msgid "Repeat new password"
-msgstr "Подтверждение"
+"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
+"закрыл браузер во время редактирования данных. Вы можете удалить файл "
+"блокировки, нажав на кнопку <i>Удалить</i>."
 
 
-#: plugins/personal/password/password.tpl:30
-#: plugins/personal/generic/password.tpl:17
-#: plugins/admin/users/password.tpl:21 plugins/admin/systems/password.tpl:28
-msgid "Set password"
-msgstr "Изменить пароль"
+#: ihtml/themes/altlinux/islocked.tpl:13
+#: plugins/admin/applications/class_applicationParameters.inc:111
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:274
+#: plugins/admin/fai/faiPackage.tpl:72
+#: plugins/admin/groups/class_groupMail.inc:571
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:395
+#: plugins/admin/systems/glpiManufacturer.tpl:8
+#: plugins/admin/systems/glpiPrinter.tpl:122
+#: plugins/admin/systems/goSpamServer.tpl:37
+#: plugins/admin/systems/printer.tpl:53 plugins/admin/systems/servdns.tpl:8
+#: plugins/admin/systems/terminalStartup.tpl:81
+#: plugins/admin/systems/workstationStartup.tpl:148
+#: plugins/personal/connectivity/class_kolabAccount.inc:240
+#: plugins/personal/environment/environment.tpl:120
+#: plugins/personal/environment/kioskManagement.tpl:15
+#: plugins/personal/generic/generic_certs.tpl:17
+#: plugins/personal/generic/generic_certs.tpl:37
+#: plugins/personal/generic/generic_certs.tpl:57
+msgid "Remove"
+msgstr "Удалить"
 
 
-#: plugins/personal/password/password.tpl:32
-msgid "Clear fields"
-msgstr "Очистить поля"
+#: ihtml/themes/altlinux/islocked.tpl:15
+#: ihtml/themes/default/copyPasteDialog.tpl:16
+#: ihtml/themes/default/islocked.tpl:15
+#: plugins/addons/addressbook/address_edit.tpl:234
+#: plugins/addons/addressbook/dial.tpl:10
+#: plugins/addons/addressbook/remove.tpl:16
+#: plugins/addons/godfs/class_dfsManagment.inc:249
+#: plugins/admin/applications/class_applicationManagement.inc:362
+#: plugins/admin/applications/remove.tpl:15
+#: plugins/admin/departments/class_departmentManagement.inc:299
+#: plugins/admin/departments/remove.tpl:16
+#: plugins/admin/fai/class_faiManagement.inc:587
+#: plugins/admin/fai/class_faiManagement.inc:592
+#: plugins/admin/fai/faiHookEntry.tpl:71 plugins/admin/fai/faiNewBranch.tpl:22
+#: plugins/admin/fai/faiPackageConfiguration.tpl:7
+#: plugins/admin/fai/faiPackageEntry.tpl:57
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:30
+#: plugins/admin/fai/faiProfileEntry.tpl:71
+#: plugins/admin/fai/faiScriptEntry.tpl:69
+#: plugins/admin/fai/faiTemplateEntry.tpl:131
+#: plugins/admin/fai/faiVariableEntry.tpl:49 plugins/admin/fai/remove.tpl:17
+#: plugins/admin/fai/remove_branch.tpl:16
+#: plugins/admin/groups/application_options.tpl:13
+#: plugins/admin/groups/class_groupManagement.inc:345
+#: plugins/admin/groups/group_objects.tpl:57
+#: plugins/admin/groups/mail_admins.tpl:39
+#: plugins/admin/groups/mail_locals.tpl:68 plugins/admin/groups/remove.tpl:16
+#: plugins/admin/ogroups/class_ogroupManagement.inc:333
+#: plugins/admin/ogroups/ogroup_objects.tpl:56
+#: plugins/admin/ogroups/remove.tpl:16 plugins/admin/systems/chooser.tpl:18
+#: plugins/admin/systems/class_baseSelectDialog.inc:41
+#: plugins/admin/systems/class_systemManagement.inc:599
+#: plugins/admin/systems/gencd.tpl:11
+#: plugins/admin/systems/glpi_devices.tpl:761
+#: plugins/admin/systems/glpi_edit_os.tpl:29
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:30
+#: plugins/admin/systems/glpi_edit_type.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:70
+#: plugins/admin/systems/glpiAttachmentPool.tpl:52
+#: plugins/admin/systems/glpiDeviceManagement.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:52
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:75
+#: plugins/admin/systems/glpiSelectUser.tpl:51
+#: plugins/admin/systems/goSpamServer.tpl:103
+#: plugins/admin/systems/goSpamServerRule.tpl:24
+#: plugins/admin/systems/goVirusServer.tpl:146
+#: plugins/admin/systems/password.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:23
+#: plugins/admin/systems/remove.tpl:16
+#: plugins/admin/systems/remove_glpi.tpl:16
+#: plugins/admin/systems/remove_ppd.tpl:14
+#: plugins/admin/systems/SelectDeviceType.tpl:45
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:61
+#: plugins/admin/systems/servdnseditzone.tpl:120
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:21
+#: plugins/admin/systems/servnfs.tpl:121
+#: plugins/admin/systems/servRepositorySetup.tpl:43
+#: plugins/admin/users/class_userManagement.inc:649
+#: plugins/admin/users/password.tpl:23 plugins/admin/users/remove.tpl:16
+#: plugins/admin/users/template.tpl:50 plugins/gofax/blocklists/generic.tpl:87
+#: plugins/gofax/blocklists/remove.tpl:16
+#: plugins/gofax/faxaccount/lists.tpl:33
+#: plugins/gofax/faxaccount/locals.tpl:62 plugins/gofax/faxaccount/main.inc:91
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:235
+#: plugins/gofon/conference/remove.tpl:16
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:269
+#: plugins/gofon/macro/remove.tpl:15 plugins/gofon/phoneaccount/main.inc:107
+#: plugins/personal/connectivity/main.inc:121
+#: plugins/personal/environment/hotplugDialog.tpl:64
+#: plugins/personal/environment/hotplugDialogNew.tpl:54
+#: plugins/personal/environment/logonManagement.tpl:76
+#: plugins/personal/environment/main.inc:107
+#: plugins/personal/environment/selectPrinterDialog.tpl:61
+#: plugins/personal/generic/generic_certs.tpl:78
+#: plugins/personal/generic/generic_picture.tpl:35
+#: plugins/personal/generic/main.inc:161
+#: plugins/personal/generic/password.tpl:19
+#: plugins/personal/mail/mail_locals.tpl:77 plugins/personal/mail/main.inc:107
+#: plugins/personal/nagios/main.inc:107 plugins/personal/netatalk/main.inc:106
+#: plugins/personal/posix/main.inc:113
+#: plugins/personal/posix/posix_groups.tpl:81
+#: plugins/personal/posix/trust_machines.tpl:41
+#: plugins/personal/samba/main.inc:107
+#: plugins/personal/samba/samba3_workstations.tpl:41
+#: plugins/personal/samba/sambaLogonHours.tpl:92
+msgid "Cancel"
+msgstr "Отмена"
 
 
-#: plugins/personal/password/changed.tpl:3
-msgid ""
-"You've successfully changed your password. Remember to change all programms "
-"configured to use it as well."
+#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+#, fuzzy
+msgid "Please use your username and password to log in"
 msgstr ""
 msgstr ""
-"Ð\92Ñ\8b Ñ\83Ñ\81пеÑ\88но Ñ\81менили Ñ\81вой Ð¿Ð°Ñ\80олÑ\8c. Ð\9dе Ð·Ð°Ð±Ñ\83дÑ\8cÑ\82е Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ\82Ñ\8c Ð½Ñ\83жнÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки "
-"использующих его программ."
+"ЧÑ\82обÑ\8b Ð²Ð¾Ð¹Ñ\82и Ð² Ñ\81иÑ\81Ñ\82емÑ\83<br> Ð²Ð²ÐµÐ´Ð¸Ñ\82е Ñ\81вои <i>имÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f</i> Ð¸ <i>паÑ\80олÑ\8c</"
+"i>."
 
 
-#: plugins/personal/password/changed.tpl:9
-#: plugins/personal/generic/main.inc:170
-#: plugins/gofax/faxreports/detail.tpl:67
-#: plugins/addons/mailqueue/header.tpl:5
-#: plugins/addons/ldapmanager/contentexportxls.tpl:69
-#: plugins/addons/ldapmanager/contentimport.tpl:44
-#: plugins/addons/ldapmanager/contentcsv.tpl:114
-#: plugins/addons/ldapmanager/contentexport.tpl:66
-#: plugins/admin/fai/faiNewBranch.tpl:52
-#: plugins/admin/departments/dep_iframe.tpl:19
-#: plugins/admin/systems/class_systemManagement.inc:243
-#: include/functions.inc:1528 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_finish.tpl:30
-#: ihtml/themes/default/setup_finish.tpl:30
-#: ihtml/themes/default/setup_useradmin.tpl:40
-#: ihtml/themes/default/setup_step2.tpl:12
-#: ihtml/themes/default/setup_step3.tpl:17
-#: ihtml/themes/default/setup_step4.tpl:114
-msgid "Back"
-msgstr "Назад"
+#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
+#: ihtml/themes/altlinux/setup_useradmin.tpl:22
+#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
+#: ihtml/themes/default/setup_useradmin.tpl:22
+#: plugins/admin/users/class_divListUsers.inc:50
+msgid "Username"
+msgstr "Имя пользователя"
 
 
-#: plugins/personal/password/class_password.inc:5
-#: plugins/personal/generic/paste_generic.tpl:20
-#: plugins/admin/systems/class_divListSystem.inc:178
-#: 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:128
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
 #: ihtml/themes/altlinux/login.tpl:35 ihtml/themes/altlinux/login.tpl:39
 #: ihtml/themes/altlinux/setup_useradmin.tpl:30
 #: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:41
 #: ihtml/themes/default/setup_useradmin.tpl:30
+#: plugins/admin/systems/class_divListSystem.inc:178
+#: 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:128
+#: plugins/personal/generic/paste_generic.tpl:20
+#: plugins/personal/password/class_password.inc:5
 msgid "Password"
 msgstr "Пароль"
 
 msgid "Password"
 msgstr "Пароль"
 
-#: plugins/personal/password/nochange.tpl:2
-#, fuzzy
-msgid "Password change not allowed"
-msgstr "Сменить пароль"
-
-#: plugins/personal/password/nochange.tpl:6
-#, fuzzy
-msgid "You are not allowed to change your password at this time"
-msgstr "Вам не разрешено менять пароль."
-
-#: plugins/personal/password/main.inc:38
-msgid ""
-"The password you've entered as your current password doesn't match the real "
-"one."
-msgstr "Введенный вами текущий пароль не совпадает с реальным."
-
-#: plugins/personal/password/main.inc:41
-msgid "You need to specify your current password in order to proceed."
-msgstr "Для продолжения укажите свой текущий пароль."
+#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
+#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
+msgid "Directory"
+msgstr "Каталог"
 
 
-#: plugins/personal/password/main.inc:46 plugins/personal/generic/main.inc:84
-#: plugins/admin/users/class_userManagement.inc:243
-msgid ""
-"The passwords you've entered as 'New password' and 'Repeated new password' "
-"do not match."
-msgstr "Введенные пароли не совпадают!"
+#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
+msgid "Sign in"
+msgstr "Войти"
 
 
-#: plugins/personal/password/main.inc:49 plugins/personal/generic/main.inc:89
-#: plugins/admin/users/class_userManagement.inc:248
-msgid "The password you've entered as 'New password' is empty."
-msgstr "Вы не указали новый пароль."
+#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
+msgid "Click here to log in"
+msgstr "Нажмите на эту кнопку, чтобы войти в систему"
 
 
-#: plugins/personal/password/main.inc:57
-msgid "The password used as new and current are too similar."
-msgstr "Новый и текущий пароли слишком похожи."
-
-#: plugins/personal/password/main.inc:62
-msgid "The password used as new is to short."
-msgstr "Новый пароль слишком короткий."
-
-#: plugins/personal/password/main.inc:69
-msgid "You have no permissions to change your password."
-msgstr "У вас недостаточно прав для смены своего пароля."
-
-#: plugins/personal/password/main.inc:87
-msgid "External password changer reported a problem: "
-msgstr "При попытке сменить пароль извне возникла проблема: "
-
-#: plugins/personal/password/main.inc:118
-#: plugins/admin/users/class_divListUsers.inc:190
-msgid "Change password"
-msgstr "Сменить пароль"
-
-#: plugins/personal/posix/generic.tpl:7
-#: plugins/personal/posix/paste_generic.tpl:8
-#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
-#: plugins/personal/samba/class_sambaAccount.inc:693
-msgid "Home directory"
-msgstr "Домашний каталог"
-
-#: plugins/personal/posix/generic.tpl:13
-msgid "Shell"
-msgstr "Оболочка"
-
-#: plugins/personal/posix/generic.tpl:21
-msgid "Primary group"
-msgstr "Основная группа"
-
-#: plugins/personal/posix/generic.tpl:29
-#: plugins/gofax/faxreports/contents.tpl:32
-#: plugins/gofax/faxreports/detail.tpl:45
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
-#: plugins/gofon/fonreports/contents.tpl:35
-msgid "Status"
-msgstr "Состояние"
-
-#: plugins/personal/posix/generic.tpl:39
-#: plugins/personal/posix/paste_generic.tpl:23
-msgid "Force UID/GID"
-msgstr "Указать UID/GID вручную"
-
-#: plugins/personal/posix/generic.tpl:43
-#: plugins/personal/posix/paste_generic.tpl:28 html/getxls.php:230
-msgid "UID"
-msgstr "UID"
-
-#: plugins/personal/posix/generic.tpl:52
-#: plugins/personal/posix/paste_generic.tpl:37
-msgid "GID"
-msgstr "GID"
-
-#: plugins/personal/posix/generic.tpl:64
-#: plugins/personal/posix/paste_generic.tpl:49
-msgid "Group membership"
-msgstr "Членство в группах"
-
-#: plugins/personal/posix/generic.tpl:66
-#: plugins/personal/posix/paste_generic.tpl:56
-msgid "(Warning: more than 16 groups are not supported by NFS!)"
-msgstr ""
-"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
-
-#: plugins/personal/posix/generic.tpl:84
-msgid "Account"
-msgstr "Учетная запись"
-
-#: plugins/personal/posix/generic.tpl:91
-msgid "System trust"
-msgstr "Системные доверия"
-
-#: plugins/personal/posix/generic.tpl:92
-#, fuzzy
-msgid "Trust mode"
-msgstr "Режим"
-
-#: plugins/personal/posix/posix_groups.tpl:6
-msgid "Select groups to add"
-msgstr "Выберите группы для добавления"
-
-#: plugins/personal/posix/posix_groups.tpl:32
-msgid "Display groups of department"
-msgstr "Объединения в подразделении"
-
-#: plugins/personal/posix/posix_groups.tpl:46
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
-msgid "Ignore subtrees"
-msgstr ""
-
-#: plugins/personal/posix/posix_groups.tpl:53
-msgid "Display groups matching"
-msgstr "Шаблон для групп"
-
-#: plugins/personal/posix/posix_groups.tpl:57
-#: plugins/admin/groups/class_divListGroup.inc:65
-#: plugins/admin/departments/class_divListDepartment.inc:49
-#: plugins/admin/ogroups/class_divListOGroup.inc:72
-msgid "Regular expression for matching group names"
-msgstr "Регулярное выражение, соответствующее именам групп"
-
-#: plugins/personal/posix/posix_groups.tpl:64
-msgid "Display groups of user"
-msgstr "Показать группы пользователей"
-
-#: plugins/personal/posix/posix_groups.tpl:68
-#: plugins/admin/groups/class_divListGroup.inc:66
-msgid "User name of which groups are shown"
-msgstr "Имя пользователя, для которого перечисляются группы"
-
-#: plugins/personal/posix/posix_shadow.tpl:5
-msgid "User must change password on first login"
-msgstr "Пользователь должен сменить пароль при первом входе в систему"
-
-#: plugins/personal/posix/posix_shadow.tpl:14
-#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
-msgid "Password expires on"
-msgstr "Срок действия пароля истекает"
-
-#: plugins/personal/posix/paste_generic.tpl:1
-#, fuzzy
-msgid "Posix settings"
-msgstr "Атрибуты UNIX"
-
-#: 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/class_divListSystem.inc:74
-msgid "Display systems matching"
-msgstr "Показать подходяшие системы"
-
-#: plugins/personal/posix/main.inc:132
-msgid "Unix settings"
-msgstr "Атрибуты UNIX"
-
-#: plugins/personal/posix/class_posixAccount.inc:16
-#: plugins/generic/references/class_reference.inc:22
-msgid "UNIX"
-msgstr "Unix"
-
-#: plugins/personal/posix/class_posixAccount.inc:130
-#, fuzzy
-msgid "expired"
-msgstr "Экспорт"
-
-#: plugins/personal/posix/class_posixAccount.inc:132
-msgid "grace time active"
-msgstr ""
-
-#: plugins/personal/posix/class_posixAccount.inc:135
-#, fuzzy
-msgid "active, password not changable"
-msgstr "Новый пароль"
-
-#: plugins/personal/posix/class_posixAccount.inc:137
-#, fuzzy
-msgid "active, password expired"
-msgstr "Срок действия пароля истекает"
-
-#: plugins/personal/posix/class_posixAccount.inc:139
-#, fuzzy
-msgid "active"
-msgstr "Личный"
-
-#: plugins/personal/posix/class_posixAccount.inc:150
-#: plugins/personal/posix/class_posixAccount.inc:998
-msgid "Group of user"
-msgstr "Группа пользователя"
-
-#: plugins/personal/posix/class_posixAccount.inc:185
-msgid "unconfigured"
-msgstr "Не настроено"
-
-#: plugins/personal/posix/class_posixAccount.inc:205
-#: plugins/admin/systems/class_workstationService.inc:182
-#: plugins/admin/systems/class_workstationStartup.inc:832
-#: plugins/admin/systems/class_terminalService.inc:195
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:250
-msgid "automatic"
-msgstr "автоматически"
-
-#: plugins/personal/posix/class_posixAccount.inc:252
-msgid "This account has no unix extensions."
-msgstr "В этой учетной записи нет расширений UNIX."
-
-#: plugins/personal/posix/class_posixAccount.inc:272
-#: plugins/personal/posix/class_posixAccount.inc:275
-msgid "Remove posix account"
-msgstr "Удалить учетную запись POSIX"
-
-#: plugins/personal/posix/class_posixAccount.inc:273
-#, fuzzy
-msgid ""
-"This account has unix features enabled. To disable them, you'll need to "
-"remove the samba / environment account first."
-msgstr ""
-"В этой учетной записи используются атрибуты POSIX. Чтобы отключить их "
-"использование, сначала нужно удалить учетную запись Samba."
-
-#: plugins/personal/posix/class_posixAccount.inc:276
-msgid ""
-"This account has posix features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи используются атрибуты POSIX. Вы можете отключить их "
-"использование, щелкнув ниже."
-
-#: plugins/personal/posix/class_posixAccount.inc:279
-msgid "Create posix account"
-msgstr "Создать учетную запись POSIX"
-
-#: plugins/personal/posix/class_posixAccount.inc:280
-msgid ""
-"This account has posix features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи не используются атрибуты POSIX. Вы можете использовать "
-"их, щелкнув ниже."
-
-#: plugins/personal/posix/class_posixAccount.inc:443
-#, php-format
-msgid "Password can't be changed up to %s days after last change"
-msgstr "Пароль нельзя изменить в течение %s дн. с последней смены (shadowMin)"
-
-#: plugins/personal/posix/class_posixAccount.inc:445
-#, php-format
-msgid "Password must be changed after %s days"
-msgstr "Пароль должен быть изменен по истечении %s дн. (shadowMax)"
-
-#: plugins/personal/posix/class_posixAccount.inc:447
-#, php-format
-msgid "Disable account after %s days of inactivity after password expiery"
-msgstr ""
-"Отключить учетную запись, если срок действия пароля истек и прошло %s дн. "
-"бездействия (shadowInactive)"
-
-#: plugins/personal/posix/class_posixAccount.inc:449
-#, php-format
-msgid "Warn user %s days before password expiery"
-msgstr ""
-"Предупреждать пользователей за %s дн. до истечения срока действия пароля "
-"(shadowWarning)"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "January"
-msgstr "Январь"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "February"
-msgstr "Февраль"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "March"
-msgstr "Март"
-
-#: plugins/personal/posix/class_posixAccount.inc:481
-#: plugins/personal/samba/class_sambaAccount.inc:398
-#: plugins/personal/samba/class_sambaAccount.inc:416
-#: plugins/personal/samba/class_sambaAccount.inc:434
-#: plugins/personal/samba/class_sambaAccount.inc:452
-#: plugins/personal/generic/class_user.inc:250
-msgid "April"
-msgstr "Апрель"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "May"
-msgstr "Май"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "June"
-msgstr "Июнь"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "July"
-msgstr "Июль"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "August"
-msgstr "Август"
-
-#: plugins/personal/posix/class_posixAccount.inc:482
-#: plugins/personal/samba/class_sambaAccount.inc:399
-#: plugins/personal/samba/class_sambaAccount.inc:417
-#: plugins/personal/samba/class_sambaAccount.inc:435
-#: plugins/personal/samba/class_sambaAccount.inc:453
-#: plugins/personal/generic/class_user.inc:251
-msgid "September"
-msgstr "Сентябрь"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "October"
-msgstr "Октябрь"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "November"
-msgstr "Ноябрь"
-
-#: plugins/personal/posix/class_posixAccount.inc:483
-#: plugins/personal/samba/class_sambaAccount.inc:400
-#: plugins/personal/samba/class_sambaAccount.inc:418
-#: plugins/personal/samba/class_sambaAccount.inc:436
-#: plugins/personal/samba/class_sambaAccount.inc:454
-#: plugins/personal/generic/class_user.inc:252
-msgid "December"
-msgstr "Декабрь"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-#: plugins/personal/samba/class_sambaAccount.inc:496
-#: plugins/admin/systems/class_terminalGeneric.inc:104
-#: ihtml/themes/altlinux/setup_step4.tpl:91
-#: ihtml/themes/default/setup_step4.tpl:91
-msgid "disabled"
-msgstr "отключен"
-
-#: plugins/personal/posix/class_posixAccount.inc:564
-msgid "full access"
-msgstr "полный доступ"
-
-#: plugins/personal/posix/class_posixAccount.inc:565
-msgid "allow access to these hosts"
-msgstr "разрешить доступ только на эти хосты"
-
-#: plugins/personal/posix/class_posixAccount.inc:611
-#, fuzzy
-msgid "Removing UNIX account failed"
-msgstr "Удалить настройки эл. почты"
-
-#: plugins/personal/posix/class_posixAccount.inc:760
-msgid "Failed: overriding lock"
-msgstr "Ошибка: замещение блокировки"
-
-#: plugins/personal/posix/class_posixAccount.inc:849
-#, fuzzy
-msgid "Saving UNIX account failed"
-msgstr "UNIX аккаунт"
-
-#: plugins/personal/posix/class_posixAccount.inc:912
-msgid "The required field 'Home directory' is not set."
-msgstr "Обязательное поле \"Домашний каталог\" не заполнено."
-
-#: plugins/personal/posix/class_posixAccount.inc:915
-msgid "Please enter a valid path in 'Home directory' field."
-msgstr "Введите корректный путь в поле \"Домашний каталог\"."
-
-#: plugins/personal/posix/class_posixAccount.inc:923
-msgid "Value specified as 'UID' is not valid."
-msgstr "Значение поля \"UID\" некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:926
-msgid "Value specified as 'UID' is too small."
-msgstr "Значение 'UID' слишком маленькое."
-
-#: plugins/personal/posix/class_posixAccount.inc:930
-#: plugins/admin/groups/class_groupGeneric.inc:787
-msgid "Value specified as 'GID' is not valid."
-msgstr "Значение поля 'GID' некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:933
-#: plugins/admin/groups/class_groupGeneric.inc:790
-msgid "Value specified as 'GID' is too small."
-msgstr "Значение 'GID' слишком маленькое."
-
-#: plugins/personal/posix/class_posixAccount.inc:941
-msgid "Value specified as 'shadowMin' is not valid."
-msgstr "Значение поля \"shadowMin\" некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:946
-msgid "Value specified as 'shadowMax' is not valid."
-msgstr "Значение поля \"shadowMax\" некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:951
-msgid "Value specified as 'shadowWarning' is not valid."
-msgstr "Значение поля \"shadowWarning\" некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:954
-msgid "'shadowWarning' without 'shadowMax' makes no sense."
-msgstr "Использование \"shadowWarning\" без \"shadowMax\" бессмысленно."
-
-#: plugins/personal/posix/class_posixAccount.inc:957
-msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
-msgstr ""
-"Значение поля \"shadowWarning\" должно быть меньше значения поля \"shadowMax"
-"\"."
-
-#: plugins/personal/posix/class_posixAccount.inc:960
-msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
-msgstr ""
-"Значение поля \"shadowWarning\" должно быть больше значения поля \"shadowMin"
-"\"."
-
-#: plugins/personal/posix/class_posixAccount.inc:965
-msgid "Value specified as 'shadowInactive' is not valid."
-msgstr "Значение поля \"shadowInactive\" некорректно."
-
-#: plugins/personal/posix/class_posixAccount.inc:968
-msgid "'shadowInactive' without 'shadowMax' makes no sense."
-msgstr "Использование \"shadowInactive\" без \"shadowMax\" бессмысленно."
-
-#: plugins/personal/posix/class_posixAccount.inc:973
-msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
-msgstr ""
-"Значение поля \"shadowMin\" должно быть меньше значения поля \"shadowMax\"."
-
-#: plugins/personal/posix/class_posixAccount.inc:1115
-#: plugins/admin/groups/class_groupGeneric.inc:826
-msgid "Too many users, can't allocate a free ID!"
-msgstr "Слишком много пользователей, невозможно создать идентификатор!"
-
-#: plugins/personal/netatalk/netatalk.tpl:4
-#, fuzzy
-msgid "Share"
-msgstr "сброс"
-
-#: plugins/personal/netatalk/netatalk.tpl:14
-#: plugins/admin/systems/servnfs.tpl:25
-msgid "Path"
-msgstr ""
-
-#: plugins/personal/netatalk/main.inc:104
-#: plugins/addons/godfs/class_dfsManagment.inc:247
-#: ihtml/themes/default/copyPasteDialog.tpl:24
-msgid "Finish"
-msgstr "Готово"
-
-#: plugins/personal/netatalk/main.inc:121
-#, fuzzy
-msgid "Netatalk settings"
-msgstr "Сетевые настройки"
-
-#: plugins/personal/netatalk/class_netatalk.inc:37
-#, fuzzy
-msgid "Manage netatalk account"
-msgstr "Создать телефонный аккаунт"
-
-#: plugins/personal/netatalk/class_netatalk.inc:178
-#, fuzzy
-msgid "This account has no netatalk extensions."
-msgstr "В этой учетной записи нет почтовых расширений."
-
-#: plugins/personal/netatalk/class_netatalk.inc:187
-#, fuzzy
-msgid "Remove netatalk account"
-msgstr "Удалить настройки эл. почты"
-
-#: plugins/personal/netatalk/class_netatalk.inc:188
-#, fuzzy
-msgid ""
-"This account has netatalk features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
-
-#: plugins/personal/netatalk/class_netatalk.inc:199
-#: plugins/personal/netatalk/class_netatalk.inc:202
-#, fuzzy
-msgid "Create netatalk account"
-msgstr "Создать настройки запись эл. почты"
-
-#: plugins/personal/netatalk/class_netatalk.inc:200
-#, fuzzy
-msgid ""
-"This account has netatalk features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
-"щелкнув ниже."
-
-#: plugins/personal/netatalk/class_netatalk.inc:232
-msgid "You must select a share to use."
-msgstr ""
-
-#: plugins/personal/netatalk/class_netatalk.inc:291
-#, fuzzy
-msgid "Saving Netatalk account failed"
-msgstr "Создать телефонный аккаунт"
-
-#: plugins/personal/netatalk/class_netatalk.inc:351
-#, fuzzy
-msgid "Removing Netatalk account failed"
-msgstr "Удалить настройки эл. почты"
-
-#: plugins/personal/samba/samba2.tpl:13
-msgid "Samba home"
-msgstr "Домашний каталог Samba"
-
-#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
-msgid "Script path"
-msgstr "Путь к сценариям"
-
-#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
-#: plugins/personal/samba/samba3.tpl:104
-#: plugins/personal/samba/class_sambaAccount.inc:694
-msgid "Profile path"
-msgstr "Путь к профилю"
-
-#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
-msgid "Access options"
-msgstr "Параметры доступа"
-
-#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
-msgid "Allow user to change password from client"
-msgstr "Разрешить пользователям менять пароль с клиента"
-
-#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
-msgid "Login from windows client requires no password"
-msgstr "Не спрашивать пароль при входе в систему из Windows"
-
-#: plugins/personal/samba/samba2.tpl:60
-msgid "Temporary disable samba account"
-msgstr "Временно отключить учетную запись Samba"
-
-#: plugins/personal/samba/samba3.tpl:23
-msgid "Domain"
-msgstr "Домен"
-
-#: plugins/personal/samba/samba3.tpl:56
-msgid "Terminal Server"
-msgstr "Терминальный сервер"
-
-#: plugins/personal/samba/samba3.tpl:91
-msgid "Allow login on terminal server"
-msgstr "Разрешить вход на терминальный сервер"
-
-#: plugins/personal/samba/samba3.tpl:118
-msgid "Inherit client config"
-msgstr "Унаследовать конфигурацию клиента"
-
-#: plugins/personal/samba/samba3.tpl:121
-msgid "Initial program"
-msgstr "Начальная программа"
-
-#: plugins/personal/samba/samba3.tpl:131
-msgid "Working directory"
-msgstr "Рабочий каталог"
-
-#: plugins/personal/samba/samba3.tpl:153
-msgid "Timeout settings (in minutes)"
-msgstr "Настройки таймаута (в минутах)"
-
-#: plugins/personal/samba/samba3.tpl:158
-#: plugins/personal/samba/class_sambaAccount.inc:701
-msgid "Connection"
-msgstr "Подключение"
-
-#: plugins/personal/samba/samba3.tpl:167
-#: plugins/personal/samba/class_sambaAccount.inc:702
-msgid "Disconnection"
-msgstr "Отключение"
-
-#: plugins/personal/samba/samba3.tpl:176
-#: plugins/personal/samba/class_sambaAccount.inc:703
-msgid "IDLE"
-msgstr "Простой"
-
-#: plugins/personal/samba/samba3.tpl:189
-msgid "Client devices"
-msgstr "Клиентские устройства"
-
-#: plugins/personal/samba/samba3.tpl:194
-msgid "Connect client drives at logon"
-msgstr "Подключить клиентские устройства при входе"
-
-#: plugins/personal/samba/samba3.tpl:200
-msgid "Connect client printers at logon"
-msgstr "Подключить клиентские принтеры при входе"
-
-#: plugins/personal/samba/samba3.tpl:206
-msgid "Default to main client printer"
-msgstr "Указать принтер по умолчанию"
-
-#: plugins/personal/samba/samba3.tpl:216
-#: plugins/personal/connectivity/pureftpd.tpl:68
-msgid "Miscellaneous"
-msgstr "Разное"
-
-#: plugins/personal/samba/samba3.tpl:220
-msgid "Shadowing"
-msgstr "Затенение"
-
-#: plugins/personal/samba/samba3.tpl:229
-msgid "On broken or timed out"
-msgstr "При обрыве или таймауте"
-
-#: plugins/personal/samba/samba3.tpl:237
-msgid "Reconnect if disconnected"
-msgstr "В"
-
-#: plugins/personal/samba/samba3.tpl:264
-#, fuzzy
-msgid "Lock samba account"
-msgstr "Удалить учетную запись Samba"
-
-#: plugins/personal/samba/samba3.tpl:279
-msgid "Limit Logon Time"
-msgstr ""
-
-#: plugins/personal/samba/samba3.tpl:291
-msgid "Limit Logoff Time"
-msgstr ""
-
-#: plugins/personal/samba/samba3.tpl:304
-msgid "Account expires after"
-msgstr ""
-
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Samba logon times"
-msgstr "Домашний каталог Samba"
-
-#: plugins/personal/samba/samba3.tpl:320
-#, fuzzy
-msgid "Edit settings..."
-msgstr "Почтовые настройки пользователя"
-
-#: plugins/personal/samba/samba3.tpl:326
-msgid "Allow connection from these workstations only"
-msgstr "Разрешить подключения только от этой рабочей станции"
-
-#: plugins/personal/samba/main.inc:124
-msgid "Samba settings"
-msgstr "Настройки Samba"
-
-#: plugins/personal/samba/samba3_workstations.tpl:6
-msgid "Select workstations to add"
-msgstr "Выберите рабочие станции для добавления"
-
-#: plugins/personal/samba/samba3_workstations.tpl:26
-msgid "Display workstations of department"
-msgstr "Показать рабочие станции подразделения"
-
-#: plugins/personal/samba/class_sambaAccount.inc:214
-msgid "This account has no samba extensions."
-msgstr "В этой учетной записи нет расширений Samba."
-
-#: plugins/personal/samba/class_sambaAccount.inc:223
-msgid "Remove samba account"
-msgstr "Удалить учетную запись Samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:224
-msgid ""
-"This account has samba features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки Samba. Вы можете отключить их, щелкнув "
-"ниже."
-
-#: plugins/personal/samba/class_sambaAccount.inc:234
-#: plugins/personal/samba/class_sambaAccount.inc:237
-msgid "Create samba account"
-msgstr "Создать учетную запись Samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:235
-msgid ""
-"This account has samba features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек Samba. Вы можете включить их, щелкнув "
-"ниже."
-
-#: plugins/personal/samba/class_sambaAccount.inc:238
-msgid ""
-"This account has samba features disabled. Posix features are needed for "
-"samba accounts, enable them first."
-msgstr ""
-"В этой учетной записи нет настроек Samba. Для учетных записей Samba нужны "
-"атрибуты POSIX, включите сначала их использование."
-
-#: plugins/personal/samba/class_sambaAccount.inc:497
-msgid "input on, notify on"
-msgstr "входящие вкл, оповещение вкл"
-
-#: plugins/personal/samba/class_sambaAccount.inc:498
-msgid "input on, notify off"
-msgstr "входящие вкл, оповещение выкл"
-
-#: plugins/personal/samba/class_sambaAccount.inc:499
-msgid "input off, notify on"
-msgstr "входящие выкл, оповещение вкл"
-
-#: plugins/personal/samba/class_sambaAccount.inc:500
-msgid "input off, nofify off"
-msgstr "входящие выкл, оповещение выкл"
-
-#: plugins/personal/samba/class_sambaAccount.inc:502
-msgid "disconnect"
-msgstr "отключиться"
-
-#: plugins/personal/samba/class_sambaAccount.inc:503
-msgid "reset"
-msgstr "сброс"
-
-#: plugins/personal/samba/class_sambaAccount.inc:505
-msgid "from any client"
-msgstr "от любого клиента"
-
-#: plugins/personal/samba/class_sambaAccount.inc:506
-msgid "from previous client only"
-msgstr "только от предыдущего клиента"
-
-#: plugins/personal/samba/class_sambaAccount.inc:677
-#, fuzzy
-msgid "Removing Samba account failed"
-msgstr "Удалить учетную запись Samba"
-
-#: plugins/personal/samba/class_sambaAccount.inc:696
-#, php-format
-msgid "The value specified as '%s' contains invalid characters!"
-msgstr "Значение '%s' содержит недопустимые символы."
-
-#: plugins/personal/samba/class_sambaAccount.inc:706
-#, php-format
-msgid ""
-"The timeout property '%s' is checked and contains invalid or no characters!"
-msgstr "Значение таймаута '%s' пустое или содержит недопустимые символы."
-
-#: plugins/personal/samba/class_sambaAccount.inc:712
-msgid ""
-"The windows user manager only allows eight clients. You've specified more "
-"than eight."
-msgstr ""
-"Менеджер пользователей Windows допускает подключение только восми клиентов. "
-"Вы указали больше чем восем."
-
-#: plugins/personal/samba/class_sambaAccount.inc:909
-msgid ""
-"Warning: This account has an undefined samba SID assigned. The problem can "
-"not be fixed by GOsa!"
-msgstr ""
-"Внимание: этот аккаунт имеет неправильный SID. Это нельзя исправить "
-"средствами GOsa."
-
-#: plugins/personal/samba/class_sambaAccount.inc:933
-msgid ""
-"Warning: Can't identify users primary group - no conversion to a samba group "
-"possible!"
-msgstr ""
-"Предупреждение: не удается идентифицировать основную группу, преобразование "
-"в группу Samba невозможно!"
-
-#: plugins/personal/samba/class_sambaAccount.inc:1037
-msgid "Saving Samba account failed"
-msgstr ""
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:62
-#, fuzzy
-msgid "Sunday"
-msgstr "день"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:63
-#, fuzzy
-msgid "Monday"
-msgstr "день"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:64
-#, fuzzy
-msgid "Tuesday"
-msgstr "день"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:65
-msgid "Wednesday"
-msgstr ""
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:66
-#, fuzzy
-msgid "Thursday"
-msgstr "час"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:67
-#, fuzzy
-msgid "Friday"
-msgstr "день"
-
-#: plugins/personal/samba/class_sambaLogonHours.inc:68
-#, fuzzy
-msgid "Saturday"
-msgstr "Адм. единица"
-
-#: plugins/personal/samba/sambaLogonHours.tpl:21
-#, fuzzy
-msgid "Specify the hours this user is allowed to log in"
-msgstr "Выберите почтовый сервер для учетной записи пользователя"
-
-#: plugins/personal/samba/sambaLogonHours.tpl:27
-#, fuzzy
-msgid "Hour"
-msgstr "час"
-
-#: plugins/personal/samba/sambaLogonHours.tpl:90
-#: plugins/personal/environment/logonManagement.tpl:75
-#: plugins/gofax/faxaccount/lists.tpl:31
-#: plugins/admin/fai/faiProfileEntry.tpl:70
-#: plugins/admin/fai/faiPackageConfiguration.tpl:6
-#: plugins/admin/fai/faiScriptEntry.tpl:68
-#: plugins/admin/fai/faiNewBranch.tpl:21
-#: plugins/admin/fai/faiVariableEntry.tpl:48
-#: plugins/admin/fai/faiPackageEntry.tpl:56
-#: plugins/admin/fai/faiHookEntry.tpl:70
-#: plugins/admin/fai/faiTemplateEntry.tpl:130
-#: plugins/admin/groups/mail_admins.tpl:37
-#: plugins/admin/groups/application_options.tpl:11
-#: plugins/admin/systems/servRepositorySetup.tpl:41
-#: plugins/admin/systems/printerPPDDialog.tpl:22
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
-msgid "Apply"
-msgstr "Применить"
-
-#: plugins/personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:8
-#: plugins/personal/environment/environment.tpl:103
-#: plugins/personal/environment/environment.tpl:148
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Почтовые настройки пользователя"
-
-#: plugins/personal/environment/environment.tpl:11
-#, fuzzy
-msgid "Profile managment"
-msgstr "Управление подразделениями"
-
-#: plugins/personal/environment/environment.tpl:18
-#, fuzzy
-msgid "Use profile managment"
-msgstr "Управление системами"
-
-#: plugins/personal/environment/environment.tpl:25
-#, fuzzy
-msgid "Profile server managment"
-msgstr "Управление подразделениями"
-
-#: plugins/personal/environment/environment.tpl:28
-#, fuzzy
-msgid "Profil path"
-msgstr "Путь к профилю"
-
-#: plugins/personal/environment/environment.tpl:40
-#, fuzzy
-msgid "Profil quota"
-msgstr "Путь к профилю"
-
-#: plugins/personal/environment/environment.tpl:54
-msgid "Cache profile localy"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:63
-#, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Почтовые настройки пользователя"
-
-#: plugins/personal/environment/environment.tpl:66
-msgid "Kiosk profile"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:72
-#, fuzzy
-msgid "Manage"
-msgstr "Название"
-
-#: plugins/personal/environment/environment.tpl:82
-msgid "Resolution changeable during session"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:87
-#: plugins/admin/systems/workstationService.tpl:94
-#: plugins/admin/systems/terminalService.tpl:94
-msgid "Resolution"
-msgstr "Разрешение"
-
-#: plugins/personal/environment/environment.tpl:106
-#: plugins/admin/systems/workstationStartup.tpl:133
-#: plugins/admin/systems/terminalStartup.tpl:66
-#: plugins/admin/systems/servservice.tpl:11
-#, fuzzy
-msgid "Shares"
-msgstr "сброс"
-
-#: plugins/personal/environment/environment.tpl:111
-#, fuzzy
-msgid "User used to connect to the share"
-msgstr "Выберите способ подключения к серверу терминалов"
-
-#: plugins/personal/environment/environment.tpl:112
-#, fuzzy
-msgid "Select a share"
-msgstr "Выберите, чтобы просмотреть серверы"
-
-#: plugins/personal/environment/environment.tpl:118
-#, fuzzy
-msgid "Mount path"
-msgstr "Контакт"
-
-#: plugins/personal/environment/environment.tpl:120
-#: plugins/personal/environment/kioskManagement.tpl:15
-#: 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:245
-#: plugins/admin/fai/faiPackage.tpl:72
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:279
-#: plugins/admin/groups/class_groupMail.inc:575
-#: plugins/admin/applications/class_applicationParameters.inc:116
-#: plugins/admin/systems/glpiPrinter.tpl:122
-#: plugins/admin/systems/servdns.tpl:8
-#: plugins/admin/systems/workstationStartup.tpl:148
-#: plugins/admin/systems/terminalStartup.tpl:81
-#: plugins/admin/systems/glpiManufacturer.tpl:8
-#: plugins/admin/systems/goSpamServer.tpl:37
-#: plugins/admin/systems/printer.tpl:53
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:400
-#: ihtml/themes/altlinux/islocked.tpl:13
-msgid "Remove"
-msgstr "Удалить"
-
-#: plugins/personal/environment/environment.tpl:126
-msgid "Logon scripts"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:127
-#: plugins/personal/environment/logonManagement.tpl:1
-#: plugins/personal/environment/logonManagement.tpl:5
-#, fuzzy
-msgid "Logon script management"
-msgstr "Управление системами"
-
-#: plugins/personal/environment/environment.tpl:151
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Дисковод"
-
-#: plugins/personal/environment/environment.tpl:152
-#, fuzzy
-msgid "Hotplug device settings"
-msgstr "Дисковод"
-
-#: plugins/personal/environment/environment.tpl:163
-#: plugins/admin/groups/class_divListGroup.inc:93
-#: plugins/gofon/macro/class_divListMacros.inc:74
-msgid "New"
-msgstr "Создать"
-
-#: plugins/personal/environment/environment.tpl:164
-msgid "Existing"
-msgstr ""
-
-#: plugins/personal/environment/environment.tpl:172
-#, fuzzy
-msgid "Printer settings"
-msgstr "Настройки телефона"
-
-#: plugins/personal/environment/environment.tpl:182
-#, fuzzy
-msgid "Toggle admin"
-msgstr "Личная информация"
-
-#: plugins/personal/environment/environment.tpl:184
-#: plugins/personal/environment/environment.tpl:186
-#, fuzzy
-msgid "Toggle default"
-msgstr "по умолчанию"
-
-#: plugins/personal/environment/main.inc:125
-#, fuzzy
-msgid "User environment settings"
-msgstr "Почтовые настройки пользователя"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:127
-#, fuzzy
-msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
-msgstr "Введите корректное имя пользователя!"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:130
-#, fuzzy
-msgid "Invalid character in description. Please specify a valid description."
-msgstr "Введите корректное имя пользователя!"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:136
-#, fuzzy
-msgid "Please specify a valid iSerial."
-msgstr "Введите корректное имя пользователя!"
-
-#: plugins/personal/environment/class_hotplugDialog.inc:140
-#, fuzzy
-msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-msgstr "Укажите корректный номер телефона."
-
-#: plugins/personal/environment/class_hotplugDialog.inc:143
-#, fuzzy
-msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-msgstr "Введите корректное имя пользователя!"
+#: ihtml/themes/altlinux/MultiSelectWindow.tpl:31
+#: ihtml/themes/default/MultiSelectWindow.tpl:38
+#: ihtml/themes/default/MultiSelectWindow.tpl:75
+#: plugins/addons/addressbook/contents.tpl:58
+#: plugins/addons/godfs/contents.tpl:31
+#: plugins/admin/fai/faiPackageEntry.tpl:32
+#: plugins/admin/fai/faiProfileEntry.tpl:31
+#: plugins/admin/groups/group_objects.tpl:20
+#: plugins/admin/groups/mail_locals.tpl:22
+#: plugins/admin/ogroups/ogroup_objects.tpl:20
+#: plugins/admin/systems/glpiAttachmentPool.tpl:27
+#: plugins/admin/systems/glpiDeviceManagement.tpl:27
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:27
+#: plugins/admin/systems/glpiSelectUser.tpl:27
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:18
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:22
+#: plugins/admin/systems/servRepository.tpl:38
+#: plugins/gofax/faxaccount/locals.tpl:19
+#: plugins/gofon/conference/headpage.tpl:29
+#: plugins/gofon/macro/headpage.tpl:29
+#: plugins/personal/environment/hotplugDialog.tpl:24
+#: plugins/personal/environment/selectPrinterDialog.tpl:24
+#: plugins/personal/mail/mail_locals.tpl:25
+#: plugins/personal/posix/posix_groups.tpl:21
+#: plugins/personal/samba/samba3_workstations.tpl:20
+msgid "Filters"
+msgstr "Фильтры"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:148
-#, fuzzy
-msgid "An Entry with this name already exists."
-msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+#: ihtml/themes/altlinux/setup_finish.tpl:1
+#: ihtml/themes/default/setup_finish.tpl:1
+msgid "Setup finished"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойка Ð·Ð°Ð²ÐµÑ\80Ñ\88ена"
 
 
-#: plugins/personal/environment/class_hotplugDialog.inc:153
-#, fuzzy
-msgid "Please select an entry or press cancel."
-msgstr "Введите корректный номер телефона!"
+#: ihtml/themes/altlinux/setup_finish.tpl:3
+#: ihtml/themes/default/setup_finish.tpl:3
+msgid ""
+"Basically the setup is finished. You can check the result of the schema "
+"check here and download the autogenerated gosa.conf below."
+msgstr ""
 
 
-#: plugins/personal/environment/class_selectPrinterDialog.inc:69
-#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:101
+#: ihtml/themes/altlinux/setup_finish.tpl:7
+#: ihtml/themes/default/setup_finish.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
+msgid "Schema Configuration"
+msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:1
+#: ihtml/themes/altlinux/setup_finish.tpl:12
+#: ihtml/themes/default/setup_finish.tpl:12
 #, fuzzy
 #, fuzzy
-msgid "Add hotplug devices"
-msgstr "Ð\94иÑ\81ковод"
+msgid "Configuration File"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Управление подразделениями"
+#: ihtml/themes/altlinux/setup_finish.tpl:14
+#: ihtml/themes/default/setup_finish.tpl:14
+msgid ""
+"GOsa setup has collected all data needed to create an initial configuration "
+"file. Save the the link below as your gosa.conf and place that file in /etc/"
+"gosa. Change it as needed."
+msgstr ""
+"Программа установки GOsa собрала всю необходимую информацию необходимую для "
+"создания конфигурационного файла. Сохраните файл по этой ссылке как /etc/"
+"gosa/gosa/conf При необходимости, внесите свои изменения."
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:10
+#: ihtml/themes/altlinux/setup_finish.tpl:17
+#: ihtml/themes/default/setup_finish.tpl:17
 #, fuzzy
 #, fuzzy
-msgid "Select hotplug device to add"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Download configuration"
+msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:34
-#, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Выбрать раздел, для которого будет осуществлен поиск"
+#: ihtml/themes/altlinux/setup_finish.tpl:20
+#: ihtml/themes/default/setup_finish.tpl:20
+msgid ""
+"After placing the file under /etc/gosa, place make sure that the webserver "
+"user is able to read gosa.conf, while other users shouldn't. You may want to "
+"execute these commands to achieve this requirement:"
+msgstr ""
+"Поместив файл gosa.conf в каталог /etc/gosa, убедитесь, что только "
+"пользователь веб-сервера может его читать. Для этого вам, возможно, "
+"понадобится выполнить следующие команды:"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:43
-#: plugins/admin/fai/class_divListFai.inc:75
-#: plugins/admin/groups/group_objects.tpl:46
-#: plugins/admin/users/class_divListUsers.inc:66
-#: plugins/admin/applications/class_divListApplication.inc:51
-#: plugins/admin/systems/glpiSelectUser.tpl:35
-#: plugins/gofon/conference/headpage.tpl:35
-msgid "Display users matching"
-msgstr "Фильтр"
+#: ihtml/themes/altlinux/setup_finish.tpl:30
+#: 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_useradmin.tpl:40
+#: ihtml/themes/default/setup_finish.tpl:30
+#: ihtml/themes/default/setup_step2.tpl:12
+#: ihtml/themes/default/setup_step3.tpl:17
+#: ihtml/themes/default/setup_step4.tpl:114
+#: ihtml/themes/default/setup_useradmin.tpl:40 include/functions.inc:1529
+#: plugins/addons/ldapmanager/contentcsv.tpl:114
+#: plugins/addons/ldapmanager/contentexport.tpl:66
+#: plugins/addons/ldapmanager/contentexportxls.tpl:69
+#: plugins/addons/ldapmanager/contentimport.tpl:44
+#: plugins/addons/mailqueue/header.tpl:5
+#: plugins/admin/departments/dep_iframe.tpl:19
+#: plugins/admin/fai/faiNewBranch.tpl:52
+#: plugins/admin/systems/class_systemManagement.inc:243
+#: plugins/gofax/faxreports/detail.tpl:67
+#: plugins/personal/generic/main.inc:170
+#: plugins/personal/password/changed.tpl:9
+msgid "Back"
+msgstr "Назад"
 
 
-#: plugins/personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: ihtml/themes/altlinux/setup_finish.tpl:31
+#: ihtml/themes/default/setup_finish.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:67
+#: plugins/admin/systems/servdnseditzone.tpl:73
+msgid "Retry"
+msgstr "Повторить"
 
 
-#: plugins/personal/environment/class_environment.inc:187
-#, fuzzy
-msgid "auto"
-msgstr "Ð\9eÑ\82ноÑ\88ение"
+#: ihtml/themes/altlinux/setup_introduction.tpl:1
+#: ihtml/themes/default/setup_introduction.tpl:1
+msgid "Welcome to the GOsa setup!"
+msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c Ð² Ñ\80аздел Ð½Ð°Ñ\81Ñ\82Ñ\80ойки GOsa!"
 
 
-#: plugins/personal/environment/class_environment.inc:209
-#: plugins/admin/systems/class_workstationService.inc:88
-#: plugins/admin/systems/class_terminalService.inc:96
-#, php-format
+#: ihtml/themes/altlinux/setup_introduction.tpl:4
 msgid ""
 msgid ""
-"You have specified an external resolution hook which can't be read, please "
-"check the permission of the file '%s'."
+"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."
 msgstr ""
 msgstr ""
+"Судя по всему, вы запустили GOsa впервые: файл настройки не найден. Этот "
+"сценарий поможет вам создать рабочую конфигурацию. Настройка делится на три "
+"основные стадии: сначала проверим, установлены ли необходимые модули PHP, "
+"затем - установлены ли дополнительные/необходимые программы, а потом вы "
+"укажете параметры работы с LDAP-сервером, и мы проверим его настройку."
 
 
-#: plugins/personal/environment/class_environment.inc:305
-#: plugins/personal/environment/class_environment.inc:349
-#, fuzzy
-msgid "Remove environment extension"
-msgstr "Удалить параметры"
-
-#: plugins/personal/environment/class_environment.inc:306
-#: plugins/personal/environment/class_environment.inc:350
-#, fuzzy
-msgid "Environment extension enabled. You can disable it by clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+#: ihtml/themes/altlinux/setup_introduction.tpl:12
+#: ihtml/themes/altlinux/setup_step2.tpl:13
+#: ihtml/themes/altlinux/setup_step3.tpl:18
+#: ihtml/themes/altlinux/setup_useradmin.tpl:41
+#: ihtml/themes/default/setup_introduction.tpl:12
+#: ihtml/themes/default/setup_step2.tpl:13
+#: ihtml/themes/default/setup_step3.tpl:18
+#: ihtml/themes/default/setup_useradmin.tpl:41
+#: plugins/admin/departments/class_departmentGeneric.inc:431
+#: plugins/admin/departments/class_departmentGeneric.inc:523
+#: plugins/admin/fai/class_faiManagement.inc:427
+#: plugins/admin/fai/class_faiManagement.inc:591
+#: plugins/admin/systems/SelectDeviceType.tpl:44
+#: plugins/admin/users/template.tpl:48
+msgid "Continue"
+msgstr "Продолжить"
 
 
-#: plugins/personal/environment/class_environment.inc:315
-#: plugins/personal/environment/class_environment.inc:320
-#: plugins/personal/environment/class_environment.inc:355
-#: plugins/personal/environment/class_environment.inc:360
-msgid "Add environment extension"
-msgstr ""
+#: ihtml/themes/altlinux/setup_step2.tpl:1
+#: ihtml/themes/altlinux/setup_step3.tpl:1
+#: ihtml/themes/altlinux/setup_step4.tpl:1
+#: ihtml/themes/default/setup_step2.tpl:1
+#: ihtml/themes/default/setup_step3.tpl:1
+#: ihtml/themes/default/setup_step4.tpl:1
+msgid "Setup continued..."
+msgstr "Продолжение настройки..."
 
 
-#: plugins/personal/environment/class_environment.inc:316
-#: plugins/personal/environment/class_environment.inc:356
-#, fuzzy
-msgid "Environment extension disabled. You can enable it by clicking below."
+#: ihtml/themes/altlinux/setup_step2.tpl:4
+#: ihtml/themes/default/setup_step2.tpl:4
+msgid ""
+"Step two looks for a set of helper programms and checks if they have the "
+"correct minimum version."
 msgstr ""
 msgstr ""
-"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð½Ð°Ñ\81Ñ\82Ñ\80оек Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð¸Ñ\85, Ñ\89елкнÑ\83в "
-"ниже."
+"Ð\9dа Ð²Ñ\82оÑ\80ом Ñ\88аге Ð¿Ñ\80оиÑ\81Ñ\85одиÑ\82 Ð¿Ð¾Ð¸Ñ\81к Ð²Ñ\81помогаÑ\82елÑ\8cнÑ\8bÑ\85 Ð¿Ñ\80огÑ\80амм Ð¸ Ð¿Ñ\80овеÑ\80ка "
+"допÑ\83Ñ\81Ñ\82имоÑ\81Ñ\82и Ð¸Ñ\85 Ð²ÐµÑ\80Ñ\81ии."
 
 
-#: plugins/personal/environment/class_environment.inc:321
-#: plugins/personal/environment/class_environment.inc:361
-#, fuzzy
+#: ihtml/themes/altlinux/setup_step3.tpl:4
+#: ihtml/themes/default/setup_step3.tpl:4
 msgid ""
 msgid ""
-"Environment extension disabled. You have to setup a posix account before you "
-"can enable this feature."
+"Now we're going include your LDAP server and create an initial "
+"configuration. After you've entered the server URI below, a quick check is "
+"performed if required LDAP schemas are in place. Samba versions are "
+"autodetected by the installed objectclasses. Details on how your LDAP tree "
+"is organized will be asked later on."
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
-
-#: plugins/personal/environment/class_environment.inc:472
-#: plugins/personal/environment/class_environment.inc:805
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-#, fuzzy
-msgid "None"
-msgstr "нет"
-
-#: plugins/personal/environment/class_environment.inc:556
-#: plugins/personal/environment/class_environment.inc:569
-#: plugins/admin/systems/class_workstationStartup.inc:645
-#: plugins/admin/systems/class_terminalStartup.inc:209
-#, fuzzy
-msgid "You must specify a valid mount point."
-msgstr "Введите корректное имя пользователя!"
-
-#: plugins/personal/environment/class_environment.inc:558
-#, fuzzy
-msgid "Spaces are not allowed in the mount path!"
-msgstr "Вам не разрешено менять пароль."
-
-#: plugins/personal/environment/class_environment.inc:639
-#: plugins/personal/environment/class_environment.inc:640
-#: plugins/personal/environment/class_environment.inc:648
-#: plugins/personal/environment/class_environment.inc:649
-#, fuzzy
-msgid "Reset password hash"
-msgstr "Изменить пароль"
+"Сейчас произойдет настройка вашего LDAP-сервера. После того, как вы введете "
+"адрес сервера ниже, будет выполнена быстрая проверка необходимых схем LDAP. "
+"Samba-версии определяются автоматически по установленным классам объектов. "
+"Подробности об организации вашего дерева LDAP понадобятся позже."
 
 
-#: plugins/personal/environment/class_environment.inc:654
-#, fuzzy
-msgid "Delete share entry"
-msgstr "Удалить"
+#: ihtml/themes/altlinux/setup_step3.tpl:10
+#: ihtml/themes/default/setup_step3.tpl:10
+msgid ""
+"Please enter the server URI to allow the setup to connect your LDAP server "
+"(Example: ldap://your.server:389)."
+msgstr ""
 
 
-#: plugins/personal/environment/class_environment.inc:808
-#, php-format
+#: ihtml/themes/altlinux/setup_step4.tpl:2
+#: ihtml/themes/default/setup_step4.tpl:2
 msgid ""
 msgid ""
-"The selected kiosk profile '%s' is no longer available, setting current "
-"profile to 'none'."
+"The following fields allow the basic configuration of GOsa's behaviour and "
+"affect various properties in your main configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_environment.inc:854
-#, fuzzy
-msgid "Removing environment information failed"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+#: ihtml/themes/altlinux/setup_step4.tpl:7
+#: ihtml/themes/default/setup_step4.tpl:7
+msgid "Enter a description for the location you're configuring here"
+msgstr "Ð\92ведиÑ\82е Ð¾Ð¿Ð¸Ñ\81ание Ð²Ð»Ð°Ð´ÐµÐ»Ñ\8cÑ\86а ÐºÐ°Ñ\82алога"
 
 
-#: plugins/personal/environment/class_environment.inc:906
-#, fuzzy
-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."
+#: ihtml/themes/altlinux/setup_step4.tpl:11
+#: ihtml/themes/default/setup_step4.tpl:11
+msgid "Location name"
+msgstr "Ð\9cеÑ\81Ñ\82оположение"
 
 
-#: plugins/personal/environment/class_environment.inc:913
+#: ihtml/themes/altlinux/setup_step4.tpl:18
+#: ihtml/themes/default/setup_step4.tpl:18
+#, fuzzy
 msgid ""
 msgid ""
-"You need to setup a valid posix extension in order to enable evironment "
-"features."
+"GOsa always acts as admin and manages access rights internally. This is a "
+"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
+"this to work, we need the admin DN and the corresponding password."
 msgstr ""
 msgstr ""
+"Сейчас вам нужно указать параметры доступа к LDAP-серверу. GOsa всегда "
+"выступает в роли администратора и управляет правами доступа самостоятельно. "
+"Это временное решение, пока в OpenLDAP не будут реализованы полностью "
+"средства контроля доступа (ACI) внутри каталогов. Чтобы это решение "
+"работало, укажите DN (уникальное имя) администратора и соответствующий "
+"пароль."
 
 
-#: plugins/personal/environment/class_environment.inc:951
-msgid "Can't save new kiosk profiles, possibly permission denied for folder"
-msgstr ""
+#: ihtml/themes/altlinux/setup_step4.tpl:23
+#: ihtml/themes/default/setup_step4.tpl:23
+msgid "Admin DN"
+msgstr "DN администратора"
 
 
-#: plugins/personal/environment/class_environment.inc:1100
-#, fuzzy
-msgid "Adding environment information failed"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
+#: ihtml/themes/altlinux/setup_step4.tpl:27
+#: ihtml/themes/default/setup_step4.tpl:27
+msgid "Admin password"
+msgstr "Ð\9fаÑ\80олÑ\8c Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñ\81Ñ\82Ñ\80аÑ\82оÑ\80а"
 
 
-#: plugins/personal/environment/class_environment.inc:1113
-#, fuzzy
-msgid "group share"
-msgstr "группы"
+#: ihtml/themes/altlinux/setup_step4.tpl:34
+#: ihtml/themes/default/setup_step4.tpl:34
+msgid ""
+"Some basic LDAP parameters are tunable and affect the locations where GOsa "
+"saves people and groups, including the way accounts get created. Check the "
+"values below if the fit your needs."
+msgstr ""
+"Некоторые основные параметры LDAP изменяемы и влияют на расположение "
+"сохраняемой информации о пользователях и группах, а также на способ создания "
+"учетных записей. Проверьте, подходят ли вам значения, указанные ниже."
 
 
-#: plugins/personal/environment/class_environment.inc:1145
+#: ihtml/themes/altlinux/setup_step4.tpl:39
+#: ihtml/themes/default/setup_step4.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "Administrator"
-msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80иÑ\80ование"
+msgid "Base "
+msgstr "Ð\92еÑ\82ка"
 
 
-#: plugins/personal/environment/class_environment.inc:1150
-msgid "Default printer"
-msgstr "Принтер по умолчанию"
+#: ihtml/themes/altlinux/setup_step4.tpl:43
+#: ihtml/themes/default/setup_step4.tpl:43
+msgid "People storage ou"
+msgstr "Структурная единица (OU) пользователей"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:1
-#, fuzzy
-msgid "Add printer devcies"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
+#: ihtml/themes/altlinux/setup_step4.tpl:47
+#: ihtml/themes/default/setup_step4.tpl:47
+msgid "People dn attribute"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: 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 "Выбрать номера для добавления"
+#: ihtml/themes/altlinux/setup_step4.tpl:55
+#: ihtml/themes/default/setup_step4.tpl:55
+msgid "Group storage ou"
+msgstr "OU групп"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:43
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+#: ihtml/themes/altlinux/setup_step4.tpl:59
+#: ihtml/themes/default/setup_step4.tpl:59
+msgid "ID base for users/groups"
+msgstr "Ð\91аза Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\82оÑ\80ов Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей/гÑ\80Ñ\83пп"
 
 
-#: plugins/personal/environment/selectPrinterDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: ihtml/themes/altlinux/setup_step4.tpl:67
+#: ihtml/themes/default/setup_step4.tpl:67
+msgid ""
+"GOsa supports several encryption types for your passwords. Normally this is "
+"adjustable via user templates, but you can specify a default method to be "
+"used here, too."
+msgstr ""
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:100
-msgid "Specified name should only consist of uper-/lowercase characters."
+#: ihtml/themes/altlinux/setup_step4.tpl:72
+#: ihtml/themes/default/setup_step4.tpl:72
+msgid "Encryption algorithm"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:104
-#, fuzzy
-msgid "Please specify a valid script name."
-msgstr "Введите корректное имя пользователя!"
+#: ihtml/themes/altlinux/setup_step4.tpl:83
+#: ihtml/themes/default/setup_step4.tpl:83
+msgid ""
+"GOsa has modular support for several mail methods. These methods provide "
+"interfaces to users mailboxes and general handling for quotas. You can "
+"choose the dummy plugin to leave all your mail settings untouched."
+msgstr ""
 
 
-#: plugins/personal/environment/class_logonManagementDialog.inc:108
+#: ihtml/themes/altlinux/setup_step4.tpl:88
+#: ihtml/themes/default/setup_step4.tpl:88
 #, fuzzy
 #, fuzzy
-msgid "Specified description contains invalid characters."
-msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
+msgid "Mail method"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
 
-#: plugins/personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Атрибуты UNIX"
+#: ihtml/themes/altlinux/setup_step4.tpl:91
+#: ihtml/themes/default/setup_step4.tpl:91
+#: plugins/admin/systems/class_terminalGeneric.inc:99
+#: plugins/personal/posix/class_posixAccount.inc:559
+#: plugins/personal/samba/class_sambaAccount.inc:491
+msgid "disabled"
+msgstr "отключен"
 
 
-#: plugins/personal/environment/logonManagement.tpl:10
+#: ihtml/themes/altlinux/setup_step4.tpl:99
+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. "
+"(But it  could be a security risk)  "
+msgstr ""
+
+#: ihtml/themes/altlinux/setup_step4.tpl:103
+#: ihtml/themes/default/setup_step4.tpl:104
 #, fuzzy
 #, fuzzy
-msgid "Skript name"
-msgstr "СпиÑ\81ок"
+msgid "Display PHP errors"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: plugins/personal/environment/logonManagement.tpl:17
-#: plugins/personal/environment/hotplugDialogNew.tpl:17
-#: plugins/gofax/blocklists/generic.tpl:46 plugins/addons/godfs/generic.tpl:12
-#: plugins/addons/godfs/generic.tpl:38 plugins/admin/fai/faiVariable.tpl:19
-#: plugins/admin/fai/faiPartitionTable.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/faiHook.tpl:19
-#: plugins/admin/fai/faiHookEntry.tpl:17
-#: plugins/admin/fai/faiTemplateEntry.tpl:11
-#: plugins/admin/groups/generic.tpl:13
-#: plugins/admin/applications/generic.tpl:23
-#: plugins/admin/departments/generic.tpl:12
-#: plugins/admin/systems/server.tpl:10 plugins/admin/systems/servnfs.tpl:17
-#: plugins/admin/systems/component.tpl:30 plugins/admin/systems/phone.tpl:30
-#: plugins/admin/systems/printer.tpl:13
-#: plugins/admin/systems/wingeneric.tpl:25
-#: plugins/admin/ogroups/generic.tpl:13 plugins/gofon/macro/generic.tpl:41
-#: plugins/gofon/conference/generic.tpl:64
-#: plugins/generic/references/contents.tpl:11 html/getxls.php:123
-#: html/getxls.php:230
-msgid "Description"
-msgstr "Описание"
+#: ihtml/themes/altlinux/setup_step4.tpl:106
+#: ihtml/themes/default/setup_step4.tpl:107
+#, fuzzy
+msgid "true"
+msgstr "Улица"
 
 
-#: plugins/personal/environment/logonManagement.tpl:24
-#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: ihtml/themes/altlinux/setup_step4.tpl:107
+#: ihtml/themes/default/setup_step4.tpl:108
 #, fuzzy
 #, fuzzy
-msgid "Priority"
-msgstr "Ð\9fоÑ\80Ñ\82"
+msgid "false"
+msgstr "женÑ\81кий"
 
 
-#: plugins/personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
+#: ihtml/themes/altlinux/setup_step4.tpl:115
+#: ihtml/themes/default/setup_step4.tpl:115
+msgid "Check"
+msgstr "Проверить"
 
 
-#: plugins/personal/environment/logonManagement.tpl:38
-msgid "Last script"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:3
+#: ihtml/themes/default/setup_useradmin.tpl:3
+msgid "You already have an Administrative Account and a Group."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: ihtml/themes/altlinux/setup_useradmin.tpl:10
+#: ihtml/themes/default/setup_useradmin.tpl:10
+msgid ""
+"To provide full administrative access to GOsa, you need to create a special "
+"group which contains the administrative user. The setup program can assist "
+"you with this task. Enter the desired username and the password below to "
+"create the missing entries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: 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 ""
 msgstr ""
+"Ограничение на количество возвращаемых объектов позволяет ускорить операции "
+"поиска и предохраняет сервер LDAP от большой нагрузки. Простейший способ "
+"снизить время обработки запроса при обслуживаии большой базы данных это "
+"установить минимальное значение. Кроме того, будет очень полезно "
+"использовать фильтры для просмотра только ограниченного количества объектов."
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:75
-#: plugins/personal/environment/class_kioskManagementDialog.inc:94
-#, php-format
-msgid "Can't delete '%s'. Error was: permission denied."
-msgstr ""
+#: ihtml/themes/altlinux/sizelimit.tpl:6 ihtml/themes/default/sizelimit.tpl:6
+msgid "Please choose the way to react for this session"
+msgstr "Выберите тип реакции для данной сессии"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:78
-#: plugins/personal/environment/class_kioskManagementDialog.inc:97
-#, php-format
-msgid "Can't delete '%s'. Errow was: file doesn't exist."
-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 "игнорировать ошибку и показать все найденые объекты"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:139
+#: ihtml/themes/altlinux/sizelimit.tpl:10
+#: ihtml/themes/default/sizelimit.tpl:10
+#, fuzzy
 msgid ""
 msgid ""
-"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
+"ignore this error and show all entries that fit into the defined sizelimit "
+"and let me use filters instead"
 msgstr ""
 msgstr ""
+"Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и "
+"позволить использовать фильтры"
 
 
-#: plugins/personal/environment/class_kioskManagementDialog.inc:145
-#, php-format
-msgid "Kiosk path '%s' is not accessible. Please check the permissions."
-msgstr ""
+#: ihtml/themes/altlinux/sizelimit.tpl:14
+#: ihtml/themes/default/sizelimit.tpl:14
+#: plugins/personal/generic/generic.tpl:100
+msgid "Set"
+msgstr "Установить"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:1
-#, fuzzy
-msgid "Create new hotplug entry"
-msgstr "Создание нового объекта в"
+#: ihtml/themes/default/accountexpired.tpl:15
+msgid "Your Password has expired !! Choose a new Password"
+msgstr ""
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:8
+#: ihtml/themes/default/accountexpired.tpl:23
+#: ihtml/themes/default/accountexpired.tpl:27
 #, fuzzy
 #, fuzzy
-msgid "Create new hotplug device"
-msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
+msgid "Old Password"
+msgstr "Ð\9fаÑ\80олÑ\8c"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:10
-#: plugins/admin/systems/component.tpl:6
+#: ihtml/themes/default/accountexpired.tpl:32
+#: ihtml/themes/default/accountexpired.tpl:36
 #, fuzzy
 #, fuzzy
-msgid "Device name"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "New Password"
+msgstr "Ð\9dовÑ\8bй Ð¿Ð°Ñ\80олÑ\8c"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
-#: plugins/admin/systems/glpi_devices.tpl:76
+#: ihtml/themes/default/accountexpired.tpl:41
+#: ihtml/themes/default/accountexpired.tpl:45
 #, fuzzy
 #, fuzzy
-msgid "Serial number"
-msgstr "ТеÑ\80минал"
+msgid "Verify Password"
+msgstr "Ð\9fаÑ\80олÑ\8c"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#: ihtml/themes/default/accountexpired.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "(iSerial)"
-msgstr "терминалы"
+msgid "Change Password"
+msgstr "Сменить пароль"
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#: ihtml/themes/default/accountexpired.tpl:52
 #, fuzzy
 #, fuzzy
-msgid "Vendor-ID"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82елÑ\8f"
+msgid "Click here to Change your password"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81менÑ\8b Ñ\81воего Ð¿Ð°Ñ\80олÑ\8f."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#: ihtml/themes/default/conflict.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "(idVendor)"
-msgstr "Идентификатор отправителя"
-
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "Product-ID"
+msgid ""
+"Probably there's another active instance of your session. Multiple window "
+"operation is technical not possible and heavily depends on the browser "
+"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
+"possible. Pressing the 'Logout'button will close this session."
 msgstr ""
 msgstr ""
+"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами "
+"одновременно технически невозможна и в значительной мере зависит от "
+"используемого браузера. Использование разных браузеров одновременно "
+"(например, IE и Mozilla) возможно. Нажав на кнопку <b>Выход</b>, вы "
+"завершите текущий сеанс."
 
 
-#: plugins/personal/environment/hotplugDialogNew.tpl:43
-msgid "(idProduct)"
+#: ihtml/themes/default/copyPasteDialog.tpl:1
+msgid "Copy &amp; paste wizard"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/environment/kioskManagement.tpl:1
-#: plugins/personal/environment/kioskManagement.tpl:5
+#: ihtml/themes/default/copyPasteDialog.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Kiosk profile management"
-msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
+msgid "Object to be pasted"
+msgstr "Ð\9eбÑ\8aединениÑ\8f"
 
 
-#: plugins/personal/environment/kioskManagement.tpl:13
-#: plugins/addons/ldapmanager/contentimport.tpl:15
-#: plugins/addons/ldapmanager/contentcsv.tpl:14
-msgid "Browse"
-msgstr "Просмотр"
+#: ihtml/themes/default/copyPasteDialog.tpl:6
+msgid ""
+"Some values need to be unique in the complete directory while some "
+"combinations make no sense. GOsa shows the relevant attributes. Please "
+"maintain the values below to fullfill the policies."
+msgstr ""
 
 
-#: plugins/personal/environment/kioskManagement.tpl:25
-#: plugins/admin/fai/class_faiSummaryTab.inc:227
-#: plugins/admin/systems/glpi_edit_type.tpl:15
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
-#: plugins/admin/systems/glpiManufacturer.tpl:13
-#: plugins/admin/systems/glpi_edit_os.tpl:15
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
-#: include/class_MultiSelectWindow.inc:79
-#, fuzzy
-msgid "Close"
-msgstr "Выбрать"
+#: ihtml/themes/default/copyPasteDialog.tpl:15
+#: include/class_MultiSelectWindow.inc:78
+#: plugins/addons/addressbook/address_edit.tpl:233
+#: plugins/admin/applications/class_applicationManagement.inc:360
+#: plugins/admin/departments/class_departmentManagement.inc:297
+#: plugins/admin/fai/class_faiManagement.inc:585
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:29
+#: plugins/admin/groups/class_groupManagement.inc:343
+#: plugins/admin/ogroups/class_ogroupManagement.inc:331
+#: plugins/admin/systems/class_systemManagement.inc:597
+#: plugins/admin/systems/glpi_devices.tpl:760
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:69
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:80
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:74
+#: plugins/admin/systems/goSpamServer.tpl:101
+#: plugins/admin/systems/goSpamServerRule.tpl:22
+#: plugins/admin/systems/goVirusServer.tpl:144
+#: plugins/admin/systems/servdnseditzone.tpl:119
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:20
+#: plugins/admin/systems/servnfs.tpl:120
+#: plugins/admin/users/class_userManagement.inc:647
+#: plugins/gofax/blocklists/generic.tpl:85
+#: plugins/gofax/faxaccount/main.inc:89
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:233
+#: plugins/gofon/phoneaccount/main.inc:105
+#: plugins/personal/connectivity/main.inc:119
+#: plugins/personal/environment/hotplugDialogNew.tpl:53
+#: plugins/personal/environment/main.inc:105
+#: plugins/personal/generic/generic_certs.tpl:76
+#: plugins/personal/generic/generic_picture.tpl:33
+#: plugins/personal/generic/main.inc:159 plugins/personal/mail/main.inc:105
+#: plugins/personal/nagios/main.inc:105 plugins/personal/posix/main.inc:111
+#: plugins/personal/samba/main.inc:105
+msgid "Save"
+msgstr "Сохранить"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "female"
-msgstr "женский"
+#: ihtml/themes/default/copyPasteDialog.tpl:22
+#, fuzzy
+msgid "Operation complete"
+msgstr "не полный"
 
 
-#: plugins/personal/generic/class_user.inc:261
-msgid "male"
-msgstr "мужской"
+#: ihtml/themes/default/copyPasteDialog.tpl:24
+#: plugins/addons/godfs/class_dfsManagment.inc:247
+#: plugins/personal/netatalk/main.inc:104
+msgid "Finish"
+msgstr "Готово"
 
 
-#: plugins/personal/generic/class_user.inc:277
-msgid "This account has no valid GOsa extensions."
-msgstr "Для этой учетной записи нет корректных расширений GOsa."
+#: ihtml/themes/default/help.tpl:9
+msgid "GOsa help viewer"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:331
-msgid "The specified file has not been uploaded via HTTP POST! Aborted."
+#: ihtml/themes/default/help.tpl:15
+msgid "Index"
 msgstr ""
 msgstr ""
-"Указанный файл не был загружен на сервер (метод HTTP POST)! Операция "
-"прервана."
 
 
-#: plugins/personal/generic/class_user.inc:427
-msgid "Please enter a valid serial number"
-msgstr "Введите корректный серийный номер"
+#: ihtml/themes/default/help.tpl:21 plugins/addons/logview/contents.tpl:67
+#: plugins/addons/mailqueue/contents.tpl:10
+#: plugins/addons/mailqueue/contents.tpl:26
+#: plugins/gofax/faxreports/contents.tpl:21
+#: plugins/gofon/fonreports/contents.tpl:21
+msgid "Search"
+msgstr "Поиск"
 
 
-#: plugins/personal/generic/class_user.inc:467
+#: ihtml/themes/default/islocked.tpl:9
+#, fuzzy
 msgid ""
 msgid ""
-"(Some types of certificates are currently not supported and may be displayed "
-"as 'invalid'.)"
-msgstr ""
-
-#: plugins/personal/generic/class_user.inc:477
-#, php-format
-msgid "Certificate is valid from %s to %s and is currently %s."
+"If this lock detection is false, the other person has obviously closed the "
+"webbrowser during the edit operation. You may want to take over the lock by "
+"pressing the 'Edit anyway' button."
 msgstr ""
 msgstr ""
+"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
+"закрыл браузер во время редактирования данных. Вы можете удалить файл "
+"блокировки, нажав на кнопку <i>Удалить</i>."
 
 
-#: plugins/personal/generic/class_user.inc:480
-msgid "valid"
+#: ihtml/themes/default/logout.tpl:5
+msgid "Your GOsa session has expired!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:481
-msgid "invalid"
+#: 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 ""
 
-#: plugins/personal/generic/class_user.inc:485
+#: ihtml/themes/default/logout.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "No certificate installed"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81еÑ\80Ñ\82иÑ\84икаÑ\82Ñ\8b"
+msgid "Sign in again"
+msgstr "Ð\92ойÑ\82и"
 
 
-#: plugins/personal/generic/class_user.inc:568
-msgid "Removing generic user account failed"
+#: ihtml/themes/default/setup_introduction.tpl:4
+#, fuzzy
+msgid ""
+"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."
 msgstr ""
 msgstr ""
+"Судя по всему, вы запустили GOsa впервые: файл настройки не найден. Этот "
+"сценарий поможет вам создать рабочую конфигурацию. Настройка делится на три "
+"основные стадии: сначала проверим, установлены ли необходимые модули PHP, "
+"затем - установлены ли дополнительные/необходимые программы, а потом вы "
+"укажете параметры работы с LDAP-сервером, и мы проверим его настройку."
 
 
-#: plugins/personal/generic/class_user.inc:600
-#: plugins/personal/generic/class_user.inc:943
-msgid "Kerberos database communication failed"
-msgstr "Ошибка соединения с базой данных Kerberos"
-
-#: plugins/personal/generic/class_user.inc:614
-#: plugins/personal/generic/class_user.inc:960
-msgid "Can't remove user from kerberos database."
-msgstr "Не удается удалить пользователя из базы данных Kerberos."
-
-#: plugins/personal/generic/class_user.inc:896
-msgid "Saving generic user account failed"
+#: ihtml/themes/default/setup_introduction.tpl:17
+msgid ""
+"You can also use the new and more-advanced way of inspecting your PHP-"
+"installation. It will give you information about the exact function that "
+"could not be found (functions that could be found are not mentioned). This "
+"is useful if you know what you're doing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/generic/class_user.inc:971
-msgid "Can't add user to kerberos database."
-msgstr "Не удается добавить пользователя в базу данных Kerberos."
-
-#: plugins/personal/generic/class_user.inc:1022
-msgid "You have no permissions to create a user on this 'Base'."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
-
-#: plugins/personal/generic/class_user.inc:1027
-#, fuzzy
-msgid "You have no permissions to move a user from the original 'Base'."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
+#: ihtml/themes/default/setup_introduction.tpl:19
+msgid "Toggle Show/Hide"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:1033
-#: plugins/addons/addressbook/class_addressbook.inc:555
-#: plugins/admin/users/class_userManagement.inc:541
-msgid "The required field 'Name' is not set."
-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 ""
 
 
-#: plugins/personal/generic/class_user.inc:1042
-msgid "There's already a person with this 'Login' in the database."
+#: include/class_certificate.inc:35
+msgid "Can't open specified file, check accessibility and or existence"
 msgstr ""
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/personal/generic/class_user.inc:1048
-#: plugins/addons/addressbook/class_addressbook.inc:559
-#: plugins/admin/users/class_userManagement.inc:544
-msgid "The required field 'Given name' is not set."
-msgstr "Обязательное поле \"Личное имя\" не заполнено."
+#: include/class_certificate.inc:53
+msgid "Can't read specified certificate / or empty string given"
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:1051
-msgid "The required field 'Login' is not set."
-msgstr "Обязательное поле \"Регистрационное имя\" не заполнено."
+#: include/class_certificate.inc:80
+msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:1058
-msgid ""
-"There's already a person with this 'Name'/'Given name' combination in the "
-"database."
+#: include/class_certificate.inc:95
+msgid "The Format must be PEM, to output certificate informations"
 msgstr ""
 msgstr ""
-"Пользователь с такой комбинацией имени и личного имени в базе данных уже "
-"существует."
 
 
-#: plugins/personal/generic/class_user.inc:1065
-msgid ""
-"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
+#: 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 ""
-"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
-"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 
-#: plugins/personal/generic/class_user.inc:1068
-msgid "The field 'Homepage' contains an invalid URL definition."
-msgstr "Значение поля \"Домашняя страница\" содержит некорректный URL."
+#: include/class_config.inc:71
+#, php-format
+msgid "XML error in gosa.conf: %s at line %d"
+msgstr "Ошибка XML в gosa.conf: %s в строке %d"
 
 
-#: plugins/personal/generic/class_user.inc:1071
-#: plugins/personal/generic/class_user.inc:1096
-#: plugins/addons/addressbook/class_addressbook.inc:565
-#: plugins/addons/addressbook/class_addressbook.inc:593
-#: plugins/admin/departments/class_departmentGeneric.inc:243
-msgid "The field 'Name' contains invalid characters."
-msgstr "Значение поля \"Имя\" содержит недопустимые символы."
+#: include/class_config.inc:505
+msgid "SID and/or RIDBASE missing in your configuration!"
+msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!"
 
 
-#: plugins/personal/generic/class_user.inc:1074
-#: plugins/personal/generic/class_user.inc:1093
-#: plugins/addons/addressbook/class_addressbook.inc:568
-#: plugins/addons/addressbook/class_addressbook.inc:590
-msgid "The field 'Given name' contains invalid characters."
-msgstr "Значение поля \"Личное имя\" содержит недопустимые символы."
+#: include/class_CopyPasteHandler.inc:161
+#, fuzzy, php-format
+msgid "You are going to copy the entry '%s'."
+msgstr "Вы собираетесь удалить объект %s."
 
 
-#: plugins/personal/generic/class_user.inc:1079
-#: plugins/addons/addressbook/class_addressbook.inc:573
-#: plugins/addons/addressbook/class_addressbook.inc:576
-#: plugins/admin/departments/class_departmentGeneric.inc:246
-msgid "The field 'Phone' contains an invalid phone number."
-msgstr "Значение поля \"Телефон\" содержит недопустимый номер телефона."
+#: include/class_CopyPasteHandler.inc:225
+#, fuzzy
+msgid "Paste"
+msgstr "Дата"
 
 
-#: plugins/personal/generic/class_user.inc:1082
-#: plugins/addons/addressbook/class_addressbook.inc:579
-#: plugins/admin/departments/class_departmentGeneric.inc:249
-msgid "The field 'Fax' contains an invalid phone number."
-msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона."
+#: include/class_CopyPasteHandler.inc:227
+#, fuzzy
+msgid "Can't paste"
+msgstr "Создать телефонный аккаунт"
 
 
-#: plugins/personal/generic/class_user.inc:1085
-#: plugins/addons/addressbook/class_addressbook.inc:582
-msgid "The field 'Mobile' contains an invalid phone number."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9cобилÑ\8cнÑ\8bй\" Ñ\81одеÑ\80жиÑ\82 Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 телефона."
+#: include/class_debconfTemplate.inc:260
+#, fuzzy
+msgid "This package has no debconf options."
+msgstr "Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð°Ñ\82Ñ\80ибÑ\83Ñ\82ов Ð´Ð»Ñ\8f телефона."
 
 
-#: plugins/personal/generic/class_user.inc:1088
-#: plugins/addons/addressbook/class_addressbook.inc:585
-msgid "The field 'Pager' contains an invalid phone number."
-msgstr "Значение поля \"Пейджер\" содержит некорректный номер телефона."
+#: include/class_ldap.inc:196
+#, php-format
+msgid ""
+"The LDAP server is slow (%.2fs for the last query). This may be responsible "
+"for performance breakdowns."
+msgstr ""
 
 
-#: plugins/personal/generic/class_user.inc:1215
-#, fuzzy
-msgid "Could not open specified certificate!"
-msgstr "Невозможно выбрать базу данных!"
+#: include/class_ldap.inc:230
+#, php-format
+msgid ""
+"The ldapserver is answering very slow (%.2f), this may be responsible for "
+"performance breakdowns."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:6
-msgid "Personal information"
-msgstr "Личная информация"
+#: include/class_ldap.inc:456
+#, fuzzy, php-format
+msgid "Creating copy of %s"
+msgstr "Список пользователей"
 
 
-#: plugins/personal/generic/generic.tpl:19
-#: plugins/personal/generic/generic.tpl:32
-#: plugins/personal/generic/generic_picture.tpl:5
-#: plugins/personal/generic/generic_picture.tpl:15
-#: plugins/personal/generic/paste_generic.tpl:37
-msgid "Personal picture"
-msgstr "Изображение"
+#: include/class_ldap.inc:459
+msgid "Processing"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:24
-#: plugins/personal/generic/generic.tpl:34
-msgid "Change picture"
-msgstr "Сменить изображение"
+#: include/class_ldap.inc:463
+#: plugins/admin/departments/class_departmentGeneric.inc:503
+#: plugins/admin/groups/acl.tpl:4
+msgid "Object"
+msgstr "Объект"
 
 
-#: plugins/personal/generic/generic.tpl:43
-#: plugins/personal/generic/paste_generic.tpl:7
-#: plugins/addons/addressbook/address_edit.tpl:30
-#: plugins/admin/users/template.tpl:23
-#, fuzzy
-msgid "Last name"
-msgstr "Список"
+#: include/class_ldap.inc:499
+msgid "Error while fetching source dn - aborted!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:48
-#, fuzzy
-msgid "Template name"
-msgstr "Шаблон"
+#: include/class_ldap.inc:562 include/class_ldap.inc:579
+#, fuzzy, php-format
+msgid "Unknown FAIstate %s"
+msgstr "состояние неизвестно"
 
 
-#: plugins/personal/generic/generic.tpl:55
-#: plugins/personal/generic/paste_generic.tpl:11
-#: plugins/addons/addressbook/address_edit.tpl:33
-#: plugins/admin/users/template.tpl:27
-#, fuzzy
-msgid "First name"
-msgstr "Список"
+#: include/class_ldap.inc:673
+#, php-format
+msgid ""
+"The referral url '%s' is missing the ldap base. It should look like this "
+"'ldap://server:port/base'."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:59
-#: plugins/personal/generic/paste_generic.tpl:15
-#: plugins/admin/users/template.tpl:32
-msgid "Login"
-msgstr "Имя пользователя"
+#: include/class_ldap.inc:734
+#, php-format
+msgid ""
+"Autocreation of type '%s' is currently not supported. Please report to the "
+"GOsa team."
+msgstr ""
+"Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
+"об этом команде разработчиков GOsa."
 
 
-#: plugins/personal/generic/generic.tpl:67
-#: plugins/addons/addressbook/address_edit.tpl:54
-#: plugins/addons/addressbook/address_info.tpl:22
-msgid "Personal title"
-msgstr "Обращение"
+#: include/class_ldap.inc:803
+#, php-format
+msgid "while operating on '%s' using LDAP server '%s'"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:75
-msgid "Academic title"
-msgstr "Академическое звание"
+#: include/class_ldap.inc:805
+#, fuzzy, php-format
+msgid "while operating on LDAP server %s"
+msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:83
-msgid "Date of birth"
-msgstr "Дата рождения"
+#: include/class_ldap.inc:1001
+#, php-format
+msgid ""
+"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
+"in line %s"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:100
-#: ihtml/themes/altlinux/sizelimit.tpl:14
-#: ihtml/themes/default/sizelimit.tpl:14
-msgid "Set"
-msgstr "Установить"
+#: include/class_ldap.inc:1014
+#, php-format
+msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:106 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Sex"
-msgstr "Пол"
+#: include/class_ldap.inc:1030
+#, php-format
+msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:116
-#, fuzzy
-msgid "Preferred langage"
-msgstr "Язык по умолчанию"
+#: include/class_mail-methods-cyrus.inc:40
+msgid "Warning: Account has an invalid mailserver string!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:127
-#: plugins/gofax/blocklists/generic.tpl:14
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
-#: plugins/addons/godfs/class_dfsManagment.inc:217
-#: plugins/admin/fai/class_divListFai.inc:143
-#: plugins/admin/groups/class_divListGroup.inc:96
-#: plugins/admin/groups/generic.tpl:21
-#: plugins/admin/users/class_divListUsers.inc:99
-#: plugins/admin/applications/generic.tpl:32
-#: plugins/admin/applications/class_divListApplication.inc:93
-#: plugins/admin/departments/generic.tpl:27
-#: plugins/admin/departments/class_divListDepartment.inc:72
-#: plugins/admin/systems/terminal.tpl:17 plugins/admin/systems/server.tpl:14
-#: plugins/admin/systems/workstation.tpl:23
-#: plugins/admin/systems/class_divListSystem.inc:106
-#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
-#: plugins/admin/systems/class_glpiSelectUser.inc:166
-#: plugins/admin/systems/servservice.tpl:61
-#: plugins/admin/systems/printer.tpl:20
-#: plugins/admin/systems/class_baseSelectDialog.inc:44
-#: plugins/admin/systems/wingeneric.tpl:13
-#: plugins/admin/ogroups/generic.tpl:21
-#: plugins/admin/ogroups/class_divListOGroup.inc:102
-#: plugins/gofon/macro/generic.tpl:20
-#: plugins/gofon/macro/class_divListMacros.inc:76
-#: plugins/gofon/conference/generic.tpl:33
-#: plugins/gofon/conference/class_divListConferences.inc:77
-msgid "Base"
-msgstr "Ветка"
+#: include/class_mail-methods-cyrus.inc:53
+msgid ""
+"Warning: IMAP Server cannot be reached! If you save this account, some mail "
+"settings will not be stored on your server!"
+msgstr ""
+"Предупреждение: не удается получить доступ к серверу IMAP! Некоторые "
+"почтовые настройки не будут сохранены."
 
 
-#: plugins/personal/generic/generic.tpl:131
-msgid "Choose subtree to place user in"
-msgstr "Выберите ветку для пользователя"
+#: include/class_mail-methods-cyrus.inc:151
+#, php-format
+msgid "Can't create IMAP mailbox. Server says '%s'."
+msgstr "Не удается создать почтовый ящик IMAP. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:135
-#: plugins/personal/generic/generic.tpl:137
-#: plugins/gofax/blocklists/generic.tpl:21
-#: plugins/gofax/blocklists/generic.tpl:23 plugins/admin/groups/generic.tpl:27
-#: plugins/admin/groups/generic.tpl:29
-#: plugins/admin/applications/generic.tpl:39
-#: plugins/admin/applications/generic.tpl:41
-#: plugins/admin/departments/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:36
-#: plugins/admin/systems/terminal.tpl:23 plugins/admin/systems/terminal.tpl:25
-#: plugins/admin/systems/server.tpl:21 plugins/admin/systems/server.tpl:23
-#: plugins/admin/systems/workstation.tpl:29
-#: plugins/admin/systems/workstation.tpl:31
-#: plugins/admin/systems/component.tpl:19
-#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
-#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
-#: plugins/admin/systems/printer.tpl:28
-#: plugins/admin/systems/wingeneric.tpl:18
-#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
-#: plugins/gofon/macro/generic.tpl:27 plugins/gofon/macro/generic.tpl:29
-#: plugins/gofon/conference/generic.tpl:39
-#: plugins/gofon/conference/generic.tpl:41
-#, fuzzy
-msgid "Select a base"
-msgstr "Выберите, чтобы просмотреть серверы"
+#: include/class_mail-methods-cyrus.inc:170
+#, php-format
+msgid "Can't write IMAP quota. Server says '%s'."
+msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:151
-#: plugins/personal/generic/generic.tpl:295
-#: 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:59
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:21 html/getxls.php:174
-msgid "Address"
-msgstr "Адрес"
+#: include/class_mail-methods-cyrus.inc:196
+#, fuzzy
+msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
+msgstr ""
+"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
+"права доступа к общим папкам."
 
 
-#: plugins/personal/generic/generic.tpl:155
-msgid "Private phone"
-msgstr "Личный телефон"
+#: include/class_mail-methods-cyrus.inc:214
+msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+msgstr ""
+"Предупреждение: функция imap_getacl недоступна, не удается считать права на "
+"доступ к папкам!"
 
 
-#: plugins/personal/generic/generic.tpl:159
-msgid "Homepage"
-msgstr "Домашняя страница"
+#: include/class_mail-methods-cyrus.inc:236
+#, php-format
+msgid "Can't remove IMAP mailbox. Server says '%s'."
+msgstr "Не удается удалить почтовый ящик IMAP. Ответ сервера: '%s'."
 
 
-#: plugins/personal/generic/generic.tpl:168
-msgid "Password storage"
-msgstr "Хэширование паролей"
+#: include/class_mail-methods-cyrus.inc:264
+#, php-format
+msgid "Can't log into SIEVE server. Server says '%s'."
+msgstr "Невозможно зарегистрироваться на сервере SIEVE. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:178
-#: plugins/personal/generic/generic_certs.tpl:3
-msgid "Certificates"
-msgstr "СеÑ\80Ñ\82иÑ\84икаÑ\82Ñ\8b"
+#: include/class_mail-methods-cyrus.inc:277
+#, php-format
+msgid "Can't get sieve script. Server says '%s'."
+msgstr "Ð\9dевозможно Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ñ\81Ñ\86енаÑ\80ий SIEVE. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:180
-msgid "Edit certificates"
-msgstr "Изменить сертификаты"
+#: include/class_mail-methods-cyrus.inc:348
+#, php-format
+msgid "Can't send sieve script. Server says '%s'."
+msgstr "Невозможно отправить сценарий SIEVE. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:184
-msgid "Kerberos"
-msgstr "Kerberos"
+#: include/class_mail-methods-cyrus.inc:352
+#, php-format
+msgid "Can't activate GOsa sieve script. Server says '%s'."
+msgstr "Невозможно активировать сценарий  GOsa SIEVE. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:185
-msgid "Edit properties"
-msgstr "Изменить свойства"
+#: include/class_MultiSelectWindow.inc:79
+#: plugins/admin/fai/class_faiSummaryTab.inc:227
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:13
+#: plugins/admin/systems/glpi_edit_os.tpl:15
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:14
+#: plugins/admin/systems/glpi_edit_type.tpl:15
+#: plugins/admin/systems/glpiManufacturer.tpl:13
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:81
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:44
+#: plugins/personal/environment/kioskManagement.tpl:25
+#, fuzzy
+msgid "Close"
+msgstr "Выбрать"
 
 
-#: plugins/personal/generic/generic.tpl:201
-msgid "Organizational information"
-msgstr "Информация об организации"
+#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+#, fuzzy
+msgid "Go to root department"
+msgstr "Список подразделений"
 
 
-#: plugins/personal/generic/generic.tpl:213 html/getxls.php:236
-msgid "Organization"
-msgstr "Организация"
+#: include/class_MultiSelectWindow.inc:188
+#: include/class_MultiSelectWindow.inc:190
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+#: plugins/admin/systems/class_baseSelectDialog.inc:26
+#: plugins/admin/systems/class_glpiSelectUser.inc:155
+#, fuzzy
+msgid "Root"
+msgstr "Перезагрузить"
 
 
-#: plugins/personal/generic/generic.tpl:217
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#: plugins/addons/addressbook/address_edit.tpl:138
-#: plugins/addons/addressbook/address_info.tpl:64
-#: plugins/admin/users/class_divListUsers.inc:50
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/ogroups/class_ogroupManagement.inc:366
-#: plugins/gofon/macro/class_divListMacros.inc:46
-#: plugins/generic/references/class_reference.inc:38
-msgid "Department"
+#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#, fuzzy
+msgid "Go up one department"
 msgstr "Подразделение"
 
 msgstr "Подразделение"
 
-#: plugins/personal/generic/generic.tpl:221
-msgid "Department No."
-msgstr "Номер подразделения"
-
-#: plugins/personal/generic/generic.tpl:227
-msgid "Employee No."
-msgstr "Номер работника"
-
-#: plugins/personal/generic/generic.tpl:233
-msgid "Employee type"
-msgstr "Форма трудоустройства"
+#: include/class_MultiSelectWindow.inc:196
+#: include/class_MultiSelectWindow.inc:198
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#: plugins/admin/fai/class_faiProfile.inc:305
+#: plugins/admin/ogroups/phonequeue.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:28
+#: plugins/admin/systems/class_glpiSelectUser.inc:157
+#: plugins/admin/systems/class_servDNSeditZone.inc:290
+msgid "Up"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:249
-#: plugins/personal/generic/generic.tpl:388
-msgid "Room No."
-msgstr "Номер комнаты"
+#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+#, fuzzy
+msgid "Go to users department"
+msgstr "Выберите подразделение"
 
 
-#: plugins/personal/generic/generic.tpl:261
-#: 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 "Мобильный"
+#: include/class_MultiSelectWindow.inc:204
+#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/class_baseSelectDialog.inc:30
+#: plugins/admin/systems/class_glpiSelectUser.inc:159
+#, fuzzy
+msgid "Home"
+msgstr "Имя системы"
 
 
-#: plugins/personal/generic/generic.tpl:287
-#: plugins/addons/godfs/generic.tpl:34
-#: plugins/admin/departments/generic.tpl:47
-#: plugins/admin/departments/generic.tpl:55
-#: plugins/admin/systems/workstation.tpl:17 html/getxls.php:174
-msgid "Location"
-msgstr "Местоположение"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+msgid "Reload list"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:291
-#: plugins/admin/departments/generic.tpl:51 html/getxls.php:174
-#: html/getxls.php:236
-msgid "State"
-msgstr "Адм. единица"
+#: include/class_MultiSelectWindow.inc:211
+#: plugins/addons/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_baseSelectDialog.inc:31
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:160
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+msgid "Submit"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:309
-msgid "Vocation"
-msgstr "Специальность"
+#: include/class_MultiSelectWindow.inc:456
+msgid ""
+"Error: The requested subtree has an inconsistent DN encoding, check your "
+"LDAP!"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:313
-msgid "Unit description"
-msgstr "Описание подразделения"
+#: include/class_password-methods-kerberos.inc:44
+msgid ""
+"Warning: Can't set kerberos password. Your PHP version has no kerberos "
+"support, password has not been changed."
+msgstr ""
+"Предупреждение: не удается создать пароль Kerberos. В вашей установке PHP "
+"нет поддержки Kerberos, пароль не был изменен."
 
 
-#: plugins/personal/generic/generic.tpl:321
-msgid "Subject area"
-msgstr "Область деятельности"
+#: include/class_password-methods-kerberos.inc:53
+msgid "Kerberos database communication failed!"
+msgstr "Ошибка подключения к базе данных Kerberos!"
 
 
-#: plugins/personal/generic/generic.tpl:329
-msgid "Functional title"
-msgstr "Ð\94олжноÑ\81Ñ\82Ñ\8c"
+#: include/class_password-methods-kerberos.inc:60
+msgid "Changing password in kerberos database failed!"
+msgstr "Ð\9eÑ\88ибка Ñ\81менÑ\8b Ð¿Ð°Ñ\80олÑ\8f Ð² Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Kerberos!"
 
 
-#: plugins/personal/generic/generic.tpl:336
-msgid "Role"
-msgstr "Роль"
+#: include/class_password-methods-sha.inc:50
+msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:348
-msgid "Person locality"
-msgstr "Местоположение сотрудника"
+#: include/class_password-methods-ssha.inc:51
+msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
+msgstr ""
 
 
-#: plugins/personal/generic/generic.tpl:356
-msgid "Unit"
-msgstr "Подразделение"
+#: include/class_password-methods.inc:167
+#, php-format
+msgid "Setting the password failed. LDAP server says '%s'."
+msgstr "Ошибка при установке пароля. Ответ LDAP-сервера: \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:363
-msgid "Street"
-msgstr "Улица"
+#: include/class_password-methods.inc:183 include/class_plugin.inc:589
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:369
-#: plugins/addons/addressbook/address_edit.tpl:158
-#: plugins/addons/addressbook/address_info.tpl:70 html/getxls.php:174
-msgid "Postal code"
-msgstr "Почтовый индекс"
+#: include/class_password-methods.inc:204
+msgid ""
+"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+msgstr ""
+"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba."
 
 
-#: plugins/personal/generic/generic.tpl:375
-msgid "House identifier"
-msgstr "Номер дома"
+#: include/class_plugin.inc:404
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:397
-msgid "Please use the phone tab"
-msgstr "Воспользуйтесь закладкой \"Телефон\""
+#: include/class_plugin.inc:555
+#, php-format
+msgid ""
+"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:410
-msgid "Last delivery"
-msgstr "Последняя доставка"
+#: include/class_plugin.inc:623
+#, php-format
+msgid ""
+"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
 
 
-#: plugins/personal/generic/generic.tpl:417
-msgid "Public visible"
-msgstr "Видимый всем"
+#: include/class_plugin.inc:931
+#, php-format
+msgid "Object '%s' is already tagged"
+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."
+#: include/class_plugin.inc:938
+#, php-format
+msgid "Adding tag (%s) to object '%s'"
 msgstr ""
 msgstr ""
-"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите "
-"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной "
-"схемой."
 
 
-#: plugins/personal/generic/generic_picture.tpl:27
-#: plugins/personal/generic/paste_generic.tpl:52
-msgid "Remove picture"
-msgstr "Удалить изображение"
+#: include/class_plugin.inc:952 include/class_plugin.inc:981
+msgid "Handle object tagging failed"
+msgstr ""
 
 
-#: plugins/personal/generic/paste_generic.tpl:1
-#, fuzzy
-msgid "User settings"
-msgstr "Почтовые настройки пользователя"
+#: include/class_plugin.inc:968
+#, php-format
+msgid "Removing tag from object '%s'"
+msgstr ""
 
 
-#: plugins/personal/generic/paste_generic.tpl:23
-#, fuzzy
-msgid "Clear password"
-msgstr "Новый пароль"
+#: include/class_pluglist.inc:116
+msgid ""
+"Your gosa.conf information has changed partly. Please convert it using the "
+"contributed script fix_config.sh!"
+msgstr ""
+"Ваш конфигурационный файл gosa.conf был частично изменен. Пожалуйста, "
+"сконвертиуйте его используя скрипт fix_config.sh"
 
 
-#: plugins/personal/generic/paste_generic.tpl:24
+#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
+#: include/class_pluglist.inc:230
 #, fuzzy
 #, fuzzy
-msgid "Set new password"
-msgstr "Изменить пароль"
+msgid "Unknown"
+msgstr "состояние неизвестно"
 
 
-#: plugins/personal/generic/paste_generic.tpl:47
-#, fuzzy
-msgid "User picture"
-msgstr "Изображение"
+#: include/class_ppdManager.inc:13
+#, php-format
+msgid "PPD manager : The specified path '%s' doesn't exists."
+msgstr ""
 
 
-#: plugins/personal/generic/main.inc:107
-msgid "You are not allowed to set your password!"
-msgstr "Вам не разрешено менять пароль."
+#: include/class_ppdManager.inc:144
+#, php-format
+msgid "Specified ppd file '%s' can't be opened for reading."
+msgstr ""
 
 
-#: plugins/personal/generic/main.inc:191
-msgid "Generic user information"
-msgstr "Общая информация о пользователе"
+#: include/class_ppdManager.inc:146
+#, php-format
+msgid "The required tmp file file '%s' can't be opened for writing."
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:8
-msgid "Standard certificate"
-msgstr "Стандартный сертификат"
+#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
 
 
-#: plugins/personal/generic/generic_certs.tpl:28
-msgid "S/MIME certificate"
-msgstr "Сертификат S/MIME"
+#: include/class_ppdManager.inc:178
+#, fuzzy
+msgid "Nested groups are not supported!"
+msgstr ""
+"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
 
-#: plugins/personal/generic/generic_certs.tpl:48
-msgid "PKCS12 certificate"
-msgstr "Сертификат PKCS12"
+#: include/class_ppdManager.inc:182
+#, fuzzy
+msgid "Group name not unique!"
+msgstr "Группа"
 
 
-#: plugins/personal/generic/generic_certs.tpl:65
-msgid "Certificate serial number"
-msgstr "Серийный номер сертификата"
+#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
+msgid "Symbol values are not supported yet!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/intranet.tpl:3
-#, fuzzy
-msgid "Intranet account"
-msgstr "Создать телефонный аккаунт"
+#: include/class_ppdManager.inc:212
+msgid "Nested options are not supported!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:10
-msgid "Proxy account"
-msgstr "Аккаунт Proxy"
+#: include/class_ppdManager.inc:237
+msgid "PickMany is not supported yet!"
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:18
-msgid "Filter unwanted content (i.e. pornographic or violence related)"
+#: include/class_ppdManager.inc:318
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 msgstr ""
-"Фильтровать нежелательное содержимое (например, порнографическое или "
-"связанное с насилием)"
 
 
-#: plugins/personal/connectivity/proxy.tpl:24
-msgid "Limit proxy access to working time"
-msgstr "Ограничить доступ к прокси рабочим временем"
+#: include/class_tabs.inc:190
+#, php-format
+msgid "Delete process has been canceled by plugin '%s': %s"
+msgstr ""
 
 
-#: plugins/personal/connectivity/proxy.tpl:69
-msgid "Restrict proxy usage by quota"
-msgstr "Ограничить квотой использование прокси"
+#: include/functions.inc:299
+#, fuzzy, php-format
+msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
+msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/connectivity/proxy.tpl:86
-msgid "per"
-msgstr "per"
+#: include/functions.inc:316
+#, php-format
+msgid "User login failed. LDAP server said '%s'."
+msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/connectivity/pptp.tpl:3
-#, fuzzy
-msgid "PPTP account"
-msgstr "Аккаунт FTP"
+#: include/functions.inc:337
+msgid "Username / UID is not unique. Please check your LDAP database."
+msgstr ""
+"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:4
-msgid "FTP account"
-msgstr "Аккаунт FTP"
+#: include/functions.inc:469
+msgid ""
+"Error while adding a lock. Parameters are not set correctly, please check "
+"the source!"
+msgstr "Ошибка при создании блокировки. Заданные параметры некорректны."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:15
-#: plugins/admin/systems/glpi_devices.tpl:596
-msgid "Bandwidth"
-msgstr "Пропускная способность"
+#: include/functions.inc:479
+#, php-format
+msgid ""
+"Can't set locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf! LDAP server says '%s'."
+msgstr ""
+"Не удается создать блокировку в базе данных LDAP. Проверьте, раздел config в "
+"файле gosa.conf! Ответ сервера: %s"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:19
-msgid "Upload bandwidth"
-msgstr "Пропускная способность (на сервер)"
+#: include/functions.inc:494
+#, php-format
+msgid "Adding a lock failed. LDAP server says '%s'."
+msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:20
-#: plugins/personal/connectivity/pureftpd.tpl:24
-msgid "kb/s"
-msgstr "Ð\9aб/Ñ\81"
+#: include/functions.inc:520
+#, php-format
+msgid "Removing a lock failed. LDAP server says '%s'."
+msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ñ\83далении Ð±Ð»Ð¾ÐºÐ¸Ñ\80овки. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:23
-msgid "Download bandwidth"
-msgstr "Пропускная способность (с сервера)"
+#: include/functions.inc:550
+#, fuzzy
+msgid ""
+"Getting the lock from LDAP failed. Parameters are not set correctly, please "
+"check the source!"
+msgstr "Ошибка при чтении блокировки. Заданные параметры некорректны."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:35
-msgid "Quota"
-msgstr "Квота"
+#: include/functions.inc:560
+msgid ""
+"Can't get locking information in LDAP database. Please check the 'config' "
+"entry in gosa.conf!"
+msgstr ""
+"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config"
+"\" в файле gosa.conf!"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:39
-msgid "Files"
-msgstr "Файлы"
+#: include/functions.inc:568
+msgid ""
+"Found multiple locks for object to be locked. This should not be possible - "
+"cleaning up multiple references."
+msgstr ""
+"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не "
+"должно, проверьте работу LDAP."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:43
-#: plugins/addons/mailqueue/contents.tpl:54
-#: plugins/admin/systems/glpi_devices.tpl:293
-#: plugins/admin/systems/glpi_devices.tpl:420
-#: plugins/admin/systems/glpi_devices.tpl:485
-msgid "Size"
-msgstr "Размер"
+#: include/functions.inc:654
+#, php-format
+msgid "The size limit of %d entries is exceed!"
+msgstr "Найдено более %d объектов."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:54
-msgid "Ratio"
-msgstr "Отношение"
+#: include/functions.inc:656
+#, php-format
+msgid ""
+"Set the new size limit to %s and show me this message if the limit still "
+"exceeds"
+msgstr ""
+"Установить новое значение лимита в %s и показать мне это сообщение если "
+"лимит будет исчерпан."
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:58
-msgid "Uploaded / downloaded files"
-msgstr "Ð\97агÑ\80Ñ\83зка Ð½Ð° Ñ\81еÑ\80веÑ\80 / Ñ\81 Ñ\81еÑ\80веÑ\80а"
+#: include/functions.inc:668 plugins/admin/fai/faiPackage.tpl:73
+msgid "Configure"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Check to disable FTP Access"
-msgstr "Ð\9eÑ\82меÑ\82Ñ\8cÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð´Ð¾Ñ\81Ñ\82Ñ\83п Ðº FTP"
+#: include/functions.inc:673
+msgid "incomplete"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
 
-#: plugins/personal/connectivity/pureftpd.tpl:71
-msgid "Temporary disable FTP access"
-msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð´Ð¾Ñ\81Ñ\82Ñ\83п Ðº FTP"
+#: include/functions.inc:1116 include/functions.inc:1310
+msgid "LDAP error:"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: plugins/personal/connectivity/phpgw.tpl:3
-msgid "PHPGroupware account"
-msgstr "Учетная запись Groupware"
+#: include/functions.inc:1117
+msgid ""
+"Problems with the LDAP server mean that you probably lost the last changes. "
+"Please check your LDAP setup for possible errors and try again."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:6
-msgid "WebDAV"
-msgstr "WebDAV"
+#: include/functions.inc:1125
+msgid ""
+"Please check your input and fix the error. Press 'OK' to close this message "
+"box."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:83
-#, fuzzy
-msgid "Removing webDAV account failed"
-msgstr "Удалить телефонный аккаунт"
+#: include/functions.inc:1134
+msgid "An error occured while processing your request"
+msgstr ""
+
+#: include/functions.inc:1138 include/functions_setup.inc:254
+msgid "OK"
+msgstr "OK"
 
 
-#: plugins/personal/connectivity/class_webdavAccount.inc:128
+#: include/functions.inc:1199
 #, fuzzy
 #, fuzzy
-msgid "Saving webDAV account failed"
-msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c WebDAV"
+msgid "Continue anyway"
+msgstr "Ð\9fÑ\80одолжиÑ\82Ñ\8c"
 
 
-#: plugins/personal/connectivity/kolab.tpl:3
-#: plugins/personal/connectivity/kolab.tpl:19
+#: include/functions.inc:1201
 #, fuzzy
 #, fuzzy
-msgid "Kolab account"
-msgstr "Ð\9cоÑ\8f Ñ\83Ñ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c"
+msgid "Edit anyway"
+msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
 
 
-#: plugins/personal/connectivity/kolab.tpl:4
+#: include/functions.inc:1203
+#, php-format
 msgid ""
 msgid ""
-"The kolab account is currently disabled. It's features can be adjusted if "
-"you add a mail account."
+"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 ""
+"Вы собираетесь редактировать запись LDAP \"%s\", которая используется \"%s"
+"\". Пожалуйста, обратитесь к пользователю и уточните отношения."
 
 
-#: plugins/personal/connectivity/kolab.tpl:25
-#, fuzzy
-msgid "Delegations"
-msgstr "Назначение"
+#: include/functions.inc:1492
+msgid "Entries per page"
+msgstr ""
 
 
-#: plugins/personal/connectivity/kolab.tpl:38
-#, fuzzy
-msgid "Mail size"
-msgstr "Размер квоты"
+#: include/functions.inc:1520
+msgid "Apply filter"
+msgstr ""
 
 
-#: plugins/personal/connectivity/kolab.tpl:39
-msgid "No mail size restriction for this account"
+#: include/functions.inc:1794
+msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
+msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789"
+
+#: include/functions.inc:1837
+#, php-format
+msgid "GOsa development snapshot (Rev %s)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:47
-#, fuzzy
-msgid "Free Busy information"
-msgstr "Общая информация о пользователе"
+#: include/functions_dns.inc:169
+#, php-format
+msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
+msgstr ""
 
 
-#: plugins/personal/connectivity/kolab.tpl:50
-#: plugins/admin/systems/servRepositorySetup.tpl:24
-msgid "URL"
+#: include/functions_dns.inc:174
+#, php-format
+msgid ""
+"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
+"zone."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:54
-msgid "Future"
+#: include/functions_dns.inc:610
+#, php-format
+msgid ""
+"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/kolab.tpl:55
-#: plugins/personal/connectivity/oxchange.tpl:26
-#: plugins/personal/connectivity/oxchange.tpl:30
-#, fuzzy
-msgid "days"
-msgstr "день"
+#: include/functions_helpviewer.inc:43
+#, fuzzy, php-format
+msgid "XML error in guide.xml: %s at line %d"
+msgstr "Ошибка XML в gosa.conf: %s в строке %d"
 
 
-#: plugins/personal/connectivity/kolab.tpl:60
-msgid "Invitation policy"
+#: include/functions_helpviewer.inc:84
+msgid "No help available for this plugin."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid "Open-Xchange Account"
+#: include/functions_helpviewer.inc:385
+#, php-format
+msgid "%s results for your search with the keyword %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:2
-msgid ""
-"disabled, no Postgresql support detected. Or the specified database can't be "
-"reached"
+#: include/functions_helpviewer.inc:459
+#, php-format
+msgid "%s%% hit rate in file %s"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:10
-#, fuzzy
-msgid "Open-Xchange account"
-msgstr "Удалить телефонный аккаунт"
+#: include/functions_setup.inc:84
+msgid "Can't get schema information from server. No schema check possible!"
+msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:21
-#, fuzzy
-msgid "Remember"
-msgstr "Декабрь"
+#: include/functions_setup.inc:99
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
+"setup"
+msgstr ""
+"Необязательный класс объектов \"%s\", нужный для модуля \"%s\", отсутствует "
+"в установке LDAP."
 
 
-#: plugins/personal/connectivity/oxchange.tpl:25
-msgid "Appointment Days"
+#: include/functions_setup.inc:103
+#, php-format
+msgid ""
+"Optional objectclass '%s' required by plugin '%s' does not have version %s"
 msgstr ""
 msgstr ""
+"У необязательного класса объектов \"%s\", нужного для модуля \"%s\", версия "
+"не %s"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:29
-msgid "Task Days"
+#: include/functions_setup.inc:108
+#, fuzzy, php-format
+msgid "Support for '%s' enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:118
+#, php-format
+msgid "Required objectclass '%s' is not present in LDAP setup"
+msgstr "Обязательный класс объектов \"%s\" отсутствует в установке LDAP."
+
+#: include/functions_setup.inc:122
+#, php-format
+msgid "Required objectclass '%s' does not have version %s"
+msgstr "У обязательного класса объектов \"%s\" версия не %s"
+
+#: include/functions_setup.inc:133
+#, fuzzy
+msgid "SAMBA 3 support disabled, no schema seems to be installed"
+msgstr "Поддержка Samba 3 отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:138
+msgid "SAMBA 3 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/oxchange.tpl:41
+#: include/functions_setup.inc:143
 #, fuzzy
 #, fuzzy
-msgid "User Information"
-msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f"
+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!"
 
 
-#: plugins/personal/connectivity/oxchange.tpl:45
-msgid "User Timezone"
+#: include/functions_setup.inc:148
+msgid "SAMBA 2 support enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/glpi.tpl:1
+#: include/functions_setup.inc:154
 #, fuzzy
 #, fuzzy
-msgid "GLPI account"
-msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
+msgid "Support for pureftp disabled, no schema seems to be installed"
+msgstr "Ð\9fоддеÑ\80жка PureFTP Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:5
-#: plugins/generic/references/class_reference.inc:32
-msgid "Proxy"
-msgstr "Прокси-сервер"
+#: include/functions_setup.inc:159
+msgid "Support for pureftp enabled"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "KB"
-msgstr "Kb"
+#: include/functions_setup.inc:164
+#, fuzzy
+msgid "Support for WebDAV disabled, no schema seems to be installed"
+msgstr "Поддержка WebDAV отключена, не все схемы установлены!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:95
-msgid "GB"
-msgstr "Gb"
+#: include/functions_setup.inc:169
+msgid "Support for WebDAV enabled"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-#: plugins/addons/mailqueue/class_mailqueue.inc:323
-msgid "hour"
-msgstr "час"
+#: include/functions_setup.inc:174
+#, fuzzy
+msgid "Support for phpgroupware disabled, no schema seems to be installed"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "day"
-msgstr "день"
+#: include/functions_setup.inc:179
+#, fuzzy
+msgid "Support for phpgroupware enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "week"
-msgstr "неделя"
+#: include/functions_setup.inc:184
+#, fuzzy
+msgid "Support for trustAccount disabled, no schema seems to be installed"
+msgstr "Поддержка Gofon отключена, не все схемы установлены!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:96
-msgid "month"
-msgstr "месяц"
+#: include/functions_setup.inc:189
+#, fuzzy
+msgid "Support for trustAccount enabled"
+msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:172
+#: include/functions_setup.inc:194
 #, fuzzy
 #, fuzzy
-msgid "Removing proxy account failed"
-msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c POSIX"
+msgid "Support for gofon disabled, no schema seems to be installed"
+msgstr "Ð\9fоддеÑ\80жка Gofon Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:188
-msgid "Numerical value for Quota Setting is empty."
+#: include/functions_setup.inc:199
+msgid "Support for gofon enabled"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:191
+#: include/functions_setup.inc:204
 #, fuzzy
 #, fuzzy
-msgid "Numerical value for Quota Setting is not valid."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9aвоÑ\82а\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+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!"
 
 
-#: plugins/personal/connectivity/class_proxyAccount.inc:272
+#: include/functions_setup.inc:209
 #, fuzzy
 #, fuzzy
-msgid "Saving proxy account failed"
-msgstr "Ð\90ккаÑ\83нÑ\82 Proxy"
+msgid "Support for nagios enabled"
+msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: plugins/personal/connectivity/opengw.tpl:1
+#: include/functions_setup.inc:214
 #, fuzzy
 #, fuzzy
-msgid "Opengroupware"
-msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Groupware"
+msgid "Support for netatalk disabled, no schema seems to be installed"
+msgstr "Ð\9fоддеÑ\80жка Gofon Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: plugins/personal/connectivity/opengw.tpl:8
+#: include/functions_setup.inc:219
 #, fuzzy
 #, fuzzy
-msgid "Location team"
-msgstr "Ð\9cеÑ\81Ñ\82оположение"
+msgid "Support for netatalk enabled"
+msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
 
 
-#: plugins/personal/connectivity/opengw.tpl:21
+#: include/functions_setup.inc:229
 #, fuzzy
 #, fuzzy
-msgid "Template user"
-msgstr "Шаблон"
+msgid ""
+"Support for Kolab disabled, no schema seems to be installed, setting mail-"
+"method to cyrus"
+msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+
+#: include/functions_setup.inc:236
+msgid "Support for Kolab enabled"
+msgstr ""
+
+#: include/functions_setup.inc:257
+msgid "Ignored"
+msgstr "Пропуск"
+
+#: include/functions_setup.inc:259
+msgid "Failed"
+msgstr "Ошибка"
+
+#: include/functions_setup.inc:276
+msgid "PHP setup inspection"
+msgstr "Проверка конфигурации PHP"
+
+#: include/functions_setup.inc:278
+msgid "Checking for PHP version (>=4.1.0)"
+msgstr "Проверка версии PHP (>=4.1.0)"
 
 
-#: plugins/personal/connectivity/opengw.tpl:34
-#: plugins/admin/systems/class_workstationGeneric.inc:111
-#: plugins/admin/systems/class_servGeneric.inc:52
-#: plugins/admin/ogroups/class_termgroup.inc:48
-msgid "Locked"
+#: include/functions_setup.inc:279
+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, так как в ней "
+"реализованы некоторые новые функции и исправлены некоторые ошибки."
 
 
-#: plugins/personal/connectivity/opengw.tpl:49
-msgid "Teams"
+#: include/functions_setup.inc:282
+msgid "Checking if register_globals is set to 'off'"
+msgstr "Проверка значения параметра register_globals (должно быть: off)"
+
+#: include/functions_setup.inc:283
+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 ""
+"register_globals - механизм PHP, позволяющий делать все глобальные "
+"переменные доступными из сценария без смены области действия. Это может быть "
+"нарушением безопасности. Тем не менее, GOsa будет работать в любом случае."
 
 
-#: plugins/personal/connectivity/webdav.tpl:3
-msgid "WebDAV account"
-msgstr "Учетная запись WebDAV"
+#: include/functions_setup.inc:286
+msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:26
-msgid "PPTP"
+#: include/functions_setup.inc:287
+msgid ""
+"PHP uses this value for the garbage collector to delete old sessions, "
+"setting this value to one day will prevent loosing session and cookie  "
+"before they really timeout."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:98
-#, fuzzy
-msgid "Removing PPTP account failed"
-msgstr "Удалить настройки эл. почты"
+#: include/functions_setup.inc:290
+msgid "Checking for ldap module"
+msgstr "Проверка модуля ldap"
+
+#: include/functions_setup.inc:291
+msgid "This is the main module used by GOsa and therefore really required."
+msgstr "Основной модуль, используемый GOsa, и поэтому обязательный."
 
 
-#: plugins/personal/connectivity/class_pptpAccount.inc:143
+#: include/functions_setup.inc:294
 #, fuzzy
 #, fuzzy
-msgid "Saving PPTP account failed"
-msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
+msgid "Checking for XML functions"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
 
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:14
-msgid "Intranet"
+#: include/functions_setup.inc:295
+msgid "XML functions are required to parse the configuration file."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_intranetAccount.inc:115
-#, fuzzy
-msgid "Removing intranet account failed"
-msgstr "Удалить настройки эл. почты"
-
-#: plugins/personal/connectivity/class_intranetAccount.inc:170
-#, fuzzy
-msgid "Saving intranet account failed"
-msgstr "Создать телефонный аккаунт"
+#: include/functions_setup.inc:298
+msgid "Checking for gettext support"
+msgstr "Проверка поддержки gettext"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:5
-msgid "PHPGroupware"
-msgstr "PHPGroupware"
+#: include/functions_setup.inc:299
+msgid "Gettext support is required for internationalized GOsa."
+msgstr "Необходима для локализованных версий GOsa."
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:86
+#: include/functions_setup.inc:302
 #, fuzzy
 #, fuzzy
-msgid "Removing PHPgw account failed"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+msgid "Checking for iconv support"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
 
 
-#: plugins/personal/connectivity/class_phpgwAccount.inc:131
-msgid "Saving PHPgw account failed"
+#: include/functions_setup.inc:303
+msgid ""
+"This module is used by GOsa to convert samba munged dial informations and is "
+"therefore required."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/phpscheduleit.tpl:3
-#, fuzzy
-msgid "PHPscheduleit account"
-msgstr "Учетная запись Groupware"
+#: include/functions_setup.inc:306
+msgid "Checking for mhash module"
+msgstr "Проверка модуля mhash"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:5
-msgid "Kolab"
+#: include/functions_setup.inc:307
+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 будет работать и без этого модуля."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:130
-#, fuzzy
+#: include/functions_setup.inc:310
+msgid "Checking for imap module"
+msgstr "Проверка модуля IMAP"
+
+#: include/functions_setup.inc:311
 msgid ""
 msgid ""
-"You're trying to add an invalid email address to the list of delegations."
+"The IMAP module is needed to communicate with the IMAP server. It gets "
+"status informations, creates and deletes mail users."
 msgstr ""
 msgstr ""
-"Ð\92Ñ\8b Ð¿Ñ\8bÑ\82аеÑ\82еÑ\81Ñ\8c Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ðº Ñ\81пиÑ\81кÑ\83 Ñ\82еÑ\85, "
-"комÑ\83 Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿ÐµÑ\80еÑ\81Ñ\8bлаÑ\82Ñ\8cÑ\81Ñ\8f Ñ\81ообÑ\89ениÑ\8f."
+"ЭÑ\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елей."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:138
-#, fuzzy
-msgid ""
-"The mail address you're trying to add is no primary mail address of an "
-"existing user."
-msgstr "Добавляемый вами адрес уже используется пользователем"
+#: include/functions_setup.inc:314
+msgid "Checking for getacl in imap"
+msgstr "Проверка использования getacl в IMAP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:165
-msgid "Always accept"
+#: include/functions_setup.inc:315
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:166
-msgid "Always reject"
+#: include/functions_setup.inc:318
+msgid "Checking for mysql module"
+msgstr "Проверка модуля mysql"
+
+#: include/functions_setup.inc:319
+msgid "MySQL support is needed for reading GOfax reports from databases."
 msgstr ""
 msgstr ""
+"Необходим для чтения отчетов о полученных факсимильных сообщениях из базы "
+"данных."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:167
-#, fuzzy
-msgid "Reject if conflicts"
-msgstr "В"
+#: include/functions_setup.inc:322
+msgid "Checking for cups module"
+msgstr "Проверка модуля cups"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:168
-msgid "Manual if conflicts"
+#: include/functions_setup.inc:323
+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."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:169
-#, fuzzy
-msgid "Manual"
-msgstr "Январь"
+#: include/functions_setup.inc:326
+msgid "Checking for kadm5 module"
+msgstr "Проверка модуля kadm5"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:219
-msgid "Anonymous"
+#: include/functions_setup.inc:327
+msgid ""
+"Managing users in kerberos requires the kadm5 module which is downloadable "
+"via PEAR network."
 msgstr ""
 msgstr ""
+"Чтобы управлять пользователями с помощью Kerberos, необходим модуль kadm5, "
+"который можно загрузить из сети PEAR."
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:280
-#, fuzzy, php-format
-msgid "Removing of user/kolab account with dn '%s' failed."
-msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Samba"
+#: include/functions_setup.inc:330
+#, fuzzy
+msgid "Checking for snmp Module"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f IMAP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:291
-msgid "The value specified as Free Busy future needs to be an integer."
+#: include/functions_setup.inc:331
+msgid ""
+"Simple Network Management Protocol (SNMP) is required for client monitoring."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:296
+#: include/functions_setup.inc:368
 #, fuzzy
 #, fuzzy
-msgid "The value specified as Free Busy Information URL is invalid."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "PHP detailed function inspection"
+msgstr "Ð\9fÑ\80овеÑ\80ка ÐºÐ¾Ð½Ñ\84игÑ\83Ñ\80аÑ\86ии PHP"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:310
-#, php-format
-msgid "The invitation policy entry for address '%s' is not valid."
-msgstr ""
+#: include/functions_setup.inc:372
+#, fuzzy, php-format
+msgid "Checking for function %s"
+msgstr "Проверка поддержки gettext"
 
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:318
+#: include/functions_setup.inc:373
 #, php-format
 #, php-format
-msgid "There's no mail user with address '%s' for your invitation policy!"
+msgid ""
+"The function %s is used by GOsa. There is no information if it's optional or "
+"required yet."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_kolabAccount.inc:398
-#, fuzzy, php-format
-msgid "Saving of user/kolab account with dn '%s' failed."
-msgstr "Моя учетная запись"
+#: include/functions_setup.inc:384
+msgid "Checking for some additional programms"
+msgstr "Проверка дополнительных программ"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
-#: plugins/generic/references/class_reference.inc:34
-msgid "FTP"
-msgstr "FTP"
+#: include/functions_setup.inc:395
+#, fuzzy
+msgid "Checking for GraphicsMagick (>=1.1.2)"
+msgstr "Проверка ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:111
+#: include/functions_setup.inc:396
 #, fuzzy
 #, fuzzy
-msgid "Removing pureftpd account failed"
-msgstr "Удалить телефонный аккаунт"
+msgid ""
+"GraphicsMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagick используется для приведения изображений, полученных от "
+"пользователей, к заданным размерам и формату JPEG."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:154
-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но."
+#: include/functions_setup.inc:399
+msgid "Checking for ImageMagick (>=5.4.0)"
+msgstr "Ð\9fÑ\80овеÑ\80ка ImageMagick (>=5.4.0)"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:157
-msgid "Value specified as 'Download bandwidth' is not valid."
-msgstr "Значение поля \"Пропускная способность (с сервера)\" некорректно."
+#: include/functions_setup.inc:400
+msgid ""
+"ImageMagick is used to convert user supplied images to fit the suggested "
+"size and the unified JPEG format."
+msgstr ""
+"ImageMagick используется для приведения изображений, полученных от "
+"пользователей, к заданным размерам и формату JPEG."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:160
-msgid "Value specified as 'Files' is not valid."
-msgstr "Значение поля \"Файлы\" некорректно."
+#: include/functions_setup.inc:404
+#, fuzzy
+msgid "Checking imagick module for PHP"
+msgstr "Проверка модуля IMAP"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:163
-msgid "Value specified as 'Size' is not valid."
-msgstr "Значение поля \"Размер\" некорректно."
+#: include/functions_setup.inc:405
+#, fuzzy
+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_setup.inc:412
+msgid "Checking for fping utility"
+msgstr "Проверка утилиты fping"
+
+#: include/functions_setup.inc:413
+msgid ""
+"The fping utility is only used if you've got a thin client based terminal "
+"environment running."
+msgstr ""
+"Эта программа используется, только если вы работате с бездисковыми "
+"терминалами."
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:166
-msgid "Value specified as 'Ratio' is not valid."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\9eÑ\82ноÑ\88ение\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+#: include/functions_setup.inc:428
+msgid "Checking for a way to generate LM/NT password hashes"
+msgstr "Ð\9fÑ\80овеÑ\80ка Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾Ñ\81Ñ\82и Ñ\81озданиÑ\8f Ñ\85Ñ\8dÑ\88ей LM/NT Ð´Ð»Ñ\8f Ð¿Ð°Ñ\80олей"
 
 
-#: plugins/personal/connectivity/class_pureftpdAccount.inc:191
-msgid "Saving pureftpd account failed"
+#: include/functions_setup.inc:429
+msgid ""
+"In order to use SAMBA 2/3, you've to install some additional packages to "
+"generate password hashes."
 msgstr ""
 msgstr ""
+"Чтобы пользоваться Samba 2/3, вам нужно установить некоторые дополнительные "
+"программы для создания хэшей паролей."
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
-msgid "Open-Xchange"
+#: include/functions_setup.inc:442
+msgid "php.ini check -> session.auto_register"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:734
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:832
-#, fuzzy
-msgid "Couldn't connect to postgresql database!"
-msgstr "Невозможно подключиться к серверу базы данных!"
-
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:738
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:836
-msgid "Needed parameters for openexchange connectivity plugin are missing!"
+#: include/functions_setup.inc:443
+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 ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:742
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:840
-#, fuzzy
-msgid "PHP4 module for postgresql database is missing!"
-msgstr "Невозможно выполнить запрос к базе данных журналов!"
+#: include/functions_setup.inc:446
+msgid "php.ini check -> implicit_flush"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:751
-msgid "Removing of oxchange addressbook failed"
+#: include/functions_setup.inc:447
+msgid ""
+"This option influences the Output handling. Turn this Option off, to "
+"increase performance."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:759
-#, fuzzy
-msgid "Removing oxchange account failed"
-msgstr "Удалить телефонный аккаунт"
+#: include/functions_setup.inc:454
+msgid "php.ini check -> max_execution_time"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:820
+#: include/functions_setup.inc:455
 msgid ""
 msgid ""
-"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
-"that you are not using any strange characters in the loginname."
+"The Execution time should be at least 30 seconds, because some actions may "
+"consume more time."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:853
-msgid "Saving of oxchange account failed"
+#: include/functions_setup.inc:462
+msgid "php.ini check -> memory_limit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_oxchangeAccount.inc:860
-msgid "Creating oxchange addressbook tree failed"
+#: include/functions_setup.inc:463
+msgid ""
+"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
+"Increase it for larger setups."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:6
-#, fuzzy
-msgid "Opengroupware account"
-msgstr "Учетная запись Groupware"
+#: include/functions_setup.inc:467
+msgid "php.ini check -> expose_php"
+msgstr ""
 
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:153
+#: include/functions_setup.inc:468
 msgid ""
 msgid ""
-"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
-"perform any database queries."
+"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 ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:158
-msgid ""
-"OpenGroupware: Missing database configuration for opengroupware. Can't get "
-"or set any informations."
+#: include/functions_setup.inc:472
+msgid "php.ini check -> magic_quotes_gpc"
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_opengwAccount.inc:166
+#: include/functions_setup.inc:473
 msgid ""
 msgid ""
-"OpenGroupware: Can't connect to specified database. Please check given "
-"configuration twice."
+"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
+"escape all quotes in strings in this case."
 msgstr ""
 
 msgstr ""
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
-#, fuzzy
-msgid "PHPscheduleit"
-msgstr "Учетная запись Groupware"
-
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:89
-#, fuzzy
-msgid "Removing PHPscheduleit account failed"
-msgstr "Учетная запись Groupware"
+#: include/functions_setup.inc:720 include/functions_setup.inc:831
+msgid ""
+"Can't connect to the specified LDAP server! Please make sure that is "
+"reachable for GOsa."
+msgstr ""
+"Не удается подключиться к указанному LDAP-серверу! Убедитесь, что он "
+"доступен GOsa."
 
 
-#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:132
+#: include/functions_setup.inc:734
 #, fuzzy
 #, fuzzy
-msgid "Saving PHPscheduleit account failed"
-msgstr "Учетная запись Groupware"
-
-#: plugins/personal/connectivity/class_connectivity.inc:65
-msgid "This account has no connectivity extensions."
-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:37
-#: plugins/admin/fai/class_faiSummaryTab.inc:334
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
-#: plugins/admin/systems/workstationService.tpl:42
-#: plugins/admin/systems/workstationService.tpl:120
-#: plugins/admin/systems/servnfs.tpl:47
-#: plugins/admin/systems/terminalService.tpl:42
-#: plugins/admin/systems/terminalService.tpl:120
-#: plugins/admin/systems/glpi_devices.tpl:427
-#: plugins/admin/systems/glpi_devices.tpl:492
-#: plugins/admin/systems/glpi_devices.tpl:542
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
-#: plugins/gofon/conference/generic.tpl:22 include/php_setup.inc:136
-msgid "Type"
-msgstr "Тип"
-
-#: plugins/gofax/blocklists/generic.tpl:39
-msgid "Select wether to filter incoming or outgoing calls"
-msgstr "Выберите, нужно ли фильтровать входящие или исходящие звонки"
-
-#: plugins/gofax/blocklists/generic.tpl:48
-msgid "Descriptive text for this blocklist"
-msgstr "Описание стоп-листа"
-
-#: plugins/gofax/blocklists/generic.tpl:61
-msgid "Blocked numbers"
-msgstr "Блокируемые номера"
-
-#: plugins/gofax/blocklists/generic.tpl:77
-msgid "Numbers can also contain wild cards."
-msgstr "Вместо точных номеров можно использовать шаблоны."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
-msgid "FAX Blocklists"
-msgstr "Стоп-лист номеров (факсы)"
+msgid ""
+"Can't bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
+msgstr ""
+"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
+"доступен GOsa."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:172
+#: include/functions_setup.inc:792
 #, php-format
 #, php-format
-msgid "You're about to delete the blocklist '%s'."
-msgstr "Вы собираетесь удалить стоп-лист '%s'."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:189
-msgid "You have no permission to remove this blocklist."
-msgstr "У вас недостаточно прав для удаления этого стоп-листа."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:204
-msgid "Please specify a valid phone number."
-msgstr "Укажите корректный номер телефона."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "send"
-msgstr "отправка"
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:292
-msgid "receive"
-msgstr "получение"
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:395
-msgid "Removing blocklist object failed"
+msgid ""
+"You're missing the required attribute '%s' from this formular. Please "
+"complete!"
 msgstr ""
 msgstr ""
+"Вы не заполнили обязательное поле \"%s\". Пожалуйста, заполните форму "
+"целиком."
 
 
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:436
-msgid "You have no permissions to create a blocklist on this 'Base'."
-msgstr "У вас недостаточно прав для создания стоп-листа в этой ветке."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:442
-#: plugins/admin/departments/class_departmentGeneric.inc:232
-msgid "Required field 'Name' is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:445
-msgid "Required field 'Name' contains invalid characters"
-msgstr "Значение поля 'Имя' содержит недопустимые символы."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:452
-msgid "Specified name is already used."
-msgstr "Указанное имя уже используется."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:459
-msgid "No permission to create a blocklist on this base."
-msgstr "Недостаточно прав для создания стоп-листа в этой ветке."
-
-#: plugins/gofax/blocklists/class_blocklistManagement.inc:507
-msgid "Saving blocklist object failed"
+#: include/functions_setup.inc:836
+msgid "Can't set ldap protocol version 3."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
-msgid "List of blocklists"
-msgstr "Стоп-листы"
-
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+#: include/functions_setup.inc:841
 #, fuzzy
 msgid ""
 #, 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."
+"Could not bind to the specified LDAP server! Please make sure that it is "
+"reachable for GOsa."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
-
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
-#, fuzzy
-msgid "Blocklist name"
-msgstr "Управление \"черными списками\""
-
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
-#: plugins/addons/addressbook/contents.tpl:42
-#: plugins/admin/fai/class_divListFai.inc:60
-#: plugins/admin/groups/class_divListGroup.inc:51
-#: plugins/admin/users/class_divListUsers.inc:52
-#: plugins/admin/applications/class_divListApplication.inc:45
-#: plugins/admin/departments/class_divListDepartment.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:58
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:188
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:203
-#: plugins/admin/ogroups/class_divListOGroup.inc:54
-#: plugins/gofon/macro/class_divListMacros.inc:48
-#: plugins/gofon/conference/class_divListConferences.inc:49
-msgid "Actions"
-msgstr "Действия"
-
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Select to see send blocklists"
-msgstr "Выберите, чтобы просмотреть стоп-листы (отправка)"
+"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
+"доступен GOsa."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
-msgid "Show send blocklists"
-msgstr "Показать стоп-листы отправки"
+#: include/functions_setup.inc:924
+msgid ""
+"Can't read schema informations, GOsa needs to know your schema setup. Please "
+"verify that it is readable for GOsa"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Select to see receive blocklists"
-msgstr "Выберите, чтобы просмотреть стоп-листы (получение)"
+#: include/functions_setup.inc:933
+#, php-format
+msgid "Can't log into LDAP server. Reason was: %s."
+msgstr "Невозможно зарегистрироваться на LDAP-сервере. Причина: %s."
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
-msgid "Show receive blocklists"
-msgstr "Показать стоп-листы получения"
+#: include/functions_setup.inc:1112
+#, fuzzy
+msgid ""
+"User and/or group could not be created, please check your configuration "
+"twice !"
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
-#: plugins/admin/groups/class_divListGroup.inc:62
-#: plugins/admin/users/class_divListUsers.inc:63
-#: plugins/admin/applications/class_divListApplication.inc:48
-#: plugins/admin/departments/class_divListDepartment.inc:46
-#: plugins/admin/systems/class_divListSystem.inc:71
-#: plugins/admin/ogroups/ogroup_objects.tpl:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:69
-#: plugins/gofon/macro/class_divListMacros.inc:51
-#: plugins/gofon/conference/class_divListConferences.inc:52
+#: include/php_setup.inc:71
+msgid "Generating this page caused the PHP interpreter to raise some errors!"
+msgstr ""
+
+#: include/php_setup.inc:76
 #, fuzzy
 #, fuzzy
-msgid "Select to search within subtrees"
-msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
+msgid "PHP error"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
-msgid "Regular expression for matching list names"
-msgstr "Регулярное выражение, соответствующее именам списков"
+#: include/php_setup.inc:87
+msgid "class"
+msgstr ""
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+#: include/php_setup.inc:93
 #, fuzzy
 #, fuzzy
-msgid "Create new blocklist"
-msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
+msgid "function"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
+#: include/php_setup.inc:98
 #, fuzzy
 #, fuzzy
-msgid "New Blocklist"
-msgstr "\"Черные списки\""
+msgid "static"
+msgstr "Состояние"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
+#: include/php_setup.inc:102
 #, fuzzy
 #, fuzzy
-msgid "Submit department"
-msgstr "Показать подразделения"
+msgid "method"
+msgstr "Почтовые настройки"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
-#: plugins/addons/godfs/class_dfsManagment.inc:218
-#: plugins/admin/fai/class_divListFai.inc:144
-#: plugins/admin/groups/class_divListGroup.inc:98
-#: plugins/admin/users/class_divListUsers.inc:101
-#: plugins/admin/applications/class_divListApplication.inc:95
-#: plugins/admin/departments/class_divListDepartment.inc:74
-#: plugins/admin/systems/class_divListSystem.inc:109
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_glpiSelectUser.inc:169
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: plugins/admin/ogroups/class_divListOGroup.inc:104
-#: plugins/gofon/macro/class_divListMacros.inc:78
-#: plugins/gofon/conference/class_divListConferences.inc:79
-#: include/class_MultiSelectWindow.inc:211
-msgid "Submit"
+#: include/php_setup.inc:135
+msgid "Trace"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/fai/class_faiScript.inc:249
-#: plugins/admin/fai/class_faiScript.inc:252
-#: plugins/admin/fai/class_faiTemplate.inc:245
-#: plugins/admin/fai/class_faiTemplate.inc:248
-#: plugins/admin/fai/class_faiHook.inc:271
-#: plugins/admin/fai/class_faiHook.inc:274
-#: plugins/admin/fai/class_divListFai.inc:213
-#: plugins/admin/fai/class_divListFai.inc:218
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/users/class_divListUsers.inc:184
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/systems/glpiPrinter.tpl:15
-#: plugins/admin/systems/glpiPrinter.tpl:25 plugins/admin/systems/glpi.tpl:15
-#: plugins/admin/systems/glpi.tpl:25 plugins/admin/systems/glpi.tpl:35
-#: plugins/admin/systems/class_divListSystem.inc:143
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/macro/class_divListMacros.inc:93
-#: plugins/gofon/conference/class_divListConferences.inc:94
+#: include/php_setup.inc:136 plugins/admin/fai/faiTemplateEntry.tpl:29
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:30
 #, fuzzy
 #, fuzzy
-msgid "edit"
-msgstr "Ð\98змениÑ\82Ñ\8c"
+msgid "File"
+msgstr "ФайлÑ\8b"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
-#: plugins/admin/users/class_divListUsers.inc:185
+#: include/php_setup.inc:136
 #, fuzzy
 #, fuzzy
-msgid "Edit user"
-msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
+msgid "Line"
+msgstr "в"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/addons/mailqueue/contents.tpl:93
-#: plugins/admin/fai/class_faiScript.inc:253
-#: plugins/admin/fai/class_faiTemplate.inc:249
-#: plugins/admin/fai/class_faiHook.inc:275
-#: plugins/admin/fai/class_divListFai.inc:220
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/users/class_divListUsers.inc:195
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:145
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:137
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/macro/class_divListMacros.inc:95
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
+#: include/php_setup.inc:136
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:200
+#: plugins/admin/fai/class_faiSummaryTab.inc:334
+#: plugins/admin/systems/glpi_devices.tpl:427
+#: plugins/admin/systems/glpi_devices.tpl:492
+#: plugins/admin/systems/glpi_devices.tpl:542
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:37
+#: plugins/admin/systems/servnfs.tpl:47
+#: plugins/admin/systems/terminalService.tpl:42
+#: plugins/admin/systems/terminalService.tpl:120
+#: plugins/admin/systems/workstationService.tpl:42
+#: plugins/admin/systems/workstationService.tpl:120
+#: plugins/gofax/blocklists/generic.tpl:37
+#: plugins/gofon/conference/generic.tpl:22
+msgid "Type"
+msgstr "Тип"
+
+#: include/php_setup.inc:137
 #, fuzzy
 #, fuzzy
-msgid "delete"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Arguments"
+msgstr "подÑ\80азделениÑ\8f"
 
 
-#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
-#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/addons/addressbook/address_edit.tpl:7
+msgid "Choose the department to store entry in"
+msgstr "Выбрать раздел, для хранения объекта"
+
+#: plugins/addons/addressbook/address_edit.tpl:24
+#: plugins/addons/addressbook/address_info.tpl:12
+msgid "Personal"
+msgstr "Контакт"
+
+#: plugins/addons/addressbook/address_edit.tpl:30
+#: plugins/admin/users/template.tpl:23 plugins/personal/generic/generic.tpl:43
+#: plugins/personal/generic/paste_generic.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Delete user"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Last name"
+msgstr "СпиÑ\81ок"
 
 
-#: plugins/gofax/blocklists/remove.tpl:2
-#: plugins/addons/addressbook/remove.tpl:2 plugins/admin/fai/remove.tpl:2
-#: plugins/admin/fai/remove_branch.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_glpi.tpl:2 plugins/admin/systems/remove.tpl:2
-#: plugins/admin/systems/remove_ppd.tpl:2
-#: plugins/admin/ogroups/termgroup.tpl:2 plugins/admin/ogroups/remove.tpl:2
-#: plugins/gofon/macro/remove.tpl:2 plugins/gofon/conference/remove.tpl:2
-#: html/index.php:49 html/index.php:333 html/index.php:339
-#: ihtml/themes/altlinux/conflict.tpl:6 ihtml/themes/altlinux/islocked.tpl:6
-#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/conflict.tpl:6
-msgid "Warning"
-msgstr "Предупреждение"
+#: plugins/addons/addressbook/address_edit.tpl:33
+#: plugins/admin/users/template.tpl:27 plugins/personal/generic/generic.tpl:55
+#: plugins/personal/generic/paste_generic.tpl:11
+#, fuzzy
+msgid "First name"
+msgstr "Список"
 
 
-#: plugins/gofax/blocklists/remove.tpl:6
-#: plugins/admin/systems/remove_glpi.tpl:6
+#: plugins/addons/addressbook/address_edit.tpl:54
+#: plugins/addons/addressbook/address_info.tpl:22
+#: plugins/personal/generic/generic.tpl:67
+msgid "Personal title"
+msgstr "Обращение"
+
+#: plugins/addons/addressbook/address_edit.tpl:66
+#: plugins/addons/addressbook/address_info.tpl:29
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Private"
+msgstr "Личный"
+
+#: plugins/addons/addressbook/address_edit.tpl:105
+#: plugins/addons/addressbook/address_info.tpl:43
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
+msgid "Email"
+msgstr "Email"
+
+#: 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:138
+#: plugins/addons/addressbook/address_info.tpl:64
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/ogroups/class_ogroupManagement.inc:366
+#: plugins/admin/users/class_divListUsers.inc:50
+#: plugins/generic/references/class_reference.inc:38
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
+#: plugins/gofon/macro/class_divListMacros.inc:46
+#: plugins/personal/generic/generic.tpl:217
+msgid "Department"
+msgstr "Подразделение"
+
+#: plugins/addons/addressbook/address_edit.tpl:168
+#: plugins/addons/addressbook/address_info.tpl:73
+msgid "Country"
+msgstr "Страна"
+
+#: plugins/addons/addressbook/address_edit.tpl:206
+#: plugins/addons/addressbook/address_info.tpl:88
+#: plugins/generic/references/class_reference.inc:30
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:6
+msgid "FAX"
+msgstr "Факс"
+
+#: plugins/addons/addressbook/class_addressbook.inc:6
+msgid "Addressbook"
+msgstr "Адресная книга"
+
+#: plugins/addons/addressbook/class_addressbook.inc:7
+#: plugins/addons/godfs/class_dfsManagment.inc:11
+#: plugins/addons/ldapmanager/class_csvimport.inc:7
+#: plugins/addons/ldapmanager/class_export.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/logview/class_logview.inc:7
+#: plugins/addons/mailqueue/class_mailqueue.inc:7
+#: plugins/admin/applications/class_applicationManagement.inc:26
+#: plugins/admin/departments/class_departmentManagement.inc:26
+#: plugins/admin/groups/class_groupManagement.inc:26
+#: plugins/admin/ogroups/class_ogroupManagement.inc:26
+#: plugins/admin/systems/class_systemManagement.inc:33
+#: plugins/admin/users/class_userManagement.inc:29
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:6
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:7
+#: plugins/gofax/faxreports/class_faxreport.inc:7
+#: plugins/gofon/fonreports/class_fonreport.inc:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:26
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:7
+#: plugins/personal/connectivity/class_connectivity.inc:16
+#: plugins/personal/connectivity/class_intranetAccount.inc:16
+#: plugins/personal/connectivity/class_kolabAccount.inc:6
+#: plugins/personal/connectivity/class_opengwAccount.inc:7
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:25
+#: plugins/personal/connectivity/class_phpgwAccount.inc:6
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:28
+#: plugins/personal/connectivity/class_pptpAccount.inc:27
+#: plugins/personal/connectivity/class_proxyAccount.inc:6
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:7
+#: plugins/personal/connectivity/class_webdavAccount.inc:7
+#: plugins/personal/environment/class_environment.inc:8
+#: plugins/personal/generic/class_user.inc:17
+#: plugins/personal/mail/class_mailAccount.inc:23
+#: plugins/personal/nagios/class_nagiosAccount.inc:19
+#: plugins/personal/password/class_password.inc:6
+#: plugins/personal/posix/class_posixAccount.inc:17
+#: plugins/personal/samba/class_sambaAccount.inc:25
+msgid "This does something"
+msgstr "Что-то будет"
+
+#: plugins/addons/addressbook/class_addressbook.inc:160
+#, php-format
+msgid "Dial from %s to %s now?"
+msgstr "Звоним с %s на %s?"
+
+#: plugins/addons/addressbook/class_addressbook.inc:164
 msgid ""
 msgid ""
-"Please double check if your really want to do this since there is no way for "
-"GOsa to get your data back."
+"You have no personal phone number set. Please change that in order to "
+"perform direct dials."
 msgstr ""
 msgstr ""
-"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
-"сможет отменить результаты этой операции."
+"У вас нет персонального набора телефонов. Настройте это прежде чем звонить."
 
 
-#: plugins/gofax/blocklists/remove.tpl:10
-#: plugins/addons/addressbook/remove.tpl:10
-#: plugins/admin/fai/remove_branch.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
+#: plugins/addons/addressbook/class_addressbook.inc:187
 #, fuzzy
 #, fuzzy
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
-"нажмите <i>Отмена</i>."
-
-#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
-msgid "Blocklist management"
-msgstr "Управление \"черными списками\""
-
-#: plugins/gofax/faxaccount/generic.tpl:12
-#: plugins/gofax/faxaccount/paste_generic.tpl:13
-msgid "Fax number for GOfax to trigger on"
-msgstr "Номер факса, для которого сработает GOfax"
+msgid "Removing addressbook entry failed"
+msgstr "Показать объекты адресной книги"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:16
-#: plugins/admin/ogroups/phonequeue.tpl:48 html/getxls.php:65
-#: html/getxls.php:224
-msgid "Language"
-msgstr "Язык"
+#: plugins/addons/addressbook/class_addressbook.inc:194
+#: plugins/addons/addressbook/class_addressbook.inc:297
+msgid "You are not allowed to delete this entry!"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:18
-msgid "Specify the GOfax communication language for fax to mail gateway"
-msgstr ""
-"Укаэите предпочтительный язык для получения сообщений о факсах по эл. почте"
+#: plugins/addons/addressbook/class_addressbook.inc:291
+#, php-format
+msgid "You're about to delete the entry %s."
+msgstr "Вы собираетесь удалить объект %s."
 
 
-#: plugins/gofax/faxaccount/generic.tpl:24
-msgid "Delivery format"
-msgstr "Формат доставки"
+#: plugins/addons/addressbook/class_addressbook.inc:369
+#: plugins/addons/addressbook/class_addressbook.inc:376
+#: plugins/addons/addressbook/class_addressbook.inc:380
+#: plugins/addons/addressbook/class_addressbook.inc:462
+#: plugins/addons/addressbook/dial.tpl:10
+msgid "Dial"
+msgstr "Звонок"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:26
-msgid "Specify delivery format for fax to mail gateway"
-msgstr "Укажите в каком формате должны перенаправляться факсы"
+#: plugins/addons/addressbook/class_addressbook.inc:386
+#, php-format
+msgid "Save contact for %s as vcard"
+msgstr "Сохранить контактную информацию %s в формате vcard"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:38
-msgid "Delivery methods"
-msgstr "Способ доставки"
+#: plugins/addons/addressbook/class_addressbook.inc:390
+#, php-format
+msgid "Send mail to %s"
+msgstr "Отправить %s сообщение по эл. почте"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:41
-msgid "Temporary disable fax usage"
-msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\81полÑ\8cзование Ñ\84акÑ\81а"
+#: plugins/addons/addressbook/class_addressbook.inc:474
+msgid "global addressbook"
+msgstr "обÑ\89аÑ\8f Ð°Ð´Ñ\80еÑ\81наÑ\8f ÐºÐ½Ð¸Ð³а"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:45
+#: plugins/addons/addressbook/class_addressbook.inc:477
 #, fuzzy
 #, fuzzy
-msgid "Deliver fax as mail to"
-msgstr "Ð\9eÑ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ñ\84акÑ\81Ñ\8b Ð¿Ð¾ Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82е"
+msgid "user database"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:49
-msgid "Deliver fax as mail"
-msgstr "Отправлять факсы по эл. почте"
+#: plugins/addons/addressbook/class_addressbook.inc:481
+#, fuzzy, php-format
+msgid "Contact stored in '%s'"
+msgstr "Контакт сохранен в %s"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:54
-msgid "Deliver fax to printer"
-msgstr "Ð\9eÑ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ñ\84акÑ\81Ñ\8b Ð½Ð° Ð¿Ñ\80инÑ\82еÑ\80"
+#: plugins/addons/addressbook/class_addressbook.inc:483
+msgid "Creating new entry in"
+msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:69
-msgid "Alternate fax numbers"
-msgstr "Альтернативные номера факсов"
+#: plugins/addons/addressbook/class_addressbook.inc:522
+#: plugins/addons/logview/class_logview.inc:99
+#: plugins/addons/logview/class_logview.inc:117
+#: plugins/addons/mailqueue/class_mailqueue.inc:305
+#: plugins/addons/mailqueue/class_mailqueue.inc:370
+msgid "All"
+msgstr "Все"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:81
-msgid "Blocklists"
-msgstr "\"Черные списки\""
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Work phone"
+msgstr "Рабочий телефон"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:84
-msgid "Blocklists for incoming fax"
-msgstr "\"Черные списки\" для входящих факсов"
+#: plugins/addons/addressbook/class_addressbook.inc:523
+msgid "Cell phone"
+msgstr "Сотовый телефон"
 
 
-#: plugins/gofax/faxaccount/generic.tpl:90
-msgid "Blocklists for outgoing fax"
-msgstr "\"Черные списки\" для исходящих факсов"
+#: plugins/addons/addressbook/class_addressbook.inc:555
+#: plugins/admin/users/class_userManagement.inc:541
+#: plugins/personal/generic/class_user.inc:1028
+msgid "The required field 'Name' is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
 
 
-#: plugins/gofax/faxaccount/paste_generic.tpl:18
-#, fuzzy
-msgid "Alternate fax numbers will not be copied"
-msgstr "Альтернативные номера факсов"
+#: plugins/addons/addressbook/class_addressbook.inc:559
+#: plugins/admin/users/class_userManagement.inc:544
+#: plugins/personal/generic/class_user.inc:1043
+msgid "The required field 'Given name' is not set."
+msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:6
-msgid "Select numbers to add"
-msgstr "Выбрать номера для добавления"
+#: plugins/addons/addressbook/class_addressbook.inc:565
+#: plugins/addons/addressbook/class_addressbook.inc:593
+#: plugins/admin/departments/class_departmentGeneric.inc:243
+#: plugins/personal/generic/class_user.inc:1066
+#: plugins/personal/generic/class_user.inc:1091
+msgid "The field 'Name' contains invalid characters."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:28
-msgid "Display numbers of department"
-msgstr "Показать номера из подразделения"
+#: plugins/addons/addressbook/class_addressbook.inc:568
+#: plugins/addons/addressbook/class_addressbook.inc:590
+#: plugins/personal/generic/class_user.inc:1069
+#: plugins/personal/generic/class_user.inc:1088
+msgid "The field 'Given name' contains invalid characters."
+msgstr "Значение поля \"Личное имя\" содержит недопустимые символы."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:38
-msgid "Display numbers matching"
-msgstr "Показать совпадения номеров"
+#: plugins/addons/addressbook/class_addressbook.inc:573
+#: plugins/addons/addressbook/class_addressbook.inc:576
+#: plugins/admin/departments/class_departmentGeneric.inc:246
+#: plugins/personal/generic/class_user.inc:1074
+msgid "The field 'Phone' contains an invalid phone number."
+msgstr "Значение поля \"Телефон\" содержит недопустимый номер телефона."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:41
-msgid "Regular expression for matching numbers"
-msgstr "Регулярное выражение, соответствующее номерам"
+#: plugins/addons/addressbook/class_addressbook.inc:579
+#: plugins/admin/departments/class_departmentGeneric.inc:249
+#: plugins/personal/generic/class_user.inc:1077
+msgid "The field 'Fax' contains an invalid phone number."
+msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:47
-msgid "Display numbers of user"
-msgstr "Показать номера пользователя"
+#: plugins/addons/addressbook/class_addressbook.inc:582
+#: plugins/personal/generic/class_user.inc:1080
+msgid "The field 'Mobile' contains an invalid phone number."
+msgstr "Значение поля \"Мобильный\" содержит некорректный номер телефона."
 
 
-#: plugins/gofax/faxaccount/locals.tpl:50
-msgid "User name of which numbers are shown"
-msgstr "Имя пользователя, для которого перечисляются номера"
+#: plugins/addons/addressbook/class_addressbook.inc:585
+#: plugins/personal/generic/class_user.inc:1083
+msgid "The field 'Pager' contains an invalid phone number."
+msgstr "Значение поля \"Пейджер\" содержит некорректный номер телефона."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:5
-msgid "Blocked numbers/lists"
-msgstr "Блокируемые номера/списки"
+#: plugins/addons/addressbook/class_addressbook.inc:598
+#: plugins/admin/ogroups/class_mailogroup.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:859
+msgid "Please enter a valid email address in 'Primary address' field."
+msgstr "Введите корректное значение в поле \"Основной адрес\"."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:17
-msgid "List of predefined blocklists"
-msgstr "Готовые \"черные списки\""
+#: plugins/addons/addressbook/class_addressbook.inc:606
+msgid ""
+"Cannot create a unique DN for your entry. Please fill more formular fields."
+msgstr ""
+"Невозможно создать уникальный DN для объекта. Заполните все поля формы."
 
 
-#: plugins/gofax/faxaccount/lists.tpl:25
+#: plugins/addons/addressbook/class_addressbook.inc:614
+msgid ""
+"You have no permissions to create or modify a global address book entry."
+msgstr ""
+"У вас недостаточно прав для создания или изменения объекта в общей адресной "
+"книге."
+
+#: plugins/addons/addressbook/class_addressbook.inc:659
 #, fuzzy
 #, fuzzy
-msgid "Add the list to the blocklists"
-msgstr "СÑ\82оп-лиÑ\81Ñ\82Ñ\8b"
+msgid "Saving addressbook entry failed"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82Ñ\8b Ð°Ð´Ñ\80еÑ\81ной ÐºÐ½Ð¸Ð³Ð¸"
 
 
-#: plugins/gofax/faxaccount/main.inc:105
-msgid "FAX settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а"
+#: plugins/addons/addressbook/contents.tpl:15
+msgid "Contact"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: 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/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:42
+#: plugins/admin/applications/class_divListApplication.inc:45
+#: plugins/admin/departments/class_divListDepartment.inc:42
+#: plugins/admin/fai/class_divListFai.inc:60
+#: plugins/admin/groups/class_divListGroup.inc:51
+#: plugins/admin/ogroups/class_divListOGroup.inc:54
+#: plugins/admin/systems/class_divListSystem.inc:58
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:198
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:183
+#: plugins/admin/users/class_divListUsers.inc:52
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:47
+#: plugins/gofon/conference/class_divListConferences.inc:49
+#: plugins/gofon/macro/class_divListMacros.inc:48
+msgid "Actions"
+msgstr "Действия"
+
+#: plugins/addons/addressbook/contents.tpl:47
+msgid "Add entry"
+msgstr "Добавить объект"
+
+#: plugins/addons/addressbook/contents.tpl:50
+#: plugins/admin/groups/class_groupApplication.inc:720
+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/gofax/faxaccount/class_gofaxAccount.inc:158
-msgid "This account has no fax extensions."
-msgstr "Ð\94лÑ\8f Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ñ\80аÑ\81Ñ\88иÑ\80ений Ñ\84акÑ\81а."
+#: 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/gofax/faxaccount/class_gofaxAccount.inc:167
-msgid "Remove fax account"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а"
+#: plugins/addons/addressbook/contents.tpl:69
+msgid "Show addressbook entries"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82Ñ\8b Ð°Ð´Ñ\80еÑ\81ной ÐºÐ½Ð¸Ð³Ð¸"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:168
-msgid ""
-"This account has fax features enabled. You can disable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+#: plugins/addons/addressbook/contents.tpl:77
+msgid "Display results for department"
+msgstr "Показать результаты для подразделения"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:170
-msgid "Create fax account"
-msgstr "Создать настройки факса"
+#: plugins/addons/addressbook/contents.tpl:80
+#: plugins/admin/groups/group_objects.tpl:40
+#: plugins/admin/groups/mail_locals.tpl:33
+#: plugins/admin/ogroups/ogroup_objects.tpl:42
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:34
+#: plugins/gofax/faxaccount/locals.tpl:29
+#: plugins/personal/environment/selectPrinterDialog.tpl:34
+#: plugins/personal/mail/mail_locals.tpl:38
+#: plugins/personal/posix/posix_groups.tpl:35
+#: plugins/personal/posix/trust_machines.tpl:27
+#: plugins/personal/samba/samba3_workstations.tpl:27
+msgid "Choose the department the search will be based on"
+msgstr "Выбрать раздел, для которого будет осуществлен поиск"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:171
-msgid ""
-"This account has fax features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+#: plugins/addons/addressbook/contents.tpl:90
+msgid "Match object"
+msgstr "Соответствующий объект"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:239
-msgid "You're trying to add an invalid phone number."
-msgstr "Вы пытаетесь ввести некорректный номер телефона."
+#: plugins/addons/addressbook/contents.tpl:93
+msgid "Choose the object that will be searched in"
+msgstr "Выберите объект, в котором будет осуществлен поиск"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:452
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:534
-#: plugins/admin/groups/class_groupApplication.inc:643
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:147
-#, fuzzy
-msgid "back"
-msgstr "Ð\9dазад"
+#: plugins/addons/addressbook/contents.tpl:102
+#: plugins/addons/logview/contents.tpl:47
+#: plugins/addons/mailqueue/contents.tpl:11
+#: plugins/gofax/faxreports/contents.tpl:6
+#: plugins/gofon/fonreports/contents.tpl:6
+msgid "Search for"
+msgstr "Ð\9fоиÑ\81к"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:638
-#, fuzzy
-msgid "Removing FAX account failed"
-msgstr "Удалить настройки эл. почты"
+#: plugins/addons/addressbook/contents.tpl:105
+msgid "Search string"
+msgstr "Строка поиска"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:653
-msgid "The required field 'Fax' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"ФакÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+#: plugins/addons/addressbook/dial.tpl:3
+msgid "Dial connection..."
+msgstr "Соединение..."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:657
-msgid "Please enter a valid telephone number in the 'Fax' field."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она Ð² Ð¿Ð¾Ð»Ðµ \"ФакÑ\81\"."
+#: plugins/addons/addressbook/main.inc:37
+msgid "Address book"
+msgstr "Ð\90дÑ\80еÑ\81наÑ\8f ÐºÐ½Ð¸Ð³Ð°"
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:665
-msgid "Mail delivery is checked, but no address has been specified."
+#: 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/gofax/faxaccount/class_gofaxAccount.inc:667
+#: plugins/addons/addressbook/remove.tpl:10
+#: plugins/admin/applications/remove.tpl:9
+#: plugins/admin/fai/remove_branch.tpl:10 plugins/admin/groups/remove.tpl:10
+#: plugins/admin/ogroups/remove.tpl:10 plugins/admin/users/remove.tpl:10
+#: plugins/gofax/blocklists/remove.tpl:10 plugins/gofon/macro/remove.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "The mail address you've entered is invalid."
-msgstr "Введенный вами адрес уже используется."
-
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:673
-msgid ""
-"Deliver fax to printer, is only possible if valid printer is given. Please "
-"correct your choice."
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
+"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
+"нажмите <i>Отмена</i>."
 
 
-#: plugins/gofax/faxaccount/class_gofaxAccount.inc:756
-msgid "Saving FAX account failed"
-msgstr ""
+#: plugins/addons/addressbook/remove.tpl:14
+#: plugins/admin/applications/remove.tpl:13
+#: plugins/admin/departments/remove.tpl:14
+#: plugins/admin/fai/faiPartitionTable.tpl:45
+#: plugins/admin/fai/faiVariable.tpl:46 plugins/admin/fai/remove.tpl:15
+#: plugins/admin/fai/remove_branch.tpl:14 plugins/admin/groups/generic.tpl:110
+#: plugins/admin/groups/mail.tpl:52 plugins/admin/groups/mail.tpl:97
+#: plugins/admin/groups/paste_mail.tpl:31
+#: plugins/admin/groups/paste_mail.tpl:43 plugins/admin/groups/remove.tpl:14
+#: plugins/admin/ogroups/generic.tpl:44
+#: plugins/admin/ogroups/phonequeue.tpl:29 plugins/admin/ogroups/remove.tpl:14
+#: plugins/admin/ogroups/termgroup.tpl:25
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
+#: plugins/admin/systems/class_servDNSeditZone.inc:293
+#: plugins/admin/systems/class_servDNSeditZone.inc:487
+#: plugins/admin/systems/class_termDNS.inc:493
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:8
+#: plugins/admin/systems/glpi_edit_os.tpl:10
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:177
+#: plugins/admin/systems/phonesettings.tpl:192
+#: plugins/admin/systems/printer.tpl:78 plugins/admin/systems/printer.tpl:96
+#: plugins/admin/systems/remove.tpl:14
+#: plugins/admin/systems/remove_glpi.tpl:14
+#: plugins/admin/systems/remove_ppd.tpl:12
+#: plugins/admin/systems/servservice.tpl:22
+#: plugins/admin/systems/servservice.tpl:48
+#: plugins/admin/systems/terminal.tpl:101
+#: plugins/admin/systems/terminalStartup.tpl:62
+#: plugins/admin/systems/workstation.tpl:80
+#: plugins/admin/systems/workstationStartup.tpl:106
+#: plugins/admin/systems/workstationStartup.tpl:129
+#: plugins/admin/users/remove.tpl:14 plugins/gofax/blocklists/generic.tpl:69
+#: plugins/gofax/blocklists/remove.tpl:14
+#: plugins/gofax/faxaccount/generic.tpl:78
+#: plugins/gofax/faxaccount/lists.tpl:14
+#: plugins/gofon/conference/remove.tpl:14 plugins/gofon/macro/remove.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:15
+#: plugins/gofon/phoneaccount/paste_generic.tpl:19
+#: plugins/personal/connectivity/kolab.tpl:35
+#: plugins/personal/environment/class_environment.inc:648
+#: plugins/personal/environment/environment.tpl:137
+#: plugins/personal/environment/environment.tpl:165
+#: plugins/personal/environment/environment.tpl:181
+#: plugins/personal/mail/copypaste.tpl:45
+#: plugins/personal/mail/copypaste.tpl:62 plugins/personal/mail/generic.tpl:59
+#: plugins/personal/mail/generic.tpl:131 plugins/personal/posix/generic.tpl:74
+#: plugins/personal/posix/generic.tpl:104
+#: plugins/personal/posix/paste_generic.tpl:64
+#: plugins/personal/samba/samba3.tpl:334
+msgid "Delete"
+msgstr "Удалить"
 
 
-#: plugins/gofax/faxreports/contents.tpl:2
-#: plugins/addons/logview/contents.tpl:2
-#: plugins/gofon/fonreports/contents.tpl:2
-msgid "Filter"
-msgstr "ФилÑ\8cÑ\82Ñ\80"
+#: plugins/addons/godfs/class_dfsgeneric.inc:97
+#: plugins/addons/godfs/class_dfsgeneric.inc:99
+#, fuzzy
+msgid "Dfs share already exists."
+msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
 
-#: plugins/gofax/faxreports/contents.tpl:6
-#: plugins/addons/addressbook/contents.tpl:102
-#: plugins/addons/mailqueue/contents.tpl:11
-#: plugins/addons/logview/contents.tpl:47
-#: plugins/gofon/fonreports/contents.tpl:6
-msgid "Search for"
-msgstr "Поиск"
+#: plugins/addons/godfs/class_dfsgeneric.inc:112
+#, fuzzy
+msgid "Required Field \"Name of dfs Share\" is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
 
 
-#: plugins/gofax/faxreports/contents.tpl:7
-#: plugins/gofon/fonreports/contents.tpl:7
-msgid "Enter user name to search for"
-msgstr "Ð\92ведиÑ\82е Ð¸Ñ\81комое Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+#: plugins/addons/godfs/class_dfsgeneric.inc:115
+#, fuzzy
+msgid "Required Field \"Description\" is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eпиÑ\81ание\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: 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/godfs/class_dfsgeneric.inc:118
+#, fuzzy
+msgid "Required Field \"Fileserver\" is not set."
+msgstr "Обязательное поле \"Имя\" не заполнено."
 
 
-#: plugins/gofax/faxreports/contents.tpl:9
-#: plugins/gofon/fonreports/contents.tpl:9
-msgid "Select subtree to base search on"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð¸Ñ\81ка"
+#: plugins/addons/godfs/class_dfsgeneric.inc:121
+#, fuzzy
+msgid "Required Field \"Share on fileserver\" is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/gofax/faxreports/contents.tpl:12
-#: plugins/gofon/fonreports/contents.tpl:12
-msgid "during"
-msgstr "в Ñ\82еÑ\87ение"
+#: plugins/addons/godfs/class_dfsgeneric.inc:124
+#, fuzzy
+msgid "Required Field \"Location\" is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eпиÑ\81ание\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/gofax/faxreports/contents.tpl:21
-#: plugins/addons/mailqueue/contents.tpl:10
-#: plugins/addons/mailqueue/contents.tpl:26
-#: plugins/addons/logview/contents.tpl:67
-#: plugins/gofon/fonreports/contents.tpl:21 ihtml/themes/default/help.tpl:21
-msgid "Search"
-msgstr "Поиск"
+#: plugins/addons/godfs/class_dfsManagment.inc:10
+#, fuzzy
+msgid "DFS Managment"
+msgstr "Название"
 
 
-#: plugins/gofax/faxreports/contents.tpl:30
-#: plugins/gofax/faxreports/detail.tpl:21
-#: plugins/admin/fai/faiTemplateEntry.tpl:94
-#: plugins/admin/systems/class_printGeneric.inc:853
-#: plugins/admin/ogroups/class_ogroupManagement.inc:363
-msgid "User"
-msgstr "Пользователь"
+#: plugins/addons/godfs/class_dfsManagment.inc:151
+#, fuzzy
+msgid "Removing DFS share failed"
+msgstr "Удалить сервис DNS"
 
 
-#: plugins/gofax/faxreports/contents.tpl:31
-#: plugins/addons/logview/contents.tpl:84
-#: plugins/gofon/fonreports/contents.tpl:30
-msgid "Date"
-msgstr "Дата"
+#: plugins/addons/godfs/class_dfsManagment.inc:170
+msgid "No DFS entries found"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/contents.tpl:33
-#: plugins/addons/mailqueue/contents.tpl:56
-msgid "Sender"
-msgstr "Ð\9eÑ\82пÑ\80авиÑ\82елÑ\8c"
+#: plugins/addons/godfs/class_dfsManagment.inc:213
+#, fuzzy
+msgid "Go up one dfsshare"
+msgstr "Ð\9fодÑ\80азделение"
 
 
-#: plugins/gofax/faxreports/contents.tpl:34
-msgid "Receiver"
-msgstr "Получатель"
+#: plugins/addons/godfs/class_dfsManagment.inc:214
+msgid "Go to dfs root"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/contents.tpl:35
-#: plugins/gofax/faxreports/detail.tpl:57
-msgid "# pages"
-msgstr "Число страниц"
+#: plugins/addons/godfs/class_dfsManagment.inc:215
+#, fuzzy
+msgid "Create new dfsshare"
+msgstr "Создание нового объекта в"
+
+#: plugins/addons/godfs/class_dfsManagment.inc:217
+#: plugins/admin/applications/class_divListApplication.inc:93
+#: plugins/admin/applications/generic.tpl:32
+#: plugins/admin/departments/class_divListDepartment.inc:72
+#: plugins/admin/departments/generic.tpl:27
+#: plugins/admin/fai/class_divListFai.inc:143
+#: plugins/admin/groups/class_divListGroup.inc:96
+#: plugins/admin/groups/generic.tpl:21
+#: plugins/admin/ogroups/class_divListOGroup.inc:102
+#: plugins/admin/ogroups/generic.tpl:21
+#: plugins/admin/systems/class_baseSelectDialog.inc:44
+#: plugins/admin/systems/class_divListSystem.inc:106
+#: plugins/admin/systems/class_glpiSelectUser.inc:161
+#: plugins/admin/systems/component.tpl:13 plugins/admin/systems/phone.tpl:13
+#: plugins/admin/systems/printer.tpl:20 plugins/admin/systems/server.tpl:14
+#: plugins/admin/systems/servservice.tpl:61
+#: plugins/admin/systems/terminal.tpl:17
+#: plugins/admin/systems/wingeneric.tpl:13
+#: plugins/admin/systems/workstation.tpl:23
+#: plugins/admin/users/class_divListUsers.inc:99
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:79
+#: plugins/gofax/blocklists/generic.tpl:14
+#: plugins/gofon/conference/class_divListConferences.inc:77
+#: plugins/gofon/conference/generic.tpl:33
+#: plugins/gofon/macro/class_divListMacros.inc:76
+#: plugins/gofon/macro/generic.tpl:20 plugins/personal/generic/generic.tpl:127
+msgid "Base"
+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/godfs/class_dfsManagment.inc:218
+#: plugins/admin/applications/class_divListApplication.inc:95
+#: plugins/admin/departments/class_divListDepartment.inc:74
+#: plugins/admin/fai/class_divListFai.inc:144
+#: plugins/admin/groups/class_divListGroup.inc:98
+#: plugins/admin/ogroups/class_divListOGroup.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:109
+#: plugins/admin/systems/class_glpiSelectUser.inc:164
+#: plugins/admin/users/class_divListUsers.inc:101
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:81
+#: plugins/gofon/conference/class_divListConferences.inc:79
+#: plugins/gofon/macro/class_divListMacros.inc:78
+#, fuzzy
+msgid "Submit department"
+msgstr "Показать подразделения"
 
 
-#: plugins/gofax/faxreports/detail.tpl:5
-msgid "FAX preview - please wait"
-msgstr "Предварительный просмотр - пожалуйста, подождите"
+#: plugins/addons/godfs/contents.tpl:8
+#, fuzzy
+msgid "DFS Shares"
+msgstr "сброс"
 
 
-#: plugins/gofax/faxreports/detail.tpl:8
-msgid "Click on fax to download"
-msgstr "Щелкните по факсу, чтобы загрузить его"
+#: plugins/addons/godfs/contents.tpl:26
+#, fuzzy
+msgid ""
+"This menu allows you to create, delete and edit selected dfs shares. Having "
+"a large numbers of dfs shares, you might prefer the range selectors on top "
+"of the dfs share list."
+msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"подразделения. Если у вас достаточно большое количество подразделений, вы "
+"можете использовать групповое выделение."
 
 
-#: plugins/gofax/faxreports/detail.tpl:17
-msgid "FAX ID"
-msgstr "Идентификатор факса"
+#: plugins/addons/godfs/contents.tpl:40
+#, fuzzy
+msgid "Display dfs shares matching"
+msgstr "Показать подходяшие адреса"
 
 
-#: plugins/gofax/faxreports/detail.tpl:25
-msgid "Date / Time"
-msgstr "Дата / время"
+#: plugins/addons/godfs/contents.tpl:44
+#, fuzzy
+msgid "Regular expression for matching dfs share names"
+msgstr "Регулярное выражение, соответствующее именам систем"
 
 
-#: plugins/gofax/faxreports/detail.tpl:29
-msgid "Sender MSN"
-msgstr "MSN отправителя"
+#: plugins/addons/godfs/generic.tpl:4
+#, fuzzy
+msgid "DFS Properties"
+msgstr "Свойства"
 
 
-#: plugins/gofax/faxreports/detail.tpl:33
-msgid "Sender ID"
-msgstr "Идентификатор отправителя"
+#: plugins/addons/godfs/generic.tpl:8
+#, fuzzy
+msgid "Name of dfs Share"
+msgstr "Подразделение"
 
 
-#: plugins/gofax/faxreports/detail.tpl:37
-msgid "Receiver MSN"
-msgstr "MSN получателя"
+#: plugins/addons/godfs/generic.tpl:16
+#, fuzzy
+msgid "Fileserver"
+msgstr "Сервер"
 
 
-#: plugins/gofax/faxreports/detail.tpl:41
-msgid "Receiver ID"
-msgstr "Идентификатор получателя"
+#: plugins/addons/godfs/generic.tpl:20
+#, fuzzy
+msgid "Share on Fileserver"
+msgstr "Служба печати"
 
 
-#: plugins/gofax/faxreports/detail.tpl:49
-msgid "Status message"
-msgstr "Сообщение о состоянии"
+#: plugins/addons/godfs/generic.tpl:30
+#, fuzzy
+msgid "DFS Location"
+msgstr "Местоположение"
 
 
-#: plugins/gofax/faxreports/detail.tpl:53
-msgid "Transfer time"
-msgstr "Время передачи"
+#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
+msgid "Distributed File System Administration"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/main.inc:18
-msgid "FAX reports"
-msgstr "Отчеты о факсах"
+#: plugins/addons/ldapmanager/class_csvimport.inc:6
+#: plugins/addons/ldapmanager/class_import.inc:6
+msgid "LDIF export"
+msgstr "Экспорт в LDIF"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:6
-msgid "FAX Reports"
-msgstr "Отчеты о факсах"
+#: plugins/addons/ldapmanager/class_csvimport.inc:101
+#, fuzzy
+msgid "You've no permission to do CSV imports."
+msgstr "У вас недостаточно прав для удаления этого подразделения."
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:106
-msgid ""
-"No fax extension defined in your sever configuration, no reports can be "
-"shown!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:161
+msgid "Need 'sn','givenName' and 'uid' to create user."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofax/faxreports/class_faxreport.inc:109
-#: plugins/addons/logview/class_logview.inc:71
-#: plugins/gofon/fonreports/class_fonreport.inc:160
-msgid "There is no mysql extension available, please check your php setup."
-msgstr ""
+#: plugins/addons/ldapmanager/class_csvimport.inc:209
+#, fuzzy
+msgid "failed"
+msgstr "Ошибка"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:116
-msgid "Can't connect to fax database, no reports can be shown!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:213
+msgid "ok"
 msgstr ""
 msgstr ""
-"Не удается подключиться к базе данных факсов, отчеты показаны не будут!"
-
-#: plugins/gofax/faxreports/class_faxreport.inc:120
-msgid "Can't select fax database for report generation!"
-msgstr "Не удается выбрать базу данных факсов для создания отчетов!"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:125
+#: plugins/addons/ldapmanager/class_csvimport.inc:277
 #, fuzzy
 #, fuzzy
-msgid "Can't query fax table 'faxlog' for report generation!"
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð±Ð°Ð·Ñ\83 Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ñ\84акÑ\81ов Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¾Ñ\82Ñ\87еÑ\82ов!"
+msgid "status"
+msgstr "СоÑ\81Ñ\82оÑ\8fние"
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:148
-#: plugins/gofax/faxreports/class_faxreport.inc:266
-msgid "Query for fax database failed!"
-msgstr "Невозможно выполнить запрос к базе данных факсов!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:281
+#, php-format
+msgid "An Error Occured while inserting entry %s - process aborted"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:157
-msgid "You have no permission to retrieve informations about this fax id!"
-msgstr "У вас недостаточно прав для получения информации об этом факсе!"
+#: plugins/addons/ldapmanager/class_csvimport.inc:319
+msgid "Nothing to import!"
+msgstr ""
 
 
-#: plugins/gofax/faxreports/class_faxreport.inc:177
-#: plugins/gofax/faxreports/class_faxreport.inc:274
-#: plugins/gofon/fonreports/class_fonreport.inc:202
-msgid "Y-M-D"
-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/addons/addressbook/contents.tpl:14
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/addressbook/address_info.tpl:16
-#: plugins/admin/fai/faiVariable.tpl:9
-#: plugins/admin/fai/faiPartitionTable.tpl:9
-#: plugins/admin/fai/class_faiSummaryTab.inc:329
-#: 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/faiHook.tpl:9
-#: plugins/admin/fai/faiHookEntry.tpl:9
-#: plugins/admin/fai/faiTemplateEntry.tpl:7
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#: plugins/admin/systems/servnfs.tpl:9
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:10
-#: plugins/admin/systems/glpi_devices.tpl:105
-#: plugins/admin/systems/glpi_devices.tpl:146
-#: plugins/admin/systems/glpi_devices.tpl:201
-#: plugins/admin/systems/glpi_devices.tpl:257
-#: plugins/admin/systems/glpi_devices.tpl:315
-#: plugins/admin/systems/glpi_devices.tpl:379
-#: plugins/admin/systems/glpi_devices.tpl:451
-#: plugins/admin/systems/glpi_devices.tpl:515
-#: plugins/admin/systems/glpi_devices.tpl:562
-#: plugins/admin/systems/glpi_devices.tpl:615
-#: plugins/admin/systems/glpi_devices.tpl:669
-#: plugins/admin/systems/glpi_devices.tpl:715
-#: plugins/admin/systems/goSpamServerRule.tpl:6
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:7
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:7
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:201
-#: plugins/gofon/macro/parameter.tpl:5 html/getxls.php:174 html/getxls.php:233
-msgid "Name"
-msgstr "Фамилия"
+#: plugins/addons/ldapmanager/class_csvimport.inc:336
+#: plugins/addons/ldapmanager/class_import.inc:55
+#, fuzzy
+msgid "The specified file is empty."
+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/ldapmanager/class_csvimport.inc:490
+msgid "The selected file does not contain any CSV Data..."
+msgstr ""
 
 
-#: plugins/addons/addressbook/contents.tpl:15
-msgid "Contact"
-msgstr "Контакт"
+#: plugins/addons/ldapmanager/class_export.inc:6
+#, fuzzy
+msgid "CSV import"
+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/ldapmanager/class_export.inc:38
+#: plugins/addons/ldapmanager/class_exportxls.inc:39
+#, fuzzy
+msgid "You've no permission to do LDAP exports."
+msgstr "У вас недостаточно прав для удаления этого подразделения."
 
 
-#: plugins/addons/addressbook/contents.tpl:47
-msgid "Add entry"
-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/addressbook/contents.tpl:50
-#: plugins/admin/groups/class_groupApplication.inc:725
-msgid "Edit entry"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+#: plugins/addons/ldapmanager/class_exportxls.inc:7
+#, fuzzy
+msgid "XLS import"
+msgstr "Ð\98мпоÑ\80Ñ\82иÑ\80оваÑ\82Ñ\8c"
 
 
-#: plugins/addons/addressbook/contents.tpl:52
-msgid "Remove entry"
-msgstr "Удалить объект"
+#: plugins/addons/ldapmanager/class_import.inc:41
+#, fuzzy
+msgid "You've no permission to do LDAP imports."
+msgstr "У вас недостаточно прав для удаления этого подразделения."
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Select to see regular users"
-msgstr "Выберите, чтобы просмотреть пользователей"
+#: plugins/addons/ldapmanager/class_import.inc:108
+msgid "Unknown Error"
+msgstr ""
 
 
-#: plugins/addons/addressbook/contents.tpl:68
-msgid "Show organizational entries"
-msgstr "Показать организационные объекты"
+#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/addons/ldapmanager/main.inc:40
+#, fuzzy
+msgid "LDAP manager"
+msgstr "Экспорт в LDIF"
 
 
-#: plugins/addons/addressbook/contents.tpl:69
-msgid "Select to see users in addressbook"
-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/addons/addressbook/contents.tpl:69
-msgid "Show addressbook entries"
-msgstr "Показать объекты адресной книги"
+#: plugins/addons/ldapmanager/contentcsv.tpl:10
+msgid "Select CSV file to import"
+msgstr ""
 
 
-#: plugins/addons/addressbook/contents.tpl:77
-msgid "Display results for department"
-msgstr "Показать результаты для подразделения"
+#: plugins/addons/ldapmanager/contentcsv.tpl:14
+#: plugins/addons/ldapmanager/contentimport.tpl:15
+#: plugins/personal/environment/kioskManagement.tpl:13
+msgid "Browse"
+msgstr "Просмотр"
 
 
-#: plugins/addons/addressbook/contents.tpl:90
-msgid "Match object"
-msgstr "Соответствующий объект"
+#: plugins/addons/ldapmanager/contentcsv.tpl:19
+#, fuzzy
+msgid "Select template"
+msgstr "Создать шаблон"
 
 
-#: plugins/addons/addressbook/contents.tpl:93
-msgid "Choose the object that will be searched in"
-msgstr "Выберите объект, в котором будет осуществлен поиск"
+#: plugins/addons/ldapmanager/contentcsv.tpl:34
+msgid "All entries have been written to the LDAP database successfully."
+msgstr ""
 
 
-#: plugins/addons/addressbook/contents.tpl:105
-msgid "Search string"
-msgstr "Строка поиска"
+#: plugins/addons/ldapmanager/contentcsv.tpl:36
+msgid "Oups. There was an error during the import of your data."
+msgstr ""
 
 
-#: plugins/addons/addressbook/dial.tpl:3
-msgid "Dial connection..."
-msgstr "Соединение..."
+#: plugins/addons/ldapmanager/contentcsv.tpl:39
+msgid "Here is the status report for the import:"
+msgstr ""
 
 
-#: plugins/addons/addressbook/dial.tpl:10
-#: plugins/addons/addressbook/class_addressbook.inc:369
-#: plugins/addons/addressbook/class_addressbook.inc:376
-#: plugins/addons/addressbook/class_addressbook.inc:380
-#: plugins/addons/addressbook/class_addressbook.inc:462
-msgid "Dial"
-msgstr "Звонок"
+#: plugins/addons/ldapmanager/contentcsv.tpl:80
+#, fuzzy
+msgid "Selected Template"
+msgstr "Выберите режим терминала"
 
 
-#: plugins/addons/addressbook/remove.tpl:6
+#: plugins/addons/ldapmanager/contentexport.tpl:3
+#, fuzzy
 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 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 ""
-"Это включает все объекты адресной книги. Проверте действительно ли это так, "
-"поскольку GOsa не сможет отменить результаты этой операции."
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:7
-msgid "Choose the department to store entry in"
-msgstr "Выбрать раздел, для хранения объекта"
+#: plugins/addons/ldapmanager/contentexport.tpl:10
+#: plugins/addons/ldapmanager/contentexportxls.tpl:10
+msgid "Export single entry"
+msgstr "Экспорт объекта"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:24
-#: plugins/addons/addressbook/address_info.tpl:12
-msgid "Personal"
-msgstr "Контакт"
+#: plugins/addons/ldapmanager/contentexport.tpl:21
+msgid "Export complete LDIF for"
+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/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/addressbook/address_edit.tpl:105
-#: plugins/addons/addressbook/address_info.tpl:43
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:46
-msgid "Email"
-msgstr "Email"
+#: plugins/addons/ldapmanager/contentexport.tpl:36
+#: plugins/addons/ldapmanager/contentexportxls.tpl:39
+msgid "Export IVBB LDIF for"
+msgstr ""
 
 
-#: plugins/addons/addressbook/address_edit.tpl:119
-#: plugins/addons/addressbook/address_info.tpl:53
-msgid "Organizational"
-msgstr "Организация"
+#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/addons/ldapmanager/contentexportxls.tpl:58
+#, fuzzy
+msgid "Export successful"
+msgstr "Экспорт успешен."
 
 
-#: plugins/addons/addressbook/address_edit.tpl:128
-#: plugins/addons/addressbook/address_info.tpl:61
-msgid "Company"
-msgstr "Компания"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the complete LDAP database to a file"
+msgstr "Щелкните здесь, чтобы сохранить образ базы данных 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 "Город"
+#: plugins/addons/ldapmanager/contentexport.tpl:59
+msgid "Click here to save the LDAP Export "
+msgstr "Щелкните здесь, чтобы сохранить результаты экспорта"
 
 
-#: plugins/addons/addressbook/address_edit.tpl:168
-#: plugins/addons/addressbook/address_info.tpl:73
-msgid "Country"
-msgstr "Страна"
+#: 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 ""
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/addons/addressbook/main.inc:37
-msgid "Address book"
-msgstr "Адресная книга"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+#, fuzzy
+msgid "Choose the data you want to Export"
+msgstr "Выбрать подразделение для экспорта"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:6
-msgid "Addressbook"
-msgstr "Адресная книга"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:24
+msgid "Export complete XLS for"
+msgstr ""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:160
-#, php-format
-msgid "Dial from %s to %s now?"
-msgstr "Ð\97воним Ñ\81 %s Ð½Ð° %s?"
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+#, fuzzy
+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/addons/addressbook/class_addressbook.inc:164
+#: plugins/addons/ldapmanager/contentexportxls.tpl:62
+#, fuzzy
+msgid "Click here to save the LDAP Export to a xls file"
+msgstr "Щелкните здесь, чтобы сохранить результаты экспорта"
+
+#: plugins/addons/ldapmanager/contentimport.tpl:3
+#, fuzzy
 msgid ""
 msgid ""
-"You have no personal phone number set. Please change that in order to "
-"perform direct dials."
+"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 ""
-"У вас нет персонального набора телефонов. Настройте это прежде чем звонить."
+"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
+"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
+"использовать при инициализации нового сервера."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:187
+#: plugins/addons/ldapmanager/contentimport.tpl:10
+msgid "Import LDIF File"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentimport.tpl:24
+msgid "Modify existing attributes"
+msgstr ""
+
+#: plugins/addons/ldapmanager/contentimport.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "Removing addressbook entry failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82Ñ\8b Ð°Ð´Ñ\80еÑ\81ной ÐºÐ½Ð¸Ð³Ð¸"
+msgid "Overwrite existing entry"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð¾Ð±Ñ\8aекÑ\82а"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:194
-#: plugins/addons/addressbook/class_addressbook.inc:297
-msgid "You are not allowed to delete this entry!"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¾Ð±Ñ\8aекÑ\82а!"
+#: plugins/addons/ldapmanager/contentimport.tpl:40
+#, fuzzy
+msgid "Import successful"
+msgstr "Ð\98мпоÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:291
-#, php-format
-msgid "You're about to delete the entry %s."
-msgstr "Вы собираетесь удалить объект %s."
+#: plugins/addons/logview/class_logview.inc:6
+msgid "System logs"
+msgstr "Системные журналы"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:386
-#, php-format
-msgid "Save contact for %s as vcard"
-msgstr "Сохранить контактную информацию %s в формате vcard"
+#: plugins/addons/logview/class_logview.inc:68
+msgid "No LOG servers defined!"
+msgstr "Не указан сервер журналов."
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:390
-#, php-format
-msgid "Send mail to %s"
-msgstr "Отправить %s сообщение по эл. почте"
+#: plugins/addons/logview/class_logview.inc:71
+#: plugins/gofax/faxreports/class_faxreport.inc:109
+#: plugins/gofon/fonreports/class_fonreport.inc:160
+msgid "There is no mysql extension available, please check your php setup."
+msgstr ""
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:474
-msgid "global addressbook"
-msgstr "общая адресная книга"
+#: plugins/addons/logview/class_logview.inc:78
+#: plugins/addons/logview/class_logview.inc:185
+msgid "Can't connect to log database, no logs can be shown!"
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:477
-#, fuzzy
-msgid "user database"
-msgstr "Базы данных"
+#: plugins/addons/logview/class_logview.inc:82
+#: plugins/addons/logview/class_logview.inc:188
+msgid "Can't select log database for log generation!"
+msgstr "Не удается выбрать базу журналов для создания отчетов!"
+
+#: plugins/addons/logview/class_logview.inc:91
+#: plugins/addons/logview/class_logview.inc:109
+msgid "Query for log database failed!"
+msgstr "Невозможно выполнить запрос к базе данных журналов!"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:481
-#, fuzzy, php-format
-msgid "Contact stored in '%s'"
-msgstr "Контакт сохранен в %s"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "one hour"
+msgstr "один час"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:483
-msgid "Creating new entry in"
-msgstr "Создание нового объекта в"
+#: plugins/addons/logview/class_logview.inc:125
+msgid "6 hours"
+msgstr "6 часов"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522
-#: plugins/addons/mailqueue/class_mailqueue.inc:305
-#: plugins/addons/mailqueue/class_mailqueue.inc:370
-#: plugins/addons/logview/class_logview.inc:99
-#: plugins/addons/logview/class_logview.inc:117
-msgid "All"
-msgstr "Все"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "12 hours"
+msgstr "12 часов"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:522 html/getxls.php:65
-#: html/getxls.php:174 html/getxls.php:224 html/getxls.php:236
-msgid "Given name"
-msgstr "Имя"
+#: plugins/addons/logview/class_logview.inc:126
+msgid "24 hours"
+msgstr "24 часа"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Work phone"
-msgstr "Рабочий телефон"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "2 days"
+msgstr "2 дня"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:523
-msgid "Cell phone"
-msgstr "СоÑ\82овÑ\8bй Ñ\82елеÑ\84он"
+#: plugins/addons/logview/class_logview.inc:127
+msgid "one week"
+msgstr "одна Ð½ÐµÐ´ÐµÐ»Ñ\8f"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 html/getxls.php:174
-msgid "Home phone"
-msgstr "Домашний телефон"
+#: plugins/addons/logview/class_logview.inc:128
+msgid "2 weeks"
+msgstr "2 недели"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:524 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/logview/class_logview.inc:128
+msgid "one month"
+msgstr "один месяц"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:606
-msgid ""
-"Cannot create a unique DN for your entry. Please fill more formular fields."
-msgstr ""
-"Невозможно создать уникальный DN для объекта. Заполните все поля формы."
+#: plugins/addons/logview/contents.tpl:2
+#: plugins/gofax/faxreports/contents.tpl:2
+#: plugins/gofon/fonreports/contents.tpl:2
+msgid "Filter"
+msgstr "Фильтр"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:614
-msgid ""
-"You have no permissions to create or modify a global address book entry."
-msgstr ""
-"У вас недостаточно прав для создания или изменения объекта в общей адресной "
-"книге."
+#: plugins/addons/logview/contents.tpl:11
+msgid "Show hosts"
+msgstr "Показать хосты"
 
 
-#: plugins/addons/addressbook/class_addressbook.inc:659
-#, fuzzy
-msgid "Saving addressbook entry failed"
-msgstr "Показать объекты адресной книги"
+#: plugins/addons/logview/contents.tpl:20
+msgid "Log level"
+msgstr "Уровень информативности"
 
 
-#: plugins/addons/godfs/contents.tpl:8
-#, fuzzy
-msgid "DFS Shares"
-msgstr "сброс"
+#: plugins/addons/logview/contents.tpl:38
+msgid "Time interval"
+msgstr "Интервал времени"
 
 
-#: plugins/addons/godfs/contents.tpl:26
-#, fuzzy
-msgid ""
-"This menu allows you to create, delete and edit selected dfs shares. Having "
-"a large numbers of dfs shares, you might prefer the range selectors on top "
-"of the dfs share list."
-msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
+#: plugins/addons/logview/contents.tpl:48
+msgid "Enter string to search for"
+msgstr "Введите строку для поиска"
 
 
-#: plugins/addons/godfs/contents.tpl:40
-#, fuzzy
-msgid "Display dfs shares matching"
-msgstr "Показать подходяшие адреса"
+#: plugins/addons/logview/contents.tpl:60
+msgid "Ruleset"
+msgstr "Набор правил"
 
 
-#: plugins/addons/godfs/contents.tpl:44
-#, fuzzy
-msgid "Regular expression for matching dfs share names"
-msgstr "Регулярное выражение, соответствующее именам систем"
+#: plugins/addons/logview/contents.tpl:62
+#: plugins/admin/fai/faiPartitionTable.tpl:44
+#: plugins/admin/fai/faiVariable.tpl:45
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:186
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
+#: plugins/admin/systems/glpi.tpl:48 plugins/admin/systems/glpi.tpl:56
+#: plugins/admin/systems/glpi.tpl:85
+#: plugins/admin/systems/glpiManufacturer.tpl:7
+#: plugins/admin/systems/glpiPrinter.tpl:73
+#: plugins/admin/systems/glpiPrinter.tpl:82
+#: plugins/admin/systems/printer.tpl:52 plugins/admin/systems/servdns.tpl:7
+#: plugins/admin/systems/servdnseditzone.tpl:31
+#: plugins/admin/systems/servservice.tpl:21
+#: plugins/gofax/faxaccount/generic.tpl:86
+#: plugins/gofax/faxaccount/generic.tpl:92
+#: plugins/gofax/faxaccount/main.inc:97
+#: plugins/gofon/phoneaccount/main.inc:113
+#: plugins/personal/connectivity/main.inc:130
+#: plugins/personal/environment/environment.tpl:138
+#: plugins/personal/environment/main.inc:116
+#: plugins/personal/generic/main.inc:173 plugins/personal/mail/main.inc:116
+#: plugins/personal/nagios/main.inc:116 plugins/personal/netatalk/main.inc:112
+#: plugins/personal/posix/main.inc:123 plugins/personal/samba/main.inc:116
+msgid "Edit"
+msgstr "Изменить"
 
 
-#: plugins/addons/godfs/generic.tpl:4
-#, fuzzy
-msgid "DFS Properties"
-msgstr "Свойства"
+#: plugins/addons/logview/contents.tpl:82
+msgid "Level"
+msgstr "Уровень"
 
 
-#: plugins/addons/godfs/generic.tpl:8
-#, fuzzy
-msgid "Name of dfs Share"
-msgstr "Подразделение"
+#: plugins/addons/logview/contents.tpl:83
+msgid "Hostname"
+msgstr "Имя системы"
 
 
-#: plugins/addons/godfs/generic.tpl:16
-#, fuzzy
-msgid "Fileserver"
-msgstr "Сервер"
+#: plugins/addons/logview/contents.tpl:84
+#: plugins/gofax/faxreports/contents.tpl:31
+#: plugins/gofon/fonreports/contents.tpl:30
+msgid "Date"
+msgstr "Дата"
 
 
-#: plugins/addons/godfs/generic.tpl:20
-#, fuzzy
-msgid "Share on Fileserver"
-msgstr "Служба печати"
+#: plugins/addons/logview/contents.tpl:85
+msgid "Message"
+msgstr "Сообщение"
 
 
-#: plugins/addons/godfs/generic.tpl:30
-#, fuzzy
-msgid "DFS Location"
-msgstr "Местоположение"
+#: plugins/addons/logview/contents.tpl:97
+#: plugins/gofax/faxreports/contents.tpl:50
+#: plugins/gofon/fonreports/contents.tpl:51
+msgid "Search returned no results..."
+msgstr "Не найдено..."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:10
-#, fuzzy
-msgid "DFS Managment"
-msgstr "Название"
+#: plugins/addons/logview/main.inc:33
+msgid "System log view"
+msgstr "Просмотр системного журнала"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:151
+#: plugins/addons/mailqueue/class_mailqueue.inc:6
+#: plugins/addons/mailqueue/main.inc:38
 #, fuzzy
 #, fuzzy
-msgid "Removing DFS share failed"
-msgstr "УдалиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
+msgid "Mail queue"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:170
-msgid "No DFS entries found"
+#: plugins/addons/mailqueue/class_mailqueue.inc:58
+msgid ""
+"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#, fuzzy
-msgid "Go up one dfsshare"
-msgstr "Подразделение"
+#: plugins/addons/mailqueue/class_mailqueue.inc:85
+#: plugins/addons/mailqueue/class_mailqueue.inc:112
+#: plugins/addons/mailqueue/class_mailqueue.inc:171
+#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#, fuzzy, php-format
+msgid ""
+"You do not have permission to execute the command '%s' on the mailqueue."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:213
-#: plugins/admin/fai/class_faiProfile.inc:310
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_servDNSeditZone.inc:295
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: plugins/admin/ogroups/phonequeue.tpl:21
-#: include/class_MultiSelectWindow.inc:196
-#: include/class_MultiSelectWindow.inc:198
-msgid "Up"
+#: plugins/addons/mailqueue/class_mailqueue.inc:93
+#: plugins/addons/mailqueue/class_mailqueue.inc:121
+#: plugins/addons/mailqueue/class_mailqueue.inc:181
+#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#, php-format
+msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-msgid "Go to dfs root"
+#: plugins/addons/mailqueue/class_mailqueue.inc:225
+msgid "There are no mail server specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/godfs/class_dfsManagment.inc:214
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
-#: include/class_MultiSelectWindow.inc:190
-#, fuzzy
-msgid "Root"
-msgstr "Перезагрузить"
+#: plugins/addons/mailqueue/class_mailqueue.inc:275
+msgid "up"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsManagment.inc:215
+#: plugins/addons/mailqueue/class_mailqueue.inc:277
 #, fuzzy
 #, fuzzy
-msgid "Create new dfsshare"
-msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
+msgid "down"
+msgstr "Ð\94омен"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:102
-#: plugins/addons/godfs/class_dfsgeneric.inc:104
-#, fuzzy
-msgid "Dfs share already exists."
-msgstr "Подразделение с таким именем уже существует."
+#: plugins/addons/mailqueue/class_mailqueue.inc:320
+msgid "no limit"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:117
-#, fuzzy
-msgid "Required Field \"Name of dfs Share\" is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/addons/mailqueue/class_mailqueue.inc:323
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "hour"
+msgstr "час"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:120
+#: plugins/addons/mailqueue/class_mailqueue.inc:325
 #, fuzzy
 #, fuzzy
-msgid "Required Field \"Description\" is not set."
-msgstr "Обязательное поле \"Описание\" не заполнено."
+msgid "hours"
+msgstr "час"
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:123
-#, fuzzy
-msgid "Required Field \"Fileserver\" is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/addons/mailqueue/class_mailqueue.inc:371
+msgid "Hold"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:126
-#, fuzzy
-msgid "Required Field \"Share on fileserver\" is not set."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/addons/mailqueue/class_mailqueue.inc:372
+msgid "Un hold"
+msgstr ""
 
 
-#: plugins/addons/godfs/class_dfsgeneric.inc:129
+#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:76
 #, fuzzy
 #, fuzzy
-msgid "Required Field \"Location\" is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eпиÑ\81ание\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Active"
+msgstr "Ð\9bиÑ\87нÑ\8bй"
 
 
-#: plugins/addons/godfs/main.inc:27 plugins/addons/godfs/main.inc:33
-msgid "Distributed File System Administration"
+#: plugins/addons/mailqueue/class_mailqueue.inc:374
+msgid "Not active"
 msgstr ""
 
 #: plugins/addons/mailqueue/contents.tpl:12
 msgstr ""
 
 #: plugins/addons/mailqueue/contents.tpl:12
@@ -4880,11 +3955,33 @@ msgstr "Не найдено..."
 msgid "ID"
 msgstr "UID"
 
 msgid "ID"
 msgstr "UID"
 
+#: plugins/addons/mailqueue/contents.tpl:53 plugins/admin/groups/mail.tpl:14
+#: plugins/admin/ogroups/class_ogroupManagement.inc:367
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:870
+#: plugins/generic/references/class_reference.inc:44
+#: plugins/personal/mail/generic.tpl:11
+msgid "Server"
+msgstr "Сервер"
+
+#: plugins/addons/mailqueue/contents.tpl:54
+#: plugins/admin/systems/glpi_devices.tpl:293
+#: plugins/admin/systems/glpi_devices.tpl:420
+#: plugins/admin/systems/glpi_devices.tpl:485
+#: plugins/personal/connectivity/pureftpd.tpl:43
+msgid "Size"
+msgstr "Размер"
+
 #: plugins/addons/mailqueue/contents.tpl:55
 #, fuzzy
 msgid "Arrival"
 msgstr "Апрель"
 
 #: plugins/addons/mailqueue/contents.tpl:55
 #, fuzzy
 msgid "Arrival"
 msgstr "Апрель"
 
+#: plugins/addons/mailqueue/contents.tpl:56
+#: plugins/gofax/faxreports/contents.tpl:33
+msgid "Sender"
+msgstr "Отправитель"
+
 #: plugins/addons/mailqueue/contents.tpl:57
 #, fuzzy
 msgid "Recipient"
 #: plugins/addons/mailqueue/contents.tpl:57
 #, fuzzy
 msgid "Recipient"
@@ -4894,11 +3991,25 @@ msgstr "Описание"
 msgid "Error"
 msgstr ""
 
 msgid "Error"
 msgstr ""
 
-#: plugins/addons/mailqueue/contents.tpl:76
-#: plugins/addons/mailqueue/class_mailqueue.inc:373
+#: plugins/addons/mailqueue/contents.tpl:93
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/fai/class_divListFai.inc:220
+#: plugins/admin/fai/class_faiHook.inc:270
+#: plugins/admin/fai/class_faiScript.inc:248
+#: plugins/admin/fai/class_faiTemplate.inc:244
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/admin/systems/class_divListSystem.inc:145
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:132
+#: plugins/admin/users/class_divListUsers.inc:195
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
+#: plugins/gofon/macro/class_divListMacros.inc:95
 #, fuzzy
 #, fuzzy
-msgid "Active"
-msgstr "Ð\9bиÑ\87нÑ\8bй"
+msgid "delete"
+msgstr "УдалиÑ\82Ñ\8c"
 
 #: plugins/addons/mailqueue/contents.tpl:93
 #, fuzzy
 
 #: plugins/addons/mailqueue/contents.tpl:93
 #, fuzzy
@@ -4943,581 +4054,701 @@ msgstr "Отправитель"
 msgid "Display header from this message"
 msgstr "Показать совпадения номеров"
 
 msgid "Display header from this message"
 msgstr "Показать совпадения номеров"
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:6
-#: plugins/addons/mailqueue/main.inc:38
+#: plugins/admin/applications/class_applicationGeneric.inc:91
 #, fuzzy
 #, fuzzy
-msgid "Mail queue"
-msgstr "СеÑ\80веÑ\80"
+msgid "no example"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:58
-msgid ""
-"Please check your 'gosa.conf', there is no 'MAILQUEUESCRIPTPATH' specified."
+#: plugins/admin/applications/class_applicationGeneric.inc:123
+msgid "This 'dn' is no application."
+msgstr "Это DN соответствует не приложению."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:206
+#, fuzzy
+msgid "Removing application failed"
+msgstr "Удалить приложения"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:218
+#, php-format
+msgid "Removing application from objectgroup '%s' failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:85
-#: plugins/addons/mailqueue/class_mailqueue.inc:112
-#: plugins/addons/mailqueue/class_mailqueue.inc:171
-#: plugins/addons/mailqueue/class_mailqueue.inc:198
+#: plugins/admin/applications/class_applicationGeneric.inc:225
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid ""
-"You do not have permission to execute the command '%s' on the mailqueue."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
+msgid "Removing application from group '%s' failed"
+msgstr "Показать группы приложений"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:93
-#: plugins/addons/mailqueue/class_mailqueue.inc:121
-#: plugins/addons/mailqueue/class_mailqueue.inc:181
-#: plugins/addons/mailqueue/class_mailqueue.inc:213
+#: plugins/admin/applications/class_applicationGeneric.inc:267
+msgid "The specified picture has not been uploaded correctly."
+msgstr "Указанное изображение было загружено некорректно."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:343
+msgid "Specified execute path must start with '/'."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:357
+msgid "You have no permissions to create a application on this 'Base'."
+msgstr "У вас недостаточно прав для создания приложения в этой ветке."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:362
+msgid "Required field 'Name' is not filled."
+msgstr "Обязательное поле \"Имя\" не заполнено."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:366
+msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+msgstr ""
+
+#: plugins/admin/applications/class_applicationGeneric.inc:370
+msgid "Required field 'Execute' is not filled."
+msgstr "Обязательное поле \"Выполнить\" не заполнено."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:385
+#: plugins/admin/applications/class_applicationGeneric.inc:393
+msgid "There's already an application with this 'Name'."
+msgstr "Приложение с таким именем уже существует."
+
+#: plugins/admin/applications/class_applicationGeneric.inc:439
+#, fuzzy
+msgid "Saving application failed"
+msgstr "Приложение"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:464
+#, fuzzy
+msgid "Application settings"
+msgstr "Параметры приложения"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:468
+#: plugins/admin/applications/class_divListApplication.inc:44
+#: plugins/admin/applications/generic.tpl:7
+#: plugins/admin/applications/generic.tpl:8
+msgid "Application name"
+msgstr "Приложение"
+
+#: plugins/admin/applications/class_applicationGeneric.inc:473
+#: plugins/admin/applications/generic.tpl:13
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
+"Имя приложения, которое будет показано пользователям (например, под "
+"пиктограммами)"
+
+#: plugins/admin/applications/class_applicationManagement.inc:299
 #, php-format
 #, php-format
-msgid "Please check your 'gosa.conf' the given '%s' can't be executed."
+msgid "You're about to delete the application '%s'."
+msgstr "Вы собираетесь удалить приложение \"%s\"."
+
+#: plugins/admin/applications/class_applicationManagement.inc:305
+#: plugins/admin/applications/class_applicationManagement.inc:334
+msgid "You are not allowed to delete this application!"
+msgstr "У вас недостаточно прав для удаления этого приложения!"
+
+#: plugins/admin/applications/class_applicationParameters.inc:54
+msgid "Remove options"
+msgstr "Удалить параметры"
+
+#: plugins/admin/applications/class_applicationParameters.inc:55
+msgid "This application has options. You can disable them by clicking below."
 msgstr ""
 msgstr ""
+"Для этого приложения указаны параметры. Вы можете отключить их "
+"использование, щелкнув ниже."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:225
-msgid "There are no mail server specified."
+#: plugins/admin/applications/class_applicationParameters.inc:57
+msgid "Create options"
+msgstr "Создать параметры"
+
+#: plugins/admin/applications/class_applicationParameters.inc:58
+msgid ""
+"This application has options disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
+"Для этого приложения отключено использование параметров. Вы можете включить "
+"его, щелкнув ниже."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:275
-msgid "up"
+#: plugins/admin/applications/class_applicationParameters.inc:104
+msgid "Variable"
+msgstr "Переменная"
+
+#: plugins/admin/applications/class_applicationParameters.inc:104
+#: plugins/gofon/macro/parameter.tpl:9
+msgid "Default value"
+msgstr "По умолчанию"
+
+#: plugins/admin/applications/class_applicationParameters.inc:117
+msgid "Add option"
+msgstr "Добавить параметр"
+
+#: plugins/admin/applications/class_applicationParameters.inc:142
+#, fuzzy
+msgid "Removing application parameters failed"
+msgstr "Изменить дополнительные параметры приложения"
+
+#: plugins/admin/applications/class_applicationParameters.inc:175
+#, php-format
+msgid "Value '%s' specified as option name is not valid."
+msgstr "Значение \"%s\", указанное как имя параметра, некорректно."
+
+#: plugins/admin/applications/class_applicationParameters.inc:206
+#, fuzzy
+msgid "Saving applications parameters failed"
+msgstr "Изменить дополнительные параметры приложения"
+
+#: plugins/admin/applications/class_divListApplication.inc:29
+#, fuzzy
+msgid "List of Applications"
+msgstr "Список приложений"
+
+#: plugins/admin/applications/class_divListApplication.inc:30
+#, fuzzy
+msgid "This table displays all applications in the selected tree."
+msgstr "Приложение с таким именем уже существует."
+
+#: plugins/admin/applications/class_divListApplication.inc:34
+#, 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 ""
 msgstr ""
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"приложения. Если у вас достаточно большое количество приложений, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:277
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
 #, fuzzy
 #, fuzzy
-msgid "down"
-msgstr "Ð\94омен"
+msgid "Select to search within subtrees"
+msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:320
-msgid "no limit"
+#: plugins/admin/applications/class_divListApplication.inc:48
+#: plugins/admin/departments/class_divListDepartment.inc:46
+#: plugins/admin/groups/class_divListGroup.inc:62
+#: plugins/admin/ogroups/class_divListOGroup.inc:69
+#: plugins/admin/ogroups/ogroup_objects.tpl:38
+#: plugins/admin/systems/class_divListSystem.inc:71
+#: plugins/admin/users/class_divListUsers.inc:63
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:54
+#: plugins/gofon/conference/class_divListConferences.inc:52
+#: plugins/gofon/macro/class_divListMacros.inc:51
+#: plugins/personal/posix/posix_groups.tpl:46
+msgid "Ignore subtrees"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:325
+#: plugins/admin/applications/class_divListApplication.inc:51
+#: plugins/admin/fai/class_divListFai.inc:75
+#: plugins/admin/groups/group_objects.tpl:46
+#: plugins/admin/systems/glpiSelectUser.tpl:35
+#: plugins/admin/users/class_divListUsers.inc:66
+#: plugins/gofon/conference/headpage.tpl:35
+#: plugins/personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Фильтр"
+
+#: plugins/admin/applications/class_divListApplication.inc:89
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
+#, fuzzy
+msgid "new"
+msgstr "Создать"
+
+#: plugins/admin/applications/class_divListApplication.inc:90
+#, fuzzy
+msgid "Create new application"
+msgstr "Создать приложения"
+
+#: plugins/admin/applications/class_divListApplication.inc:119
+#: plugins/admin/groups/class_divListGroup.inc:127
+#: plugins/admin/ogroups/class_ogroupManagement.inc:365
+#: plugins/generic/references/class_reference.inc:42
+#: plugins/gofon/fonreports/contents.tpl:34
+msgid "Application"
+msgstr "Приложение"
+
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
 #, fuzzy
 #, fuzzy
-msgid "hours"
-msgstr "час"
-
-#: plugins/addons/mailqueue/class_mailqueue.inc:371
-msgid "Hold"
-msgstr ""
+msgid "cut"
+msgstr "Выполнить"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:372
-msgid "Un hold"
-msgstr ""
+#: plugins/admin/applications/class_divListApplication.inc:147
+#: plugins/admin/fai/class_divListFai.inc:206
+#: plugins/admin/groups/class_divListGroup.inc:152
+#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/users/class_divListUsers.inc:178
+#, fuzzy
+msgid "Cut this entry"
+msgstr "Редактиовать объект"
 
 
-#: plugins/addons/mailqueue/class_mailqueue.inc:374
-msgid "Not active"
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
+msgid "copy"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/main.inc:40
-#: plugins/addons/ldapmanager/class_ldif.inc:7
+#: plugins/admin/applications/class_divListApplication.inc:151
+#: plugins/admin/fai/class_divListFai.inc:209
+#: plugins/admin/groups/class_divListGroup.inc:154
+#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/users/class_divListUsers.inc:180
 #, fuzzy
 #, fuzzy
-msgid "LDAP manager"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð² LDIF"
+msgid "Copy this entry"
+msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:3
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/fai/class_divListFai.inc:213
+#: plugins/admin/fai/class_divListFai.inc:218
+#: plugins/admin/fai/class_faiHook.inc:266
+#: plugins/admin/fai/class_faiHook.inc:269
+#: plugins/admin/fai/class_faiScript.inc:244
+#: plugins/admin/fai/class_faiScript.inc:247
+#: plugins/admin/fai/class_faiTemplate.inc:240
+#: plugins/admin/fai/class_faiTemplate.inc:243
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/admin/systems/class_divListSystem.inc:143
+#: plugins/admin/systems/glpi.tpl:15 plugins/admin/systems/glpi.tpl:25
+#: plugins/admin/systems/glpi.tpl:35 plugins/admin/systems/glpiPrinter.tpl:15
+#: plugins/admin/systems/glpiPrinter.tpl:25
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:43
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:53
+#: plugins/admin/users/class_divListUsers.inc:184
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#: plugins/gofon/macro/class_divListMacros.inc:93
 #, 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 "edit"
+msgstr "Изменить"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:10
-#: plugins/addons/ldapmanager/contentexport.tpl:10
-msgid "Export single entry"
-msgstr "Экспорт объекта"
+#: plugins/admin/applications/class_divListApplication.inc:156
+#: plugins/admin/departments/class_divListDepartment.inc:98
+#: plugins/admin/groups/class_divListGroup.inc:157
+#: plugins/admin/ogroups/class_divListOGroup.inc:142
+#: plugins/gofon/conference/class_divListConferences.inc:94
+#, fuzzy
+msgid "Edit this entry"
+msgstr "Редактиовать объект"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:14
+#: plugins/admin/applications/class_divListApplication.inc:163
+#: plugins/admin/departments/class_divListDepartment.inc:102
+#: plugins/admin/groups/class_divListGroup.inc:161
+#: plugins/admin/ogroups/class_divListOGroup.inc:146
+#: plugins/gofon/conference/class_divListConferences.inc:96
+#: plugins/gofon/conference/class_divListConferences.inc:98
 #, fuzzy
 #, fuzzy
-msgid "Choose the data you want to Export"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделение Ð´Ð»Ñ\8f Ñ\8dкÑ\81поÑ\80Ñ\82а"
+msgid "Delete this entry"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:24
-msgid "Export complete XLS for"
-msgstr ""
+#: plugins/admin/applications/generic.tpl:17
+#: plugins/admin/fai/faiTemplateEntry.tpl:89
+#: plugins/admin/ogroups/termgroup.tpl:85 plugins/admin/systems/server.tpl:61
+#: plugins/admin/systems/terminal.tpl:128
+#: plugins/admin/systems/workstation.tpl:107
+msgid "Execute"
+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/admin/applications/generic.tpl:19
+msgid "Path and/or binary name of application"
+msgstr "Путь и/или имя исполняемого файла приложения"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:39
-#: plugins/addons/ldapmanager/contentexport.tpl:36
-msgid "Export IVBB LDIF for"
-msgstr ""
+#: plugins/admin/applications/generic.tpl:34
+msgid "Choose subtree to place application in"
+msgstr "Выберите ветку, куда нужно поместить приложение"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:58
-#: plugins/addons/ldapmanager/contentexport.tpl:55
+#: plugins/admin/applications/generic.tpl:39
+#: plugins/admin/applications/generic.tpl:41
+#: plugins/admin/departments/generic.tpl:34
+#: plugins/admin/departments/generic.tpl:36
+#: plugins/admin/groups/generic.tpl:27 plugins/admin/groups/generic.tpl:29
+#: plugins/admin/ogroups/generic.tpl:27 plugins/admin/ogroups/generic.tpl:29
+#: plugins/admin/systems/component.tpl:19
+#: plugins/admin/systems/component.tpl:21 plugins/admin/systems/phone.tpl:19
+#: plugins/admin/systems/phone.tpl:21 plugins/admin/systems/printer.tpl:26
+#: plugins/admin/systems/printer.tpl:28 plugins/admin/systems/server.tpl:21
+#: plugins/admin/systems/server.tpl:23 plugins/admin/systems/terminal.tpl:23
+#: plugins/admin/systems/terminal.tpl:25
+#: plugins/admin/systems/wingeneric.tpl:18
+#: plugins/admin/systems/workstation.tpl:29
+#: plugins/admin/systems/workstation.tpl:31
+#: plugins/gofax/blocklists/generic.tpl:21
+#: plugins/gofax/blocklists/generic.tpl:23
+#: plugins/gofon/conference/generic.tpl:39
+#: plugins/gofon/conference/generic.tpl:41 plugins/gofon/macro/generic.tpl:27
+#: plugins/gofon/macro/generic.tpl:29 plugins/personal/generic/generic.tpl:135
+#: plugins/personal/generic/generic.tpl:137
 #, fuzzy
 #, fuzzy
-msgid "Export successful"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
+msgid "Select a base"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-#, fuzzy
-msgid "Click here to save the complete LDAP database to a xls file"
-msgstr "Щелкните здесь, чтобы сохранить образ базы данных LDAP в файл"
+#: plugins/admin/applications/generic.tpl:55
+msgid "Icon"
+msgstr "Пиктограмма"
 
 
-#: plugins/addons/ldapmanager/contentexportxls.tpl:62
-#, fuzzy
-msgid "Click here to save the LDAP Export to a xls file"
-msgstr "Щелкните здесь, чтобы сохранить результаты экспорта"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Update"
+msgstr "Обновить"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:6
-#: plugins/addons/ldapmanager/class_import.inc:6
-msgid "LDIF export"
-msgstr "Экспорт в LDIF"
+#: plugins/admin/applications/generic.tpl:63
+msgid "Reload picture from LDAP"
+msgstr "Обновить изображение с LDAP"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:101
-#, fuzzy
-msgid "You've no permission to do CSV imports."
-msgstr "У вас недостаточно прав для удаления этого подразделения."
+#: plugins/admin/applications/generic.tpl:77
+msgid "Only executable for members"
+msgstr "Разрешено для выполнения только членам группы"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:161
-msgid "Need 'sn','givenName' and 'uid' to create user."
-msgstr ""
+#: plugins/admin/applications/generic.tpl:79
+msgid "Replace user configuration on startup"
+msgstr "Заменять настройки пользователя при запуске"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:209
-#, fuzzy
-msgid "failed"
-msgstr "Ошибка"
+#: plugins/admin/applications/generic.tpl:83
+msgid "Place icon on members desktop"
+msgstr "Помещать пиктограмму на рабочие столы членов группы"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:213
-msgid "ok"
-msgstr ""
+#: plugins/admin/applications/generic.tpl:86
+msgid "Place entry in members startmenu"
+msgstr "Помещать членам группы соответствующий элемент в меню запуска"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:277
+#: plugins/admin/applications/generic.tpl:89
 #, fuzzy
 #, fuzzy
-msgid "status"
-msgstr "Состояние"
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:281
-#, php-format
-msgid "An Error Occured while inserting entry %s - process aborted"
-msgstr ""
-
-#: plugins/addons/ldapmanager/class_csvimport.inc:319
-msgid "Nothing to import!"
-msgstr ""
+msgid "Place entry in members launch bar"
+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
+#: plugins/admin/applications/generic.tpl:102
+#: plugins/admin/fai/faiTemplateEntry.tpl:40
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
+#: plugins/admin/systems/printerPPDDialog.tpl:11
 #, fuzzy
 #, fuzzy
-msgid "There is no file uploaded."
-msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
+msgid "Upload"
+msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:336
-#: plugins/addons/ldapmanager/class_import.inc:55
+#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/fai/class_faiHook.inc:279
+#: plugins/admin/fai/class_faiHookEntry.inc:79
+#: plugins/admin/fai/class_faiScript.inc:257
+#: plugins/admin/fai/class_faiScriptEntry.inc:84
+#: plugins/admin/fai/class_faiTemplate.inc:256
 #, fuzzy
 #, fuzzy
-msgid "The specified file is empty."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "Download"
+msgstr "Ð\94омен"
 
 
-#: plugins/addons/ldapmanager/class_csvimport.inc:490
-msgid "The selected file does not contain any CSV Data..."
-msgstr ""
+#: plugins/admin/applications/main.inc:39
+#: plugins/admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Управление приложениями"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:3
+#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/branch_selector.tpl:3
+#, fuzzy
+msgid "Branches"
+msgstr "Отмена"
+
+#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/branch_selector.tpl:9
 #, fuzzy
 #, fuzzy
+msgid "Current release"
+msgstr "Текущий пароль"
+
+#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 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."
+"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 ""
-"Ð\9cодÑ\83лÑ\8c Ñ\8dкÑ\81поÑ\80Ñ\82а Ð² LDIF Ð¿Ð¾Ð·Ð²Ð¾Ð»Ñ\8fеÑ\82 Ð¿Ð¾Ð»Ñ\83Ñ\87аÑ\82Ñ\8c Ð¿Ð¾Ð»Ð½Ñ\8bй Ð¾Ð±Ñ\80аз Ñ\82екÑ\83Ñ\89его ÐºÐ°Ñ\82алога "
-"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
-"использовать при инициализации нового сервера."
+"ЭÑ\82о Ð¿Ñ\80иложение Ð¼Ð¾Ð¶ÐµÑ\82 Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8cÑ\81Ñ\8f Ð½ÐµÑ\81колÑ\8cкими Ð³Ñ\80Ñ\83ппами. Ð\9fодÑ\83майÑ\82е ÐµÑ\89е Ñ\80аз, "
+"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
+"результаты этой операции."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:10
-msgid "Import LDIF File"
-msgstr ""
+#: plugins/admin/departments/class_departmentGeneric.inc:170
+#, fuzzy
+msgid "Removing department failed"
+msgstr "Показать подразделения"
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:24
-msgid "Modify existing attributes"
-msgstr ""
+#: plugins/admin/departments/class_departmentGeneric.inc:218
+msgid "You have no permissions to create a department on this 'Base'."
+msgstr "У вас недостаточно прав для создания подразделения в этой ветке."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:33
-#, fuzzy
-msgid "Overwrite existing entry"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð¾Ð±Ñ\8aекÑ\82а"
+#: plugins/admin/departments/class_departmentGeneric.inc:225
+#: plugins/admin/departments/class_departmentGeneric.inc:227
+msgid "Department with that 'Name' already exists."
+msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
 
-#: plugins/addons/ldapmanager/contentimport.tpl:40
-#, fuzzy
-msgid "Import successful"
-msgstr "Ð\98мпоÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
+#: plugins/admin/departments/class_departmentGeneric.inc:232
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:437
+msgid "Required field 'Name' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:2
+#: plugins/admin/departments/class_departmentGeneric.inc:235
+msgid "Required field 'Description' is not set."
+msgstr "Обязательное поле \"Описание\" не заполнено."
+
+#: plugins/admin/departments/class_departmentGeneric.inc:239
+#, fuzzy, php-format
 msgid ""
 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 ""
+"The field 'Name' contains the reserved word '%s'. Please choose another name."
+msgstr "Значение поля \"Имя\" содержит служебное слово \"incoming\"."
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:10
-msgid "Select CSV file to import"
+#: plugins/admin/departments/class_departmentGeneric.inc:285
+msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:19
+#: plugins/admin/departments/class_departmentGeneric.inc:330
 #, fuzzy
 #, fuzzy
-msgid "Select template"
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Saving department failed"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:34
-msgid "All entries have been written to the LDAP database successfully."
+#: plugins/admin/departments/class_departmentGeneric.inc:382
+#, php-format
+msgid "Tagging '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:36
-msgid "Oups. There was an error during the import of your data."
+#: plugins/admin/departments/class_departmentGeneric.inc:470
+#, php-format
+msgid "Moving '%s' to '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:39
-msgid "Here is the status report for the import:"
+#: plugins/admin/departments/class_departmentGeneric.inc:506
+#, php-format
+msgid "FAILED to copy %s, aborting operation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/contentcsv.tpl:80
-#, fuzzy
-msgid "Selected Template"
-msgstr "Выберите режим терминала"
+#: plugins/admin/departments/class_departmentManagement.inc:25
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#: plugins/admin/systems/class_glpiSelectUser.inc:107
+msgid "Departments"
+msgstr "Подразделения"
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:7
-#, fuzzy
-msgid "XLS import"
-msgstr "Импортировать"
+#: plugins/admin/departments/class_departmentManagement.inc:153
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:128
+#, php-format
+msgid "You're about to delete the whole LDAP subtree placed under '%s'."
+msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"."
 
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:39
-#: plugins/addons/ldapmanager/class_export.inc:38
-#, fuzzy
-msgid "You've no permission to do LDAP exports."
+#: plugins/admin/departments/class_departmentManagement.inc:174
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:147
+msgid "You have no permission to remove this department."
 msgstr "У вас недостаточно прав для удаления этого подразделения."
 
 msgstr "У вас недостаточно прав для удаления этого подразделения."
 
-#: plugins/addons/ldapmanager/class_exportxls.inc:89
-#: plugins/addons/ldapmanager/class_export.inc:83
-msgid "Error while exporting the requested entries!"
+#: plugins/admin/departments/class_departmentManagement.inc:333
+msgid ".."
 msgstr ""
 
 msgstr ""
 
-#: plugins/addons/ldapmanager/class_import.inc:41
-#, fuzzy
-msgid "You've no permission to do LDAP imports."
-msgstr "У вас недостаточно прав для удаления этого подразделения."
-
-#: plugins/addons/ldapmanager/class_import.inc:108
-msgid "Unknown Error"
-msgstr ""
+#: plugins/admin/departments/class_divListDepartment.inc:27
+#: plugins/admin/departments/class_divListDepartment.inc:28
+msgid "List of departments"
+msgstr "Список подразделений"
 
 
-#: plugins/addons/ldapmanager/contentexport.tpl:3
+#: plugins/admin/departments/class_divListDepartment.inc:33
 #, fuzzy
 msgid ""
 #, 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."
-msgstr ""
-"Модуль экспорта в LDIF позволяет получать полный образ текущего каталога "
-"LDAPв формате ldif. Эти образы можно сохранять как резервные копии или "
-"использовать при инициализации нового сервера."
-
-#: plugins/addons/ldapmanager/contentexport.tpl:21
-msgid "Export complete LDIF for"
+"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/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_export.inc:6
+#: plugins/admin/departments/class_divListDepartment.inc:41
 #, fuzzy
 #, fuzzy
-msgid "CSV import"
-msgstr "Импортировать"
-
-#: plugins/addons/logview/main.inc:33
-msgid "System log view"
-msgstr "Просмотр системного журнала"
-
-#: plugins/addons/logview/class_logview.inc:6
-msgid "System logs"
-msgstr "Системные журналы"
-
-#: plugins/addons/logview/class_logview.inc:68
-msgid "No LOG servers defined!"
-msgstr "Не указан сервер журналов."
-
-#: plugins/addons/logview/class_logview.inc:78
-#: plugins/addons/logview/class_logview.inc:185
-msgid "Can't connect to log database, no logs can be shown!"
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
-
-#: plugins/addons/logview/class_logview.inc:82
-#: plugins/addons/logview/class_logview.inc:188
-msgid "Can't select log database for log generation!"
-msgstr "Не удается выбрать базу журналов для создания отчетов!"
+msgid "Department name"
+msgstr "Управление подразделениями"
 
 
-#: plugins/addons/logview/class_logview.inc:91
-#: plugins/addons/logview/class_logview.inc:109
-msgid "Query for log database failed!"
-msgstr "Невозможно выполнить запрос к базе данных журналов!"
+#: plugins/admin/departments/class_divListDepartment.inc:49
+#: plugins/admin/groups/class_divListGroup.inc:65
+#: plugins/admin/ogroups/class_divListOGroup.inc:72
+#: plugins/personal/posix/posix_groups.tpl:57
+msgid "Regular expression for matching group names"
+msgstr "Регулярное выражение, соответствующее именам групп"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "one hour"
-msgstr "один час"
+#: plugins/admin/departments/class_divListDepartment.inc:70
+#, fuzzy
+msgid "Create new department"
+msgstr "Подразделение"
 
 
-#: plugins/addons/logview/class_logview.inc:125
-msgid "6 hours"
-msgstr "6 часов"
+#: plugins/admin/departments/class_divListDepartment.inc:118
+#: plugins/admin/groups/class_groupApplication.inc:644
+#, fuzzy
+msgid "department"
+msgstr "подразделения"
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "12 hours"
-msgstr "12 часов"
+#: plugins/admin/departments/dep_iframe.tpl:1
+#: plugins/admin/fai/faiNewBranch.tpl:35
+msgid "Processing the requested operation"
+msgstr ""
 
 
-#: plugins/addons/logview/class_logview.inc:126
-msgid "24 hours"
-msgstr "24 часа"
+#: plugins/admin/departments/dep_iframe.tpl:3
+msgid ""
+"As soon as the move operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the department "
+"management dialog."
+msgstr ""
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "2 days"
-msgstr "2 дня"
+#: plugins/admin/departments/dep_iframe.tpl:8
+#: plugins/admin/fai/faiNewBranch.tpl:42
+msgid ""
+"Your browser doesn't support iframes, please use this link to perform the "
+"requested operation."
+msgstr ""
 
 
-#: plugins/addons/logview/class_logview.inc:127
-msgid "one week"
-msgstr "одна неделя"
+#: plugins/admin/departments/generic.tpl:4
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/groups/class_divListGroup.inc:50
+#: plugins/admin/ogroups/class_divListOGroup.inc:53
+#: plugins/admin/systems/terminal.tpl:1
+#: plugins/admin/systems/workstation.tpl:1
+#: plugins/admin/users/class_divListUsers.inc:51
+#: plugins/gofon/conference/generic.tpl:4
+msgid "Properties"
+msgstr "Свойства"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "2 weeks"
-msgstr "2 недели"
+#: plugins/admin/departments/generic.tpl:8
+msgid "Name of department"
+msgstr "Подразделение"
 
 
-#: plugins/addons/logview/class_logview.inc:128
-msgid "one month"
-msgstr "один Ð¼ÐµÑ\81Ñ\8fÑ\86"
+#: plugins/admin/departments/generic.tpl:9
+msgid "Name of subtree to create"
+msgstr "Ð\98мÑ\8f Ñ\81оздаваемой Ð²ÐµÑ\82ки"
 
 
-#: plugins/addons/logview/contents.tpl:11
-msgid "Show hosts"
-msgstr "Показать хосты"
+#: plugins/admin/departments/generic.tpl:14
+#: plugins/gofon/conference/generic.tpl:69
+msgid "Descriptive text for department"
+msgstr "Описание подразделения"
 
 
-#: plugins/addons/logview/contents.tpl:20
-msgid "Log level"
-msgstr "УÑ\80овенÑ\8c Ð¸Ð½Ñ\84оÑ\80маÑ\82ивноÑ\81Ñ\82и"
+#: plugins/admin/departments/generic.tpl:18
+msgid "Category"
+msgstr "Ð\9aаÑ\82егоÑ\80иÑ\8f"
 
 
-#: plugins/addons/logview/contents.tpl:38
-msgid "Time interval"
-msgstr "Ð\98нÑ\82еÑ\80вал Ð²Ñ\80емени"
+#: plugins/admin/departments/generic.tpl:20
+msgid "Category for this subtree"
+msgstr "Ð\9aаÑ\82егоÑ\80иÑ\8f Ñ\8dÑ\82ой Ð²ÐµÑ\82ки"
 
 
-#: plugins/addons/logview/contents.tpl:48
-msgid "Enter string to search for"
-msgstr "Введите строку для поиска"
+#: plugins/admin/departments/generic.tpl:30
+#: plugins/gofon/conference/generic.tpl:135
+msgid "Choose subtree to place department in"
+msgstr "Выберите ветку для подразделения"
 
 
-#: plugins/addons/logview/contents.tpl:60
-msgid "Ruleset"
-msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
+#: plugins/admin/departments/generic.tpl:52
+msgid "State where this subtree is located"
+msgstr "Ð\90дм. ÐµÐ´Ð¸Ð½Ð¸Ñ\86а, Ð² ÐºÐ¾Ñ\82оÑ\80ой Ð½Ð°Ñ\85одиÑ\82Ñ\81Ñ\8f Ð²ÐµÑ\82ка"
 
 
-#: plugins/addons/logview/contents.tpl:82
-msgid "Level"
-msgstr "УÑ\80овенÑ\8c"
+#: plugins/admin/departments/generic.tpl:56
+msgid "Location of this subtree"
+msgstr "Ð\9cеÑ\81Ñ\82оположение Ð²ÐµÑ\82ки"
 
 
-#: plugins/addons/logview/contents.tpl:83
-msgid "Hostname"
-msgstr "Ð\98мÑ\8f Ñ\81иÑ\81Ñ\82емÑ\8b"
+#: plugins/admin/departments/generic.tpl:60
+msgid "Postal address of this subtree"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ð´Ð»Ñ\8f Ð²ÐµÑ\82ки"
 
 
-#: plugins/addons/logview/contents.tpl:85
-msgid "Message"
-msgstr "СообÑ\89ение"
+#: plugins/admin/departments/generic.tpl:64
+msgid "Base telephone number of this subtree"
+msgstr "Ð\9eÑ\81новнÑ\8bй Ñ\82елеÑ\84оннÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ð´Ð»Ñ\8f Ð²ÐµÑ\82ки"
 
 
-#: plugins/admin/fai/faiVariable.tpl:32
-#: plugins/admin/fai/faiPartitionTable.tpl:32
-#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
-#: plugins/admin/fai/faiHook.tpl:34
-#: plugins/admin/fai/class_faiProfileEntry.inc:175
-#, fuzzy
-msgid "Objects"
-msgstr "Объект"
+#: plugins/admin/departments/generic.tpl:68
+msgid "Base facsimile telephone number of this subtree"
+msgstr "Основный номер факса для ветки"
 
 
-#: plugins/admin/fai/faiVariable.tpl:34
+#: plugins/admin/departments/generic.tpl:81
 #, fuzzy
 #, fuzzy
-msgid "List of assigned variables"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Administrative settings"
+msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80иÑ\80ование"
 
 
-#: plugins/admin/fai/faiVariable.tpl:40
-msgid "Choose a variable to delete or edit"
+#: plugins/admin/departments/generic.tpl:83
+msgid "Tag department as an independent administrative unit"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
-#, fuzzy
-msgid "Fully Automatic Installation"
-msgstr "Управление приложениями"
+#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
+msgid "Department management"
+msgstr "Управление подразделениями"
 
 
-#: plugins/admin/fai/class_faiScript.inc:262
-#: plugins/admin/fai/class_faiTemplate.inc:261
-#: plugins/admin/fai/class_faiScriptEntry.inc:89
-#: plugins/admin/fai/class_faiHook.inc:284
-#: plugins/admin/fai/class_faiHookEntry.inc:84
-#: plugins/admin/applications/generic.tpl:103
+#: plugins/admin/departments/remove.tpl:6
+#: plugins/gofon/conference/remove.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Download"
-msgstr "Домен"
-
-#: plugins/admin/fai/class_faiScript.inc:324
-msgid "Removing FAI script base failed"
-msgstr ""
-
-#: plugins/admin/fai/class_faiScript.inc:360
-#: plugins/admin/fai/class_faiProfile.inc:401
-#, php-format
 msgid ""
 msgid ""
-"Can't insert a script named '%s' in '%s' there is already a script with the "
-"given 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 ""
+"Это включает <b>все</b> учетные записи, системы и т.п. для данного "
+"подразделения. Подумайте еще раз, действительно ли вы хотите его удалить, "
+"так как GOsa не сможет отменить результаты этой операции."
 
 
-#: plugins/admin/fai/class_faiScript.inc:393
-#, fuzzy
-msgid "Creating FAI script base failed"
-msgstr "Объект группы"
-
-#: plugins/admin/fai/class_faiScript.inc:477
-#, fuzzy
-msgid "Removing FAI script failed"
-msgstr "Атрибуты UNIX"
-
-#: plugins/admin/fai/class_faiScript.inc:496
+#: plugins/admin/departments/remove.tpl:10 plugins/admin/fai/remove.tpl:11
+#: plugins/admin/systems/remove.tpl:10 plugins/gofon/conference/remove.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Saving FAI script failed"
-msgstr "Атрибуты UNIX"
+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>."
 
 
-#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPartition.inc:34
-#: plugins/admin/fai/tabsVariable.inc:34 plugins/admin/fai/tabsPackage.inc:33
-#: plugins/admin/fai/tabsProfile.inc:34 plugins/admin/fai/tabsScript.inc:34
-#: plugins/admin/fai/tabsTemplate.inc:34
 #: plugins/admin/departments/tabs_department.inc:31
 #: plugins/admin/departments/tabs_department.inc:31
+#: plugins/admin/fai/tabsHook.inc:34 plugins/admin/fai/tabsPackage.inc:33
+#: plugins/admin/fai/tabsPartition.inc:34 plugins/admin/fai/tabsProfile.inc:34
+#: plugins/admin/fai/tabsScript.inc:34 plugins/admin/fai/tabsTemplate.inc:34
+#: plugins/admin/fai/tabsVariable.inc:34
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
 msgid "Try to move tree failed. Destination tree is subtree of source tree."
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplate.inc:357
-#, php-format
+#: plugins/admin/fai/askClassName.tpl:6
 msgid ""
 msgid ""
-"Can't insert a fai template named '%s' in '%s' there is already a template "
-"with the given name."
+"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/fai/class_faiTemplate.inc:390
-#, fuzzy
-msgid "Saving FAI template base failed"
-msgstr "Список подразделений"
-
-#: plugins/admin/fai/class_faiTemplate.inc:468
-#, fuzzy
-msgid "Removing FAI template entry failed"
-msgstr "Список подразделений"
-
-#: plugins/admin/fai/class_faiTemplate.inc:473
-#, fuzzy
-msgid "Modifying FAI template entry failed"
-msgstr "Список подразделений"
-
-#: plugins/admin/fai/class_faiTemplate.inc:486
-#, fuzzy
-msgid "Creating FAI template entry failed"
-msgstr "Список подразделений"
-
-#: plugins/admin/fai/class_faiManagement.inc:32
-#, fuzzy
-msgid "FAI"
-msgstr "Идентификатор факса"
-
-#: plugins/admin/fai/class_faiManagement.inc:33
-#, fuzzy
-msgid "Fully Automatic Installation - management"
-msgstr "Управление приложениями"
-
-#: plugins/admin/fai/class_faiManagement.inc:179
-#, fuzzy, php-format
-msgid "You're about to delete all information about the FAI class at '%s'."
-msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
-
-#: plugins/admin/fai/class_faiManagement.inc:185
-#: plugins/admin/fai/class_faiManagement.inc:231
-#: plugins/admin/systems/class_systemManagement.inc:407
-#: plugins/admin/systems/class_systemManagement.inc:467
-#, fuzzy
-msgid "You are not allowed to delete this component!"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
-
-#: plugins/admin/fai/class_faiManagement.inc:284
-#, fuzzy, php-format
-msgid "You're about to delete a fai branch / freeze  '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
-
-#: plugins/admin/fai/class_faiManagement.inc:287
-#, fuzzy
-msgid "You are not allowed to delete this release!"
-msgstr "У вас недостаточно прав для удаления этого пользователя!"
-
-#: plugins/admin/fai/class_faiManagement.inc:345
-#, fuzzy
-msgid "Specified branch name is invalid."
-msgstr "Указанное имя уже используется."
-
-#: plugins/admin/fai/class_faiManagement.inc:347
-#, fuzzy
-msgid "Specified freeze name is invalid."
-msgstr "Указанное имя уже используется."
-
-#: plugins/admin/fai/class_faiManagement.inc:354
-#: plugins/admin/systems/class_servRepository.inc:245
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:351
-#, fuzzy
-msgid "This name is already in use."
-msgstr "Указанное имя уже используется."
+#: 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/fai/class_faiManagement.inc:433
-#: plugins/admin/fai/class_faiManagement.inc:597
-#: plugins/admin/users/template.tpl:48
-#: plugins/admin/departments/class_departmentGeneric.inc:431
-#: plugins/admin/departments/class_departmentGeneric.inc:523
-#: plugins/admin/systems/SelectDeviceType.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/admin/fai/askClassName.tpl:26
+msgid "Enter FAI class name manually"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:35
+#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiProfileEntry.inc:169
 #, fuzzy
 #, fuzzy
-msgid "Please enter your search string here"
-msgstr "Введите корректный серийный номер"
+msgid "Class name"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:48
-msgid ""
-"This list displays all assigned package names for this repository settings."
+#: plugins/admin/fai/askClassName.tpl:48
+msgid "Choose FAI class name from a list of existing classes"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageEntry.inc:124
-#, php-format
-msgid ""
-"Your specified search string '%s' returned too many results. Only the first "
-"200 entries are shown, to keep the memory usage low."
-msgstr ""
+#: plugins/admin/fai/askClassName.tpl:54
+#, fuzzy
+msgid "Choose class name"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/fai/branch_selector.tpl:3
-#: plugins/admin/applications/release_select.tpl:3
+#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
+#: plugins/admin/systems/class_baseSelectDialog.inc:40
+#: plugins/admin/systems/class_glpiSelectUser.inc:108
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
+#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/systems/glpiDeviceManagement.tpl:51
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "Branches"
-msgstr "Ð\9eÑ\82мена"
+msgid "Use"
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c"
 
 
-#: plugins/admin/fai/branch_selector.tpl:9
-#: plugins/admin/applications/release_select.tpl:9
+#: plugins/admin/fai/askClassName.tpl:74
 #, fuzzy
 #, fuzzy
-msgid "Current release"
-msgstr "ТекÑ\83Ñ\89ий Ð¿Ð°Ñ\80олÑ\8c"
+msgid "A new class name."
+msgstr "Ð\94оÑ\81Ñ\82Ñ\83пнÑ\8bе Ð¿Ñ\80иложениÑ\8f"
 
 #: plugins/admin/fai/branch_selector.tpl:21
 #, fuzzy
 
 #: plugins/admin/fai/branch_selector.tpl:21
 #, fuzzy
@@ -5534,830 +4765,842 @@ msgstr "Создание нового объекта в"
 msgid "Delete current release"
 msgstr "Удалить"
 
 msgid "Delete current release"
 msgstr "Удалить"
 
-#: plugins/admin/fai/faiSummary.tpl:4
-#, fuzzy
-msgid "FAI object tree"
-msgstr "Имя объекта"
-
-#: plugins/admin/fai/faiSummary.tpl:9
-msgid "Reload class and release configuration from parent object."
-msgstr ""
-
-#: plugins/admin/fai/remove.tpl:7
+#: plugins/admin/fai/class_askClassName.inc:76
 #, 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 "Create new FAI object - partition table."
+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/admin/fai/class_askClassName.inc:77
 #, 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 "Create new FAI object - package bundle."
+msgstr "Объект группы"
 
 
-#: plugins/admin/fai/faiPartitionTable.tpl:34
+#: plugins/admin/fai/class_askClassName.inc:78
 #, fuzzy
 #, fuzzy
-msgid "Discs"
-msgstr "Устройства"
-
-#: plugins/admin/fai/faiPartitionTable.tpl:40
-msgid "Choose a disk to delete or edit"
-msgstr ""
-
-#: plugins/admin/fai/faiProfileEntry.tpl:6
-msgid "List of FAI objects (Fully Automatic Installation)"
-msgstr ""
-
-#: plugins/admin/fai/faiProfileEntry.tpl:26
-msgid ""
-"This menu allows you to select FAI class names and to add them to the "
-"currently edited profile."
-msgstr ""
+msgid "Create new FAI object - script bundle."
+msgstr "Объект группы"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:39
+#: plugins/admin/fai/class_askClassName.inc:79
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with templates"
-msgstr "Показать шаблоны"
-
-#: plugins/admin/fai/faiProfileEntry.tpl:41
-msgid "Show only classes with scripts"
-msgstr ""
+msgid "Create new FAI object - variable bundle."
+msgstr "Объект группы"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:43
-msgid "Show only classes with hooks"
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:80
+#, fuzzy
+msgid "Create new FAI object - hook bundle."
+msgstr "Объект группы"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:45
+#: plugins/admin/fai/class_askClassName.inc:81
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with variables"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналы"
+msgid "Create new FAI object - profile."
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппы"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:47
-msgid "Show only classes with packages"
-msgstr ""
+#: plugins/admin/fai/class_askClassName.inc:82
+#, fuzzy
+msgid "Create new FAI object - template."
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:49
+#: plugins/admin/fai/class_askClassName.inc:83
 #, fuzzy
 #, fuzzy
-msgid "Show only classes with partitions"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
+msgid "Create new FAI object"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:54
-#: plugins/admin/fai/faiProfileEntry.tpl:55
-#: plugins/admin/fai/faiPackageEntry.tpl:42
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
-#: plugins/admin/systems/servRepository.tpl:48
-#: plugins/admin/ogroups/ogroup_objects.tpl:45
-msgid "Display objects matching"
-msgstr "Показать совпадения объектов"
+#: plugins/admin/fai/class_askClassName.inc:138
+#, fuzzy
+msgid "Spaces are not allowed within class names."
+msgstr "Вам не разрешено менять пароль."
 
 
-#: plugins/admin/fai/faiProfileEntry.tpl:59
-#: plugins/admin/fai/faiPackageEntry.tpl:46
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
-#: plugins/admin/systems/servRepository.tpl:52
-#: plugins/admin/ogroups/ogroup_objects.tpl:46
-msgid "Regular expression for matching object names"
-msgstr "Регулярное выражение, соответствующее именам объектов"
+#: plugins/admin/fai/class_askClassName.inc:142
+#, fuzzy
+msgid "The given class name is empty."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+#: plugins/admin/fai/class_askClassName.inc:146
 #, fuzzy
 #, fuzzy
-msgid "Package"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82елеÑ\84онÑ\8b"
+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/admin/fai/class_faiSummaryTab.inc:39
+#: plugins/admin/fai/class_divListFai.inc:43
 #, fuzzy
 #, fuzzy
-msgid "Scripts"
-msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\81Ñ\86енаÑ\80иÑ\8fм"
+msgid "List of FAI classes"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:43
-#: plugins/admin/fai/class_faiProfile.inc:304
-#: plugins/admin/fai/class_faiProfileEntry.inc:144
+#: plugins/admin/fai/class_divListFai.inc:44
 #, fuzzy
 #, fuzzy
-msgid "Partition table"
-msgstr "Переменная"
+msgid "This table displays all FAI classes in the selected tree."
+msgstr "Приложение с таким именем уже существует."
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:44
-msgid "Package list"
+#: plugins/admin/fai/class_divListFai.inc:48
+msgid "This menu allows you to create, delete and edit FAI classes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:170
-#: plugins/admin/systems/class_servRepository.inc:91
-msgid "You can't use this plugin until FAI is activated."
+#: plugins/admin/fai/class_divListFai.inc:58
+#, fuzzy
+msgid "Name of FAI class"
+msgstr "Имя стоп-листа"
+
+#: plugins/admin/fai/class_divListFai.inc:59
+msgid "Class type"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:209
-msgid "This object has no FAI classes assigned."
+#: plugins/admin/fai/class_divListFai.inc:62
+msgid "Display FAI profile objects"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:221
+#: plugins/admin/fai/class_divListFai.inc:62
 #, fuzzy
 #, fuzzy
-msgid "Open"
-msgstr "Ð\9fаÑ\80амеÑ\82ры"
+msgid "Show profiles"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ñ\80инÑ\82еры"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:328
+#: plugins/admin/fai/class_divListFai.inc:63
 #, fuzzy
 #, fuzzy
-msgid "No."
-msgstr "неÑ\82"
+msgid "Display FAI template objects"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:330
-#, fuzzy
-msgid "FS options"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
+#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/users/class_divListUsers.inc:54
+msgid "Show templates"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\88аблонÑ\8b"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:331
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:209
+#: plugins/admin/fai/class_divListFai.inc:64
 #, fuzzy
 #, fuzzy
-msgid "Mount options"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Display FAI scripts"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:332
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:208
+#: plugins/admin/fai/class_divListFai.inc:64
 #, fuzzy
 #, fuzzy
-msgid "Size in MB"
-msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c:"
+msgid "Show scripts"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/admin/fai/class_faiSummaryTab.inc:333
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:207
+#: plugins/admin/fai/class_divListFai.inc:65
 #, fuzzy
 #, fuzzy
-msgid "Mount point"
-msgstr "Ð\9cониÑ\82оÑ\80инг"
+msgid "Display FAI hooks"
+msgstr "Ð\9eÑ\88ибка LDAP:"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:68
-#: plugins/admin/fai/class_faiHookEntry.inc:71
+#: plugins/admin/fai/class_divListFai.inc:65
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid file."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "Show hooks"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:71
-#: plugins/admin/fai/class_faiHookEntry.inc:74
+#: plugins/admin/fai/class_divListFai.inc:66
 #, fuzzy
 #, fuzzy
-msgid "Selected file is empty."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "Display FAI variables"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¾Ñ\82обÑ\80ажениÑ\8f"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:133
-#: plugins/admin/fai/class_faiVariableEntry.inc:102
-#: plugins/admin/fai/class_faiHookEntry.inc:147
-#: plugins/admin/fai/class_faiTemplateEntry.inc:192
+#: plugins/admin/fai/class_divListFai.inc:66
 #, fuzzy
 #, fuzzy
-msgid "Please enter a name."
-msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
+msgid "Show variables"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
 
 
-#: plugins/admin/fai/class_faiScriptEntry.inc:137
+#: plugins/admin/fai/class_divListFai.inc:67
 #, fuzzy
 #, fuzzy
-msgid "Please enter a script."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "Display FAI packages"
+msgstr "Ð\9eÑ\82обÑ\80ажаемое Ð¸Ð¼Ñ\8f"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/groups/class_divListGroup.inc:50
-#: plugins/admin/users/class_divListUsers.inc:51
-#: plugins/admin/departments/generic.tpl:4
-#: plugins/admin/systems/terminal.tpl:1
-#: plugins/admin/systems/workstation.tpl:1
-#: plugins/admin/ogroups/class_divListOGroup.inc:53
-#: plugins/gofon/conference/generic.tpl:4
-msgid "Properties"
-msgstr "Свойства"
+#: plugins/admin/fai/class_divListFai.inc:67
+#, fuzzy
+msgid "Show packages"
+msgstr "Показать телефоны"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:29
-#: plugins/admin/fai/faiScriptEntry.tpl:48
+#: plugins/admin/fai/class_divListFai.inc:68
 #, fuzzy
 #, fuzzy
-msgid "Script attributes"
-msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Display FAI partitions"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:38 plugins/admin/fai/faiProfile.tpl:33
+#: plugins/admin/fai/class_divListFai.inc:68
 #, fuzzy
 #, fuzzy
-msgid "Choose a priority"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Show partitions"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/fai/faiScriptEntry.tpl:63
-#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/class_divListFai.inc:117
 #, fuzzy
 #, fuzzy
-msgid "Import script"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "New profile"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:342
-msgid "Removing FAI package base failed"
+#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+msgid "P"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:371
-#, fuzzy
-msgid "Please select a least one Package."
-msgstr "Введите корректный номер телефона!"
-
-#: plugins/admin/fai/class_faiPackage.inc:375
+#: plugins/admin/fai/class_divListFai.inc:122
 #, fuzzy
 #, fuzzy
-msgid "Please choose a valid combination for your repository setup."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "New partition table"
+msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:388
-#, php-format
-msgid ""
-"Can't insert a fai package list named '%s' in '%s' there is already a "
-"package list with the given name."
+#: plugins/admin/fai/class_divListFai.inc:122
+msgid "PT"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:410
+#: plugins/admin/fai/class_divListFai.inc:125
 #, fuzzy
 #, fuzzy
-msgid "package is configured"
-msgstr "Ð\9dе Ð½Ð°Ñ\81Ñ\82Ñ\80оено"
+msgid "New scripts"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:416
-msgid "Package marked for removal"
+#: plugins/admin/fai/class_divListFai.inc:125
+msgid "S"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:442
-#, php-format
-msgid "Package file '%s' does not exist."
-msgstr ""
+#: plugins/admin/fai/class_divListFai.inc:128
+#, fuzzy
+msgid "New hooks"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/fai/class_faiPackage.inc:506
-msgid "Saving FAI package base failed"
+#: plugins/admin/fai/class_divListFai.inc:128
+msgid "H"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackage.inc:551
-msgid "Saving FAI package entry failed"
+#: plugins/admin/fai/class_divListFai.inc:131
+#, fuzzy
+msgid "New variables"
+msgstr "Показать терминалы"
+
+#: plugins/admin/fai/class_divListFai.inc:131
+msgid "V"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPackage.tpl:33
-#: plugins/admin/systems/workstationStartup.tpl:47
-#: plugins/admin/systems/workstationStartup.tpl:77
-#: plugins/admin/systems/class_servRepository.inc:285
-#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/fai/class_divListFai.inc:134
 #, fuzzy
 #, fuzzy
-msgid "Release"
-msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
+msgid "New templates"
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/admin/fai/faiPackage.tpl:41
-#: plugins/admin/systems/class_printerPPDDialog.inc:413
-#, fuzzy
-msgid "Section"
-msgstr "Действие"
+#: plugins/admin/fai/class_divListFai.inc:134
+msgid "T"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:49
+#: plugins/admin/fai/class_divListFai.inc:137
 #, fuzzy
 #, fuzzy
-msgid "Install method"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
+msgid "New package list"
+msgstr "ЧиÑ\81ло Ñ\81Ñ\82Ñ\80аниÑ\86"
 
 
-#: plugins/admin/fai/faiPackage.tpl:65
-#, fuzzy
-msgid "Used packages"
-msgstr "Показать телефоны"
+#: plugins/admin/fai/class_divListFai.inc:137
+msgid "PK"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackage.tpl:67
+#: plugins/admin/fai/class_divListFai.inc:214
+#: plugins/admin/fai/class_divListFai.inc:219
 #, fuzzy
 #, fuzzy
-msgid "Choosen packages"
-msgstr "Показать телефоны"
-
-#: plugins/admin/fai/faiPackage.tpl:73 include/functions.inc:667
-msgid "Configure"
-msgstr "Настроить"
+msgid "Edit class"
+msgstr "Список систем"
 
 
-#: plugins/admin/fai/faiPackage.tpl:74
+#: plugins/admin/fai/class_divListFai.inc:221
 #, fuzzy
 #, fuzzy
-msgid "Toggle remove flag"
-msgstr "по Ñ\83молÑ\87аниÑ\8e"
+msgid "Delete class"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/fai/class_faiHook.inc:351
+#: plugins/admin/fai/class_faiHook.inc:346
 msgid "Removing FAI hook base failed"
 msgstr ""
 
 msgid "Removing FAI hook base failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:387
+#: plugins/admin/fai/class_faiHook.inc:382
 #, php-format
 msgid ""
 "Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
 "given name."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't insert a fai hook named '%s' in '%s' there is already a hook with the "
 "given name."
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:420
+#: plugins/admin/fai/class_faiHook.inc:415
 msgid "Saving FAI hook base failed"
 msgstr ""
 
 msgid "Saving FAI hook base failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:510
+#: plugins/admin/fai/class_faiHook.inc:505
 msgid "Removing FAI hook failed"
 msgstr ""
 
 msgid "Removing FAI hook failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiHook.inc:516
-#: plugins/admin/fai/class_faiHook.inc:526
+#: plugins/admin/fai/class_faiHook.inc:511
+#: plugins/admin/fai/class_faiHook.inc:521
 msgid "Saving FAI hook failed"
 msgstr ""
 
 msgid "Saving FAI hook failed"
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfile.inc:296
-#: plugins/admin/fai/class_faiProfileEntry.inc:172
-msgid "This list displays all assigned class names for this profile."
-msgstr ""
+#: plugins/admin/fai/class_faiHookEntry.inc:66
+#: plugins/admin/fai/class_faiScriptEntry.inc:63
+#, fuzzy
+msgid "Please select a valid file."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:299
-#: plugins/admin/fai/class_faiProfileEntry.inc:139
-msgid "Hook bundle"
-msgstr ""
+#: plugins/admin/fai/class_faiHookEntry.inc:69
+#: plugins/admin/fai/class_faiScriptEntry.inc:66
+#, fuzzy
+msgid "Selected file is empty."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:300
-#: plugins/admin/fai/class_faiProfileEntry.inc:140
+#: plugins/admin/fai/class_faiHookEntry.inc:138
 #, fuzzy
 #, fuzzy
-msgid "Template bundle"
-msgstr "Шаблон"
+msgid "Please enter a value for script."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:301
-#: plugins/admin/fai/class_faiProfileEntry.inc:141
+#: plugins/admin/fai/class_faiHookEntry.inc:142
+#: plugins/admin/fai/class_faiScriptEntry.inc:128
+#: plugins/admin/fai/class_faiTemplateEntry.inc:187
+#: plugins/admin/fai/class_faiVariableEntry.inc:97
 #, fuzzy
 #, fuzzy
-msgid "Script bundle"
-msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\81Ñ\86енаÑ\80иÑ\8fм"
+msgid "Please enter a name."
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:302
-#: plugins/admin/fai/class_faiProfileEntry.inc:142
+#: plugins/admin/fai/class_faiManagement.inc:32
 #, fuzzy
 #, fuzzy
-msgid "Variable bundle"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "FAI"
+msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ñ\84акÑ\81а"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:303
-msgid "Packages bundle"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:33
+#, fuzzy
+msgid "Fully Automatic Installation - management"
+msgstr "Управление приложениями"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:307
-msgid "Remove class from profile"
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:173
+#, fuzzy, php-format
+msgid "You're about to delete all information about the FAI class at '%s'."
+msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:311
-#: plugins/admin/systems/class_servDNSeditZone.inc:296
-#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/fai/class_faiManagement.inc:179
+#: plugins/admin/fai/class_faiManagement.inc:225
+#: plugins/admin/systems/class_systemManagement.inc:407
+#: plugins/admin/systems/class_systemManagement.inc:467
 #, fuzzy
 #, fuzzy
-msgid "Down"
-msgstr "Домен"
-
-#: plugins/admin/fai/class_faiProfile.inc:366
-msgid "Removing FAI profile failed"
-msgstr ""
+msgid "You are not allowed to delete this component!"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:406
-msgid "Please assign at least one class to this  profile."
-msgstr ""
+#: plugins/admin/fai/class_faiManagement.inc:278
+#, fuzzy, php-format
+msgid "You're about to delete a fai branch / freeze  '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
 
 
-#: plugins/admin/fai/class_faiProfile.inc:410
+#: plugins/admin/fai/class_faiManagement.inc:281
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid name."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "You are not allowed to delete this release!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/fai/class_faiProfile.inc:425
+#: plugins/admin/fai/class_faiManagement.inc:339
 #, fuzzy
 #, fuzzy
-msgid "There is already a profile with this class name defined."
-msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
-
-#: plugins/admin/fai/class_faiProfile.inc:464
-msgid "Saving FAI profile failed"
-msgstr ""
+msgid "Specified branch name is invalid."
+msgstr "Указанное имя уже используется."
 
 
-#: plugins/admin/fai/faiProfile.tpl:32
+#: plugins/admin/fai/class_faiManagement.inc:341
 #, fuzzy
 #, fuzzy
-msgid "FAI classes"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Specified freeze name is invalid."
+msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
+#: plugins/admin/fai/class_faiManagement.inc:348
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:346
+#: plugins/admin/systems/class_servRepository.inc:240
 #, fuzzy
 #, fuzzy
-msgid "primary"
-msgstr "Ð\9eÑ\81новнаÑ\8f Ð³Ñ\80Ñ\83ппа"
+msgid "This name is already in use."
+msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:198
-#, fuzzy
-msgid "logical"
-msgstr "Добавить локально"
+#: plugins/admin/fai/class_faiPackage.inc:337
+msgid "Removing FAI package base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
+#: plugins/admin/fai/class_faiPackage.inc:366
 #, fuzzy
 #, fuzzy
-msgid "FS type"
-msgstr "Тип"
+msgid "Please select a least one Package."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:210
+#: plugins/admin/fai/class_faiPackage.inc:370
 #, fuzzy
 #, fuzzy
-msgid "FS option"
-msgstr "Добавить параметр"
+msgid "Please choose a valid combination for your repository setup."
+msgstr "Укажите корректный номер телефона."
+
+#: plugins/admin/fai/class_faiPackage.inc:383
+#, php-format
+msgid ""
+"Can't insert a fai package list named '%s' in '%s' there is already a "
+"package list with the given name."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:211
+#: plugins/admin/fai/class_faiPackage.inc:405
 #, fuzzy
 #, fuzzy
-msgid "Preserve"
-msgstr "серверы"
+msgid "package is configured"
+msgstr "Не настроено"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#: plugins/admin/fai/class_faiPackage.inc:411
+msgid "Package marked for removal"
+msgstr ""
+
+#: plugins/admin/fai/class_faiPackage.inc:437
 #, php-format
 #, php-format
-msgid "please enter a unique mount point for partition %s"
+msgid "Package file '%s' does not exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
-#, fuzzy, php-format
-msgid "Please enter a valid mount point for partition %s."
-msgstr "Введите корректный путь в поле \"Домашний каталог\"."
+#: plugins/admin/fai/class_faiPackage.inc:501
+msgid "Saving FAI package base failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:377
+#: plugins/admin/fai/class_faiPackage.inc:547
+msgid "Saving FAI package entry failed"
+msgstr ""
+
+#: plugins/admin/fai/class_faiPackageConfiguration.inc:40
 #, php-format
 #, php-format
-msgid ""
-"File system type 'swap' is already used, change file system type for "
-"partition %s."
+msgid "Debconf information for package '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:381
-msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+#: plugins/admin/fai/class_faiPackageEntry.inc:30
+#, fuzzy
+msgid "Please enter your search string here"
+msgstr "Введите корректный серийный номер"
+
+#: plugins/admin/fai/class_faiPackageEntry.inc:43
+msgid ""
+"This list displays all assigned package names for this repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:387
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:391
-#, fuzzy, php-format
-msgid "Please enter a valid partition size for partition %s."
-msgstr "Введите корректный путь в поле \"Домашний каталог\"."
+#: plugins/admin/fai/class_faiPackageEntry.inc:119
+#, php-format
+msgid ""
+"Your specified search string '%s' returned too many results. Only the first "
+"200 entries are shown, to keep the memory usage low."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:397
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#: plugins/admin/fai/class_faiPartitionTable.inc:270
+#: plugins/admin/fai/class_faiPartitionTable.inc:276
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "Please enter a valid range for partition %s."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "%s partition"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:404
+#: plugins/admin/fai/class_faiPartitionTable.inc:272
+#: plugins/admin/fai/class_faiPartitionTable.inc:278
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "Please enter a range for partition size for partition %s."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "%s partition(s)"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/fai/class_faiPartitionTableEntry.inc:419
+#: plugins/admin/fai/class_faiPartitionTable.inc:330
+#, php-format
 msgid ""
 msgid ""
-"You have more than 3 primary partition table entries in your configuration, "
-"please check your configuration twice."
+"Can't insert a new fai partition table named '%s' in '%s' there is already "
+"one defined with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
+#: plugins/admin/fai/class_faiPartitionTable.inc:367
 #, fuzzy
 #, fuzzy
-msgid "Device"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Saving FAI partition table base failed"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
+#: plugins/admin/fai/class_faiPartitionTable.inc:414
 #, fuzzy
 #, fuzzy
-msgid "Partition entries"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "Removing FAI partition table failed"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
 
 
-#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
+#: plugins/admin/fai/class_faiPartitionTable.inc:422
+#: plugins/admin/fai/class_faiPartitionTable.inc:431
 #, fuzzy
 #, fuzzy
-msgid "Add partition"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
+msgid "Saving FAI partition table failed"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
 
 
-#: plugins/admin/fai/faiScript.tpl:36
+#: plugins/admin/fai/class_faiPartitionTable.inc:500
 #, fuzzy
 #, fuzzy
-msgid "List of scripts"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Removing FAI partition table entry failed"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
 
 
-#: plugins/admin/fai/class_faiVariableEntry.inc:98
+#: plugins/admin/fai/class_faiPartitionTable.inc:521
+#: plugins/admin/fai/class_faiPartitionTable.inc:535
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for the attribute 'content'."
-msgstr "Укажите корректный номер телефона."
-
-#: plugins/admin/fai/faiNewBranch.tpl:5
-msgid ""
-"You are now going to create a branch or locked branch. This action clones "
-"the existing release to another release name. Branches can be modified as "
-"usual. FAI classes of locked branches cannot be modified, just additional "
-"classes are possible. Branch names should be alphanumeric, excluding the "
-"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
-"and 'fai'."
-msgstr ""
-
-#: plugins/admin/fai/faiNewBranch.tpl:7
-msgid ""
-"Branches are created as subreleases of the currently selected branch. "
-"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
-"release called SARGE/1.0.2."
-msgstr ""
+msgid "Saving FAI partition table entry failed"
+msgstr "Дополнительные записи в fstab"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:13
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
 #, fuzzy
 #, fuzzy
-msgid "Please enter a name for the branch"
-msgstr "Введите корректный номер телефона!"
-
-#: plugins/admin/fai/faiNewBranch.tpl:35
-#: plugins/admin/departments/dep_iframe.tpl:1
-msgid "Processing the requested operation"
-msgstr ""
+msgid "primary"
+msgstr "Основная группа"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:36
-msgid ""
-"As soon as the copy operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the fai management "
-"dialog."
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:193
+#, fuzzy
+msgid "logical"
+msgstr "Добавить локально"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:42
-#: plugins/admin/departments/dep_iframe.tpl:8
-msgid ""
-"Your browser doesn't support iframes, please use this link to perform the "
-"requested operation."
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:201
+#, fuzzy
+msgid "FS type"
+msgstr "Тип"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
-msgid "Perform requested operation."
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:202
+#: plugins/admin/fai/class_faiSummaryTab.inc:333
+#, fuzzy
+msgid "Mount point"
+msgstr "Мониторинг"
 
 
-#: plugins/admin/fai/faiNewBranch.tpl:44
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:203
+#: plugins/admin/fai/class_faiSummaryTab.inc:332
 #, fuzzy
 #, fuzzy
-msgid "Initiate operation"
-msgstr "СоздаÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Size in MB"
+msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c:"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:29
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:204
+#: plugins/admin/fai/class_faiSummaryTab.inc:331
 #, fuzzy
 #, fuzzy
-msgid "Variable attributes"
-msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Mount options"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/fai/faiVariableEntry.tpl:34
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:205
 #, fuzzy
 #, fuzzy
-msgid "Variable content"
-msgstr "Ð\9fеÑ\80еменнаÑ\8f"
+msgid "FS option"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
 
 
-#: plugins/admin/fai/faiTemplate.tpl:31
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:206
 #, fuzzy
 #, fuzzy
-msgid "List of template files"
-msgstr "Список подразделений"
+msgid "Preserve"
+msgstr "серверы"
+
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:362
+#, php-format
+msgid "please enter a unique mount point for partition %s"
+msgstr ""
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:6
-#, fuzzy
-msgid "List of available packages"
-msgstr "Выберите тип мыши"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:367
+#, fuzzy, php-format
+msgid "Please enter a valid mount point for partition %s."
+msgstr "Введите корректный путь в поле \"Домашний каталог\"."
 
 
-#: plugins/admin/fai/faiPackageEntry.tpl:26
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:372
+#, php-format
 msgid ""
 msgid ""
-"This menu allows you to select multiple packages to add them to the "
-"currently edited package list."
+"File system type 'swap' is already used, change file system type for "
+"partition %s."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:43
-#, fuzzy
-msgid "List of FAI classes"
-msgstr "Выберите тип мыши"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:376
+msgid "Please use 'swap' as mount point, if 'swap' is used as fs-type."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:44
-#, fuzzy
-msgid "This table displays all FAI classes in the selected tree."
-msgstr "Приложение с таким именем уже существует."
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:382
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:386
+#, fuzzy, php-format
+msgid "Please enter a valid partition size for partition %s."
+msgstr "Введите корректный путь в поле \"Домашний каталог\"."
 
 
-#: plugins/admin/fai/class_divListFai.inc:48
-msgid "This menu allows you to create, delete and edit FAI classes."
-msgstr ""
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:392
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:394
+#, fuzzy, php-format
+msgid "Please enter a valid range for partition %s."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/fai/class_divListFai.inc:58
-#, fuzzy
-msgid "Name of FAI class"
-msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:399
+#, fuzzy, php-format
+msgid "Please enter a range for partition size for partition %s."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/fai/class_divListFai.inc:59
-msgid "Class type"
+#: plugins/admin/fai/class_faiPartitionTableEntry.inc:414
+msgid ""
+"You have more than 3 primary partition table entries in your configuration, "
+"please check your configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:62
-msgid "Display FAI profile objects"
+#: plugins/admin/fai/class_faiProfile.inc:291
+#: plugins/admin/fai/class_faiProfileEntry.inc:167
+msgid "This list displays all assigned class names for this profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:62
-#, fuzzy
-msgid "Show profiles"
-msgstr "Показать принтеры"
+#: plugins/admin/fai/class_faiProfile.inc:294
+#: plugins/admin/fai/class_faiProfileEntry.inc:134
+msgid "Hook bundle"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:63
+#: plugins/admin/fai/class_faiProfile.inc:295
+#: plugins/admin/fai/class_faiProfileEntry.inc:135
 #, fuzzy
 #, fuzzy
-msgid "Display FAI template objects"
-msgstr "Список подразделений"
-
-#: plugins/admin/fai/class_divListFai.inc:63
-#: plugins/admin/users/class_divListUsers.inc:54
-msgid "Show templates"
-msgstr "Показать шаблоны"
+msgid "Template bundle"
+msgstr "Шаблон"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
+#: plugins/admin/fai/class_faiProfile.inc:296
+#: plugins/admin/fai/class_faiProfileEntry.inc:136
 #, fuzzy
 #, fuzzy
-msgid "Display FAI scripts"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Script bundle"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\81Ñ\86енаÑ\80иÑ\8fм"
 
 
-#: plugins/admin/fai/class_divListFai.inc:64
+#: plugins/admin/fai/class_faiProfile.inc:297
+#: plugins/admin/fai/class_faiProfileEntry.inc:137
 #, fuzzy
 #, fuzzy
-msgid "Show scripts"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "Variable bundle"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
-#, fuzzy
-msgid "Display FAI hooks"
-msgstr "Ошибка LDAP:"
+#: plugins/admin/fai/class_faiProfile.inc:298
+msgid "Packages bundle"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:65
+#: plugins/admin/fai/class_faiProfile.inc:299
+#: plugins/admin/fai/class_faiProfileEntry.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:43
 #, fuzzy
 #, fuzzy
-msgid "Show hooks"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "Partition table"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
-#, fuzzy
-msgid "Display FAI variables"
-msgstr "Устройство отображения"
+#: plugins/admin/fai/class_faiProfile.inc:302
+msgid "Remove class from profile"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:66
+#: plugins/admin/fai/class_faiProfile.inc:306
+#: plugins/admin/ogroups/phonequeue.tpl:22
+#: plugins/admin/systems/class_servDNSeditZone.inc:291
 #, fuzzy
 #, fuzzy
-msgid "Show variables"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+msgid "Down"
+msgstr "Ð\94омен"
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-#, fuzzy
-msgid "Display FAI packages"
-msgstr "Отображаемое имя"
+#: plugins/admin/fai/class_faiProfile.inc:361
+msgid "Removing FAI profile failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:67
-#, fuzzy
-msgid "Show packages"
-msgstr "Показать телефоны"
+#: plugins/admin/fai/class_faiProfile.inc:396
+#: plugins/admin/fai/class_faiScript.inc:355
+#, php-format
+msgid ""
+"Can't insert a script named '%s' in '%s' there is already a script with the "
+"given name."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
-#, fuzzy
-msgid "Display FAI partitions"
-msgstr "Показать рабочие станции"
+#: plugins/admin/fai/class_faiProfile.inc:401
+msgid "Please assign at least one class to this  profile."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:68
+#: plugins/admin/fai/class_faiProfile.inc:405
 #, fuzzy
 #, fuzzy
-msgid "Show partitions"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
+msgid "Please enter a valid name."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/fai/class_divListFai.inc:117
+#: plugins/admin/fai/class_faiProfile.inc:420
 #, fuzzy
 #, fuzzy
-msgid "New profile"
-msgstr "Управление системами"
-
-#: plugins/admin/fai/class_divListFai.inc:117
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
-msgid "P"
+msgid "There is already a profile with this class name defined."
 msgstr ""
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-#, fuzzy
-msgid "New partition table"
-msgstr "Принтер"
+#: plugins/admin/fai/class_faiProfile.inc:459
+msgid "Saving FAI profile failed"
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:122
-msgid "PT"
+#: plugins/admin/fai/class_faiProfileEntry.inc:138
+msgid "Package bundle"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:125
+#: plugins/admin/fai/class_faiProfileEntry.inc:170
+#: plugins/admin/fai/faiHook.tpl:34 plugins/admin/fai/faiPartitionTable.tpl:32
+#: plugins/admin/fai/faiScript.tpl:34 plugins/admin/fai/faiTemplate.tpl:29
+#: plugins/admin/fai/faiVariable.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "New scripts"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82Ñ\8b"
+msgid "Objects"
+msgstr "Ð\9eбÑ\8aекÑ\82"
 
 
-#: plugins/admin/fai/class_divListFai.inc:125
-msgid "S"
+#: plugins/admin/fai/class_faiScript.inc:319
+msgid "Removing FAI script base failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:128
+#: plugins/admin/fai/class_faiScript.inc:388
 #, fuzzy
 #, fuzzy
-msgid "New hooks"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\85оÑ\81Ñ\82ы"
+msgid "Creating FAI script base failed"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппы"
 
 
-#: plugins/admin/fai/class_divListFai.inc:128
-msgid "H"
-msgstr ""
+#: plugins/admin/fai/class_faiScript.inc:472
+#, fuzzy
+msgid "Removing FAI script failed"
+msgstr "Атрибуты UNIX"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
+#: plugins/admin/fai/class_faiScript.inc:491
 #, fuzzy
 #, fuzzy
-msgid "New variables"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+msgid "Saving FAI script failed"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
 
 
-#: plugins/admin/fai/class_divListFai.inc:131
-msgid "V"
-msgstr ""
+#: plugins/admin/fai/class_faiScriptEntry.inc:132
+#, fuzzy
+msgid "Please enter a script."
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
+#: plugins/admin/fai/class_faiSummaryTab.inc:39
 #, fuzzy
 #, fuzzy
-msgid "New templates"
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Scripts"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\81Ñ\86енаÑ\80иÑ\8fм"
 
 
-#: plugins/admin/fai/class_divListFai.inc:134
-msgid "T"
+#: plugins/admin/fai/class_faiSummaryTab.inc:44
+msgid "Package list"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:137
-#, fuzzy
-msgid "New package list"
-msgstr "Число страниц"
+#: plugins/admin/fai/class_faiSummaryTab.inc:170
+#: plugins/admin/systems/class_servRepository.inc:86
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
 
 
-#: plugins/admin/fai/class_divListFai.inc:137
-msgid "PK"
+#: plugins/admin/fai/class_faiSummaryTab.inc:209
+msgid "This object has no FAI classes assigned."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/fai/class_faiSummaryTab.inc:221
 #, fuzzy
 #, fuzzy
-msgid "cut"
-msgstr "Ð\92Ñ\8bполниÑ\82Ñ\8c"
+msgid "Open"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/fai/class_divListFai.inc:206
-#: plugins/admin/groups/class_divListGroup.inc:152
-#: plugins/admin/users/class_divListUsers.inc:178
-#: plugins/admin/applications/class_divListApplication.inc:147
-#: plugins/admin/ogroups/class_divListOGroup.inc:137
+#: plugins/admin/fai/class_faiSummaryTab.inc:328
 #, fuzzy
 #, fuzzy
-msgid "Cut this entry"
-msgstr "Редактиовать объект"
-
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
-msgid "copy"
-msgstr ""
+msgid "No."
+msgstr "нет"
 
 
-#: plugins/admin/fai/class_divListFai.inc:209
-#: plugins/admin/groups/class_divListGroup.inc:154
-#: plugins/admin/users/class_divListUsers.inc:180
-#: plugins/admin/applications/class_divListApplication.inc:151
-#: plugins/admin/ogroups/class_divListOGroup.inc:139
+#: plugins/admin/fai/class_faiSummaryTab.inc:330
 #, fuzzy
 #, fuzzy
-msgid "Copy this entry"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+msgid "FS options"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
 
 
-#: plugins/admin/fai/class_divListFai.inc:214
-#: plugins/admin/fai/class_divListFai.inc:219
+#: plugins/admin/fai/class_faiTemplate.inc:352
+#, php-format
+msgid ""
+"Can't insert a fai template named '%s' in '%s' there is already a template "
+"with the given name."
+msgstr ""
+
+#: plugins/admin/fai/class_faiTemplate.inc:385
 #, fuzzy
 #, fuzzy
-msgid "Edit class"
-msgstr "Список систем"
+msgid "Saving FAI template base failed"
+msgstr "Список подразделений"
 
 
-#: plugins/admin/fai/class_divListFai.inc:221
+#: plugins/admin/fai/class_faiTemplate.inc:463
 #, fuzzy
 #, fuzzy
-msgid "Delete class"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Removing FAI template entry failed"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
 
 
-#: plugins/admin/fai/faiHook.tpl:36
+#: plugins/admin/fai/class_faiTemplate.inc:468
 #, fuzzy
 #, fuzzy
-msgid "List of hook scripts"
-msgstr "Стоп-листы"
+msgid "Modifying FAI template entry failed"
+msgstr "Список подразделений"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:275
-#: plugins/admin/fai/class_faiPartitionTable.inc:281
-#, fuzzy, php-format
-msgid "%s partition"
-msgstr "Показать рабочие станции"
+#: plugins/admin/fai/class_faiTemplate.inc:481
+#, fuzzy
+msgid "Creating FAI template entry failed"
+msgstr "Список подразделений"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:277
-#: plugins/admin/fai/class_faiPartitionTable.inc:283
-#, fuzzy, php-format
-msgid "%s partition(s)"
-msgstr "Показать рабочие станции"
+#: plugins/admin/fai/class_faiTemplateEntry.inc:83
+#, fuzzy
+msgid "no file uploaded yet"
+msgstr "Файл небыл загружен"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:335
+#: plugins/admin/fai/class_faiTemplateEntry.inc:88
 #, php-format
 #, php-format
-msgid ""
-"Can't insert a new fai partition table named '%s' in '%s' there is already "
-"one defined with the given name."
+msgid "exists in database (size: %s bytes)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:372
+#: plugins/admin/fai/class_faiTemplateEntry.inc:179
 #, fuzzy
 #, fuzzy
-msgid "Saving FAI partition table base failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Please specify a value for attribute 'file'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:419
+#: plugins/admin/fai/class_faiTemplateEntry.inc:183
 #, fuzzy
 #, fuzzy
-msgid "Removing FAI partition table failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Please specify a value for attribute 'path'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:427
-#: plugins/admin/fai/class_faiPartitionTable.inc:436
+#: plugins/admin/fai/class_faiTemplateEntry.inc:191
 #, fuzzy
 #, fuzzy
-msgid "Saving FAI partition table failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Please enter a user."
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:505
+#: plugins/admin/fai/class_faiTemplateEntry.inc:194
 #, fuzzy
 #, fuzzy
-msgid "Removing FAI partition table entry failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Please enter a valid user. Only a-z/0-9 are allowed."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/fai/class_faiPartitionTable.inc:526
-#: plugins/admin/fai/class_faiPartitionTable.inc:537
+#: plugins/admin/fai/class_faiTemplateEntry.inc:198
 #, fuzzy
 #, fuzzy
-msgid "Saving FAI partition table entry failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Please enter a group."
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/fai/class_faiHookEntry.inc:143
+#: plugins/admin/fai/class_faiTemplateEntry.inc:201
 #, fuzzy
 #, fuzzy
-msgid "Please enter a value for script."
-msgstr "Введите корректный серийный номер"
+msgid "Please enter a valid group. Only a-z/0-9 are allowed."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:143
-msgid "Package bundle"
+#: plugins/admin/fai/class_faiVariable.inc:280
+#, php-format
+msgid ""
+"Can't insert a fai variable named '%s' in '%s' there is already a variable "
+"with the given name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiProfileEntry.inc:174
-#: plugins/admin/fai/askClassName.tpl:32 plugins/admin/fai/askClassName.tpl:54
+#: plugins/admin/fai/class_faiVariable.inc:313
+msgid "Saving FAI variable base failed"
+msgstr ""
+
+#: plugins/admin/fai/class_faiVariable.inc:379
+msgid "Removing FAI variable failed"
+msgstr ""
+
+#: plugins/admin/fai/class_faiVariable.inc:386
+#: plugins/admin/fai/class_faiVariable.inc:398
+msgid "Saving FAI variable failed"
+msgstr ""
+
+#: plugins/admin/fai/class_faiVariableEntry.inc:93
 #, fuzzy
 #, fuzzy
-msgid "Class name"
-msgstr "Выберите тип мыши"
+msgid "Please specify a value for the attribute 'content'."
+msgstr "Укажите корректный номер телефона."
+
+#: plugins/admin/fai/faiHook.tpl:36
+#, fuzzy
+msgid "List of hook scripts"
+msgstr "Стоп-листы"
+
+#: plugins/admin/fai/faiHook.tpl:43 plugins/admin/fai/faiPackage.tpl:71
+#: plugins/admin/fai/faiPartitionTable.tpl:43
+#: plugins/admin/fai/faiProfile.tpl:38 plugins/admin/fai/faiScript.tpl:43
+#: plugins/admin/fai/faiTemplate.tpl:35 plugins/admin/fai/faiVariable.tpl:44
+#: plugins/admin/groups/application.tpl:27
+#: plugins/admin/groups/class_groupMail.inc:567
+#: plugins/admin/groups/generic.tpl:108
+#: plugins/admin/groups/group_objects.tpl:55 plugins/admin/groups/mail.tpl:51
+#: plugins/admin/groups/mail.tpl:95 plugins/admin/groups/mail_locals.tpl:66
+#: plugins/admin/groups/paste_mail.tpl:30
+#: plugins/admin/groups/paste_mail.tpl:41 plugins/admin/ogroups/generic.tpl:43
+#: plugins/admin/ogroups/ogroup_objects.tpl:54
+#: plugins/admin/ogroups/phonequeue.tpl:28
+#: plugins/admin/ogroups/termgroup.tpl:23
+#: plugins/admin/systems/class_servDNSeditZone.inc:493
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:394
+#: plugins/admin/systems/class_termDNS.inc:479
+#: plugins/admin/systems/class_termDNS.inc:499
+#: plugins/admin/systems/glpi.tpl:100
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:6
+#: plugins/admin/systems/glpi_edit_os.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:7
+#: plugins/admin/systems/glpi_edit_type.tpl:8
+#: plugins/admin/systems/glpiManufacturer.tpl:6
+#: plugins/admin/systems/glpiPrinter.tpl:93
+#: plugins/admin/systems/glpiPrinter.tpl:121
+#: plugins/admin/systems/goSpamServer.tpl:36
+#: plugins/admin/systems/goSpamServer.tpl:88
+#: plugins/admin/systems/phonesettings.tpl:176
+#: plugins/admin/systems/phonesettings.tpl:191
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:60
+#: plugins/admin/systems/servdns.tpl:6
+#: plugins/admin/systems/servdnseditzone.tpl:106
+#: plugins/admin/systems/servRepositorySetup.tpl:36
+#: plugins/admin/systems/servservice.tpl:20
+#: plugins/admin/systems/servservice.tpl:47
+#: plugins/admin/systems/terminal.tpl:99
+#: plugins/admin/systems/terminalStartup.tpl:61
+#: plugins/admin/systems/terminalStartup.tpl:80
+#: plugins/admin/systems/workstation.tpl:78
+#: plugins/admin/systems/workstationStartup.tpl:105
+#: plugins/admin/systems/workstationStartup.tpl:128
+#: plugins/admin/systems/workstationStartup.tpl:147
+#: plugins/gofax/blocklists/generic.tpl:68
+#: plugins/gofax/faxaccount/generic.tpl:76
+#: plugins/gofax/faxaccount/lists.tpl:13
+#: plugins/gofax/faxaccount/locals.tpl:60
+#: plugins/gofon/phoneaccount/generic.tpl:13
+#: plugins/gofon/phoneaccount/paste_generic.tpl:18
+#: plugins/personal/connectivity/class_kolabAccount.inc:237
+#: plugins/personal/connectivity/kolab.tpl:33
+#: plugins/personal/environment/environment.tpl:119
+#: plugins/personal/environment/environment.tpl:136
+#: plugins/personal/environment/environment.tpl:180
+#: plugins/personal/environment/hotplugDialog.tpl:63
+#: plugins/personal/environment/kioskManagement.tpl:14
+#: plugins/personal/environment/selectPrinterDialog.tpl:60
+#: plugins/personal/mail/copypaste.tpl:43
+#: plugins/personal/mail/copypaste.tpl:61 plugins/personal/mail/generic.tpl:57
+#: plugins/personal/mail/generic.tpl:127
+#: plugins/personal/mail/mail_locals.tpl:75
+#: plugins/personal/posix/generic.tpl:73
+#: plugins/personal/posix/generic.tpl:102
+#: plugins/personal/posix/paste_generic.tpl:63
+#: plugins/personal/posix/posix_groups.tpl:79
+#: plugins/personal/posix/trust_machines.tpl:39
+#: plugins/personal/samba/samba3.tpl:332
+#: plugins/personal/samba/samba3_workstations.tpl:39
+msgid "Add"
+msgstr "Добавить"
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 #, fuzzy
 
 #: plugins/admin/fai/faiHookEntry.tpl:29 plugins/admin/fai/faiHookEntry.tpl:48
 #, fuzzy
@@ -6372,206 +5615,248 @@ msgstr ""
 msgid "Choose an existing FAI task"
 msgstr ""
 
 msgid "Choose an existing FAI task"
 msgstr ""
 
-#: plugins/admin/fai/class_faiPackageConfiguration.inc:45
-#, php-format
-msgid "Debconf information for package '%s'"
-msgstr ""
+#: plugins/admin/fai/faiHookEntry.tpl:63
+#: plugins/admin/fai/faiScriptEntry.tpl:63
+#, fuzzy
+msgid "Import script"
+msgstr "Показать хосты"
 
 
-#: plugins/admin/fai/class_faiVariable.inc:285
-#, php-format
+#: plugins/admin/fai/faiHookEntry.tpl:70 plugins/admin/fai/faiNewBranch.tpl:21
+#: plugins/admin/fai/faiPackageConfiguration.tpl:6
+#: plugins/admin/fai/faiPackageEntry.tpl:56
+#: plugins/admin/fai/faiProfileEntry.tpl:70
+#: plugins/admin/fai/faiScriptEntry.tpl:68
+#: plugins/admin/fai/faiTemplateEntry.tpl:130
+#: plugins/admin/fai/faiVariableEntry.tpl:48
+#: plugins/admin/groups/application_options.tpl:11
+#: plugins/admin/groups/mail_admins.tpl:37
+#: plugins/admin/systems/printerPPDDialog.tpl:22
+#: plugins/admin/systems/servRepositorySetup.tpl:41
+#: plugins/gofax/faxaccount/lists.tpl:31
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:266
+#: plugins/personal/environment/logonManagement.tpl:75
+#: plugins/personal/samba/sambaLogonHours.tpl:90
+msgid "Apply"
+msgstr "Применить"
+
+#: plugins/admin/fai/faiNewBranch.tpl:5
 msgid ""
 msgid ""
-"Can't insert a fai variable named '%s' in '%s' there is already a variable "
-"with the given name."
+"You are now going to create a branch or locked branch. This action clones "
+"the existing release to another release name. Branches can be modified as "
+"usual. FAI classes of locked branches cannot be modified, just additional "
+"classes are possible. Branch names should be alphanumeric, excluding the "
+"reserved names 'scripts', 'hooks', 'partitions', 'variables', 'templates' "
+"and 'fai'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:318
-msgid "Saving FAI variable base failed"
+#: plugins/admin/fai/faiNewBranch.tpl:7
+msgid ""
+"Branches are created as subreleases of the currently selected branch. "
+"Creating a new branch named 1.0.2 in SARGE for example, will result in a new "
+"release called SARGE/1.0.2."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:384
-msgid "Removing FAI variable failed"
+#: plugins/admin/fai/faiNewBranch.tpl:13
+#, fuzzy
+msgid "Please enter a name for the branch"
+msgstr "Введите корректный номер телефона!"
+
+#: plugins/admin/fai/faiNewBranch.tpl:36
+msgid ""
+"As soon as the copy operation has finished, you can scroll down to end of "
+"the page and press the 'Continue' button to continue with the fai management "
+"dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiVariable.inc:391
-#: plugins/admin/fai/class_faiVariable.inc:403
-msgid "Saving FAI variable failed"
+#: plugins/admin/fai/faiNewBranch.tpl:44
+msgid "Perform requested operation."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_askClassName.inc:81
+#: plugins/admin/fai/faiNewBranch.tpl:44
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - partition table."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппы"
+msgid "Initiate operation"
+msgstr "СоздаÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80ы"
 
 
-#: plugins/admin/fai/class_askClassName.inc:82
+#: plugins/admin/fai/faiPackage.tpl:33
+#: plugins/admin/systems/class_servRepository.inc:280
+#: plugins/admin/systems/servRepositorySetup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:47
+#: plugins/admin/systems/workstationStartup.tpl:77
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - package bundle."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Release"
+msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
 
 
-#: plugins/admin/fai/class_askClassName.inc:83
+#: plugins/admin/fai/faiPackage.tpl:41
+#: plugins/admin/systems/class_printerPPDDialog.inc:408
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - script bundle."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Section"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
 
-#: plugins/admin/fai/class_askClassName.inc:84
+#: plugins/admin/fai/faiPackage.tpl:49
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - variable bundle."
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Install method"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
 
-#: plugins/admin/fai/class_askClassName.inc:85
+#: plugins/admin/fai/faiPackage.tpl:65
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - hook bundle."
-msgstr "Объект группы"
+msgid "Used packages"
+msgstr "Показать телефоны"
+
+#: plugins/admin/fai/faiPackage.tpl:67
+#, fuzzy
+msgid "Choosen packages"
+msgstr "Показать телефоны"
+
+#: plugins/admin/fai/faiPackage.tpl:74
+#, fuzzy
+msgid "Toggle remove flag"
+msgstr "по умолчанию"
+
+#: plugins/admin/fai/faiPackageConfiguration.tpl:1
+#, fuzzy
+msgid "Package"
+msgstr "Показать телефоны"
+
+#: plugins/admin/fai/faiPackageEntry.tpl:6
+#, fuzzy
+msgid "List of available packages"
+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."
+msgstr ""
+
+#: plugins/admin/fai/faiPackageEntry.tpl:42
+#: plugins/admin/fai/faiProfileEntry.tpl:54
+#: plugins/admin/fai/faiProfileEntry.tpl:55
+#: plugins/admin/ogroups/ogroup_objects.tpl:45
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:28
+#: plugins/admin/systems/servRepository.tpl:48
+msgid "Display objects matching"
+msgstr "Показать совпадения объектов"
+
+#: plugins/admin/fai/faiPackageEntry.tpl:46
+#: plugins/admin/fai/faiProfileEntry.tpl:59
+#: plugins/admin/ogroups/ogroup_objects.tpl:46
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:32
+#: plugins/admin/systems/servRepository.tpl:52
+msgid "Regular expression for matching object names"
+msgstr "Регулярное выражение, соответствующее именам объектов"
+
+#: plugins/admin/fai/faiPartitionTable.tpl:34
+#, fuzzy
+msgid "Discs"
+msgstr "Устройства"
 
 
-#: plugins/admin/fai/class_askClassName.inc:86
-#, fuzzy
-msgid "Create new FAI object - profile."
-msgstr "Объект группы"
+#: plugins/admin/fai/faiPartitionTable.tpl:40
+msgid "Choose a disk to delete or edit"
+msgstr ""
 
 
-#: plugins/admin/fai/class_askClassName.inc:87
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object - template."
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Device"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/fai/class_askClassName.inc:88
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:20
 #, fuzzy
 #, fuzzy
-msgid "Create new FAI object"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Partition entries"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/admin/fai/class_askClassName.inc:143
+#: plugins/admin/fai/faiPartitionTableEntry.tpl:23
 #, fuzzy
 #, fuzzy
-msgid "Spaces are not allowed within class names."
-msgstr "Ð\92ам Ð½Ðµ Ñ\80азÑ\80еÑ\88ено Ð¼ÐµÐ½Ñ\8fÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c."
+msgid "Add partition"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
 
 
-#: plugins/admin/fai/class_askClassName.inc:147
+#: plugins/admin/fai/faiProfile.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "The given class name is empty."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
+msgid "FAI classes"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/fai/class_askClassName.inc:151
+#: plugins/admin/fai/faiProfile.tpl:33 plugins/admin/fai/faiScriptEntry.tpl:38
 #, fuzzy
 #, fuzzy
-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."
+msgid "Choose a priority"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: 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/fai/faiProfileEntry.tpl:6
+msgid "List of FAI objects (Fully Automatic Installation)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:12
+#: plugins/admin/fai/faiProfileEntry.tpl:26
 msgid ""
 msgid ""
-"Please use one of the following methods to choose the name for the new FAI "
-"class."
-msgstr ""
-
-#: plugins/admin/fai/askClassName.tpl:26
-msgid "Enter FAI class name manually"
-msgstr ""
-
-#: plugins/admin/fai/askClassName.tpl:48
-msgid "Choose FAI class name from a list of existing classes"
+"This menu allows you to select FAI class names and to add them to the "
+"currently edited profile."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/askClassName.tpl:54
-#, fuzzy
-msgid "Choose class name"
-msgstr "Выберите тип мыши"
-
-#: plugins/admin/fai/askClassName.tpl:70 plugins/admin/fai/askClassName.tpl:77
-#: plugins/admin/systems/glpiDeviceManagement.tpl:51
-#: plugins/admin/systems/class_glpiSelectUser.inc:113
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:51
-#: plugins/admin/systems/class_baseSelectDialog.inc:40
-#: plugins/admin/systems/glpiAttachmentPool.tpl:51
+#: plugins/admin/fai/faiProfileEntry.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "Use"
-msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c"
+msgid "Show only classes with templates"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\88аблонÑ\8b"
 
 
-#: plugins/admin/fai/askClassName.tpl:74
-#, fuzzy
-msgid "A new class name."
-msgstr "Доступные приложения"
+#: plugins/admin/fai/faiProfileEntry.tpl:41
+msgid "Show only classes with scripts"
+msgstr ""
 
 
-#: plugins/admin/fai/remove_branch.tpl:6
-#, fuzzy
-msgid ""
-"This includes all account data, system access, etc. for this branch. Please "
-"double check if your really want to do this since there is no way for GOsa "
-"to get your data back."
+#: plugins/admin/fai/faiProfileEntry.tpl:43
+msgid "Show only classes with hooks"
 msgstr ""
 msgstr ""
-"Сюда входит вся информация об учетной записи этого пользователя, его права "
-"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно "
-"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой "
-"операции."
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:88
+#: plugins/admin/fai/faiProfileEntry.tpl:45
 #, fuzzy
 #, fuzzy
-msgid "no file uploaded yet"
-msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
+msgid "Show only classes with variables"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:93
-#, php-format
-msgid "exists in database (size: %s bytes)"
+#: plugins/admin/fai/faiProfileEntry.tpl:47
+msgid "Show only classes with packages"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:184
+#: plugins/admin/fai/faiProfileEntry.tpl:49
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for attribute 'file'."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Show only classes with partitions"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:188
+#: plugins/admin/fai/faiScript.tpl:36
 #, fuzzy
 #, fuzzy
-msgid "Please specify a value for attribute 'path'."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "List of scripts"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:196
+#: plugins/admin/fai/faiScriptEntry.tpl:29
+#: plugins/admin/fai/faiScriptEntry.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Please enter a user."
-msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
+msgid "Script attributes"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:199
+#: plugins/admin/fai/faiScriptEntry.tpl:34
+#: plugins/personal/environment/logonManagement.tpl:24
 #, fuzzy
 #, fuzzy
-msgid "Please enter a valid user. Only a-z/0-9 are allowed."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
+msgid "Priority"
+msgstr "Ð\9fоÑ\80Ñ\82"
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:203
+#: plugins/admin/fai/faiSummary.tpl:4
 #, fuzzy
 #, fuzzy
-msgid "Please enter a group."
-msgstr "Введите адрес сервера"
+msgid "FAI object tree"
+msgstr "Имя объекта"
+
+#: plugins/admin/fai/faiSummary.tpl:9
+msgid "Reload class and release configuration from parent object."
+msgstr ""
 
 
-#: plugins/admin/fai/class_faiTemplateEntry.inc:206
+#: plugins/admin/fai/faiTemplate.tpl:31
 #, 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 "List of template files"
+msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 #, fuzzy
 msgid "Template attributes"
 msgstr "Атрибут DN пользователей"
 
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:21
 #, fuzzy
 msgid "Template attributes"
 msgstr "Атрибут DN пользователей"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:29
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:30 include/php_setup.inc:136
-#, fuzzy
-msgid "File"
-msgstr "Файлы"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 #, fuzzy
 msgid "Save template"
 msgstr "Создать шаблон"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:35
 #, fuzzy
 msgid "Save template"
 msgstr "Создать шаблон"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:40
-#: plugins/admin/applications/generic.tpl:102
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:33
-#: plugins/admin/systems/printerPPDDialog.tpl:11
-#, fuzzy
-msgid "Upload"
-msgstr "Загрузка процессора"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 #, fuzzy
 msgid "Destination path"
 #: plugins/admin/fai/faiTemplateEntry.tpl:47
 #, fuzzy
 msgid "Destination path"
@@ -6584,9 +5869,9 @@ msgstr ""
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:71
 #: plugins/admin/fai/faiTemplateEntry.tpl:103
-#: plugins/admin/systems/class_printGeneric.inc:848
-#: plugins/admin/systems/class_printGeneric.inc:850
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
 #: plugins/admin/ogroups/class_ogroupManagement.inc:364
+#: plugins/admin/systems/class_printGeneric.inc:842
+#: plugins/admin/systems/class_printGeneric.inc:844
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Группа"
 #: plugins/generic/references/class_reference.inc:36
 msgid "Group"
 msgstr "Группа"
@@ -6597,7 +5882,7 @@ msgid "Access"
 msgstr "Адрес"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
 msgstr "Адрес"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:86
-#: plugins/admin/systems/class_servDNS.inc:169
+#: plugins/admin/systems/class_servDNS.inc:164
 #, fuzzy
 msgid "Class"
 msgstr "Выберите тип мыши"
 #, fuzzy
 msgid "Class"
 msgstr "Выберите тип мыши"
@@ -6612,19 +5897,19 @@ msgstr "чтение"
 msgid "Write"
 msgstr "запись"
 
 msgid "Write"
 msgstr "запись"
 
-#: plugins/admin/fai/faiTemplateEntry.tpl:89
-#: plugins/admin/applications/generic.tpl:17
-#: plugins/admin/systems/terminal.tpl:128 plugins/admin/systems/server.tpl:61
-#: plugins/admin/systems/workstation.tpl:107
-#: plugins/admin/ogroups/termgroup.tpl:85
-msgid "Execute"
-msgstr "Выполнить"
-
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 #, fuzzy
 msgid "Special"
 msgstr "терминалы"
 
 #: plugins/admin/fai/faiTemplateEntry.tpl:91
 #, fuzzy
 msgid "Special"
 msgstr "терминалы"
 
+#: plugins/admin/fai/faiTemplateEntry.tpl:94
+#: plugins/admin/ogroups/class_ogroupManagement.inc:363
+#: plugins/admin/systems/class_printGeneric.inc:847
+#: plugins/gofax/faxreports/contents.tpl:30
+#: plugins/gofax/faxreports/detail.tpl:21
+msgid "User"
+msgstr "Пользователь"
+
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 #, fuzzy
 msgid "SUID"
 #: plugins/admin/fai/faiTemplateEntry.tpl:100
 #, fuzzy
 msgid "SUID"
@@ -6645,169 +5930,92 @@ msgstr "Фильтры"
 msgid "sticky"
 msgstr "Состояние"
 
 msgid "sticky"
 msgstr "Состояние"
 
-#: plugins/admin/fai/paste_fai_object.tpl:1
-#, fuzzy
-msgid "Enter FAI object name"
-msgstr "Имя объекта"
-
-#: plugins/admin/groups/application.tpl:3
-#, fuzzy
-msgid "Release focus"
-msgstr "Набор правил"
-
-#: plugins/admin/groups/application.tpl:5
-#, fuzzy
-msgid "Select release name"
-msgstr "Выберите, чтобы просмотреть серверы"
-
-#: plugins/admin/groups/application.tpl:16
-msgid "Used applications"
-msgstr "Используемые приложения"
-
-#: plugins/admin/groups/application.tpl:19
-#, fuzzy
-msgid "Add category"
-msgstr "Категория"
-
-#: plugins/admin/groups/application.tpl:24
-msgid "Available applications"
-msgstr "Доступные приложения"
-
-#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
-msgid "Primary mail address for this shared folder"
-msgstr "Основной адрес эл. почты для этой общей папки"
-
-#: 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 "Общие папки IMAP"
-
-#: plugins/admin/groups/mail.tpl:67
-msgid "Default permission"
-msgstr "Права по умолчанию"
-
-#: plugins/admin/groups/mail.tpl:76
-msgid "Member permission"
-msgstr "Права для членов группы"
-
-#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
-msgid "Forward messages to non group members"
-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."
-msgstr ""
-"Возможно, это основная группа пользователей. Еще раз проверте что Вы "
-"действительно хотите удалить ее, так как GOsa не сможет отменить результаты "
-"этой операции."
-
-#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
-msgid "Group administration"
-msgstr "Управление группами"
-
-#: plugins/admin/groups/class_groupManagement.inc:25 html/getxls.php:97
-#: html/getxls.php:99 html/getxls.php:244
-msgid "Groups"
-msgstr "Группы"
-
-#: plugins/admin/groups/class_groupManagement.inc:142
-#: plugins/admin/users/class_userManagement.inc:126
-#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/fai/faiVariable.tpl:34
 #, fuzzy
 #, fuzzy
-msgid "You are not allowed to execute this method!"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
-
-#: plugins/admin/groups/class_groupManagement.inc:261
-#, php-format
-msgid "You're about to delete the group '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
-
-#: plugins/admin/groups/class_groupManagement.inc:267
-#: plugins/admin/groups/class_groupManagement.inc:298
-msgid "You are not allowed to delete this group!"
-msgstr "У вас недостаточно прав для удаления этой группы!"
-
-#: plugins/admin/groups/class_groupGeneric.inc:125
-msgid "Can't find this groups SID in LDAP or in your configuration file!"
-msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!"
-
-#: plugins/admin/groups/class_groupGeneric.inc:181
-msgid "This 'dn' is no group."
-msgstr "Это DN соответствует не группе."
-
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Samba group"
-msgstr "Группа Samba"
-
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain admins"
-msgstr "Администраторы домена"
+msgid "List of assigned variables"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:321
-msgid "Domain users"
-msgstr "Пользователи домена"
+#: plugins/admin/fai/faiVariable.tpl:40
+msgid "Choose a variable to delete or edit"
+msgstr ""
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:322
-msgid "Domain guests"
-msgstr "Непривилегированные пользователи домена"
+#: plugins/admin/fai/faiVariableEntry.tpl:29
+#, fuzzy
+msgid "Variable attributes"
+msgstr "Атрибут DN пользователей"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:327
-#, php-format
-msgid "Special group (%d)"
-msgstr "СпеÑ\86иалÑ\8cнаÑ\8f Ð³Ñ\80Ñ\83ппа (%d)"
+#: plugins/admin/fai/faiVariableEntry.tpl:34
+#, fuzzy
+msgid "Variable content"
+msgstr "Ð\9fеÑ\80еменнаÑ\8f"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:439
+#: plugins/admin/fai/main.inc:44 plugins/admin/fai/main.inc:46
 #, fuzzy
 #, fuzzy
-msgid "! unknown id"
-msgstr "состояние неизвестно"
+msgid "Fully Automatic Installation"
+msgstr "Управление приложениями"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:480
-#, php-format
+#: plugins/admin/fai/paste_fai_object.tpl:1
+#, fuzzy
+msgid "Enter FAI object name"
+msgstr "Имя объекта"
+
+#: plugins/admin/fai/remove.tpl:7
+#, fuzzy
 msgid ""
 msgid ""
-"Your search method returned more than '%s' users, only '%s' users are shown."
+"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 ""
+"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
+"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
+"результаты этой операции."
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:509
-msgid "Removing group failed"
+#: plugins/admin/fai/remove_branch.tpl:6
+#, fuzzy
+msgid ""
+"This includes all account data, system access, etc. for this branch. 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_groupGeneric.inc:616
-#, php-format
-msgid "No configured SID found for '%s'."
-msgstr ""
+#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
+msgid "Choose"
+msgstr "Выбрать"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:621
-#, php-format
-msgid "No configured RIDBASE found for '%s'."
-msgstr ""
+#: plugins/admin/groups/acl.tpl:17
+msgid "Apply this acl only for users own entries"
+msgstr "Применить эти права доступа только к собственным записям пользователей"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:706
-msgid "Saving group failed"
-msgstr ""
+#: plugins/admin/groups/application.tpl:3
+#, fuzzy
+msgid "Release focus"
+msgstr "Набор правил"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:735
-#: plugins/admin/ogroups/class_ogroup.inc:611
-msgid "You have no permissions to create a group on this 'Base'."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð³Ñ\80Ñ\83ппÑ\8b Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
+#: plugins/admin/groups/application.tpl:5
+#, fuzzy
+msgid "Select release name"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:745
-msgid ""
-"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
-"are allowed."
-msgstr ""
-"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются "
-"буквы в нижнем регистре, цифры и дефисы."
+#: plugins/admin/groups/application.tpl:16
+msgid "Used applications"
+msgstr "Используемые приложения"
 
 
-#: plugins/admin/groups/class_groupGeneric.inc:757
-#: plugins/admin/groups/class_groupGeneric.inc:771
-#: plugins/admin/groups/class_groupGeneric.inc:778
-msgid "Value specified as 'Name' is already used."
-msgstr "Группа с таким именем уже существует."
+#: plugins/admin/groups/application.tpl:19
+#, fuzzy
+msgid "Add category"
+msgstr "Категория"
+
+#: plugins/admin/groups/application.tpl:24
+msgid "Available applications"
+msgstr "Доступные приложения"
+
+#: plugins/admin/groups/application_options.tpl:2
+msgid "Application options"
+msgstr "Параметры приложения"
 
 #: plugins/admin/groups/class_divListGroup.inc:35
 #: plugins/admin/groups/class_divListGroup.inc:36
 
 #: plugins/admin/groups/class_divListGroup.inc:35
 #: plugins/admin/groups/class_divListGroup.inc:36
@@ -6846,157 +6054,458 @@ msgstr "Выберите, чтобы просмотреть группы, кот
 msgid "Show samba groups"
 msgstr "Показать группы samba"
 
 msgid "Show samba groups"
 msgstr "Показать группы samba"
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Select to see groups that have applications configured"
-msgstr "Выберите, чтобы просмотреть список групп, которым доступны приложения"
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Select to see groups that have applications configured"
+msgstr "Выберите, чтобы просмотреть список групп, которым доступны приложения"
+
+#: plugins/admin/groups/class_divListGroup.inc:56
+msgid "Show application groups"
+msgstr "Показать группы приложений"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Select to see groups that have mail settings"
+msgstr ""
+"Выберите, чтобы просмотреть список групп, которым доступны функции эл. почты"
+
+#: plugins/admin/groups/class_divListGroup.inc:57
+msgid "Show mail groups"
+msgstr "Показать группы с эл. почтой"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Select to see normal groups that have only functional aspects"
+msgstr "Выберите, чтобы просмотреть список обычных групп"
+
+#: plugins/admin/groups/class_divListGroup.inc:58
+msgid "Show functional groups"
+msgstr "Показать обычные группы"
+
+#: plugins/admin/groups/class_divListGroup.inc:66
+#: plugins/personal/posix/posix_groups.tpl:68
+msgid "User name of which groups are shown"
+msgstr "Имя пользователя, для которого перечисляются группы"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+#, fuzzy
+msgid "Create new group"
+msgstr "Создать телефонный аккаунт"
+
+#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/gofon/macro/class_divListMacros.inc:74
+#: plugins/personal/environment/environment.tpl:163
+msgid "New"
+msgstr "Создать"
+
+#: plugins/admin/groups/class_divListGroup.inc:121
+#: plugins/admin/users/class_divListUsers.inc:139
+#, fuzzy
+msgid "Posix"
+msgstr "Прокси-сервер"
+
+#: plugins/admin/groups/class_groupAcl.inc:52
+#, fuzzy
+msgid "You have no permissions to view and edit ACLs."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
+
+#: plugins/admin/groups/class_groupAcl.inc:63
+msgid "This 'dn' is no acl container."
+msgstr "Это DN не содержит ACL."
+
+#: plugins/admin/groups/class_groupAcl.inc:104
+msgid "Removing ACL information failed"
+msgstr ""
+
+#: plugins/admin/groups/class_groupAcl.inc:207
+msgid "Saving ACL information failed"
+msgstr ""
+
+#: plugins/admin/groups/class_groupAcl.inc:217
+msgid "All fields are writeable"
+msgstr "Все поля доступны для записи"
+
+#: plugins/admin/groups/class_groupApplication.inc:396
+msgid "This 'dn' is no appgroup."
+msgstr "Это DN соответствует не группе приложений."
+
+#: plugins/admin/groups/class_groupApplication.inc:404
+msgid "Remove applications"
+msgstr "Удалить приложения"
+
+#: plugins/admin/groups/class_groupApplication.inc:405
+msgid ""
+"This group has application features enabled. You can disable them by "
+"clicking below."
+msgstr ""
+"Этой группе доступны приложения. Вы можете запретить доступ к ним, щелкнув "
+"ниже."
+
+#: plugins/admin/groups/class_groupApplication.inc:407
+msgid "Create applications"
+msgstr "Создать приложения"
+
+#: plugins/admin/groups/class_groupApplication.inc:408
+msgid ""
+"This group has application features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"Этой группе недоступны приложения. Вы можете разрешить доступ к ним, щелкнув "
+"ниже."
+
+#: plugins/admin/groups/class_groupApplication.inc:420
+#, fuzzy
+msgid "Invalid character in category name."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
+
+#: plugins/admin/groups/class_groupApplication.inc:428
+#, fuzzy
+msgid "The specified category already exists."
+msgstr "Подразделение с таким именем уже существует."
+
+#: plugins/admin/groups/class_groupApplication.inc:523
+msgid "The selected application name is not uniq. Please check your LDAP."
+msgstr ""
+"Выбранное имя приложения не уникально. Проверьте свою базу данных LDAP."
+
+#: plugins/admin/groups/class_groupApplication.inc:559
+msgid "The selected application has no options."
+msgstr "У выбранного приложения нет параметров."
+
+#: plugins/admin/groups/class_groupApplication.inc:638
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:142
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:446
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:528
+#, fuzzy
+msgid "back"
+msgstr "Назад"
+
+#: plugins/admin/groups/class_groupApplication.inc:652
+#, fuzzy
+msgid "application"
+msgstr "приложения"
+
+#: plugins/admin/groups/class_groupApplication.inc:683
+#: plugins/admin/groups/class_groupApplication.inc:719
+#, fuzzy
+msgid "Delete entry"
+msgstr "Удалить"
+
+#: plugins/admin/groups/class_groupApplication.inc:687
+#: plugins/admin/groups/class_groupApplication.inc:717
+msgid "Move up"
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:688
+#: plugins/admin/groups/class_groupApplication.inc:718
+#, fuzzy
+msgid "Move down"
+msgstr "Домен"
+
+#: plugins/admin/groups/class_groupApplication.inc:715
+msgid "Insert seperator"
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:743
+#, fuzzy
+msgid "This application is no longer available."
+msgstr "У выбранного приложения нет параметров."
+
+#: plugins/admin/groups/class_groupApplication.inc:746
+#, php-format
+msgid "This application is not available in any release named %s."
+msgstr ""
+
+#: plugins/admin/groups/class_groupApplication.inc:750
+#, fuzzy
+msgid "Check parameter"
+msgstr "Изменить параметры"
+
+#: plugins/admin/groups/class_groupApplication.inc:752
+#, fuzzy
+msgid "This application has changed parameters."
+msgstr "У выбранного приложения нет параметров."
+
+#: plugins/admin/groups/class_groupApplication.inc:844
+#, fuzzy
+msgid "Removing application information failed"
+msgstr "Информация об организации"
+
+#: plugins/admin/groups/class_groupApplication.inc:889
+#, fuzzy
+msgid "Saving application information failed"
+msgstr "Информация об организации"
+
+#: plugins/admin/groups/class_groupApplication.inc:932
+#, php-format
+msgid ""
+"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
+"the objects base has changed."
+msgstr ""
+
+#: plugins/admin/groups/class_groupGeneric.inc:120
+msgid "Can't find this groups SID in LDAP or in your configuration file!"
+msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!"
+
+#: plugins/admin/groups/class_groupGeneric.inc:176
+msgid "This 'dn' is no group."
+msgstr "Это DN соответствует не группе."
 
 
-#: plugins/admin/groups/class_divListGroup.inc:56
-msgid "Show application groups"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ð¿Ñ\80иложений"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Samba group"
+msgstr "Ð\93Ñ\80Ñ\83ппа Samba"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Select to see groups that have mail settings"
-msgstr ""
-"Выберите, чтобы просмотреть список групп, которым доступны функции эл. почты"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain admins"
+msgstr "Администраторы домена"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:57
-msgid "Show mail groups"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82ой"
+#: plugins/admin/groups/class_groupGeneric.inc:316
+msgid "Domain users"
+msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Select to see normal groups that have only functional aspects"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81пиÑ\81ок Ð¾Ð±Ñ\8bÑ\87нÑ\8bÑ\85 Ð³Ñ\80Ñ\83пп"
+#: plugins/admin/groups/class_groupGeneric.inc:317
+msgid "Domain guests"
+msgstr "Ð\9dепÑ\80ивилегиÑ\80ованнÑ\8bе Ð¿Ð¾Ð»Ñ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:58
-msgid "Show functional groups"
-msgstr "Показать обычные группы"
+#: plugins/admin/groups/class_groupGeneric.inc:322
+#, php-format
+msgid "Special group (%d)"
+msgstr "Специальная группа (%d)"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:93
+#: plugins/admin/groups/class_groupGeneric.inc:434
 #, fuzzy
 #, fuzzy
-msgid "Create new group"
-msgstr "Создать телефонный аккаунт"
+msgid "! unknown id"
+msgstr "состояние неизвестно"
 
 
-#: plugins/admin/groups/class_divListGroup.inc:121
-#: plugins/admin/users/class_divListUsers.inc:139
-#, fuzzy
-msgid "Posix"
-msgstr "Прокси-сервер"
+#: plugins/admin/groups/class_groupGeneric.inc:475
+#, php-format
+msgid ""
+"Your search method returned more than '%s' users, only '%s' users are shown."
+msgstr ""
 
 
-#: plugins/admin/groups/class_divListGroup.inc:127
-#: plugins/admin/applications/class_divListApplication.inc:119
-#: plugins/admin/ogroups/class_ogroupManagement.inc:365
-#: plugins/gofon/fonreports/contents.tpl:34
-#: plugins/generic/references/class_reference.inc:42
-msgid "Application"
-msgstr "Приложение"
+#: plugins/admin/groups/class_groupGeneric.inc:504
+msgid "Removing group failed"
+msgstr ""
 
 
-#: plugins/admin/groups/class_divListGroup.inc:157
-#: plugins/admin/applications/class_divListApplication.inc:156
-#: plugins/admin/departments/class_divListDepartment.inc:98
-#: plugins/admin/ogroups/class_divListOGroup.inc:142
-#: plugins/gofon/conference/class_divListConferences.inc:94
-#, fuzzy
-msgid "Edit this entry"
-msgstr "Редактиовать объект"
+#: plugins/admin/groups/class_groupGeneric.inc:611
+#, php-format
+msgid "No configured SID found for '%s'."
+msgstr ""
 
 
-#: plugins/admin/groups/class_divListGroup.inc:161
-#: plugins/admin/applications/class_divListApplication.inc:163
-#: plugins/admin/departments/class_divListDepartment.inc:102
-#: plugins/admin/ogroups/class_divListOGroup.inc:146
-#: plugins/gofon/conference/class_divListConferences.inc:96
-#: plugins/gofon/conference/class_divListConferences.inc:98
-#, fuzzy
-msgid "Delete this entry"
-msgstr "Удалить"
+#: plugins/admin/groups/class_groupGeneric.inc:616
+#, php-format
+msgid "No configured RIDBASE found for '%s'."
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:4
-#: plugins/admin/departments/class_departmentGeneric.inc:503
-#: include/class_ldap.inc:463
-msgid "Object"
-msgstr "Объект"
+#: plugins/admin/groups/class_groupGeneric.inc:701
+msgid "Saving group failed"
+msgstr ""
 
 
-#: plugins/admin/groups/acl.tpl:12 plugins/admin/groups/mail_admins.tpl:30
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:61
-msgid "Choose"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c"
+#: plugins/admin/groups/class_groupGeneric.inc:730
+#: plugins/admin/ogroups/class_ogroup.inc:611
+msgid "You have no permissions to create a group on this 'Base'."
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð³Ñ\80Ñ\83ппÑ\8b Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
 
 
-#: plugins/admin/groups/acl.tpl:17
-msgid "Apply this acl only for users own entries"
-msgstr "Применить эти права доступа только к собственным записям пользователей"
+#: plugins/admin/groups/class_groupGeneric.inc:740
+msgid ""
+"The field 'Name' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
+msgstr ""
+"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются "
+"буквы в нижнем регистре, цифры и дефисы."
 
 
-#: plugins/admin/groups/mail_admins.tpl:4
-msgid "Folder administrators"
-msgstr "Администраторы папки"
+#: plugins/admin/groups/class_groupGeneric.inc:752
+#: plugins/admin/groups/class_groupGeneric.inc:766
+#: plugins/admin/groups/class_groupGeneric.inc:773
+msgid "Value specified as 'Name' is already used."
+msgstr "Группа с таким именем уже существует."
 
 
-#: plugins/admin/groups/mail_admins.tpl:24
-msgid "Select a specific department"
-msgstr "Выберите подразделение."
+#: plugins/admin/groups/class_groupGeneric.inc:782
+#: plugins/personal/posix/class_posixAccount.inc:925
+msgid "Value specified as 'GID' is not valid."
+msgstr "Значение поля 'GID' некорректно."
 
 
-#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/groups/class_groupGeneric.inc:785
+#: plugins/personal/posix/class_posixAccount.inc:928
+msgid "Value specified as 'GID' is too small."
+msgstr "Значение 'GID' слишком маленькое."
+
+#: plugins/admin/groups/class_groupGeneric.inc:821
+#: plugins/personal/posix/class_posixAccount.inc:1110
+msgid "Too many users, can't allocate a free ID!"
+msgstr "Слишком много пользователей, невозможно создать идентификатор!"
+
+#: plugins/admin/groups/class_groupMail.inc:78
+#: plugins/personal/mail/class_mailAccount.inc:85
+#, php-format
+msgid "There is no mail method '%s' specified in your gosa.conf available."
+msgstr "Метод '%s' не описан в вашем файле конфигурации."
+
+#: plugins/admin/groups/class_groupMail.inc:287
 msgid "read"
 msgstr "чтение"
 
 msgid "read"
 msgstr "чтение"
 
-#: plugins/admin/groups/class_groupMail.inc:293
+#: plugins/admin/groups/class_groupMail.inc:288
 msgid "post"
 msgstr "отправка"
 
 msgid "post"
 msgstr "отправка"
 
-#: plugins/admin/groups/class_groupMail.inc:294
+#: plugins/admin/groups/class_groupMail.inc:289
 msgid "external post"
 msgstr "отправка (внешн.)"
 
 msgid "external post"
 msgstr "отправка (внешн.)"
 
-#: plugins/admin/groups/class_groupMail.inc:295
+#: plugins/admin/groups/class_groupMail.inc:290
 msgid "append"
 msgstr "добавление"
 
 msgid "append"
 msgstr "добавление"
 
-#: plugins/admin/groups/class_groupMail.inc:296
+#: plugins/admin/groups/class_groupMail.inc:291
 msgid "write"
 msgstr "запись"
 
 msgid "write"
 msgstr "запись"
 
-#: plugins/admin/groups/class_groupMail.inc:328
+#: plugins/admin/groups/class_groupMail.inc:292
+#: plugins/admin/ogroups/class_ogroup.inc:280
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:388
+#: plugins/admin/systems/class_SelectDeviceType.inc:24
+#: plugins/admin/users/class_userManagement.inc:475
+msgid "none"
+msgstr "нет"
+
+#: plugins/admin/groups/class_groupMail.inc:324
 msgid "This 'dn' has no valid mail extensions."
 msgstr "Для этого DN нет корректных почтовых расширений."
 
 msgid "This 'dn' has no valid mail extensions."
 msgstr "Для этого DN нет корректных почтовых расширений."
 
-#: plugins/admin/groups/class_groupMail.inc:352
+#: plugins/admin/groups/class_groupMail.inc:332
+#: plugins/admin/ogroups/class_mailogroup.inc:47
+#: plugins/personal/mail/class_mailAccount.inc:262
+#: plugins/personal/mail/class_mailAccount.inc:265
+msgid "Remove mail account"
+msgstr "Удалить настройки эл. почты"
+
+#: plugins/admin/groups/class_groupMail.inc:333
+#: plugins/personal/mail/class_mailAccount.inc:266
+msgid ""
+"This account has mail features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
+
+#: plugins/admin/groups/class_groupMail.inc:335
+#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid "Create mail account"
+msgstr "Создать настройки запись эл. почты"
+
+#: plugins/admin/groups/class_groupMail.inc:336
+#: plugins/personal/mail/class_mailAccount.inc:269
+msgid ""
+"This account has mail features disabled. You can enable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
+
+#: plugins/admin/groups/class_groupMail.inc:348
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
 msgid ""
 "Remove shared folder from mail server database when entry gets removed in "
 "LDAP"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:353
+#: plugins/admin/groups/class_groupMail.inc:349
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
 msgid "Remove the shared folder and all its contents after saving this account"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:408
+#: plugins/admin/groups/class_groupMail.inc:404
 msgid "You're trying to add an invalid email address "
 msgstr "Вы пытаетесь добавить некорректный адрес электронной почты "
 
 msgid "You're trying to add an invalid email address "
 msgstr "Вы пытаетесь добавить некорректный адрес электронной почты "
 
-#: plugins/admin/groups/class_groupMail.inc:409
+#: plugins/admin/groups/class_groupMail.inc:405
 msgid "to the list of forwarders."
 msgstr "к списку тех, кому должны пересылаться сообщения."
 
 msgid "to the list of forwarders."
 msgstr "к списку тех, кому должны пересылаться сообщения."
 
-#: plugins/admin/groups/class_groupMail.inc:645
+#: plugins/admin/groups/class_groupMail.inc:410
+#: plugins/personal/mail/class_mailAccount.inc:325
+msgid "Adding your one of your own addresses to the forwarders makes no sense."
+msgstr ""
+"Добавление своего единственного адреса к списку пересылки не имеет смысла."
+
+#: plugins/admin/groups/class_groupMail.inc:438
+#: plugins/personal/mail/class_mailAccount.inc:363
+#: plugins/personal/mail/class_mailAccount.inc:368
+msgid ""
+"You're trying to add an invalid email address to the list of alternate "
+"addresses."
+msgstr ""
+"Вы пытаетесь добавить некорректный адрес электронной почты к списку "
+"альтернативных адресов."
+
+#: plugins/admin/groups/class_groupMail.inc:443
+#: plugins/personal/mail/class_mailAccount.inc:378
+msgid "The address you're trying to add is already used by user"
+msgstr "Добавляемый вами адрес уже используется пользователем"
+
+#: plugins/admin/groups/class_groupMail.inc:641
 #, fuzzy
 msgid "Removing group mail settings failed"
 msgstr "Почтовые настройки пользователя"
 
 #, fuzzy
 msgid "Removing group mail settings failed"
 msgstr "Почтовые настройки пользователя"
 
-#: plugins/admin/groups/class_groupMail.inc:819
+#: plugins/admin/groups/class_groupMail.inc:829
 msgid "Saving group mail settings failed"
 msgstr ""
 
 msgid "Saving group mail settings failed"
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:848
+#: plugins/admin/groups/class_groupMail.inc:855
+#: plugins/personal/mail/class_mailAccount.inc:851
+msgid "The required field 'Primary address' is not set."
+msgstr "Обязательное поле \"Основной адрес\" не заполнено."
+
+#: plugins/admin/groups/class_groupMail.inc:858
 msgid "Please enter a valid email addres in 'Primary address' field."
 msgstr "Введите корректное значение в поле \"Основной адрес\"."
 
 msgid "Please enter a valid email addres in 'Primary address' field."
 msgstr "Введите корректное значение в поле \"Основной адрес\"."
 
-#: plugins/admin/groups/class_groupMail.inc:881
+#: plugins/admin/groups/class_groupMail.inc:864
+#: plugins/admin/ogroups/class_mailogroup.inc:85
+#: plugins/personal/mail/class_mailAccount.inc:865
+msgid "The primary address you've entered is already in use."
+msgstr "Введенный вами адрес уже используется."
+
+#: plugins/admin/groups/class_groupMail.inc:870
+#: plugins/personal/mail/class_mailAccount.inc:871
+msgid "Value in 'Quota size' is not valid."
+msgstr "Значение поля \"Квота\" некорректно."
+
+#: plugins/admin/groups/class_groupMail.inc:879
+#: plugins/personal/mail/class_mailAccount.inc:880
+msgid "Please specify a vaild mail size for mails to be rejected."
+msgstr "Укажите корректный размер сообщений, которые будут отклоняться."
+
+#: plugins/admin/groups/class_groupMail.inc:887
+#: plugins/personal/mail/class_mailAccount.inc:890
+msgid "You need to set the maximum mail size in order to reject anything."
+msgstr "Помните, что указывать нужно максимальный допустимый размер сообщений."
+
+#: plugins/admin/groups/class_groupMail.inc:891
 msgid ""
 "Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
 msgid ""
 "Please choose valid permission settings. Default permission can't be emtpy."
 msgstr ""
 
-#: plugins/admin/groups/class_groupMail.inc:885
+#: plugins/admin/groups/class_groupMail.inc:895
 #, fuzzy
 msgid "Please select a valid mail server."
 msgstr "Введите корректный серийный номер"
 
 #, fuzzy
 msgid "Please select a valid mail server."
 msgstr "Введите корректный серийный номер"
 
+#: plugins/admin/groups/class_groupManagement.inc:142
+#: plugins/admin/ogroups/class_ogroupManagement.inc:137
+#: plugins/admin/users/class_userManagement.inc:126
+#, fuzzy
+msgid "You are not allowed to execute this method!"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
+
+#: plugins/admin/groups/class_groupManagement.inc:261
+#, php-format
+msgid "You're about to delete the group '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
+
+#: plugins/admin/groups/class_groupManagement.inc:267
+#: plugins/admin/groups/class_groupManagement.inc:298
+msgid "You are not allowed to delete this group!"
+msgstr "У вас недостаточно прав для удаления этой группы!"
+
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
 #: plugins/admin/groups/generic.tpl:7 plugins/admin/groups/paste_generic.tpl:5
 #: plugins/admin/ogroups/generic.tpl:7
 #: plugins/admin/ogroups/paste_generic.tpl:4
@@ -7058,8 +6567,8 @@ msgid "Select users to add"
 msgstr "Выбрать пользователей для добавления"
 
 #: plugins/admin/groups/group_objects.tpl:30
 msgstr "Выбрать пользователей для добавления"
 
 #: plugins/admin/groups/group_objects.tpl:30
-#: plugins/admin/systems/class_divListSystem.inc:61
 #: plugins/admin/ogroups/ogroup_objects.tpl:31
 #: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
 msgid "Select to see servers"
 msgstr "Выберите, чтобы просмотреть серверы"
 
 msgid "Select to see servers"
 msgstr "Выберите, чтобы просмотреть серверы"
 
@@ -7077,2492 +6586,2515 @@ msgstr "Подразделение"
 msgid "Regular expression for matching user names"
 msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 msgid "Regular expression for matching user names"
 msgstr "Регулярное выражение, соответствующее именам пользователей"
 
-#: plugins/admin/groups/paste_generic.tpl:1
-#, fuzzy
-msgid "Group settings"
-msgstr "Настройки Samba"
-
-#: plugins/admin/groups/class_groupAcl.inc:57
-#, fuzzy
-msgid "You have no permissions to view and edit ACLs."
-msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
-
-#: plugins/admin/groups/class_groupAcl.inc:68
-msgid "This 'dn' is no acl container."
-msgstr "Это DN не содержит ACL."
-
-#: plugins/admin/groups/class_groupAcl.inc:109
-msgid "Removing ACL information failed"
-msgstr ""
-
-#: plugins/admin/groups/class_groupAcl.inc:212
-msgid "Saving ACL information failed"
-msgstr ""
-
-#: plugins/admin/groups/class_groupAcl.inc:222
-msgid "All fields are writeable"
-msgstr "Все поля доступны для записи"
-
-#: plugins/admin/groups/application_options.tpl:2
-msgid "Application options"
-msgstr "Параметры приложения"
-
-#: plugins/admin/groups/mail_locals.tpl:32
-msgid "Display addresses of department"
-msgstr "Показать адреса подразделения"
-
-#: plugins/admin/groups/mail_locals.tpl:42
-msgid "Display addresses matching"
-msgstr "Показать подходяшие адреса"
-
-#: plugins/admin/groups/class_groupApplication.inc:401
-msgid "This 'dn' is no appgroup."
-msgstr "Это DN соответствует не группе приложений."
+#: plugins/admin/groups/mail.tpl:10 plugins/admin/groups/paste_mail.tpl:8
+#: plugins/admin/ogroups/mail.tpl:10 plugins/personal/mail/copypaste.tpl:7
+#: plugins/personal/mail/generic.tpl:7
+msgid "Primary address"
+msgstr "Основной адрес"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:409
-msgid "Remove applications"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+#: plugins/admin/groups/mail.tpl:11 plugins/admin/groups/paste_mail.tpl:12
+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:410
-msgid ""
-"This group has application features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"Этой группе доступны приложения. Вы можете запретить доступ к ним, щелкнув "
-"ниже."
+#: plugins/admin/groups/mail.tpl:16
+msgid "Select mail server to place user on"
+msgstr "Выберите почтовый сервер для пользователя"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:412
-msgid "Create applications"
-msgstr "СоздаÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+#: plugins/admin/groups/mail.tpl:25 plugins/personal/mail/generic.tpl:23
+msgid "Quota usage"
+msgstr "Ð\98Ñ\81полÑ\8cзование ÐºÐ²Ð¾Ñ\82Ñ\8b"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:413
-msgid ""
-"This group has application features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"Этой группе недоступны приложения. Вы можете разрешить доступ к ним, щелкнув "
-"ниже."
+#: plugins/admin/groups/mail.tpl:32
+#: plugins/admin/systems/class_printGeneric.inc:502
+#: plugins/admin/systems/class_terminalInfo.inc:164
+#: plugins/personal/mail/generic.tpl:30
+msgid "not defined"
+msgstr "не определена"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:425
-#, fuzzy
-msgid "Invalid character in category name."
-msgstr "Значение поля \"Имя\" содержит недопустимые символы."
+#: plugins/admin/groups/mail.tpl:37 plugins/personal/mail/generic.tpl:35
+msgid "Quota size"
+msgstr "Размер квоты"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:433
+#: plugins/admin/groups/mail.tpl:44 plugins/admin/groups/paste_mail.tpl:23
+#: plugins/personal/mail/copypaste.tpl:25 plugins/personal/mail/generic.tpl:49
 #, fuzzy
 #, fuzzy
-msgid "The specified category already exists."
-msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+msgid "Alternative addresses"
+msgstr "Ð\90лÑ\8cÑ\82еÑ\80наÑ\82ивнÑ\8bе Ð°Ð´Ñ\80еÑ\81а"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:528
-msgid "The selected application name is not uniq. Please check your LDAP."
-msgstr ""
-"Выбранное имя приложения не уникально. Проверьте свою базу данных LDAP."
+#: plugins/admin/groups/mail.tpl:45 plugins/admin/groups/paste_mail.tpl:24
+#: plugins/admin/systems/phonesettings.tpl:170
+#: plugins/admin/systems/phonesettings.tpl:185
+#: plugins/personal/mail/copypaste.tpl:55 plugins/personal/mail/generic.tpl:51
+msgid "List of alternative mail addresses"
+msgstr "Список альтернативных адресов эл. почты"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:564
-msgid "The selected application has no options."
-msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
+#: plugins/admin/groups/mail.tpl:63
+msgid "IMAP shared folders"
+msgstr "Ð\9eбÑ\89ие Ð¿Ð°Ð¿ÐºÐ¸ IMAP"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:649
-#: plugins/admin/departments/class_divListDepartment.inc:118
-#, fuzzy
-msgid "department"
-msgstr "подразделения"
+#: plugins/admin/groups/mail.tpl:67
+msgid "Default permission"
+msgstr "Права по умолчанию"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:657
-#, fuzzy
-msgid "application"
-msgstr "приложения"
+#: plugins/admin/groups/mail.tpl:76
+msgid "Member permission"
+msgstr "Права для членов группы"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:688
-#: plugins/admin/groups/class_groupApplication.inc:724
-#, fuzzy
-msgid "Delete entry"
-msgstr "Удалить"
+#: plugins/admin/groups/mail.tpl:88 plugins/admin/groups/paste_mail.tpl:34
+msgid "Forward messages to non group members"
+msgstr "Пересылать сообщения не членам группы"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:692
-#: plugins/admin/groups/class_groupApplication.inc:722
-msgid "Move up"
-msgstr ""
+#: plugins/admin/groups/mail.tpl:96 plugins/admin/groups/paste_mail.tpl:42
+#: plugins/gofax/faxaccount/generic.tpl:77
+#: plugins/personal/mail/copypaste.tpl:44
+#: plugins/personal/mail/generic.tpl:129
+msgid "Add local"
+msgstr "Добавить локально"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:693
-#: plugins/admin/groups/class_groupApplication.inc:723
-#, fuzzy
-msgid "Move down"
-msgstr "Домен"
+#: plugins/admin/groups/mail_admins.tpl:4
+msgid "Folder administrators"
+msgstr "Администраторы папки"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:720
-msgid "Insert seperator"
-msgstr ""
+#: plugins/admin/groups/mail_admins.tpl:24
+msgid "Select a specific department"
+msgstr "Выберите подразделение."
 
 
-#: plugins/admin/groups/class_groupApplication.inc:748
-#, fuzzy
-msgid "This application is no longer available."
-msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
+#: plugins/admin/groups/mail_locals.tpl:6
+#: plugins/personal/mail/mail_locals.tpl:7
+msgid "Select addresses to add"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð°Ð´Ñ\80еÑ\81а Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:751
-#, php-format
-msgid "This application is not available in any release named %s."
-msgstr ""
+#: plugins/admin/groups/mail_locals.tpl:32
+msgid "Display addresses of department"
+msgstr "Показать адреса подразделения"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:755
-#, fuzzy
-msgid "Check parameter"
-msgstr "Изменить параметры"
+#: plugins/admin/groups/mail_locals.tpl:42
+msgid "Display addresses matching"
+msgstr "Показать подходяшие адреса"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:757
-#, fuzzy
-msgid "This application has changed parameters."
-msgstr "У выбранного приложения нет параметров."
+#: plugins/admin/groups/mail_locals.tpl:45
+#: plugins/personal/mail/mail_locals.tpl:52
+#: plugins/personal/posix/trust_machines.tpl:31
+#: plugins/personal/samba/samba3_workstations.tpl:31
+msgid "Regular expression for matching addresses"
+msgstr "Регулярное выражение для поиска адреса"
+
+#: plugins/admin/groups/mail_locals.tpl:52
+#: plugins/personal/mail/mail_locals.tpl:60
+msgid "Display addresses of user"
+msgstr "Показать адреса пользователя"
+
+#: plugins/admin/groups/mail_locals.tpl:55
+#: plugins/personal/mail/mail_locals.tpl:64
+msgid "User name of which addresses are shown"
+msgstr "Имя пользователя, адрес которого показан"
+
+#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44
+msgid "Group administration"
+msgstr "Управление группами"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:849
+#: plugins/admin/groups/paste_generic.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Removing application information failed"
-msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f Ð¾Ð± Ð¾Ñ\80ганизаÑ\86ии"
+msgid "Group settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:894
+#: plugins/admin/groups/paste_mail.tpl:1 plugins/personal/mail/copypaste.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Saving application information failed"
-msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f Ð¾Ð± Ð¾Ñ\80ганизаÑ\86ии"
+msgid "Mail settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/groups/class_groupApplication.inc:937
-#, php-format
+#: plugins/admin/groups/remove.tpl:6
 msgid ""
 msgid ""
-"Can't resolve the release name '%s', setting release name to '%s'. Possibly "
-"the objects base has changed."
+"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/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 ""
-"Сюда входит вся информация об учетной записи этого пользователя, его права "
-"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно "
-"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой "
-"операции."
+#: plugins/admin/ogroups/class_divListOGroup.inc:38
+#: plugins/admin/ogroups/class_divListOGroup.inc:39
+#, fuzzy
+msgid "List of object groups"
+msgstr "Название группы"
 
 
-#: plugins/admin/users/password.tpl:2
+#: plugins/admin/ogroups/class_divListOGroup.inc:44
 #, 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 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/users/class_userManagement.inc:28
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/systems/printer.tpl:72 html/getxls.php:68 html/getxls.php:70
-#: html/getxls.php:243
-msgid "Users"
-msgstr "Пользователи"
-
-#: plugins/admin/users/class_userManagement.inc:221
-#: plugins/admin/users/class_userManagement.inc:297
-msgid "You are not allowed to set this users password!"
-msgstr "У вас недостаточно прав для смены пароля этого пользователя!"
-
-#: plugins/admin/users/class_userManagement.inc:336
-#, php-format
-msgid "You're about to delete the user %s."
-msgstr "Вы собираетесь удалить пользователя %s."
-
-#: plugins/admin/users/class_userManagement.inc:342
-#: plugins/admin/users/class_userManagement.inc:369
-msgid "You are not allowed to delete this user!"
-msgstr "У вас недостаточно прав для удаления этого пользователя!"
-
-#: plugins/admin/users/class_userManagement.inc:475
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:393
-#: plugins/admin/systems/class_SelectDeviceType.inc:29
-#: plugins/admin/ogroups/class_ogroup.inc:280
-msgid "none"
-msgstr "нет"
-
-#: plugins/admin/users/class_userManagement.inc:553
-msgid "A person with the choosen name is already used in this tree."
-msgstr "Пользователь с таким именем уже есть в этой ветке."
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"группы пользователей. Если у вас их достаточно большое количество, вы можете "
+"использовать групповое выделение."
 
 
-#: plugins/admin/users/template.tpl:2
-msgid "Creating a new user using templates"
-msgstr "Создание пользователя на основе шаблона"
+#: plugins/admin/ogroups/class_divListOGroup.inc:52
+#, fuzzy
+msgid "Name of object groups"
+msgstr "Название группы"
 
 
-#: plugins/admin/users/template.tpl:6
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
 #, fuzzy
 #, 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 ""
-"Можно создавать пользователей на основе шаблонов. При этом многие поля в "
-"базе данных будут заполнены автоматически. Выберите <b>нет</b>, чтобы не "
-"использовать шаблоны."
+msgid "Select to see groups containing users"
+msgstr "Показать группы с пользователями"
 
 
-#: plugins/admin/users/template.tpl:15
-#: plugins/admin/systems/class_systemManagement.inc:863
-msgid "Template"
-msgstr "Шаблон"
+#: plugins/admin/ogroups/class_divListOGroup.inc:57
+msgid "Show groups containing users"
+msgstr "Показать группы с пользователями"
 
 
-#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
-msgid "User administration"
-msgstr "Управление пользователями"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+#, fuzzy
+msgid "Select to see groups containing groups"
+msgstr "Показать группы с группами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:35
-#: plugins/admin/users/class_divListUsers.inc:36
-#: plugins/admin/systems/glpiSelectUser.tpl:6
-msgid "List of users"
-msgstr "Список пользователей"
+#: plugins/admin/ogroups/class_divListOGroup.inc:58
+msgid "Show groups containing groups"
+msgstr "Показать группы с группами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:40
+#: plugins/admin/ogroups/class_divListOGroup.inc:59
 #, fuzzy
 #, 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/users/class_divListUsers.inc:50
-#: ihtml/themes/altlinux/login.tpl:26 ihtml/themes/altlinux/login.tpl:30
-#: ihtml/themes/altlinux/setup_useradmin.tpl:22
-#: ihtml/themes/default/login.tpl:28 ihtml/themes/default/login.tpl:32
-#: ihtml/themes/default/setup_useradmin.tpl:22
-msgid "Username"
-msgstr "Имя пользователя"
+msgid "Select to see groups containing applications"
+msgstr "Показать группы с приложениями"
 
 
-#: plugins/admin/users/class_divListUsers.inc:54
-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/ogroups/class_divListOGroup.inc:59
+msgid "Show groups containing applications"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ñ\80иложениÑ\8fми"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
 #, fuzzy
 #, fuzzy
-msgid "Select to see users that have only a GOsa object"
-msgstr ""
-"Выберите, чтобы просмотреть пользователей, у которых есть только объект GOsa"
+msgid "Select to see groups containing departments"
+msgstr "Показать группы с подразделениями"
 
 
-#: plugins/admin/users/class_divListUsers.inc:55
-msgid "Show functional users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8bÑ\87нÑ\8bÑ\85 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: plugins/admin/ogroups/class_divListOGroup.inc:60
+msgid "Show groups containing departments"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Select to see users that have posix settings"
-msgstr ""
-"Выберите, чтобы просмотреть пользователей с атрибутами в стандарте POSIX"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+#, fuzzy
+msgid "Select to see groups containing servers"
+msgstr "Показать группы с серверами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:56
-msgid "Show unix users"
-msgstr "Показать UNIX-пользователей"
+#: plugins/admin/ogroups/class_divListOGroup.inc:61
+msgid "Show groups containing servers"
+msgstr "Показать группы с серверами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Select to see users that have mail settings"
-msgstr "Выберите, чтобы просмотреть пользователей с настройками почты"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+#, fuzzy
+msgid "Select to see groups containing workstations"
+msgstr "Показать группы с рабочими станциями"
 
 
-#: plugins/admin/users/class_divListUsers.inc:57
-msgid "Show mail users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\81 Ð¿Ð¾Ñ\87Ñ\82ой"
+#: plugins/admin/ogroups/class_divListOGroup.inc:62
+msgid "Show groups containing workstations"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\80абоÑ\87ими Ñ\81Ñ\82анÑ\86иÑ\8fми"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Select to see users that have samba settings"
-msgstr "Выберите, чтобы просмотреть пользователей с настройками Samba"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+#, fuzzy
+msgid "Select to see groups containing terminals"
+msgstr "Показать группы с терминалами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:58
-msgid "Show samba users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Samba"
+#: plugins/admin/ogroups/class_divListOGroup.inc:63
+msgid "Show groups containing terminals"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\82еÑ\80миналами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Select to see users that have proxy settings"
-msgstr "Выберите, чтобы просмотреть пользователей с настройками прокси-сервера"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+#, fuzzy
+msgid "Select to see groups containing printer"
+msgstr "Показать группы с принтерами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:59
-msgid "Show proxy users"
-msgstr "Показать пользователей с прокси-серверами"
+#: plugins/admin/ogroups/class_divListOGroup.inc:64
+#, fuzzy
+msgid "Show groups containing printer"
+msgstr "Показать группы с принтерами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
 #, fuzzy
 #, fuzzy
-msgid "Create new user"
-msgstr "Создание Ð½Ð¾Ð²Ð¾Ð³Ð¾ Ð¾Ð±Ñ\8aекÑ\82а Ð²"
+msgid "Select to see groups containing phones"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ñ\80инÑ\82еÑ\80ами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:94
+#: plugins/admin/ogroups/class_divListOGroup.inc:65
 #, fuzzy
 #, fuzzy
-msgid "New user"
-msgstr "полÑ\8cзоваÑ\82ели"
+msgid "Show groups containing phones"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ñ\80инÑ\82еÑ\80ами"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
+#: plugins/admin/ogroups/class_divListOGroup.inc:99
 #, fuzzy
 #, fuzzy
-msgid "Create new template"
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Create new object group"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/users/class_divListUsers.inc:96
-msgid "New template"
-msgstr "Создать шаблон"
+#: plugins/admin/ogroups/class_divListOGroup.inc:160
+#: plugins/generic/references/class_reference.inc:50
+msgid "Object group"
+msgstr "Объект группы"
 
 
-#: plugins/admin/users/class_divListUsers.inc:137
-msgid "GOsa"
+#: plugins/admin/ogroups/class_mailogroup.inc:48
+#, fuzzy
+msgid ""
+"This group has mail features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
 
 
-#: plugins/admin/users/class_divListUsers.inc:138
+#: plugins/admin/ogroups/class_mailogroup.inc:50
 #, fuzzy
 #, fuzzy
-msgid "Edit generic properties"
-msgstr "Изменить свойства"
+msgid ""
+"This group has mail features disabled. You can enable them by clicking below."
+msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/users/class_divListUsers.inc:140
+#: plugins/admin/ogroups/class_mailogroup.inc:105
 #, fuzzy
 #, fuzzy
-msgid "Edit UNIX properties"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
+msgid "Saving mail objectgroup settings failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: plugins/admin/users/class_divListUsers.inc:142
+#: plugins/admin/ogroups/class_mailogroup.inc:138
 #, fuzzy
 #, fuzzy
-msgid "Edit environment properties"
-msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
+msgid "Removing mail objectgroup settings failed"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/users/class_divListUsers.inc:144
-#, fuzzy
-msgid "Edit mail properties"
-msgstr "Изменить свойства"
+#: plugins/admin/ogroups/class_ogroup.inc:148
+msgid "This 'dn' is no object group."
+msgstr "Этот объект не является группой."
 
 
-#: plugins/admin/users/class_divListUsers.inc:146
-#, fuzzy
-msgid "Edit phone properties"
-msgstr "Изменить свойства"
+#: plugins/admin/ogroups/class_ogroup.inc:282
+msgid "too many different objects!"
+msgstr "слишком много различных объектов!"
 
 
-#: plugins/admin/users/class_divListUsers.inc:148
-#, fuzzy
-msgid "Edit fax properies"
-msgstr "Изменить свойства"
+#: plugins/admin/ogroups/class_ogroup.inc:284
+msgid "users"
+msgstr "пользователи"
 
 
-#: plugins/admin/users/class_divListUsers.inc:150
-#, fuzzy
-msgid "Edit samba properties"
-msgstr "Изменить свойства"
+#: plugins/admin/ogroups/class_ogroup.inc:285
+msgid "groups"
+msgstr "группы"
 
 
-#: plugins/admin/users/class_divListUsers.inc:152
-#, fuzzy
-msgid "Edit netatalk properties"
-msgstr "Изменить свойства"
+#: plugins/admin/ogroups/class_ogroup.inc:286
+msgid "applications"
+msgstr "приложения"
 
 
-#: plugins/admin/users/class_divListUsers.inc:153
-#, fuzzy
-msgid "Create user from template"
-msgstr "Создать шаблон"
+#: plugins/admin/ogroups/class_ogroup.inc:287
+msgid "departments"
+msgstr "подразделения"
 
 
-#: plugins/admin/users/class_divListUsers.inc:154
-#, fuzzy
-msgid "Create user with this template"
-msgstr "Создать шаблон"
+#: plugins/admin/ogroups/class_ogroup.inc:288
+msgid "servers"
+msgstr "серверы"
 
 
-#: plugins/admin/users/class_divListUsers.inc:189
-#, fuzzy
-msgid "password"
-msgstr "Пароль"
+#: plugins/admin/ogroups/class_ogroup.inc:289
+msgid "workstations"
+msgstr "рабочие станции"
 
 
-#: plugins/admin/applications/generic.tpl:7
-#: plugins/admin/applications/generic.tpl:8
-#: plugins/admin/applications/class_divListApplication.inc:44
-#: plugins/admin/applications/class_applicationGeneric.inc:473
-msgid "Application name"
-msgstr "Приложение"
+#: plugins/admin/ogroups/class_ogroup.inc:290
+msgid "terminals"
+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/ogroups/class_ogroup.inc:291
+msgid "phones"
+msgstr "телефоны"
 
 
-#: plugins/admin/applications/generic.tpl:13
-#: plugins/admin/applications/class_applicationGeneric.inc:478
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-"Имя приложения, которое будет показано пользователям (например, под "
-"пиктограммами)"
+#: plugins/admin/ogroups/class_ogroup.inc:292
+msgid "printers"
+msgstr "принтеры"
 
 
-#: 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/ogroups/class_ogroup.inc:299
+msgid "and"
+msgstr "и"
 
 
-#: plugins/admin/applications/generic.tpl:34
-msgid "Choose subtree to place application in"
-msgstr "Выберите ветку, куда нужно поместить приложение"
+#: plugins/admin/ogroups/class_ogroup.inc:484
+#, fuzzy
+msgid "Non existing dn:"
+msgstr "Не существующий dn:"
 
 
-#: plugins/admin/applications/generic.tpl:55
-msgid "Icon"
-msgstr "Пиктограмма"
+#: plugins/admin/ogroups/class_ogroup.inc:604
+#, fuzzy
+msgid "There is already an object with this cn."
+msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Update"
-msgstr "Обновить"
+#: plugins/admin/ogroups/class_ogroup.inc:621
+msgid "You can combine two different object types at maximum only!"
+msgstr ""
+"Вы можете комбинировать не более двух различных классов в одном объекте!"
 
 
-#: plugins/admin/applications/generic.tpl:63
-msgid "Reload picture from LDAP"
-msgstr "Обновить изображение с LDAP"
+#: plugins/admin/ogroups/class_ogroup.inc:670
+#, fuzzy
+msgid "Saving object group failed"
+msgstr "Моя учетная запись"
 
 
-#: plugins/admin/applications/generic.tpl:77
-msgid "Only executable for members"
-msgstr "Разрешено для выполнения только членам группы"
+#: plugins/admin/ogroups/class_ogroup.inc:683
+#, fuzzy
+msgid "Removing object group failed"
+msgstr "Атрибуты UNIX"
 
 
-#: plugins/admin/applications/generic.tpl:79
-msgid "Replace user configuration on startup"
-msgstr "Заменять настройки пользователя при запуске"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:25
+#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
+msgid "Object groups"
+msgstr "Объединения"
+
+#: plugins/admin/ogroups/class_ogroupManagement.inc:187
+#, php-format
+msgid "You're about to delete the object group '%s'."
+msgstr "Вы собираетесь удалить групповой объект \"%s\"."
 
 
-#: plugins/admin/applications/generic.tpl:83
-msgid "Place icon on members desktop"
-msgstr "Помещать пиктограмму на рабочие столы членов группы"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:193
+#: plugins/admin/ogroups/class_ogroupManagement.inc:221
+msgid "You are not allowed to delete this object group!"
+msgstr "У вас недостаточно прав для удаления этого группового объекта!"
 
 
-#: plugins/admin/applications/generic.tpl:86
-msgid "Place entry in members startmenu"
-msgstr "Помещать членам группы соответствующий элемент в меню запуска"
+#: plugins/admin/ogroups/class_ogroupManagement.inc:369
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:865
+#: plugins/generic/references/class_reference.inc:48
+msgid "Workstation"
+msgstr "Рабочая станция"
 
 
-#: plugins/admin/applications/generic.tpl:89
+#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/class_SelectDeviceType.inc:29
+#: plugins/admin/systems/class_systemManagement.inc:864
 #, fuzzy
 #, fuzzy
-msgid "Place entry in members launch bar"
-msgstr "Ð\9fомеÑ\89аÑ\82Ñ\8c Ñ\87ленам Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ий Ñ\8dлеменÑ\82 Ð² Ð¼ÐµÐ½Ñ\8e Ð·Ð°Ð¿Ñ\83Ñ\81ка"
+msgid "Terminal"
+msgstr "ТеÑ\80миналÑ\8b"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:29
-#, fuzzy
-msgid "List of Applications"
-msgstr "Список приложений"
+#: plugins/admin/ogroups/class_phonequeue.inc:92
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#, php-format
+msgid ""
+"The specified home server '%s' is not available in GOsa server "
+"configuration. Saving this account will create a new entry on the server '%"
+"s'. Use cancel if you do not want to create a new entry while ignoring old "
+"accounts."
+msgstr ""
 
 
-#: plugins/admin/applications/class_divListApplication.inc:30
+#: plugins/admin/ogroups/class_phonequeue.inc:122
 #, fuzzy
 #, fuzzy
-msgid "This table displays all applications in the selected tree."
-msgstr "Ð\9fÑ\80иложение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+msgid "ring all"
+msgstr "ТеÑ\80миналÑ\8b"
 
 
-#: plugins/admin/applications/class_divListApplication.inc:34
-#, 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."
+#: plugins/admin/ogroups/class_phonequeue.inc:123
+msgid "round robin"
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"приложения. Если у вас достаточно большое количество приложений, вы можете "
-"использовать групповое выделение."
 
 
-#: plugins/admin/applications/class_divListApplication.inc:89
-#: plugins/admin/ogroups/class_divListOGroup.inc:99
-#, fuzzy
-msgid "new"
-msgstr "Создать"
+#: plugins/admin/ogroups/class_phonequeue.inc:124
+msgid "least recently called"
+msgstr ""
 
 
-#: plugins/admin/applications/class_divListApplication.inc:90
-#, fuzzy
-msgid "Create new application"
-msgstr "Создать приложения"
+#: plugins/admin/ogroups/class_phonequeue.inc:125
+msgid "fewest completed calls"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:59
-msgid "Remove options"
-msgstr "Удалить параметры"
+#: plugins/admin/ogroups/class_phonequeue.inc:126
+#, fuzzy
+msgid "random"
+msgstr "и"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:60
-msgid "This application has options. You can disable them by clicking below."
+#: plugins/admin/ogroups/class_phonequeue.inc:127
+msgid "round robin with memory"
 msgstr ""
 msgstr ""
-"Для этого приложения указаны параметры. Вы можете отключить их "
-"использование, щелкнув ниже."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:62
-msgid "Create options"
-msgstr "Создать параметры"
+#: plugins/admin/ogroups/class_phonequeue.inc:148
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
+#: plugins/gofon/macro/class_gofonMacro.inc:172
+msgid ""
+"Can't save any changes to asterisk database, there is currently no mysql "
+"extension available in your php setup."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:63
+#: plugins/admin/ogroups/class_phonequeue.inc:159
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
+#: plugins/gofon/macro/class_gofonMacro.inc:182
+#, php-format
 msgid ""
 msgid ""
-"This application has options disabled. You can enable them by clicking below."
+"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
+"mysql error."
 msgstr ""
 msgstr ""
-"Для этого приложения отключено использование параметров. Вы можете включить "
-"его, щелкнув ниже."
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-msgid "Variable"
-msgstr "Переменная"
+#: plugins/admin/ogroups/class_phonequeue.inc:166
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
+#: plugins/gofon/macro/class_gofonMacro.inc:189
+#, fuzzy, php-format
+msgid "Can't select database '%s' on home server '%s'."
+msgstr "Невозможно выбрать базу данных!"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:109
-#: plugins/gofon/macro/parameter.tpl:9
-msgid "Default value"
-msgstr "По умолчанию"
+#: plugins/admin/ogroups/class_phonequeue.inc:178
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
+#, php-format
+msgid ""
+"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
+"log for mysql error."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:122
-msgid "Add option"
-msgstr "Добавить параметр"
+#: plugins/admin/ogroups/class_phonequeue.inc:185
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
+#, fuzzy, php-format
+msgid "Can't select database '%s' on initial home server '%s'."
+msgstr "Невозможно выбрать базу данных!"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:147
+#: plugins/admin/ogroups/class_phonequeue.inc:211
 #, fuzzy
 #, fuzzy
-msgid "Removing application parameters failed"
-msgstr "Изменить дополнительные параметры приложения"
-
-#: plugins/admin/applications/class_applicationParameters.inc:180
-#, php-format
-msgid "Value '%s' specified as option name is not valid."
-msgstr "Значение \"%s\", указанное как имя параметра, некорректно."
+msgid "Remove the phone queue from this Account"
+msgstr "Удалить телефонный аккаунт"
 
 
-#: plugins/admin/applications/class_applicationParameters.inc:211
+#: plugins/admin/ogroups/class_phonequeue.inc:212
 #, fuzzy
 #, fuzzy
-msgid "Saving applications parameters failed"
-msgstr "Изменить дополнительные параметры приложения"
-
-#: plugins/admin/applications/remove.tpl:6 plugins/gofon/macro/remove.tpl:6
 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."
+"Phone queue is enabled for this group. You can disable it by clicking below."
 msgstr ""
 msgstr ""
-"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
-"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
-"результаты этой операции."
+"В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/applications/main.inc:39
-#: plugins/admin/applications/main.inc:41
-msgid "Application management"
-msgstr "УпÑ\80авление Ð¿Ñ\80иложениÑ\8fми"
+#: plugins/admin/ogroups/class_phonequeue.inc:214
+#, fuzzy
+msgid "Create phone queue"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:96
+#: plugins/admin/ogroups/class_phonequeue.inc:215
 #, fuzzy
 #, fuzzy
-msgid "no example"
-msgstr "не полный"
+msgid ""
+"For this group the phone queues are disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
+"щелкнув ниже."
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:128
-msgid "This 'dn' is no application."
-msgstr "Это DN соответствует не приложению."
+#: plugins/admin/ogroups/class_phonequeue.inc:298
+msgid ""
+"There must be at least one server with an asterisk database to create a "
+"phone queue."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:211
+#: plugins/admin/ogroups/class_phonequeue.inc:301
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1112
 #, fuzzy
 #, fuzzy
-msgid "Removing application failed"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+msgid "Please select a valid goFonHomeServer."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:223
-#, php-format
-msgid "Removing application from objectgroup '%s' failed"
+#: plugins/admin/ogroups/class_phonequeue.inc:307
+msgid "Timeout must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:230
-#, fuzzy, php-format
-msgid "Removing application from group '%s' failed"
-msgstr "Показать группы приложений"
+#: plugins/admin/ogroups/class_phonequeue.inc:310
+msgid "Retry must be numeric"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:272
-msgid "The specified picture has not been uploaded correctly."
-msgstr "Указанное изображение было загружено некорректно."
+#: plugins/admin/ogroups/class_phonequeue.inc:313
+msgid "Max queue length must be numeric"
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:348
-msgid "Specified execute path must start with '/'."
+#: plugins/admin/ogroups/class_phonequeue.inc:316
+msgid "Announce frequency must be numeric"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:362
-msgid "You have no permissions to create a application on this 'Base'."
-msgstr "У вас недостаточно прав для создания приложения в этой ветке."
+#: plugins/admin/ogroups/class_phonequeue.inc:319
+msgid "There must be least one queue number defined."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:367
-msgid "Required field 'Name' is not filled."
-msgstr "Обязательное поле \"Имя\" не заполнено."
+#: plugins/admin/ogroups/class_phonequeue.inc:342
+#: plugins/admin/ogroups/class_phonequeue.inc:391
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:295
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:856
+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/applications/class_applicationGeneric.inc:371
-msgid "Invalid character in application name. Only a-z 0-9 are allowed."
+#: plugins/admin/ogroups/class_phonequeue.inc:374
+msgid "Error while removing old queue entries from database."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/applications/class_applicationGeneric.inc:375
-msgid "Required field 'Execute' is not filled."
-msgstr "Обязательное поле \"Выполнить\" не заполнено."
+#: plugins/admin/ogroups/class_phonequeue.inc:375
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
+msgid "Please have a look a the gosa logfiles."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:390
-#: plugins/admin/applications/class_applicationGeneric.inc:398
-msgid "There's already an application with this 'Name'."
-msgstr "Приложение с таким именем уже существует."
+#: plugins/admin/ogroups/class_phonequeue.inc:434
+msgid "Could not detect old queue entry, query failed."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:444
-#, fuzzy
-msgid "Saving application failed"
-msgstr "Приложение"
+#: plugins/admin/ogroups/class_phonequeue.inc:520
+#, php-format
+msgid ""
+"More than one entry in queue table found, that uses the name ('%s'). Please "
+"fix this issue manually first."
+msgstr ""
 
 
-#: plugins/admin/applications/class_applicationGeneric.inc:469
+#: plugins/admin/ogroups/class_phonequeue.inc:729
 #, fuzzy
 #, fuzzy
-msgid "Application settings"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+msgid "Mysql query failed."
+msgstr "Ð\9dевозможно Ð²Ñ\8bполниÑ\82Ñ\8c Ð·Ð°Ð¿Ñ\80оÑ\81 Ðº Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
 
 
-#: plugins/admin/applications/class_applicationManagement.inc:299
+#: plugins/admin/ogroups/class_phonequeue.inc:761
+#: plugins/admin/ogroups/class_phonequeue.inc:763
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1374
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1376
 #, php-format
 #, php-format
-msgid "You're about to delete the application '%s'."
-msgstr "Вы собираетесь удалить приложение \"%s\"."
-
-#: plugins/admin/applications/class_applicationManagement.inc:305
-#: plugins/admin/applications/class_applicationManagement.inc:334
-msgid "You are not allowed to delete this application!"
-msgstr "У вас недостаточно прав для удаления этого приложения!"
-
-#: plugins/admin/departments/dep_iframe.tpl:3
-msgid ""
-"As soon as the move operation has finished, you can scroll down to end of "
-"the page and press the 'Continue' button to continue with the department "
-"management dialog."
+msgid "The specified telephonenumber '%s' is already assigned to '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/departments/generic.tpl:8
-msgid "Name of department"
-msgstr "Подразделение"
+#: plugins/admin/ogroups/class_phonequeue.inc:830
+#, fuzzy
+msgid "Saving phone queue failed"
+msgstr "Аккаунт Proxy"
 
 
-#: plugins/admin/departments/generic.tpl:9
-msgid "Name of subtree to create"
-msgstr "Имя создаваемой ветки"
+#: plugins/admin/ogroups/class_phonequeue.inc:882
+#, fuzzy
+msgid "Removing phone queue failed"
+msgstr "Удалить учетную запись POSIX"
 
 
-#: plugins/admin/departments/generic.tpl:14
-#: plugins/gofon/conference/generic.tpl:69
-msgid "Descriptive text for department"
-msgstr "Описание подразделения"
+#: plugins/admin/ogroups/class_termgroup.inc:47
+#: plugins/admin/systems/class_servGeneric.inc:46
+#: plugins/admin/systems/class_workstationGeneric.inc:105
+#, fuzzy
+msgid "Activated"
+msgstr "Личный"
 
 
-#: plugins/admin/departments/generic.tpl:18
-msgid "Category"
-msgstr "Категория"
+#: plugins/admin/ogroups/class_termgroup.inc:48
+#: plugins/admin/systems/class_servGeneric.inc:47
+#: plugins/admin/systems/class_workstationGeneric.inc:106
+#: plugins/personal/connectivity/opengw.tpl:34
+msgid "Locked"
+msgstr ""
 
 
-#: plugins/admin/departments/generic.tpl:20
-msgid "Category for this subtree"
-msgstr "Категория этой ветки"
+#: plugins/admin/ogroups/class_termgroup.inc:49
+#: plugins/admin/systems/class_servGeneric.inc:174
+#: plugins/admin/systems/class_servGeneric.inc:180
+#: plugins/admin/systems/class_terminalGeneric.inc:271
+#: plugins/admin/systems/class_terminalGeneric.inc:275
+#: plugins/admin/systems/class_workstationGeneric.inc:254
+#: plugins/admin/systems/class_workstationGeneric.inc:260
+#, fuzzy
+msgid "Memory test"
+msgstr "Память"
 
 
-#: plugins/admin/departments/generic.tpl:30
-#: plugins/gofon/conference/generic.tpl:135
-msgid "Choose subtree to place department in"
-msgstr "Выберите ветку для подразделения"
+#: plugins/admin/ogroups/class_termgroup.inc:50
+#: plugins/admin/systems/class_servGeneric.inc:175
+#: plugins/admin/systems/class_servGeneric.inc:181
+#: plugins/admin/systems/class_terminalGeneric.inc:272
+#: plugins/admin/systems/class_terminalGeneric.inc:276
+#: plugins/admin/systems/class_workstationGeneric.inc:255
+#: plugins/admin/systems/class_workstationGeneric.inc:261
+#, fuzzy
+msgid "System analysis"
+msgstr "Системные журналы"
 
 
-#: plugins/admin/departments/generic.tpl:52
-msgid "State where this subtree is located"
-msgstr "Адм. единица, в которой находится ветка"
+#: plugins/admin/ogroups/class_termgroup.inc:115
+#: plugins/admin/systems/class_workstationGeneric.inc:345
+msgid "You have no permissions to create a workstation on this 'Base'."
+msgstr "У вас недостаточно прав для создания рабочей станции в этой ветке."
 
 
-#: plugins/admin/departments/generic.tpl:56
-msgid "Location of this subtree"
-msgstr "Местоположение ветки"
+#: plugins/admin/ogroups/class_termgroup.inc:120
+msgid "There must be at least one NTP server selected."
+msgstr ""
 
 
-#: plugins/admin/departments/generic.tpl:60
-msgid "Postal address of this subtree"
-msgstr "Почтовый адрес для ветки"
+#: plugins/admin/ogroups/class_termgroup.inc:174
+#, php-format
+msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+msgstr ""
 
 
-#: plugins/admin/departments/generic.tpl:64
-msgid "Base telephone number of this subtree"
-msgstr "Основный телефонный номер для ветки"
+#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_servGeneric.inc:80
+#: plugins/admin/systems/class_workstationGeneric.inc:144
+#, fuzzy
+msgid "No ACTIONCMD definition found in your gosa.conf"
+msgstr "Определение HALTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/departments/generic.tpl:68
-msgid "Base facsimile telephone number of this subtree"
-msgstr "Основный номер факса для ветки"
+#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_servGeneric.inc:85
+#: plugins/admin/systems/class_terminalGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:189
+#: plugins/admin/systems/class_terminalGeneric.inc:201
+#: plugins/admin/systems/class_workstationGeneric.inc:148
+#, php-format
+msgid "Execution of '%s' failed!"
+msgstr "Ошибка при выполнении \"%s\"!"
 
 
-#: plugins/admin/departments/generic.tpl:81
-#, fuzzy
-msgid "Administrative settings"
-msgstr "Администрирование"
+#: plugins/admin/ogroups/class_termgroup.inc:262
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:269
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Switch off"
+msgstr "Выключить"
 
 
-#: plugins/admin/departments/generic.tpl:83
-msgid "Tag department as an independent administrative unit"
-msgstr ""
+#: plugins/admin/ogroups/class_termgroup.inc:263
+#: plugins/admin/systems/class_servGeneric.inc:169
+#: plugins/admin/systems/class_terminalGeneric.inc:270
+#: plugins/admin/systems/class_workstationGeneric.inc:249
+msgid "Reboot"
+msgstr "Перезагрузить"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:27
-#: plugins/admin/departments/class_divListDepartment.inc:28
-msgid "List of departments"
-msgstr "Список подразделений"
+#: plugins/admin/ogroups/class_termgroup.inc:264
+#: plugins/admin/systems/class_servGeneric.inc:170
+#: plugins/admin/systems/class_workstationGeneric.inc:250
+#, fuzzy
+msgid "Instant update"
+msgstr "Создать телефонный аккаунт"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:33
+#: plugins/admin/ogroups/class_termgroup.inc:265
+#: plugins/admin/systems/class_servGeneric.inc:171
+#: plugins/admin/systems/class_servGeneric.inc:179
+#: plugins/admin/systems/class_workstationGeneric.inc:251
+#: plugins/admin/systems/class_workstationGeneric.inc:259
 #, fuzzy
 #, 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."
+msgid "Scheduled update"
+msgstr "Выберите режим терминала"
+
+#: plugins/admin/ogroups/class_termgroup.inc:266
+#: plugins/admin/systems/class_servGeneric.inc:172
+#: plugins/admin/systems/class_servGeneric.inc:178
+#: plugins/admin/systems/class_workstationGeneric.inc:252
+#: plugins/admin/systems/class_workstationGeneric.inc:258
+msgid "Reinstall"
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:41
+#: plugins/admin/ogroups/class_termgroup.inc:267
+#: plugins/admin/systems/class_servGeneric.inc:173
+#: plugins/admin/systems/class_workstationGeneric.inc:253
 #, fuzzy
 #, fuzzy
-msgid "Department name"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+msgid "Rescan hardware"
+msgstr "ТелеÑ\84онное Ð¾Ð±Ð¾Ñ\80Ñ\83дование"
 
 
-#: plugins/admin/departments/class_divListDepartment.inc:70
+#: plugins/admin/ogroups/class_termgroup.inc:334
+#: plugins/admin/systems/class_workstationGeneric.inc:445
+#: plugins/admin/systems/class_workstationGeneric.inc:469
 #, fuzzy
 #, fuzzy
-msgid "Create new department"
-msgstr "Подразделение"
+msgid "Saving workstation failed"
+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."
-msgstr ""
-"Это включает <b>все</b> учетные записи, системы и т.п. для данного "
-"подразделения. Подумайте еще раз, действительно ли вы хотите его удалить, "
-"так как GOsa не сможет отменить результаты этой операции."
+#: plugins/admin/ogroups/generic.tpl:9
+msgid "Name of the group"
+msgstr "Название группы"
 
 
-#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43
-msgid "Department management"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+#: plugins/admin/ogroups/generic.tpl:37
+msgid "Member objects"
+msgstr "Ð\92клÑ\8eÑ\87аемÑ\8bе Ð¾Ð±Ñ\8aекÑ\82Ñ\8b"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:170
+#: plugins/admin/ogroups/mail.tpl:7
+msgid "Mail distribution list"
+msgstr ""
+
+#: plugins/admin/ogroups/mail.tpl:11
 #, fuzzy
 #, fuzzy
-msgid "Removing department failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Primary mail address for this distribution list"
+msgstr "Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81 Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð¾Ð±Ñ\89ей Ð¿Ð°Ð¿ÐºÐ¸"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:218
-msgid "You have no permissions to create a department on this 'Base'."
-msgstr "У вас недостаточно прав для создания подразделения в этой ветке."
+#: plugins/admin/ogroups/ogroup_objects.tpl:6
+#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Выбрать объекты для добавления"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:225
-#: plugins/admin/departments/class_departmentGeneric.inc:227
-msgid "Department with that 'Name' already exists."
-msgstr "Подразделение с таким именем уже существует."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Select to see departments"
+msgstr "Выберите подразделение"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:235
-msgid "Required field 'Description' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eпиÑ\81ание\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+#: plugins/admin/ogroups/ogroup_objects.tpl:27
+msgid "Show departments"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:239
-#, fuzzy, php-format
-msgid ""
-"The field 'Name' contains the reserved word '%s'. Please choose another name."
-msgstr "Значение поля \"Имя\" содержит служебное слово \"incoming\"."
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Select to see GOsa accounts"
+msgstr "Выберите чтобы посмотреть пользователей GOsa"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:285
-msgid "Fatal error: Can't find an unused tag to mark the administrative unit!"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:28
+msgid "Show people"
+msgstr "Показать людей"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:330
-#, fuzzy
-msgid "Saving department failed"
-msgstr "Показать подразделения"
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Select to see GOsa groups"
+msgstr "Выберите чтобы посмотреть группы GOsa"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:382
-#, php-format
-msgid "Tagging '%s'."
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:29
+msgid "Show groups"
+msgstr "Показать группы"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:470
-#, php-format
-msgid "Moving '%s' to '%s'"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Select to see applications"
+msgstr "Выберите чтобы посмотреть приложения"
 
 
-#: plugins/admin/departments/class_departmentGeneric.inc:506
-#, php-format
-msgid "FAILED to copy %s, aborting operation"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:30
+msgid "Show applications"
+msgstr "Показать приложения"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:25
-#: plugins/admin/systems/class_glpiSelectUser.inc:112
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-msgid "Departments"
-msgstr "Подразделения"
+#: plugins/admin/ogroups/ogroup_objects.tpl:31
+#: plugins/admin/systems/class_divListSystem.inc:61
+msgid "Show servers"
+msgstr "Показать серверы"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:158
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:133
-#, php-format
-msgid "You're about to delete the whole LDAP subtree placed under '%s'."
-msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"."
+#: plugins/admin/ogroups/ogroup_objects.tpl:32
+msgid "Select to see workstations"
+msgstr "Выберите чтобы посмотреть рабочие станции"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:179
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:152
-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/ogroups/ogroup_objects.tpl:32
+#: plugins/admin/systems/class_divListSystem.inc:63
+msgid "Show workstations"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/departments/class_departmentManagement.inc:338
-msgid ".."
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+msgid "Select to see terminals"
+msgstr "Выберите чтобы посмотреть терминалы"
+
+#: plugins/admin/ogroups/ogroup_objects.tpl:33
+#: plugins/admin/systems/class_divListSystem.inc:62
+msgid "Show terminals"
+msgstr "Показать терминалы"
 
 
-#: plugins/admin/systems/network.tpl:1
-#, fuzzy
-msgid "Network\tsettings"
-msgstr "Сетевые настройки"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Select to see printers"
+msgstr "Выберите чтобы посмотреть принтеры"
 
 
-#: plugins/admin/systems/network.tpl:9
-msgid "IP-address"
-msgstr "IP-адрес"
+#: plugins/admin/ogroups/ogroup_objects.tpl:34
+msgid "Show printers"
+msgstr "Показать принтеры"
 
 
-#: plugins/admin/systems/network.tpl:13
-msgid "MAC-address"
-msgstr "MAC-адрес"
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+msgid "Select to see phones"
+msgstr "Выберите чтобы посмотреть телефоны"
 
 
-#: plugins/admin/systems/network.tpl:19
-msgid "Autodetect"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:35
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Show phones"
+msgstr "Показать телефоны"
 
 
-#: plugins/admin/systems/network.tpl:42
-msgid "Enable DNS for this device"
-msgstr ""
+#: plugins/admin/ogroups/ogroup_objects.tpl:41
+msgid "Display objects of department"
+msgstr "Показать объекты подразделения"
 
 
-#: plugins/admin/systems/network.tpl:43
-#: plugins/admin/systems/servdnseditzone.tpl:67
-#: plugins/gofon/phoneaccount/generic.tpl:76
+#: plugins/admin/ogroups/paste_generic.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Refresh"
-msgstr "СÑ\81Ñ\8bлки"
+msgid "Please enter the new object group name"
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/systems/network.tpl:51
+#: plugins/admin/ogroups/paste_mail.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Zone"
-msgstr "телефоны"
+msgid "Please enter a mail address"
+msgstr "Введите корректный серийный номер"
 
 
-#: plugins/admin/systems/network.tpl:59
-#: plugins/admin/systems/servdnseditzone.tpl:85
-#: plugins/admin/systems/class_servDNS.inc:168
-msgid "TTL"
+#: plugins/admin/ogroups/phonequeue.tpl:2
+msgid ""
+"Only users with the same asterisk home server will be included to this queue."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/network.tpl:64
+#: plugins/admin/ogroups/phonequeue.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "Dns records"
-msgstr "Ð\9aаÑ\82алог"
+msgid "Queue Settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:54
-#: plugins/admin/systems/class_terminalInfo.inc:199
-msgid "present"
-msgstr "присутствует"
+#: plugins/admin/ogroups/phonequeue.tpl:8
+#: plugins/gofon/phoneaccount/generic.tpl:1
+#: plugins/gofon/phoneaccount/generic.tpl:4
+#: plugins/gofon/phoneaccount/paste_generic.tpl:2
+#: plugins/gofon/phoneaccount/paste_generic.tpl:6
+msgid "Phone numbers"
+msgstr "Телефонные номера"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:67
-#: plugins/admin/systems/class_workstationService.inc:252
-#: plugins/admin/systems/class_workstationStartup.inc:517
-#: plugins/admin/systems/class_terminalService.inc:260
-#: plugins/admin/systems/class_terminalStartup.inc:173
-#: plugins/admin/systems/class_terminalGeneric.inc:241
-msgid "This 'dn' has no terminal features."
-msgstr "Это DN не соответствует терминалу."
+#: plugins/admin/ogroups/phonequeue.tpl:12
+#: plugins/admin/ogroups/phonequeue.tpl:109
+#, fuzzy
+msgid "Generic queue Settings"
+msgstr "Общая информация о пользователе"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:74
+#: plugins/admin/ogroups/phonequeue.tpl:38
+#: plugins/gofon/conference/generic.tpl:46
+#: plugins/gofon/phoneaccount/generic.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "There is no php snmp module installed, can't gather any informations."
-msgstr ""
-"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
-"права доступа к общим папкам."
+msgid "Home server"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:80
-#: plugins/admin/systems/class_terminalInfo.inc:174
-msgid "unknown status"
-msgstr "состояние неизвестно"
+#: plugins/admin/ogroups/phonequeue.tpl:59
+#, fuzzy
+msgid "Timeout"
+msgstr "Таймаут (с)"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr "Это виртуальный терминал без особых свойств."
+#: plugins/admin/ogroups/phonequeue.tpl:75
+#, fuzzy
+msgid "Strategy"
+msgstr "Адм. единица"
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:107
-msgid "online"
-msgstr "в сети"
+#: plugins/admin/ogroups/phonequeue.tpl:87
+msgid "Max queue length"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:163
-msgid "running"
-msgstr "запущен"
+#: plugins/admin/ogroups/phonequeue.tpl:95
+msgid "Announce frequency"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:166
-msgid "not running"
-msgstr "не запущен"
+#: plugins/admin/ogroups/phonequeue.tpl:99
+msgid "(in seconds)"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalInfo.inc:191
-msgid "offline"
-msgstr "не в сети"
+#: plugins/admin/ogroups/phonequeue.tpl:107
+msgid "Queue sound setup"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:9
-#, fuzzy
-msgid "Printer type"
-msgstr "Имя принтера"
+#: plugins/admin/ogroups/phonequeue.tpl:112
+msgid "Use music on hold instead of ringing"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:19 plugins/admin/systems/glpi.tpl:29
-#: plugins/admin/systems/glpi_devices.tpl:24
-#: plugins/admin/systems/glpi_devices.tpl:123
-#: plugins/admin/systems/glpi_devices.tpl:164
-#: plugins/admin/systems/glpi_devices.tpl:219
-#: plugins/admin/systems/glpi_devices.tpl:275
-#: plugins/admin/systems/glpi_devices.tpl:333
-#: plugins/admin/systems/glpi_devices.tpl:397
-#: plugins/admin/systems/glpi_devices.tpl:469
-#: plugins/admin/systems/glpi_devices.tpl:533
-#: plugins/admin/systems/glpi_devices.tpl:580
-#: plugins/admin/systems/glpi_devices.tpl:633
-#: plugins/admin/systems/glpi_devices.tpl:687
-#: plugins/admin/systems/glpi_devices.tpl:733
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
-msgid "Manufacturer"
+#: plugins/admin/ogroups/phonequeue.tpl:121
+msgid "Music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:31
+#: plugins/admin/ogroups/phonequeue.tpl:129
 #, fuzzy
 #, fuzzy
-msgid "Supported interfaces"
-msgstr "СеÑ\82евой Ð¿Ñ\80инÑ\82еÑ\80"
+msgid "Welcome sound file"
+msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:38
+#: plugins/admin/ogroups/phonequeue.tpl:137
 #, fuzzy
 #, fuzzy
-msgid "Serial"
-msgstr "терминалы"
+msgid "Announce message"
+msgstr "Сообщение автоответчика"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:46
-#, fuzzy
-msgid "Parallel"
-msgstr "Переменная"
+#: plugins/admin/ogroups/phonequeue.tpl:145
+msgid "Sound file for 'You are next ...'"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:54
-msgid "USB"
+#: plugins/admin/ogroups/phonequeue.tpl:153
+msgid "'There are ...'"
+msgstr ""
+
+#: plugins/admin/ogroups/phonequeue.tpl:161
+msgid "'... calls waiting'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:66 plugins/admin/systems/glpi.tpl:40
+#: plugins/admin/ogroups/phonequeue.tpl:169
 #, fuzzy
 #, fuzzy
-msgid "Contacts"
-msgstr "Ð\9aонÑ\82акÑ\82"
+msgid "'Thank you' message"
+msgstr "СообÑ\89ение Ð¾ Ñ\81оÑ\81Ñ\82оÑ\8fнии"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:69 plugins/admin/systems/glpi.tpl:52
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
-msgid "Technical responsible"
+#: plugins/admin/ogroups/phonequeue.tpl:177
+msgid "'minutes' sound file"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpiPrinter.tpl:78 plugins/admin/systems/glpi.tpl:44
-#, fuzzy
-msgid "Contact person"
-msgstr "Контакт"
+#: plugins/admin/ogroups/phonequeue.tpl:185
+msgid "'seconds' sound file"
+msgstr ""
+
+#: plugins/admin/ogroups/phonequeue.tpl:193
+msgid "Hold sound file"
+msgstr ""
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:88 plugins/admin/systems/glpi.tpl:95
+#: plugins/admin/ogroups/phonequeue.tpl:201
 #, fuzzy
 #, fuzzy
-msgid "Attachments"
-msgstr "подÑ\80азделениÑ\8f"
+msgid "Less Than sound file"
+msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
 
 
-#: plugins/admin/systems/glpiPrinter.tpl:114
+#: plugins/admin/ogroups/phonequeue.tpl:217
 #, fuzzy
 #, fuzzy
-msgid "Installed cartridges"
-msgstr "Ð\9aлиенÑ\82Ñ\81кие Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Phone attributes "
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82 DN Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
 
-#: plugins/admin/systems/info.tpl:1
-msgid "System information"
-msgstr "Системная информация"
+#: plugins/admin/ogroups/phonequeue.tpl:225
+msgid "Announce holdtime"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:7
-msgid "CPU"
-msgstr "Процессор"
+#: plugins/admin/ogroups/phonequeue.tpl:231
+msgid "Allow the called user to transfer his call"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:10
-msgid "Memory"
-msgstr "Память"
+#: plugins/admin/ogroups/phonequeue.tpl:237
+msgid "Allows calling user to transfer call"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-адрес"
+#: plugins/admin/ogroups/phonequeue.tpl:247
+msgid "Allow the called to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:16
-msgid "USB support"
-msgstr "Поддержка USB"
+#: plugins/admin/ogroups/phonequeue.tpl:253
+msgid "Allows calling to hangup by pressing *"
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
-msgid "System status"
-msgstr "Состояние системы"
+#: plugins/admin/ogroups/phonequeue.tpl:259
+msgid "Ring instead of playing background music"
+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."
+msgstr ""
+"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
+"сможет восстановить эти данные."
+
+#: plugins/admin/ogroups/tabs_ogroups.inc:63
+#: plugins/admin/ogroups/tabs_ogroups.inc:168
+#, fuzzy
+msgid "Phone queue"
+msgstr "Номер телефона"
+
+#: plugins/admin/ogroups/tabs_ogroups.inc:89
+#, fuzzy
+msgid "System"
+msgstr "Системы"
+
+#: plugins/admin/ogroups/tabs_ogroups.inc:147
+msgid "Terminals"
+msgstr "Терминалы"
 
 
-#: plugins/admin/systems/info.tpl:23
-#, fuzzy
-msgid "Inventory number"
-msgstr "Номер телефона"
+#: plugins/admin/ogroups/termgroup.tpl:2
+msgid ""
+"Actions you choose here influence all systems in this object group. "
+"Additionally, all values editable here can be inherited by the clients "
+"assigned to this object group."
+msgstr ""
 
 
-#: plugins/admin/systems/info.tpl:27
-msgid "Last login"
-msgstr "Последний вход в систему"
+#: plugins/admin/ogroups/termgroup.tpl:14
+#: plugins/admin/systems/terminal.tpl:90
+#: plugins/admin/systems/workstation.tpl:69
+msgid "NTP server"
+msgstr "Сервер NTP"
 
 
-#: plugins/admin/systems/info.tpl:38
-msgid "Network devices"
-msgstr "Сетевые устройства"
+#: plugins/admin/ogroups/termgroup.tpl:16
+#: plugins/admin/systems/terminal.tpl:92
+#: plugins/admin/systems/workstation.tpl:71
+msgid "Choose server to use for synchronizing time"
+msgstr "Выберите сервер для синхронизации времени"
 
 
-#: plugins/admin/systems/info.tpl:47
-msgid "IDE devices"
-msgstr "Устройства IDE"
+#: plugins/admin/ogroups/termgroup.tpl:38
+#: plugins/admin/systems/phonesettings.tpl:21
+#: plugins/admin/systems/server.tpl:32 plugins/admin/systems/terminal.tpl:34
+#: plugins/admin/systems/workstation.tpl:39
+msgid "Mode"
+msgstr "Режим"
 
 
-#: plugins/admin/systems/info.tpl:56
-msgid "SCSI devices"
-msgstr "Устройства SCSI"
+#: plugins/admin/ogroups/termgroup.tpl:40 plugins/admin/systems/server.tpl:34
+#: plugins/admin/systems/terminal.tpl:36
+#: plugins/admin/systems/workstation.tpl:41
+msgid "Select terminal mode"
+msgstr "Выберите режим терминала"
 
 
-#: plugins/admin/systems/info.tpl:64
-msgid "Floppy device"
-msgstr "Дисковод"
+#: plugins/admin/ogroups/termgroup.tpl:47
+#: plugins/admin/systems/terminal.tpl:42
+#: plugins/admin/systems/workstation.tpl:47
+msgid "Syslog server"
+msgstr "Сервер системных журналов"
 
 
-#: plugins/admin/systems/info.tpl:68
-msgid "CDROM device"
-msgstr "Привод CDROM"
+#: plugins/admin/ogroups/termgroup.tpl:49
+#: plugins/admin/systems/terminal.tpl:44
+#: plugins/admin/systems/workstation.tpl:49
+msgid "Choose server to use for logging"
+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/ogroups/termgroup.tpl:75
+#: plugins/admin/systems/class_baseSelectDialog.inc:45
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:158
+#: plugins/admin/systems/server.tpl:51 plugins/admin/systems/terminal.tpl:118
+#: plugins/admin/systems/workstation.tpl:97
+msgid "Action"
+msgstr "Действие"
 
 
-#: plugins/admin/systems/info.tpl:77
-msgid "Audio device"
-msgstr "Звуковая карта"
+#: plugins/admin/ogroups/termgroup.tpl:79
+#: plugins/admin/systems/terminal.tpl:122
+#: plugins/admin/systems/workstation.tpl:101
+msgid "Select action to execute for this terminal"
+msgstr "Выберите действие, которое нужно выполнить на этом терминале"
 
 
-#: plugins/admin/systems/info.tpl:93
-msgid "Up since"
-msgstr "РабоÑ\82аеÑ\82 Ñ\81"
+#: 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/info.tpl:96
-msgid "CPU load"
-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/info.tpl:99
-msgid "Memory usage"
-msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð°Ð¼Ñ\8fÑ\82и"
+#: plugins/admin/systems/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Шаблон Ñ\82онкого ÐºÐ»Ð¸ÐµÐ½Ñ\82а Linux"
 
 
-#: plugins/admin/systems/info.tpl:102
-msgid "Swap usage"
-msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии Linux"
 
 
-#: plugins/admin/systems/info.tpl:116
-msgid "SSH service"
-msgstr "СлÑ\83жба SSH"
+#: plugins/admin/systems/chooser.tpl:9
+msgid "Linux Server"
+msgstr "СеÑ\80веÑ\80 Linux"
 
 
-#: plugins/admin/systems/info.tpl:119
-msgid "Print service"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+#: plugins/admin/systems/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
 
-#: plugins/admin/systems/info.tpl:122
-msgid "Scan service"
-msgstr "Сканер"
+#: plugins/admin/systems/chooser.tpl:11
+msgid "Network printer"
+msgstr "СеÑ\82евой Ð¿Ñ\80инÑ\82ер"
 
 
-#: plugins/admin/systems/info.tpl:125
-msgid "Sound service"
-msgstr "Ð\97вÑ\83к"
+#: plugins/admin/systems/chooser.tpl:13
+msgid "Other network component"
+msgstr "Ð\9fÑ\80оÑ\87ие Ñ\81еÑ\82евÑ\8bе ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ\82Ñ\8b"
 
 
-#: plugins/admin/systems/info.tpl:128
-msgid "GUI"
-msgstr "Ð\93Ñ\80аÑ\84иÑ\87еÑ\81кий Ð¸Ð½Ñ\82еÑ\80Ñ\84ейÑ\81"
+#: plugins/admin/systems/chooser.tpl:16
+msgid "Create"
+msgstr "СоздаÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/glpi.tpl:9
-#: plugins/admin/systems/SelectDeviceType.tpl:20
+#: plugins/admin/systems/class_baseSelectDialog.inc:23
 #, fuzzy
 #, fuzzy
-msgid "System type"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "Choose a base"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/glpi.tpl:19
-#, fuzzy
-msgid "Operating system"
+#: plugins/admin/systems/class_baseSelectDialog.inc:34
+msgid ""
+"Step in the prefered tree and click save to use the current subtree as base. "
+"Or click the image at the end of each entry."
+msgstr ""
+
+#: plugins/admin/systems/class_baseSelectDialog.inc:51
+msgid "Filter entries with this syntax"
+msgstr ""
+
+#: plugins/admin/systems/class_baseSelectDialog.inc:117
+#, fuzzy, php-format
+msgid "Select this base"
 msgstr "Удалить"
 
 msgstr "Удалить"
 
-#: plugins/admin/systems/glpi.tpl:63
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
-#: plugins/admin/systems/glpi_devices.tpl:112
-#: plugins/admin/systems/glpi_devices.tpl:153
-#: plugins/admin/systems/glpi_devices.tpl:208
-#: plugins/admin/systems/glpi_devices.tpl:264
-#: plugins/admin/systems/glpi_devices.tpl:322
-#: plugins/admin/systems/glpi_devices.tpl:386
-#: plugins/admin/systems/glpi_devices.tpl:458
-#: plugins/admin/systems/glpi_devices.tpl:522
-#: plugins/admin/systems/glpi_devices.tpl:569
-#: plugins/admin/systems/glpi_devices.tpl:622
-#: plugins/admin/systems/glpi_devices.tpl:676
-#: plugins/admin/systems/glpi_devices.tpl:722
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
+#: plugins/admin/systems/class_componentGeneric.inc:49
+#: plugins/admin/systems/class_winGeneric.inc:74
 #, fuzzy
 #, fuzzy
-msgid "Comment"
-msgstr "Ð\9aонÑ\82акÑ\82"
+msgid "This 'dn' has no network features."
+msgstr "ЭÑ\82оÑ\82 DN Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ñ\81войÑ\81Ñ\82в Ð¿Ñ\80инÑ\82еÑ\80а."
 
 
-#: plugins/admin/systems/glpi.tpl:78
+#: plugins/admin/systems/class_componentGeneric.inc:102
 #, fuzzy
 #, fuzzy
-msgid "Installed devices"
-msgstr "Ð\9aлиенÑ\82Ñ\81кие Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Removing generic component failed"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/glpi.tpl:90
+#: plugins/admin/systems/class_componentGeneric.inc:140
 #, fuzzy
 #, fuzzy
-msgid "Trading"
-msgstr "Ð\97аÑ\82енение"
+msgid "The required field 'Component name' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/admin/systems/glpi.tpl:91
+#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_phoneGeneric.inc:284
 #, fuzzy
 #, fuzzy
-msgid "Software"
-msgstr "Ð\90дм. ÐµÐ´Ð¸Ð½Ð¸Ñ\86а"
+msgid "The required field IP address is empty."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/admin/systems/glpi.tpl:92
+#: plugins/admin/systems/class_componentGeneric.inc:148
+#: plugins/admin/systems/class_phoneGeneric.inc:287
 #, fuzzy
 #, fuzzy
-msgid "Contracts"
-msgstr "Контакт"
-
-#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
-msgid "System management"
-msgstr "Управление системами"
+msgid "The field IP address contains an invalid address."
+msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 
-#: plugins/admin/systems/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Шаблон терминала"
+#: plugins/admin/systems/class_componentGeneric.inc:156
+#: plugins/admin/systems/class_winGeneric.inc:167
+#, fuzzy
+msgid "You have no permissions to create a component on this 'Base'."
+msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
 
 
-#: plugins/admin/systems/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Терминал"
+#: plugins/admin/systems/class_componentGeneric.inc:166
+#: plugins/admin/systems/class_phoneGeneric.inc:312
+#: plugins/admin/systems/class_printGeneric.inc:660
+#: plugins/admin/systems/class_servGeneric.inc:253
+#: plugins/admin/systems/class_terminalGeneric.inc:409
+#: plugins/admin/systems/class_winGeneric.inc:177
+#: plugins/admin/systems/class_workstationGeneric.inc:367
+#, php-format
+msgid "There is already an entry '%s' in the base choosen by you"
+msgstr "В выбранной вами ветке уже есть запись \"%s\""
 
 
-#: plugins/admin/systems/terminal.tpl:19 plugins/admin/systems/server.tpl:17
-#: plugins/admin/systems/workstation.tpl:25
-#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
-#: plugins/admin/systems/printer.tpl:22
-#: plugins/admin/systems/wingeneric.tpl:15
-msgid "Choose subtree to place terminal in"
-msgstr "Выберите ветку терминала"
+#: plugins/admin/systems/class_componentGeneric.inc:225
+#, fuzzy
+msgid "Saving generic component failed"
+msgstr "Показать подразделения"
 
 
-#: plugins/admin/systems/terminal.tpl:34 plugins/admin/systems/server.tpl:32
-#: plugins/admin/systems/workstation.tpl:39
-#: plugins/admin/systems/phonesettings.tpl:21
-#: plugins/admin/ogroups/termgroup.tpl:38
-msgid "Mode"
-msgstr "Режим"
+#: plugins/admin/systems/class_divListSystem.inc:42
+#: plugins/admin/systems/class_divListSystem.inc:43
+msgid "List of systems"
+msgstr "Список систем"
 
 
-#: plugins/admin/systems/terminal.tpl:36 plugins/admin/systems/server.tpl:34
-#: plugins/admin/systems/workstation.tpl:41
-#: plugins/admin/ogroups/termgroup.tpl:40
-msgid "Select terminal mode"
-msgstr "Выберите режим терминала"
+#: plugins/admin/systems/class_divListSystem.inc:47
+#, fuzzy
+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/terminal.tpl:42
-#: plugins/admin/systems/workstation.tpl:47
-#: plugins/admin/ogroups/termgroup.tpl:47
-msgid "Syslog server"
-msgstr "Сервер системных журналов"
+#: plugins/admin/systems/class_divListSystem.inc:57
+#, fuzzy
+msgid "System / Department"
+msgstr "Подразделение"
 
 
-#: plugins/admin/systems/terminal.tpl:44
-#: plugins/admin/systems/workstation.tpl:49
-#: plugins/admin/ogroups/termgroup.tpl:49
-msgid "Choose server to use for logging"
-msgstr "Выберите сервер для ведения системных журналов"
+#: plugins/admin/systems/class_divListSystem.inc:62
+#, fuzzy
+msgid "Select to see Linux terminals"
+msgstr "Выберите чтобы посмотреть терминалы"
 
 
-#: plugins/admin/systems/terminal.tpl:59
-msgid "Root server"
-msgstr "Основной сервер"
+#: plugins/admin/systems/class_divListSystem.inc:63
+#, fuzzy
+msgid "Select to see Linux workstations"
+msgstr "Выберите чтобы посмотреть рабочие станции"
 
 
-#: plugins/admin/systems/terminal.tpl:61
-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/class_divListSystem.inc:64
+msgid "Select to see MicroSoft Windows based workstations"
+msgstr "Ð\9fоÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии Ñ\81 MicroSoft Windows"
 
 
-#: plugins/admin/systems/terminal.tpl:67
-msgid "Swap server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/class_divListSystem.inc:64
+msgid "Show windows based workstations"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии Ñ\81 windows"
 
 
-#: plugins/admin/systems/terminal.tpl:69
-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/class_divListSystem.inc:65
+msgid "Select to see network printers"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\82евÑ\8bе Ð¿Ñ\80инÑ\82еÑ\80Ñ\8b"
 
 
-#: plugins/admin/systems/terminal.tpl:86
-#: plugins/admin/systems/workstation.tpl:65
-msgid "Inherit time server attributes"
-msgstr ""
+#: plugins/admin/systems/class_divListSystem.inc:65
+msgid "Show network printers"
+msgstr "Показать сетевые принтеры"
 
 
-#: plugins/admin/systems/terminal.tpl:90
-#: plugins/admin/systems/workstation.tpl:69
-#: plugins/admin/ogroups/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Сервер NTP"
+#: plugins/admin/systems/class_divListSystem.inc:66
+msgid "Select to see VOIP phones"
+msgstr "Выберите чтобы посмотреть VOIP телефоны"
 
 
-#: plugins/admin/systems/terminal.tpl:92
-#: plugins/admin/systems/workstation.tpl:71
-#: plugins/admin/ogroups/termgroup.tpl:16
-msgid "Choose server to use for synchronizing time"
-msgstr "Выберите сервер для синхронизации времени"
+#: plugins/admin/systems/class_divListSystem.inc:67
+#, fuzzy
+msgid "Select to see network devices"
+msgstr "Выберите чтобы посмотреть сетевые принтеры"
 
 
-#: plugins/admin/systems/terminal.tpl:118 plugins/admin/systems/server.tpl:51
-#: plugins/admin/systems/workstation.tpl:97
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:163
-#: plugins/admin/systems/class_baseSelectDialog.inc:45
-#: plugins/admin/ogroups/termgroup.tpl:75
-msgid "Action"
-msgstr "Действие"
+#: plugins/admin/systems/class_divListSystem.inc:67
+#, fuzzy
+msgid "Show network devices"
+msgstr "Сетевые устройства"
 
 
-#: plugins/admin/systems/terminal.tpl:122
-#: plugins/admin/systems/workstation.tpl:101
-#: plugins/admin/ogroups/termgroup.tpl:79
-msgid "Select action to execute for this terminal"
-msgstr "Выберите действие, которое нужно выполнить на этом терминале"
+#: plugins/admin/systems/class_divListSystem.inc:74
+#: plugins/personal/posix/trust_machines.tpl:30
+msgid "Display systems matching"
+msgstr "Показать подходяшие системы"
 
 
-#: plugins/admin/systems/server.tpl:6 html/getxls.php:146
-msgid "Server name"
-msgstr "Имя сервера"
+#: plugins/admin/systems/class_divListSystem.inc:75
+#, fuzzy
+msgid "Display systems of user"
+msgstr "Показать адреса пользователя"
 
 
-#: plugins/admin/systems/server.tpl:55
+#: plugins/admin/systems/class_divListSystem.inc:95
 #, 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 "New Terminal template"
+msgstr "Шаблон Ñ\82еÑ\80минала"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:1
+#: plugins/admin/systems/class_divListSystem.inc:95
+#: plugins/admin/systems/class_systemManagement.inc:876
 #, fuzzy
 #, fuzzy
-msgid "Manage System-types"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "New Terminal"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82еÑ\80минал"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:9
-#: plugins/admin/systems/glpi_edit_type.tpl:28
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
-#: plugins/admin/systems/glpi_edit_os.tpl:9
-#: plugins/admin/systems/glpi_edit_os.tpl:28
-#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/class_divListSystem.inc:97
 #, fuzzy
 #, fuzzy
-msgid "Rename"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "New Workstation template"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/systems/glpi_edit_type.tpl:24
-#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
-#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/class_divListSystem.inc:97
+#: plugins/admin/systems/class_systemManagement.inc:877
 #, fuzzy
 #, fuzzy
-msgid "Please enter a new name"
-msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
+msgid "New Workstation"
+msgstr "Ð\9dоваÑ\8f Ñ\80абоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/class_workstationService.inc:92
-#: plugins/admin/systems/workstationService.tpl:121
-#: plugins/admin/systems/class_terminalService.inc:70
+#: plugins/admin/systems/class_divListSystem.inc:98
+#: plugins/admin/systems/class_divListSystem.inc:99
 #, fuzzy
 #, fuzzy
-msgid "unknown"
-msgstr "состояние неизвестно"
+msgid "New Server"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_workstationService.inc:95
-#: plugins/admin/systems/class_workstationService.inc:96
-#: plugins/admin/systems/class_workstationService.inc:97
-#: plugins/admin/systems/class_workstationService.inc:98
-#: plugins/admin/systems/class_terminalService.inc:102
-#: plugins/admin/systems/class_terminalService.inc:103
-#: plugins/admin/systems/class_terminalService.inc:104
-#: plugins/admin/systems/class_terminalService.inc:105
+#: plugins/admin/systems/class_divListSystem.inc:100
+#: plugins/admin/systems/class_divListSystem.inc:101
 #, fuzzy
 #, fuzzy
-msgid "bit"
-msgstr "запиÑ\81Ñ\8c"
+msgid "New Printer"
+msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
 
 
-#: plugins/admin/systems/class_workstationService.inc:138
-#: plugins/admin/systems/class_terminalService.inc:157
-msgid "show chooser"
-msgstr "показать окно входа в систему"
+#: plugins/admin/systems/class_divListSystem.inc:102
+#: plugins/admin/systems/class_divListSystem.inc:103
+#, fuzzy
+msgid "New Phone"
+msgstr "Телефон"
 
 
-#: plugins/admin/systems/class_workstationService.inc:139
-#: plugins/admin/systems/class_terminalService.inc:158
-msgid "direct"
-msgstr "напрямую"
+#: plugins/admin/systems/class_divListSystem.inc:104
+#: plugins/admin/systems/class_divListSystem.inc:105
+#, fuzzy
+msgid "New Component"
+msgstr "Прочие сетевые компоненты"
 
 
-#: plugins/admin/systems/class_workstationService.inc:142
-#: plugins/admin/systems/class_terminalService.inc:161
-msgid "load balanced"
-msgstr "с выравниваем нагрузки"
+#: plugins/admin/systems/class_divListSystem.inc:122
+#, fuzzy
+msgid "Cups Server"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_workstationService.inc:145
-#: plugins/admin/systems/class_terminalService.inc:164
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: plugins/admin/systems/class_divListSystem.inc:123
+msgid "Log Db"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationService.inc:146
-#: plugins/admin/systems/class_terminalService.inc:165
-msgid "ICA client"
-msgstr "Ð\9aлиенÑ\82 ICA"
+#: plugins/admin/systems/class_divListSystem.inc:124
+#, fuzzy
+msgid "Syslog Server"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
 
-#: plugins/admin/systems/class_workstationService.inc:201
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_workstationService.inc:207
-#: plugins/admin/systems/class_workstationService.inc:210
-#: plugins/admin/systems/class_workstationService.inc:213
-#: plugins/admin/systems/class_workstationService.inc:216
-#: plugins/admin/systems/class_workstationService.inc:219
-#: plugins/admin/systems/class_workstationService.inc:229
-#: plugins/admin/systems/class_workstationService.inc:230
-#: plugins/admin/systems/class_workstationService.inc:231
-#: plugins/admin/systems/class_workstationService.inc:232
-#: plugins/admin/systems/class_workstationService.inc:233
-#: plugins/admin/systems/class_workstationService.inc:234
-#: plugins/admin/systems/class_workstationService.inc:235
-#: plugins/admin/systems/class_workstationStartup.inc:323
-#: plugins/admin/systems/class_workstationStartup.inc:327
-#: plugins/admin/systems/class_workstationStartup.inc:831
-#: plugins/admin/systems/class_workstationGeneric.inc:126
-#: plugins/admin/systems/class_terminalService.inc:73
-#: plugins/admin/systems/class_terminalService.inc:101
-#: plugins/admin/systems/class_terminalService.inc:107
-#: plugins/admin/systems/class_terminalService.inc:117
-#: plugins/admin/systems/class_terminalService.inc:118
-#: plugins/admin/systems/class_terminalService.inc:120
-#: plugins/admin/systems/class_terminalService.inc:124
-#: plugins/admin/systems/class_terminalService.inc:217
-#: plugins/admin/systems/class_terminalService.inc:220
-#: plugins/admin/systems/class_terminalService.inc:223
-#: plugins/admin/systems/class_terminalService.inc:226
-#: plugins/admin/systems/class_terminalService.inc:229
-#: plugins/admin/systems/class_terminalService.inc:232
-#: plugins/admin/systems/class_terminalService.inc:235
-#: plugins/admin/systems/class_terminalStartup.inc:124
-#: plugins/admin/systems/class_terminalStartup.inc:144
-#: plugins/admin/systems/class_terminalStartup.inc:147
-#: plugins/admin/systems/class_terminalGeneric.inc:121
-#: plugins/admin/systems/class_terminalGeneric.inc:292
-msgid "inherited"
-msgstr ""
+#: plugins/admin/systems/class_divListSystem.inc:125
+#, fuzzy
+msgid "Mail Server"
+msgstr "Сервер"
 
 
-#: plugins/admin/systems/class_workstationService.inc:204
-#: plugins/admin/systems/class_terminalService.inc:220
+#: plugins/admin/systems/class_divListSystem.inc:126
 #, fuzzy
 #, fuzzy
-msgid "Bit"
-msgstr "запиÑ\81Ñ\8c"
+msgid "Imap Server"
+msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
 
-#: plugins/admin/systems/class_workstationService.inc:302
-#: plugins/admin/systems/class_terminalService.inc:311
+#: plugins/admin/systems/class_divListSystem.inc:127
 #, 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 "Nfs Server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/class_workstationService.inc:370
-#: plugins/admin/systems/class_workstationService.inc:375
-#: plugins/admin/systems/class_terminalService.inc:395
-#: plugins/admin/systems/class_terminalService.inc:400
-msgid "Please specify a valid VSync range."
-msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+#: plugins/admin/systems/class_divListSystem.inc:128
+#, fuzzy
+msgid "Kerberos Server"
+msgstr "Kerberos"
 
 
-#: plugins/admin/systems/class_workstationService.inc:385
-#: plugins/admin/systems/class_workstationService.inc:390
-#: plugins/admin/systems/class_terminalService.inc:410
-#: plugins/admin/systems/class_terminalService.inc:415
-msgid "Please specify a valid HSync range."
-msgstr "Пожалуйста, укажите корректную строчную синхронзацию."
+#: plugins/admin/systems/class_divListSystem.inc:129
+#, fuzzy
+msgid "Asterisk Server"
+msgstr "Терминальный сервер"
 
 
-#: plugins/admin/systems/class_workstationService.inc:433
+#: plugins/admin/systems/class_divListSystem.inc:130
 #, fuzzy
 #, fuzzy
-msgid "Saving workstation services failed"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð·Ð°Ð¿Ð¸Ñ\81и Ð² fstab"
+msgid "Fax Server"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/workstationService.tpl:4
-#: plugins/admin/systems/terminalService.tpl:4
-msgid "Keyboard"
-msgstr "Ð\9aлавиаÑ\82Ñ\83Ñ\80а"
+#: plugins/admin/systems/class_divListSystem.inc:131
+#, fuzzy
+msgid "Ldap Server"
+msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
 
-#: plugins/admin/systems/workstationService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:7
-#: plugins/admin/systems/terminalService.tpl:215
-#: plugins/admin/systems/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Модель"
+#: plugins/admin/systems/class_divListSystem.inc:143
+#, fuzzy
+msgid "Edit system"
+msgstr "Список систем"
 
 
-#: plugins/admin/systems/workstationService.tpl:9
-#: plugins/admin/systems/terminalService.tpl:9
-msgid "Choose keyboard model"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¼Ð¾Ð´ÐµÐ»Ñ\8c ÐºÐ»Ð°Ð²Ð¸Ð°Ñ\82Ñ\83Ñ\80Ñ\8b"
+#: plugins/admin/systems/class_divListSystem.inc:145
+#, fuzzy
+msgid "Delete system"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/workstationService.tpl:15
-#: plugins/admin/systems/terminalService.tpl:15
-msgid "Layout"
-msgstr "РаÑ\81кладка"
+#: plugins/admin/systems/class_divListSystem.inc:178
+#, fuzzy
+msgid "Set root       password"
+msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c"
 
 
-#: plugins/admin/systems/workstationService.tpl:17
-#: plugins/admin/systems/terminalService.tpl:17
-msgid "Choose keyboard layout"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80аÑ\81кладкÑ\83"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create CD"
+msgstr "СоздаÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/workstationService.tpl:23
-#: plugins/admin/systems/terminalService.tpl:23
-msgid "Variant"
-msgstr "Вариант"
+#: plugins/admin/systems/class_divListSystem.inc:184
+#, fuzzy
+msgid "Create FAI CD"
+msgstr "Объект группы"
+
+#: plugins/admin/systems/class_glpiAccount.inc:139
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:151
+msgid "There is no server with valid glpi database service."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:25
-#: plugins/admin/systems/terminalService.tpl:25
-msgid "Choose keyboard variant"
-msgstr "Выберите вариант раскладки"
+#: plugins/admin/systems/class_glpiAccount.inc:149
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:161
+#, fuzzy
+msgid "Can't connect to glpi database, the php-mysql extension is missing."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/admin/systems/workstationService.tpl:39
-#: plugins/admin/systems/terminalService.tpl:39
-msgid "Mouse"
-msgstr "Мышь"
+#: plugins/admin/systems/class_glpiAccount.inc:159
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:171
+#, fuzzy
+msgid "Can't connect to glpi database, check configuration twice."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/admin/systems/workstationService.tpl:44
-#: plugins/admin/systems/terminalService.tpl:44
-msgid "Choose mouse type"
-msgstr "Выберите тип мыши"
+#: plugins/admin/systems/class_glpiAccount.inc:173
+#: plugins/admin/systems/class_glpiAccount.inc:179
+#: plugins/admin/systems/class_glpiAccount.inc:185
+msgid "This feature is not implemented yet."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:50
-#: plugins/admin/systems/terminalService.tpl:50
-msgid "Port"
-msgstr "Порт"
+#: plugins/admin/systems/class_glpiAccount.inc:287
+msgid "Adding new sytem type failed, this system type name is already used."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:52
-#: plugins/admin/systems/terminalService.tpl:52
-msgid "Choose mouse port"
-msgstr "Выберите порт мыши"
+#: plugins/admin/systems/class_glpiAccount.inc:307
+#, php-format
+msgid ""
+"You can't delete this system type, it is still in use by these system(s) '%s'"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:66
-#: plugins/admin/systems/terminalService.tpl:66
-#: plugins/gofon/phoneaccount/generic.tpl:24
-#: plugins/gofon/phoneaccount/paste_generic.tpl:27
-msgid "Telephone hardware"
-msgstr "Телефонное оборудование"
+#: plugins/admin/systems/class_glpiAccount.inc:318
+#, fuzzy
+msgid "Rename failed, this system type name is already used."
+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
-#: plugins/gofon/phoneaccount/paste_generic.tpl:29
-msgid "Telephone"
-msgstr "Телефон"
+#: plugins/admin/systems/class_glpiAccount.inc:374
+#, fuzzy
+msgid "Adding new operating system failed, specifed name is already used."
+msgstr "Группа с таким именем уже существует."
 
 
-#: plugins/admin/systems/workstationService.tpl:86
-#: plugins/admin/systems/terminalService.tpl:86
-#: plugins/admin/systems/printer.tpl:51
-msgid "Driver"
-msgstr "Драйвер"
+#: plugins/admin/systems/class_glpiAccount.inc:396
+#, php-format
+msgid ""
+"You can't delete this operating system, it is still in use by these system"
+"(s) '%s'"
+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 "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89ий Ð´Ñ\80айвеÑ\80 Ð´Ð»Ñ\8f Ñ\83Ñ\81Ñ\82ановленной Ð²Ð¸Ð´ÐµÐ¾ÐºÐ°Ñ\80Ñ\82Ñ\8b"
+#: plugins/admin/systems/class_glpiAccount.inc:408
+#, fuzzy
+msgid "Updating operating system failed, specifed name is already used."
+msgstr "Ð\93Ñ\80Ñ\83ппа Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
 
-#: plugins/admin/systems/workstationService.tpl:96
-#: plugins/admin/systems/terminalService.tpl:96
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Выберите подходящее разрешение экрана"
+#: plugins/admin/systems/class_glpiAccount.inc:569
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:203
+#, fuzzy
+msgid "Remove inventory"
+msgstr "Удалить объект"
 
 
-#: plugins/admin/systems/workstationService.tpl:102
-#: plugins/admin/systems/terminalService.tpl:102
-msgid "Color depth"
-msgstr "Глубина цвета"
+#: plugins/admin/systems/class_glpiAccount.inc:570
+#, fuzzy
+msgid ""
+"This device has inventory informations enabled. You can disable them by "
+"clicking below."
+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_glpiAccount.inc:572
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:206
+#, fuzzy
+msgid "Add inventory"
+msgstr "Добавить объект"
 
 
-#: plugins/admin/systems/workstationService.tpl:117
-#: plugins/admin/systems/terminalService.tpl:117
-msgid "Display device"
-msgstr "Устройство отображения"
+#: plugins/admin/systems/class_glpiAccount.inc:573
+#, fuzzy
+msgid ""
+"This device has inventory informations disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstationService.tpl:125
-#: plugins/admin/systems/terminalService.tpl:125
-msgid "Use DDC for automatic detection"
+#: plugins/admin/systems/class_glpiAccount.inc:637
+#: plugins/admin/systems/class_glpiAccount.inc:652
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:615
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:630
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:285
+msgid "N/A"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/workstationService.tpl:128
-#: plugins/admin/systems/terminalService.tpl:129
-msgid "HSync"
-msgstr "СÑ\82Ñ\80оÑ\87наÑ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8f"
+#: plugins/admin/systems/class_glpiAccount.inc:671
+#, fuzzy
+msgid "Can't remove glpi account, while mysql extension is missing."
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Ð±Ð°Ð·Ðµ Ð¶Ñ\83Ñ\80налов, Ð¾Ñ\82Ñ\87еÑ\82Ñ\8b Ð¿Ð¾ÐºÐ°Ð·Ð°Ð½Ñ\8b Ð½Ðµ Ð±Ñ\83дÑ\83Ñ\82!"
 
 
-#: plugins/admin/systems/workstationService.tpl:130
-#: plugins/admin/systems/terminalService.tpl:131
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "ЧаÑ\81Ñ\82оÑ\82а Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ\8f Ñ\81Ñ\82Ñ\80ок Ð´Ð»Ñ\8f Ð´Ð°Ð½Ð½Ð¾Ð³Ð¾ Ð¼Ð¾Ð½Ð¸Ñ\82оÑ\80а"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:68
+#, fuzzy, php-format
+msgid "You're about to delete the glpi attachment component '%s'."
+msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð¿Ñ\80иложение \"%s\"."
 
 
-#: plugins/admin/systems/workstationService.tpl:133
-#: plugins/admin/systems/terminalService.tpl:134
-msgid "VSync"
-msgstr "Кадровая синхронизация"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:107
+#, php-format
+msgid ""
+"You can't delete this attachment, it is still in use by these system(s) '%s'"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:135
-#: plugins/admin/systems/terminalService.tpl:136
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Частота обновления кадров для данного монитора"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:119
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:123
+#, fuzzy
+msgid "There is no valid file uploaded."
+msgstr "Файл небыл загружен"
 
 
-#: plugins/admin/systems/workstationService.tpl:147
-#: plugins/admin/systems/terminalService.tpl:208
-msgid "Scan device"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ñ\81каниÑ\80ованиÑ\8f"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:126
+#, fuzzy
+msgid "Upload wasn't successfull."
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ñ\83Ñ\81пеÑ\88ен."
 
 
-#: plugins/admin/systems/workstationService.tpl:148
-#: plugins/admin/systems/terminalService.tpl:209
-msgid "Select to start SANE scan service on terminal"
-msgstr "Выберите, чтобы запустить на терминале службу сканирования"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:129
+#, php-format
+msgid "Missing directory '%s/glpi/' to store glpi uploads."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationService.tpl:149
-#: plugins/admin/systems/terminalService.tpl:210
-msgid "Provide scan services"
-msgstr "Предоставлять службу сканирования"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:133
+#, fuzzy
+msgid "There is already a file with the same name uploaded."
+msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:348
-#: plugins/admin/systems/class_terminalStartup.inc:93
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:137
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+msgid "Can't create file '%s'."
+msgstr "Удалить"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:181
+msgid "File is available."
 msgstr ""
 msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:452
-msgid ""
-"There are packages in your configuration, which can't be resolved with "
-"current server/release settings."
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:183
+msgid "File is not readable, possibly the file is missing."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:497
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
 #, fuzzy
 #, fuzzy
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
+msgid "Currently no file uploaded."
+msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:557
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:197
 #, fuzzy
 #, fuzzy
-msgid ""
-"There is already a profile in your selection that contain partition table "
-"configurations."
-msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
+msgid "Mime"
+msgstr "Мобильный"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:751
-msgid "Not available in current setup"
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:200
+msgid "This table displays all available attachments."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:903
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:217
+#, fuzzy
+msgid "empty"
+msgstr "Шаблон"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:254
+#, fuzzy
+msgid "Create new attachment"
+msgstr "Подразделение"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:255
+#, fuzzy
+msgid "New Attachment"
+msgstr "подразделения"
+
+#: plugins/admin/systems/class_glpiAttachmentPool.inc:349
+#, fuzzy
+msgid "Please specify a valid name for this attachment."
+msgstr "Укажите корректный номер телефона."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:88
 #, php-format
 #, php-format
-msgid ""
-"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
-"Server was reset to 'auto'."
+msgid "Internal Error can't create device of type '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:916
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:108
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:110
+#, fuzzy, php-format
+msgid "You're about to delete the glpi device '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:112
+msgid "Can't detect object name."
+msgstr ""
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:133
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
-"configurations, possibly some classes where deleted or renamed. Server was "
-"reset to 'auto'."
+"You can't delete this device, it is still in use by these system(s) '%s'"
+msgstr ""
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:182
+#, fuzzy
+msgid "devices"
+msgstr "Устройства"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+#, fuzzy
+msgid "New monitor"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:220
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:205
+#, fuzzy
+msgid "M"
+msgstr "Мб"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#, fuzzy
+msgid "New mainbord"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:222
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+#: plugins/personal/connectivity/pureftpd.tpl:44
+#: plugins/personal/environment/environment.tpl:45
+#: plugins/personal/mail/generic.tpl:96
+msgid "MB"
+msgstr "Мб"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:224
+#, fuzzy
+msgid "New processor"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+#, fuzzy
+msgid "New case"
+msgstr "пользователи"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:226
+msgid "C"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationStartup.inc:1087
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
+#, fuzzy
+msgid "New network interface"
+msgstr "Сетевой принтер"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:228
 #, fuzzy
 #, fuzzy
-msgid "Saving workstation startup settings failed"
-msgstr "Шаблон рабочей станции"
+msgid "NI"
+msgstr "Unix"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1137
-#, fuzzy, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+#, fuzzy
+msgid "New ram"
+msgstr "пользователи"
 
 
-#: plugins/admin/systems/class_workstationStartup.inc:1139
-#: plugins/admin/systems/class_servRepositorySetup.inc:189
-#, php-format
-msgid ""
-"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
-"empty string."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:230
+msgid "R"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:62
-#, php-format
-msgid "Can't open '%s', ppd settings resetted."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+#, fuzzy
+msgid "New hard disk"
+msgstr "Сервер"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:232
+msgid "HDD"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:87
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
 #, fuzzy
 #, fuzzy
-msgid "Can't get ppd informations."
-msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
+msgid "New drive"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:99
-#, php-format
-msgid ""
-"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-"invalid, can't read/write any ppd informations."
-msgstr ""
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:234
+#, fuzzy
+msgid "D"
+msgstr "UID"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:116
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid ppd file."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
+msgid "New controller"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:186
-#, php-format
-msgid "Can't select PPD file '%s', the file is not readable"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:236
+msgid "CS"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:203
-#: plugins/admin/systems/class_printerPPDDialog.inc:275
-#, php-format
-msgid "Can't create folder '%s' for the uploaded ppd file."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "New graphics card"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:211
-#, fuzzy, php-format
-msgid "Can't create file '%s' to store modifed ppd informations."
-msgstr "Общая информация о пользователе"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:238
+msgid "GC"
+msgstr ""
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:235
-#, php-format
-msgid "Can't add new ppd file, the source file '%s' is not accessible."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+#, fuzzy
+msgid "New sound card"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:240
+msgid "SC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:253
-#, fuzzy, php-format
-msgid ""
-"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
-"informations."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "New power supply"
 msgstr ""
 msgstr ""
-"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
-"права доступа к общим папкам."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:267
-#, fuzzy, php-format
-msgid "There is already a ppd file for this kind of printer."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:242
+msgid "PS"
 msgstr ""
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:288
-#, fuzzy, php-format
-msgid "Can't save file '%s'."
-msgstr "УдалиÑ\82Ñ\8c"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+#, fuzzy
+msgid "New misc device"
+msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:292
-msgid "Uploaded ppd file is empty, can't create new ppd file."
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:244
+msgid "OC"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:462
-#: plugins/admin/systems/class_printerPPDDialog.inc:465
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:342
 #, fuzzy
 #, fuzzy
-msgid "True"
-msgstr "УлиÑ\86а"
+msgid "You have to specify a valid name for this device."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:463
-#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:362
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:365
 #, fuzzy
 #, fuzzy
-msgid "False"
-msgstr "женÑ\81кий"
+msgid "This device name is already in use."
+msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:471
-#, php-format
-msgid "Unsupported ppd type '%s' used for '%s' "
-msgstr ""
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#: plugins/personal/environment/class_environment.inc:467
+#: plugins/personal/environment/class_environment.inc:800
+#, fuzzy
+msgid "None"
+msgstr "нет"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:488
-#, fuzzy, php-format
-msgid "Removing old ppd file '%s' failed."
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/admin/systems/class_glpiDeviceManagement.inc:401
+#, fuzzy
+msgid "Other"
+msgstr "ФилÑ\8cÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:491
+#: plugins/admin/systems/class_glpiManufacturer.inc:53
 #, php-format
 #, php-format
-msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgid ""
+"You can't delete this manufacturer, it is still in use by these system(s) '%"
+"s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:494
-#, php-format
+#: plugins/admin/systems/class_glpiManufacturer.inc:99
+#, fuzzy
+msgid "Please specify a name."
+msgstr "Введите корректное имя пользователя!"
+
+#: plugins/admin/systems/class_glpiManufacturer.inc:108
+#: plugins/admin/systems/class_glpiManufacturer.inc:114
+#, fuzzy
+msgid "Specified name is already in use, please choose another one."
+msgstr "Группа с таким именем уже существует."
+
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:204
+#, fuzzy
 msgid ""
 msgid ""
-"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+"This server has inventory features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_printerPPDDialog.inc:502
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:207
+#, fuzzy
 msgid ""
 msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+"This server has inventory features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Шаблон рабочей станции"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:230
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:268
+#, php-format
+msgid ""
+"Can't rename given printer type to '%s', because this type name already "
+"exists."
+msgstr ""
 
 
-#: plugins/admin/systems/workstation.tpl:10
-msgid "Workstation name"
-msgstr "Имя рабочий станции"
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:282
+#, php-format
+msgid "Can't delete printer type, it is still in use by '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/servdns.tpl:1
+#: plugins/admin/systems/class_glpiPrinterAccount.inc:755
 #, fuzzy
 #, fuzzy
-msgid "Zones"
-msgstr "телефоны"
-
-#: plugins/admin/systems/workstationStartup.tpl:4
-#: plugins/admin/systems/terminalStartup.tpl:1
-msgid "Boot parameters"
-msgstr "Параметры загрузки"
-
-#: plugins/admin/systems/workstationStartup.tpl:8
-#: plugins/admin/systems/terminalStartup.tpl:8
-msgid "Boot kernel"
-msgstr "Ядро для загрузки"
+msgid "since"
+msgstr "Работает с"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:17
-#: plugins/admin/systems/terminalStartup.tpl:17
-msgid "Custom options"
-msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:92
+#, fuzzy, php-format
+msgid "You're about to delete the glpi cartridge type '%s'."
+msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð¿Ñ\80иложение \"%s\"."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:19
-#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:111
+#, php-format
 msgid ""
 msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+"You can't delete this cartridge type, it is still in use by this printer(s) "
+"'%s'."
 msgstr ""
 msgstr ""
-"Введите любые дополнительные параметры, которые должны передаваться ядру во "
-"время загрузки"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:22
-#: plugins/admin/systems/terminalStartup.tpl:22
-msgid "LDAP server"
-msgstr "LDAP-сервер"
+#: plugins/admin/systems/class_glpiPrinterCartridges.inc:157
+msgid "Cartridges"
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:43
-#: plugins/admin/systems/workstationStartup.tpl:73
-#, fuzzy
-msgid "FAI server"
-msgstr "LDAP-сервер"
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:113
+msgid "Can't delete this entry, it is still in use."
+msgstr ""
 
 
-#: plugins/admin/systems/workstationStartup.tpl:65
-#: plugins/admin/systems/workstationStartup.tpl:97
+#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:303
 #, fuzzy
 #, fuzzy
-msgid "Assigned FAI classes"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "The selected name is already in use."
+msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
 
 
-#: plugins/admin/systems/workstationStartup.tpl:87
+#: plugins/admin/systems/class_glpiSelectUser.inc:135
 #, fuzzy
 #, fuzzy
-msgid "set"
-msgstr "сброс"
-
-#: plugins/admin/systems/workstationStartup.tpl:119
-#: plugins/admin/systems/terminalStartup.tpl:53
-msgid "Kernel modules (format: name parameters)"
-msgstr "Модули ядра (формат: имя параметры)"
+msgid "use"
+msgstr "Мышь"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:121
-#: plugins/admin/systems/terminalStartup.tpl:55
-msgid "Add additional modules to load on startup"
+#: plugins/admin/systems/class_goSpamServer.inc:42
+#: plugins/admin/systems/class_goSpamServer.inc:386
+msgid "Spamassassin"
 msgstr ""
 msgstr ""
-"Укажите дополнительные модули, которые должны загружаться при запуске системы"
 
 
-#: plugins/admin/systems/workstationStartup.tpl:146
-#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/class_goSpamServer.inc:97
 #, fuzzy
 #, fuzzy
-msgid "Mountpoint"
-msgstr "Ð\9cониÑ\82оÑ\80инг"
+msgid "Remove spamassassin extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+#: plugins/admin/systems/class_goSpamServer.inc:98
 #, fuzzy
 #, fuzzy
-msgid "List of devices"
-msgstr "Список пользователей"
-
-#: plugins/admin/systems/glpiDeviceManagement.tpl:23
 msgid ""
 msgid ""
-"This dialog allows you to attach a device to your currently edited computer."
+"This server has spamassassin features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+#: plugins/admin/systems/class_goSpamServer.inc:101
 #, fuzzy
 #, fuzzy
-msgid "Display devices matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\88ие Ð°Ð´Ñ\80еÑ\81а"
+msgid "Add spamassassin service"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
 
 
-#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+#: plugins/admin/systems/class_goSpamServer.inc:102
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching device names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+msgid ""
+"This server has spamassassin features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:156
-#: plugins/admin/systems/class_glpiAccount.inc:144
-msgid "There is no server with valid glpi database service."
+#: plugins/admin/systems/class_goSpamServer.inc:228
+msgid "Specified value is not a valid 'trusted network' value."
+msgstr ""
+
+#: plugins/admin/systems/class_goSpamServer.inc:269
+#, fuzzy, php-format
+msgid "Removing of server services/spamassassin with dn '%s' failed."
+msgstr "Удалить учетную запись Samba"
+
+#: plugins/admin/systems/class_goSpamServer.inc:317
+#, fuzzy, php-format
+msgid "Saving of server services/spamassassin with dn '%s' failed."
+msgstr "Моя учетная запись"
+
+#: plugins/admin/systems/class_goSpamServer.inc:326
+msgid "Required score must be a numeric value."
+msgstr ""
+
+#: plugins/admin/systems/class_goSpamServer.inc:446
+#: plugins/admin/systems/class_goVirusServer.inc:305
+#, fuzzy, php-format
+msgid ""
+"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
+
+#: plugins/admin/systems/class_goSpamServer.inc:470
+#, php-format
+msgid "Set status flag for server services/spamassassin with dn '%s' failed."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:166
-#: plugins/admin/systems/class_glpiAccount.inc:154
-#, fuzzy
-msgid "Can't connect to glpi database, the php-mysql extension is missing."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
-
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:176
-#: plugins/admin/systems/class_glpiAccount.inc:164
-#, fuzzy
-msgid "Can't connect to glpi database, check configuration twice."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+#: plugins/admin/systems/class_goVirusServer.inc:46
+#: plugins/admin/systems/class_goVirusServer.inc:244
+msgid "Anti virus"
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:208
-#: plugins/admin/systems/class_glpiAccount.inc:574
+#: plugins/admin/systems/class_goVirusServer.inc:80
 #, fuzzy
 #, fuzzy
-msgid "Remove inventory"
-msgstr "УдалиÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+msgid "Remove anti virus extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:209
+#: plugins/admin/systems/class_goVirusServer.inc:81
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This server has inventory features enabled. You can disable them by clicking "
-"below."
+"This server has anti virus features enabled. You can disable them by "
+"clicking below."
 msgstr ""
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
 msgstr ""
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:211
-#: plugins/admin/systems/class_glpiAccount.inc:577
+#: plugins/admin/systems/class_goVirusServer.inc:84
 #, fuzzy
 #, fuzzy
-msgid "Add inventory"
-msgstr "Добавить объект"
+msgid "Add anti virus service"
+msgstr "Добавить сервис DNS"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:212
+#: plugins/admin/systems/class_goVirusServer.inc:85
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This server has inventory features disabled. You can enable them by clicking "
-"below."
+"This server has anti virus features disabled. You can enable them by "
+"clicking below."
 msgstr ""
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
 msgstr ""
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:235
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:273
-#, php-format
-msgid ""
-"Can't rename given printer type to '%s', because this type name already "
-"exists."
-msgstr ""
+#: plugins/admin/systems/class_goVirusServer.inc:151
+#, fuzzy, php-format
+msgid "Removing of server services/anti virus with dn '%s' failed."
+msgstr "Удалить учетную запись Samba"
 
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:287
-#, php-format
-msgid "Can't delete printer type, it is still in use by '%s'."
+#: plugins/admin/systems/class_goVirusServer.inc:196
+#, fuzzy, php-format
+msgid "Saving of server services/anti virus with dn '%s' failed."
+msgstr "Моя учетная запись"
+
+#: plugins/admin/systems/class_goVirusServer.inc:204
+msgid "Maximum directory recursions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:620
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:635
-#: plugins/admin/systems/class_glpiAccount.inc:642
-#: plugins/admin/systems/class_glpiAccount.inc:657
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:290
-msgid "N/A"
+#: plugins/admin/systems/class_goVirusServer.inc:205
+#: plugins/admin/systems/goVirusServer.tpl:37
+msgid "Maximum threads"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterAccount.inc:760
+#: plugins/admin/systems/class_goVirusServer.inc:206
+#: plugins/admin/systems/goVirusServer.tpl:114
 #, fuzzy
 #, fuzzy
-msgid "since"
-msgstr "РабоÑ\82аеÑ\82 Ñ\81"
+msgid "Maximum file size"
+msgstr "РазмеÑ\80 ÐºÐ²Ð¾Ñ\82Ñ\8b"
 
 
-#: plugins/admin/systems/printerPPDSelectionDialog.tpl:6
-#: plugins/admin/ogroups/ogroup_objects.tpl:6
-msgid "Select objects to add"
-msgstr "Выбрать объекты для добавления"
+#: plugins/admin/systems/class_goVirusServer.inc:207
+msgid "Maximum recursions"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:110
-#: plugins/admin/systems/class_servGeneric.inc:51
-#: plugins/admin/ogroups/class_termgroup.inc:47
-#, fuzzy
-msgid "Activated"
-msgstr "Личный"
+#: plugins/admin/systems/class_goVirusServer.inc:208
+#: plugins/admin/systems/goVirusServer.tpl:128
+msgid "Maximum compression ratio"
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:149
-#: plugins/admin/systems/class_servGeneric.inc:85
-#: plugins/admin/ogroups/class_termgroup.inc:212
+#: plugins/admin/systems/class_goVirusServer.inc:209
+#: plugins/admin/systems/goVirusServer.tpl:61
 #, fuzzy
 #, fuzzy
-msgid "No ACTIONCMD definition found in your gosa.conf"
-msgstr "Ð\9eпÑ\80еделение HALTCMD Ð² Ð²Ð°Ñ\88ем Ñ\84айле gosa.conf Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
+msgid "Checks per day"
+msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:153
-#: plugins/admin/systems/class_terminalGeneric.inc:182
-#: plugins/admin/systems/class_terminalGeneric.inc:194
-#: plugins/admin/systems/class_terminalGeneric.inc:206
-#: plugins/admin/systems/class_servGeneric.inc:90
-#: plugins/admin/ogroups/class_termgroup.inc:216
+#: plugins/admin/systems/class_goVirusServer.inc:213
 #, php-format
 #, php-format
-msgid "Execution of '%s' failed!"
-msgstr "Ошибка при выполнении \"%s\"!"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:195
-msgid "This 'dn' has no workstation features."
-msgstr "Это DN не содержит атрибутоов рабочей станции."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:274
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:262
-msgid "Switch off"
-msgstr "Выключить"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:254
-#: plugins/admin/systems/class_terminalGeneric.inc:275
-#: plugins/admin/systems/class_servGeneric.inc:174
-#: plugins/admin/ogroups/class_termgroup.inc:263
-msgid "Reboot"
-msgstr "Перезагрузить"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:255
-#: plugins/admin/systems/class_servGeneric.inc:175
-#: plugins/admin/ogroups/class_termgroup.inc:264
-#, fuzzy
-msgid "Instant update"
-msgstr "Создать телефонный аккаунт"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:256
-#: plugins/admin/systems/class_workstationGeneric.inc:264
-#: plugins/admin/systems/class_servGeneric.inc:176
-#: plugins/admin/systems/class_servGeneric.inc:184
-#: plugins/admin/ogroups/class_termgroup.inc:265
-#, fuzzy
-msgid "Scheduled update"
-msgstr "Выберите режим терминала"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:257
-#: plugins/admin/systems/class_workstationGeneric.inc:263
-#: plugins/admin/systems/class_servGeneric.inc:177
-#: plugins/admin/systems/class_servGeneric.inc:183
-#: plugins/admin/ogroups/class_termgroup.inc:266
-msgid "Reinstall"
+msgid "The specified value for '%s' must be a numeric value."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_workstationGeneric.inc:258
-#: plugins/admin/systems/class_servGeneric.inc:178
-#: plugins/admin/ogroups/class_termgroup.inc:267
-#, fuzzy
-msgid "Rescan hardware"
-msgstr "Телефонное оборудование"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:259
-#: plugins/admin/systems/class_workstationGeneric.inc:265
-#: plugins/admin/systems/class_terminalGeneric.inc:276
-#: plugins/admin/systems/class_terminalGeneric.inc:280
-#: plugins/admin/systems/class_servGeneric.inc:179
-#: plugins/admin/systems/class_servGeneric.inc:185
-#: plugins/admin/ogroups/class_termgroup.inc:49
-#, fuzzy
-msgid "Memory test"
-msgstr "Память"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:260
-#: plugins/admin/systems/class_workstationGeneric.inc:266
-#: plugins/admin/systems/class_terminalGeneric.inc:277
-#: plugins/admin/systems/class_terminalGeneric.inc:281
-#: plugins/admin/systems/class_servGeneric.inc:180
-#: plugins/admin/systems/class_servGeneric.inc:186
-#: plugins/admin/ogroups/class_termgroup.inc:50
-#, fuzzy
-msgid "System analysis"
-msgstr "Системные журналы"
+#: plugins/admin/systems/class_goVirusServer.inc:329
+#, php-format
+msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgstr ""
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:262
-#: plugins/admin/systems/class_terminalGeneric.inc:279
-#: plugins/admin/systems/class_servGeneric.inc:182
-msgid "Wake up"
-msgstr "Вернуть в обычный режим"
+#: plugins/admin/systems/class_inventory.inc:32
+#: plugins/admin/systems/class_servDNS.inc:70
+msgid "Remove DNS service"
+msgstr "Удалить сервис DNS"
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:297
+#: plugins/admin/systems/class_inventory.inc:33
+#: plugins/admin/systems/class_servDNS.inc:71
 #, fuzzy
 #, fuzzy
-msgid "Removing workstation failed"
-msgstr "Удалить приложения"
-
-#: plugins/admin/systems/class_workstationGeneric.inc:350
-#: plugins/admin/ogroups/class_termgroup.inc:115
-msgid "You have no permissions to create a workstation on this 'Base'."
-msgstr "У вас недостаточно прав для создания рабочей станции в этой ветке."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:354
-msgid "The required field 'Workstation name' is not set."
-msgstr "Обязательное поле 'Название рабочей станции' не заполнено."
-
-#: plugins/admin/systems/class_workstationGeneric.inc:372
-#: plugins/admin/systems/class_componentGeneric.inc:171
-#: plugins/admin/systems/class_winGeneric.inc:180
-#: plugins/admin/systems/class_terminalGeneric.inc:414
-#: plugins/admin/systems/class_servGeneric.inc:258
-#: plugins/admin/systems/class_printGeneric.inc:664
-#: plugins/admin/systems/class_phoneGeneric.inc:317
-#, php-format
-msgid "There is already an entry '%s' in the base choosen by you"
-msgstr "В выбранной вами ветке уже есть запись \"%s\""
-
-#: plugins/admin/systems/class_workstationGeneric.inc:383
-#: plugins/admin/systems/class_terminalGeneric.inc:424
 msgid ""
 msgid ""
-"There must be at least one NTP server selected, or the inherit mode "
-"activated."
+"This server has DNS features enabled. You can disable them by clicking below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_workstationGeneric.inc:450
-#: plugins/admin/systems/class_workstationGeneric.inc:474
-#: plugins/admin/ogroups/class_termgroup.inc:334
-#, fuzzy
-msgid "Saving workstation failed"
-msgstr "Приложение"
-
-#: plugins/admin/systems/class_divListSystem.inc:42
-#: plugins/admin/systems/class_divListSystem.inc:43
-msgid "List of systems"
-msgstr "Список систем"
+#: plugins/admin/systems/class_inventory.inc:35
+#: plugins/admin/systems/class_servDNS.inc:73
+msgid "Add DNS service"
+msgstr "Добавить сервис DNS"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:47
+#: plugins/admin/systems/class_inventory.inc:36
+#: plugins/admin/systems/class_servDNS.inc:74
 #, fuzzy
 msgid ""
 #, fuzzy
 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."
+"This server has DNS features disabled. You can enable them by clicking below."
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять свойства "
-"отдельных систем. Вы можете только добавлять системы которые однажды уже "
-"были запущены."
-
-#: plugins/admin/systems/class_divListSystem.inc:57
-#, fuzzy
-msgid "System / Department"
-msgstr "Подразделение"
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:61
-#: plugins/admin/ogroups/ogroup_objects.tpl:31
-msgid "Show servers"
-msgstr "Показать серверы"
+#: plugins/admin/systems/class_phoneGeneric.inc:103
+msgid "This 'dn' has no phone features."
+msgstr "Этот DN не имеет свойств телефона."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:62
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:100
 #, fuzzy
 #, fuzzy
-msgid "Select to see Linux terminals"
-msgstr "Выберите чтобы посмотреть терминалы"
-
-#: plugins/admin/systems/class_divListSystem.inc:62
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Show terminals"
-msgstr "Показать терминалы"
+msgid "yes"
+msgstr "Системы"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:63
+#: plugins/admin/systems/class_phoneGeneric.inc:201
+#: plugins/gofon/macro/class_divListMacros.inc:101
 #, fuzzy
 #, fuzzy
-msgid "Select to see Linux workstations"
-msgstr "Выберите чтобы посмотреть рабочие станции"
-
-#: plugins/admin/systems/class_divListSystem.inc:63
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Show workstations"
-msgstr "Показать рабочие станции"
-
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Select to see MicroSoft Windows based workstations"
-msgstr "Посмотреть рабочие станции с MicroSoft Windows"
-
-#: plugins/admin/systems/class_divListSystem.inc:64
-msgid "Show windows based workstations"
-msgstr "Показать рабочие станции с windows"
-
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Select to see network printers"
-msgstr "Выберите чтобы посмотреть сетевые принтеры"
+msgid "no"
+msgstr "нет"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:65
-msgid "Show network printers"
-msgstr "Показать сетевые принтеры"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+msgid "dynamic"
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-msgid "Select to see VOIP phones"
-msgstr "Выберите чтобы посмотреть VOIP телефоны"
+#: plugins/admin/systems/class_phoneGeneric.inc:223
+#, fuzzy
+msgid "Networksettings"
+msgstr "Сетевые настройки"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:66
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Show phones"
-msgstr "Показать телефоны"
+#: plugins/admin/systems/class_phoneGeneric.inc:240
+#, php-format
+msgid ""
+"Can't delete because there are user which are depending on this phone. One "
+"of them is user '%s'."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
+#: plugins/admin/systems/class_phoneGeneric.inc:247
 #, fuzzy
 #, fuzzy
-msgid "Select to see network devices"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\82евÑ\8bе Ð¿Ñ\80инÑ\82еÑ\80Ñ\8b"
+msgid "Removing phone failed"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:67
+#: plugins/admin/systems/class_phoneGeneric.inc:292
 #, fuzzy
 #, fuzzy
-msgid "Show network devices"
-msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "The required field 'Phone name' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:75
-#, fuzzy
-msgid "Display systems of user"
-msgstr "Показать адреса пользователя"
+#: plugins/admin/systems/class_phoneGeneric.inc:295
+msgid "The 'Phone name' '0' is reserved and cannot be used."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#, fuzzy
-msgid "New Terminal template"
-msgstr "Шаблон терминала"
+#: plugins/admin/systems/class_phoneGeneric.inc:302
+msgid "You have no permissions to create a phone on this 'Base'."
+msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:95
-#: plugins/admin/systems/class_systemManagement.inc:876
+#: plugins/admin/systems/class_phoneGeneric.inc:398
 #, fuzzy
 #, fuzzy
-msgid "New Terminal"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82еÑ\80минал"
+msgid "Saving phone failed"
+msgstr "Ð\9fÑ\80иложение"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#, fuzzy
-msgid "New Workstation template"
-msgstr "Шаблон рабочей станции"
+#: plugins/admin/systems/class_printerPPDDialog.inc:57
+#, php-format
+msgid "Can't open '%s', ppd settings resetted."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:97
-#: plugins/admin/systems/class_systemManagement.inc:877
+#: plugins/admin/systems/class_printerPPDDialog.inc:82
 #, fuzzy
 #, fuzzy
-msgid "New Workstation"
-msgstr "Ð\9dоваÑ\8f Ñ\80абоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
+msgid "Can't get ppd informations."
+msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:98
-#: plugins/admin/systems/class_divListSystem.inc:99
-#, fuzzy
-msgid "New Server"
-msgstr "Сервер"
+#: plugins/admin/systems/class_printerPPDDialog.inc:94
+#, php-format
+msgid ""
+"The specified path '%s' which results from PPD_PATH in your gosa.conf is "
+"invalid, can't read/write any ppd informations."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:100
-#: plugins/admin/systems/class_divListSystem.inc:101
+#: plugins/admin/systems/class_printerPPDDialog.inc:111
 #, fuzzy
 #, fuzzy
-msgid "New Printer"
-msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
+msgid "Please specify a valid ppd file."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:102
-#: plugins/admin/systems/class_divListSystem.inc:103
-#, fuzzy
-msgid "New Phone"
-msgstr "Телефон"
+#: plugins/admin/systems/class_printerPPDDialog.inc:181
+#, php-format
+msgid "Can't select PPD file '%s', the file is not readable"
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:104
-#: plugins/admin/systems/class_divListSystem.inc:105
-#, fuzzy
-msgid "New Component"
-msgstr "Прочие сетевые компоненты"
+#: plugins/admin/systems/class_printerPPDDialog.inc:198
+#: plugins/admin/systems/class_printerPPDDialog.inc:270
+#, php-format
+msgid "Can't create folder '%s' for the uploaded ppd file."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:122
-#, fuzzy
-msgid "Cups Server"
-msgstr "СеÑ\80веÑ\80"
+#: plugins/admin/systems/class_printerPPDDialog.inc:206
+#, fuzzy, php-format
+msgid "Can't create file '%s' to store modifed ppd informations."
+msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:123
-msgid "Log Db"
+#: plugins/admin/systems/class_printerPPDDialog.inc:230
+#, php-format
+msgid "Can't add new ppd file, the source file '%s' is not accessible."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_divListSystem.inc:124
-#, fuzzy
-msgid "Syslog Server"
-msgstr "Сервер системных журналов"
+#: plugins/admin/systems/class_printerPPDDialog.inc:248
+#, fuzzy, php-format
+msgid ""
+"The given ppd file '%s' seams to be invalid, can't get any modell or vendor "
+"informations."
+msgstr ""
+"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
+"права доступа к общим папкам."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:125
-#, fuzzy
-msgid "Mail Server"
-msgstr "Сервер"
+#: plugins/admin/systems/class_printerPPDDialog.inc:262
+#, fuzzy, php-format
+msgid "There is already a ppd file for this kind of printer."
+msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:126
-#, fuzzy
-msgid "Imap Server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/class_printerPPDDialog.inc:283
+#, fuzzy, php-format
+msgid "Can't save file '%s'."
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:127
-#, fuzzy
-msgid "Nfs Server"
-msgstr "Сервер"
+#: plugins/admin/systems/class_printerPPDDialog.inc:287
+msgid "Uploaded ppd file is empty, can't create new ppd file."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:128
+#: plugins/admin/systems/class_printerPPDDialog.inc:457
+#: plugins/admin/systems/class_printerPPDDialog.inc:460
 #, fuzzy
 #, fuzzy
-msgid "Kerberos Server"
-msgstr "Kerberos"
+msgid "True"
+msgstr "Улица"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:129
+#: plugins/admin/systems/class_printerPPDDialog.inc:458
+#: plugins/admin/systems/class_printerPPDDialog.inc:461
 #, fuzzy
 #, fuzzy
-msgid "Asterisk Server"
-msgstr "ТеÑ\80миналÑ\8cнÑ\8bй Ñ\81еÑ\80веÑ\80"
+msgid "False"
+msgstr "женÑ\81кий"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:130
-#, fuzzy
-msgid "Fax Server"
-msgstr "Сервер"
+#: plugins/admin/systems/class_printerPPDDialog.inc:466
+#, php-format
+msgid "Unsupported ppd type '%s' used for '%s' "
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:131
-#, fuzzy
-msgid "Ldap Server"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: plugins/admin/systems/class_printerPPDDialog.inc:483
+#, fuzzy, php-format
+msgid "Removing old ppd file '%s' failed."
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/class_divListSystem.inc:143
-#, fuzzy
-msgid "Edit system"
-msgstr "Список систем"
+#: plugins/admin/systems/class_printerPPDDialog.inc:486
+#, php-format
+msgid "Removing old ppd file '%s' failed. File is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:145
-#, fuzzy
-msgid "Delete system"
-msgstr "Удалить"
+#: plugins/admin/systems/class_printerPPDDialog.inc:489
+#, php-format
+msgid ""
+"Removing old ppd file '%s' failed. File does not exists or is not accessible."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:178
-#, fuzzy
-msgid "Set root       password"
-msgstr "Изменить пароль"
+#: plugins/admin/systems/class_printerPPDDialog.inc:497
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create CD"
-msgstr "СоздаÑ\82Ñ\8c"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:69
+#, fuzzy, php-format
+msgid "You're about to delete the ppd file '%s' at '%s'."
+msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð¿Ñ\80иложение \"%s\"."
 
 
-#: plugins/admin/systems/class_divListSystem.inc:184
-#, fuzzy
-msgid "Create FAI CD"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:73
+#, fuzzy, php-format
+msgid "Could not found specified ppd file '%s'."
+msgstr "Ð\9dевозможно Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð±Ð°Ð·Ñ\83 Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:46
-#: plugins/admin/systems/class_goVirusServer.inc:244
-msgid "Anti virus"
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:99
+msgid ""
+"Something went wrong while trying to remove the ppd file from server, "
+"possibly we have no write access."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:80
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:119
+#, php-format
+msgid "Selected vendor '%s' does not exists in our list of ppds."
+msgstr ""
+
+#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:128
 #, fuzzy
 #, fuzzy
-msgid "Remove anti virus extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Printer ppd selection."
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:81
+#: plugins/admin/systems/class_printGeneric.inc:105
+#, php-format
+msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+msgstr ""
+
+#: plugins/admin/systems/class_printGeneric.inc:251
+#: plugins/admin/systems/class_printGeneric.inc:259
+#: plugins/admin/systems/class_printGeneric.inc:264
+#: plugins/admin/systems/class_printGeneric.inc:310
+#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/class_printGeneric.inc:329
+msgid "Add printer extension"
+msgstr ""
+
+#: plugins/admin/systems/class_printGeneric.inc:252
+msgid ""
+"Could not intialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
+
+#: plugins/admin/systems/class_printGeneric.inc:260
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
+
+#: plugins/admin/systems/class_printGeneric.inc:265
+msgid "This is a terminal template, printer tab is disabled."
+msgstr ""
+
+#: plugins/admin/systems/class_printGeneric.inc:303
+msgid "This 'dn' has no printer features."
+msgstr "Этот DN не имеет свойств принтера."
+
+#: plugins/admin/systems/class_printGeneric.inc:311
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This server has anti virus features enabled. You can disable them by "
-"clicking below."
+"This object 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 ""
-"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и ÐµÑ\81Ñ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\83далить их, щелкнув "
+"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð½Ð°Ñ\81Ñ\82Ñ\80оек Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð´Ð¾Ð±Ð°Ð²ить их, щелкнув "
 "ниже."
 
 "ниже."
 
-#: plugins/admin/systems/class_goVirusServer.inc:84
+#: plugins/admin/systems/class_printGeneric.inc:318
+#: plugins/admin/systems/class_printGeneric.inc:321
 #, fuzzy
 #, fuzzy
-msgid "Add anti virus service"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
+msgid "Remove printer extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:85
+#: plugins/admin/systems/class_printGeneric.inc:319
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"This server has anti virus features disabled. You can enable them by "
+"This workstation has printer extension enabled.You can disable it by "
 "clicking below."
 msgstr ""
 "clicking below."
 msgstr ""
-"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð½Ð°Ñ\81Ñ\82Ñ\80оек Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ð´Ð¾Ð±Ð°Ð²ить их, щелкнув "
+"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и ÐµÑ\81Ñ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\83далить их, щелкнув "
 "ниже."
 
 "ниже."
 
-#: plugins/admin/systems/class_goVirusServer.inc:151
-#, fuzzy, php-format
-msgid "Removing of server services/anti virus with dn '%s' failed."
-msgstr "Удалить учетную запись Samba"
+#: plugins/admin/systems/class_printGeneric.inc:322
+#, fuzzy
+msgid ""
+"This terminal has printer extension enabled. You can disable it by clicking "
+"below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:196
-#, fuzzy, php-format
-msgid "Saving of server services/anti virus with dn '%s' failed."
-msgstr "Моя учетная запись"
+#: plugins/admin/systems/class_printGeneric.inc:327
+#, fuzzy
+msgid ""
+"This workstation has printer extension disabled. You can enable it by "
+"clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:204
-msgid "Maximum directory recursions"
+#: plugins/admin/systems/class_printGeneric.inc:330
+#, fuzzy
+msgid ""
+"This terminal has printer extension disabled. You can enable it by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:205
-#: plugins/admin/systems/goVirusServer.tpl:37
-msgid "Maximum threads"
+#: plugins/admin/systems/class_printGeneric.inc:497
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:206
-#: plugins/admin/systems/goVirusServer.tpl:114
+#: plugins/admin/systems/class_printGeneric.inc:505
 #, fuzzy
 #, fuzzy
-msgid "Maximum file size"
-msgstr "РазмеÑ\80 ÐºÐ²Ð¾Ñ\82Ñ\8b"
+msgid "can't get ppd informations."
+msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:207
-msgid "Maximum recursions"
+#: plugins/admin/systems/class_printGeneric.inc:518
+#, php-format
+msgid "This printer belongs to terminal %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:208
-#: plugins/admin/systems/goVirusServer.tpl:128
-msgid "Maximum compression ratio"
+#: plugins/admin/systems/class_printGeneric.inc:520
+#, php-format
+msgid "This printer belongs to workstation %s. You can't rename this printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:209
-#: plugins/admin/systems/goVirusServer.tpl:61
+#: plugins/admin/systems/class_printGeneric.inc:578
 #, fuzzy
 #, fuzzy
-msgid "Checks per day"
-msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Removing printer failed"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:213
+#: plugins/admin/systems/class_printGeneric.inc:642
+msgid "You have no permissions to create a printer on this 'Base'."
+msgstr "У вас недостаточно прав для создания принтера в этой ветке."
+
+#: plugins/admin/systems/class_printGeneric.inc:819
+#, fuzzy
+msgid "Saving printer failed"
+msgstr "Показать подразделения"
+
+#: plugins/admin/systems/class_printGeneric.inc:867
 #, php-format
 #, php-format
-msgid "The specified value for '%s' must be a numeric value."
+msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_goVirusServer.inc:305
-#: plugins/admin/systems/class_goSpamServer.inc:451
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as ACTION_HOOK for plugin '%s' doesn't seem to exist."
+#: plugins/admin/systems/class_printGeneric.inc:889
+#, php-format
+msgid "Can't add '%s' to the list of members, it is already used."
 msgstr ""
 msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: plugins/admin/systems/class_goVirusServer.inc:329
+#: plugins/admin/systems/class_printGeneric.inc:897
 #, php-format
 #, php-format
-msgid "Set status flag for server services/anti virus with dn '%s' failed."
+msgid "Can't add '%s' to list of members, it is not reachable."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:143
-#: plugins/admin/systems/class_servDB.inc:152
-#: plugins/admin/systems/class_servDB.inc:169
+#: plugins/admin/systems/class_selectUserToPrinterDialog.inc:97
+#: plugins/personal/environment/class_selectPrinterDialog.inc:64
+#, fuzzy
+msgid "Please select a printer or press cancel."
+msgstr "Введите корректный номер телефона!"
+
+#: plugins/admin/systems/class_servDB.inc:138
+#: plugins/admin/systems/class_servDB.inc:147
+#: plugins/admin/systems/class_servDB.inc:164
+#: plugins/admin/systems/class_servDB.inc:174
 #: plugins/admin/systems/class_servDB.inc:179
 #: plugins/admin/systems/class_servDB.inc:179
-#: plugins/admin/systems/class_servDB.inc:184
-#: plugins/admin/systems/class_servDB.inc:190
+#: plugins/admin/systems/class_servDB.inc:185
 #, fuzzy, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "Неправильное указание таймаута '%s'"
 
 #, fuzzy, php-format
 msgid "The attribute '%s' is empty or contains invalid characters."
 msgstr "Неправильное указание таймаута '%s'"
 
-#: plugins/admin/systems/class_servDB.inc:159
+#: plugins/admin/systems/class_servDB.inc:154
 #, php-format
 msgid "The imap connect string needs to be in the form '%s'."
 msgstr ""
 
 #, php-format
 msgid "The imap connect string needs to be in the form '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:163
+#: plugins/admin/systems/class_servDB.inc:158
 msgid "The sieve port needs to be numeric."
 msgstr ""
 
 msgid "The sieve port needs to be numeric."
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:174
+#: plugins/admin/systems/class_servDB.inc:169
 #, fuzzy, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Значение поля \"Файлы\" некорректно."
 
 #, fuzzy, php-format
 msgid "The specified kerberos password is empty."
 msgstr "Значение поля \"Файлы\" некорректно."
 
-#: plugins/admin/systems/class_servDB.inc:216
-#: plugins/admin/systems/class_servDB.inc:314
+#: plugins/admin/systems/class_servDB.inc:211
+#: plugins/admin/systems/class_servDB.inc:309
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 "these objects '%s'."
 msgstr ""
 
 #, php-format
 msgid ""
 "You can't remove the asterisk database extension, it is still in use by "
 "these objects '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:225
+#: plugins/admin/systems/class_servDB.inc:220
 #, php-format
 msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 
 #, php-format
 msgid "The imap name string needs to be a hostname or an IP-address."
 msgstr ""
 
-#: plugins/admin/systems/class_servDB.inc:279
+#: plugins/admin/systems/class_servDB.inc:274
 #, fuzzy
 msgid "Saving server db settings failed"
 msgstr "Почтовые настройки пользователя"
 
 #, fuzzy
 msgid "Saving server db settings failed"
 msgstr "Почтовые настройки пользователя"
 
-#: plugins/admin/systems/servnfs.tpl:1
-#, fuzzy
-msgid "Edit share"
-msgstr "Пользователи домена"
+#: plugins/admin/systems/class_servDHCP.inc:31
+msgid "Remove DHCP service"
+msgstr "Удалить сервис DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:2
-msgid "NFS setup"
+#: plugins/admin/systems/class_servDHCP.inc:32
+#, fuzzy
+msgid ""
+"This server has DHCP features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/servnfs.tpl:33
-#, fuzzy
-msgid "Volume"
-msgstr "Имя системы"
+#: plugins/admin/systems/class_servDHCP.inc:34
+msgid "Add DHCP service"
+msgstr "Добавить сервис DHCP"
 
 
-#: plugins/admin/systems/servnfs.tpl:54
-msgid "Auto-mount share on Apple systems"
+#: plugins/admin/systems/class_servDHCP.inc:35
+#, fuzzy
+msgid ""
+"This server has DHCP features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/servnfs.tpl:94
+#: plugins/admin/systems/class_servDNS.inc:162
 #, fuzzy
 #, fuzzy
-msgid "Codepage"
-msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
+msgid "Reverse zone"
+msgstr "СÑ\81Ñ\8bлки"
 
 
-#: plugins/admin/systems/servnfs.tpl:104
-#, fuzzy
-msgid "Option"
-msgstr "Параметры"
+#: plugins/admin/systems/class_servDNS.inc:163
+#: plugins/admin/systems/network.tpl:59
+#: plugins/admin/systems/servdnseditzone.tpl:85
+msgid "TTL"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servNfs.inc:46
+#: plugins/admin/systems/class_servDNS.inc:229
 #, php-format
 #, php-format
-msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgid ""
+"Can't delete the selected zone, because it is still in use by these entry/"
+"entries '%s'"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servNfs.inc:49
-#, fuzzy, php-format
-msgid "Can't read '%s/encodings', please check permissions."
-msgstr "Удалить"
-
-#: plugins/admin/systems/class_servNfs.inc:180
-#, fuzzy
-msgid "Please specify a valid path for your setup."
-msgstr "Укажите корректный номер телефона."
-
-#: plugins/admin/systems/class_servNfs.inc:186
+#: plugins/admin/systems/class_servDNS.inc:297
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid name for your share."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Updating DNS service failed"
+msgstr "УдалиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
 
 
-#: plugins/admin/systems/class_servNfs.inc:189
+#: plugins/admin/systems/class_servDNS.inc:306
 #, fuzzy
 #, fuzzy
-msgid "Please specify a name for your share."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Removing DNS entries failed"
+msgstr "УдалиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
 
 
-#: plugins/admin/systems/class_servNfs.inc:194
+#: plugins/admin/systems/class_servDNS.inc:327
 #, fuzzy
 #, fuzzy
-msgid "Description contains invalid characters."
-msgstr "Неправильное указание таймаута '%s'"
+msgid "Saving DNS entries failed"
+msgstr "UNIX аккаунт"
 
 
-#: plugins/admin/systems/class_servNfs.inc:198
-#, fuzzy
-msgid "Volume contains invalid characters."
-msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
+#: plugins/admin/systems/class_servDNSeditZone.inc:366
+#, fuzzy, php-format
+msgid "Please choose a valid zone name."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\83кажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\83Ñ\8e ÐºÐ°Ð´Ñ\80овÑ\83Ñ\8e Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8e."
 
 
-#: plugins/admin/systems/class_servNfs.inc:202
-#, fuzzy
-msgid "Path contains invalid characters."
-msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"Ð\98мÑ\8f\" Ñ\81одеÑ\80жиÑ\82 Ð½ÐµÐ´Ð¾Ð¿Ñ\83Ñ\81Ñ\82имÑ\8bе Ñ\81имволÑ\8b."
+#: plugins/admin/systems/class_servDNSeditZone.inc:370
+#, fuzzy, php-format
+msgid "Please choose a valid reverse zone name."
+msgstr "Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\83кажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\83Ñ\8e ÐºÐ°Ð´Ñ\80овÑ\83Ñ\8e Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8e."
 
 
-#: plugins/admin/systems/class_servNfs.inc:206
-#, fuzzy
-msgid "Option contains invalid characters."
-msgstr "Неправильное указание таймаута '%s'"
+#: plugins/admin/systems/class_servDNSeditZone.inc:374
+msgid "Primary dns server must end with '.' to be a valid entry."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:9
-#, fuzzy
-msgid "Postfix mydomain"
-msgstr "в домене"
+#: plugins/admin/systems/class_servDNSeditZone.inc:378
+msgid "Your specified mail address must end with '.' to be a valid record."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:16
-#, fuzzy
-msgid "Postfix mydestination"
-msgstr "Атрибуты UNIX"
+#: plugins/admin/systems/class_servDNSeditZone.inc:382
+#: plugins/admin/systems/class_servDNSeditZone.inc:386
+msgid ""
+"Your mail address contains '@' replace this with '.' to enable GOsa to "
+"create a valid SOA record."
+msgstr ""
 
 
-#: plugins/admin/systems/servkolab.tpl:23
-msgid "Cyrus admins"
+#: plugins/admin/systems/class_servDNSeditZone.inc:390
+msgid "Only lowercase strings are allowed as zone name."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:40
+#: plugins/admin/systems/class_servDNSeditZone.inc:394
 #, fuzzy
 #, fuzzy
-msgid "POP3 service"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+msgid "Please specify a numeric value for serial number."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/servkolab.tpl:48
+#: plugins/admin/systems/class_servDNSeditZone.inc:398
 #, fuzzy
 #, fuzzy
-msgid "POP3/SSL service"
-msgstr "СлÑ\83жба SSH"
+msgid "Please specify a numeric value for refresh."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/servkolab.tpl:56
+#: plugins/admin/systems/class_servDNSeditZone.inc:402
 #, fuzzy
 #, fuzzy
-msgid "IMAP service"
-msgstr "LDAP-сервер"
+msgid "Please specify a numeric value for ttl."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/admin/systems/servkolab.tpl:64
+#: plugins/admin/systems/class_servDNSeditZone.inc:406
 #, fuzzy
 #, fuzzy
-msgid "IMAP/SSL service"
-msgstr "СлÑ\83жба SSH"
+msgid "Please specify a numeric value for expire."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/servkolab.tpl:72
+#: plugins/admin/systems/class_servDNSeditZone.inc:410
 #, fuzzy
 #, fuzzy
-msgid "Sieve service"
-msgstr "СлÑ\83жба SSH"
+msgid "Please specify a numeric value for retry."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/servkolab.tpl:80
-msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
+#: plugins/admin/systems/class_servDNSeditZone.inc:416
+#: plugins/admin/systems/class_termDNS.inc:382
+#, php-format
+msgid "Only lowercase is allowed, please check your '%ss'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:88
-msgid "HTTP FreeBusy service (legacy)"
-msgstr ""
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:77
+#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+#, fuzzy
+msgid "New entry"
+msgstr "пользователи"
 
 
-#: plugins/admin/systems/servkolab.tpl:96
-msgid "Amavis email scanning (virus/spam)"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:172
+#, php-format
+msgid ""
+"Can't rename '%s' to '%s' there is already an entry with the same name in "
+"our zone editing dialog."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:107
-#, fuzzy
-msgid "Quota settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:205
+#, fuzzy, php-format
+msgid "Entry name '%s' contains invalid characters."
+msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
 
 
-#: plugins/admin/systems/servkolab.tpl:123
-#, fuzzy
-msgid "Free/Busy settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:214
+#, fuzzy, php-format
+msgid "Can not rename '%s' to '%s',the destination name already exists."
+msgstr "Ð\9fодÑ\80азделение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
 
-#: plugins/admin/systems/servkolab.tpl:128
-msgid "Allow unauthenticated downloading of Free/Busy information"
-msgstr ""
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:220
+#, fuzzy, php-format
+msgid "Can not create '%s',the destination name already exists."
+msgstr "Подразделение с таким именем уже существует."
 
 
-#: plugins/admin/systems/servkolab.tpl:143
-msgid "SMTP privileged networks"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:229
+#, php-format
+msgid "The name '%s' is used more than once."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:148
-msgid "Hosts/networks allowed to relay"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:237
+#, php-format
+msgid "The host name '%s' should be written in lowercase."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:151
-msgid "Enter multiple values, seperated with"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:254
+#, php-format
+msgid "The record type '%s' is a unique type and can't be defined twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:164
-msgid "SMTP smarthost/relayhost"
-msgstr ""
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:261
+#, fuzzy, php-format
+msgid "There is an empty '%s' for host '%s'."
+msgstr "Метод '%s' не описан в вашем файле конфигурации."
 
 
-#: plugins/admin/systems/servkolab.tpl:170
-msgid "Enable MX lookup for relayhost"
+#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:269
+#, php-format
+msgid "There is a duplicate entry in '%s' for '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servkolab.tpl:175
-msgid "Host used to relay mails"
-msgstr ""
+#: plugins/admin/systems/class_servGeneric.inc:72
+#, fuzzy
+msgid "This 'dn' has no server features."
+msgstr "Этот DN не имеет свойств принтера."
+
+#: plugins/admin/systems/class_servGeneric.inc:177
+#: plugins/admin/systems/class_terminalGeneric.inc:274
+#: plugins/admin/systems/class_workstationGeneric.inc:257
+msgid "Wake up"
+msgstr "Вернуть в обычный режим"
+
+#: plugins/admin/systems/class_servGeneric.inc:199
+#, fuzzy
+msgid "Removing server failed"
+msgstr "Удалить сервис DNS"
 
 
-#: plugins/admin/systems/servkolab.tpl:189
-msgid "Accept Internet Mail"
-msgstr ""
+#: plugins/admin/systems/class_servGeneric.inc:235
+#, fuzzy
+msgid "The required field 'Server name' is not set."
+msgstr "Обязательное поле \"Личное имя\" не заполнено."
 
 
-#: plugins/admin/systems/servkolab.tpl:195
-msgid "Accept mail from other domains over non-authenticated SMTP"
-msgstr ""
+#: plugins/admin/systems/class_servGeneric.inc:242
+#, fuzzy
+msgid "You have no permissions to create a server on this 'Base'."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: plugins/admin/systems/phone.tpl:6
-msgid "Phone name"
-msgstr "Название"
+#: plugins/admin/systems/class_servGeneric.inc:312
+#, fuzzy
+msgid "Saving server failed"
+msgstr "Показать подразделения"
 
 
-#: plugins/admin/systems/class_servKolab.inc:94
+#: plugins/admin/systems/class_servKolab.inc:90
 #, php-format
 msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
 #, php-format
 msgid "Include data from %s days in the past when creating free/busy lists"
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:100
+#: plugins/admin/systems/class_servKolab.inc:96
 #, php-format
 msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
 #, php-format
 msgid "Warn users when using more than %s%% of their mail quota"
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 #, fuzzy
 msgid "Remove Kolab extension"
 msgstr "Удалить параметры"
 
 #, fuzzy
 msgid "Remove Kolab extension"
 msgstr "Удалить параметры"
 
-#: plugins/admin/systems/class_servKolab.inc:115
+#: plugins/admin/systems/class_servKolab.inc:111
 #, fuzzy
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
 #, fuzzy
 msgid ""
 "This server has kolab features enabled. You can disable them by clicking "
@@ -9571,12 +9103,12 @@ msgstr ""
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
 "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 #, fuzzy
 msgid "Add Kolab service"
 msgstr "Добавить сервис DNS"
 
 #, fuzzy
 msgid "Add Kolab service"
 msgstr "Добавить сервис DNS"
 
-#: plugins/admin/systems/class_servKolab.inc:118
+#: plugins/admin/systems/class_servKolab.inc:114
 #, fuzzy
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
 #, fuzzy
 msgid ""
 "This server has kolab features disabled. You can enable them by clicking "
@@ -9585,633 +9117,811 @@ msgstr ""
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
 "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
 "ниже."
 
-#: plugins/admin/systems/class_servKolab.inc:199
+#: plugins/admin/systems/class_servKolab.inc:195
 #, fuzzy
 msgid "Removing kolab host entry failed"
 msgstr "Показать объекты адресной книги"
 
 #, fuzzy
 msgid "Removing kolab host entry failed"
 msgstr "Показать объекты адресной книги"
 
-#: plugins/admin/systems/class_servKolab.inc:215
+#: plugins/admin/systems/class_servKolab.inc:211
 #, fuzzy
 msgid "Removing server from kolab object failed"
 msgstr "Удалить телефонный аккаунт"
 
 #, fuzzy
 msgid "Removing server from kolab object failed"
 msgstr "Удалить телефонный аккаунт"
 
-#: plugins/admin/systems/class_servKolab.inc:254
+#: plugins/admin/systems/class_servKolab.inc:250
 msgid "Future days in Free/Busy settings must be set."
 msgstr ""
 
 msgid "Future days in Free/Busy settings must be set."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:256
+#: plugins/admin/systems/class_servKolab.inc:252
 msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
 msgid "Future days in Free/Busy settings must be a positive value."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:260
+#: plugins/admin/systems/class_servKolab.inc:256
 msgid "The given Quota settings value must be a number."
 msgstr ""
 
 msgid "The given Quota settings value must be a number."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:262
+#: plugins/admin/systems/class_servKolab.inc:258
 msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 
 msgid "Please choose a value between 1 and 100 for Quota settings."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:264
+#: plugins/admin/systems/class_servKolab.inc:260
 msgid "Future days must be a value."
 msgstr ""
 
 msgid "Future days must be a value."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:268
+#: plugins/admin/systems/class_servKolab.inc:264
 msgid "No SMTP privileged networks set."
 msgstr ""
 
 msgid "No SMTP privileged networks set."
 msgstr ""
 
-#: plugins/admin/systems/class_servKolab.inc:340
+#: plugins/admin/systems/class_servKolab.inc:336
 #, fuzzy
 msgid "Saving server to kolab object failed"
 msgstr "Моя учетная запись"
 
 #, fuzzy
 msgid "Saving server to kolab object failed"
 msgstr "Моя учетная запись"
 
-#: plugins/admin/systems/terminalService.tpl:146
-msgid "Remote desktop"
-msgstr "Удаленная рабочая станция"
-
-#: plugins/admin/systems/terminalService.tpl:150
-msgid "Connect method"
-msgstr "Способ подключения"
-
-#: plugins/admin/systems/terminalService.tpl:152
-msgid "Choose method to connect to terminal server"
-msgstr "Выберите способ подключения к серверу терминалов"
-
-#: plugins/admin/systems/terminalService.tpl:159
-msgid "Terminal server"
-msgstr "Терминал-сервер"
-
-#: plugins/admin/systems/terminalService.tpl:161
-msgid "Select specific terminal server to use"
-msgstr "Выберите сервер терминалов"
-
-#: plugins/admin/systems/terminalService.tpl:168
-msgid "Font server"
-msgstr "Сервер шрифтов"
-
-#: plugins/admin/systems/terminalService.tpl:170
-msgid "Select specific font server to use"
-msgstr "Выберите сервер шрифтов"
-
-#: plugins/admin/systems/terminalService.tpl:186
-msgid "Print device"
-msgstr "Устройство печати"
-
-#: plugins/admin/systems/terminalService.tpl:187
-msgid "Select to start IPP based printing service on terminal"
-msgstr "Выберите, чтобы запустить на терминале службу печати по протоколу IPP"
-
-#: plugins/admin/systems/terminalService.tpl:188
-msgid "Provide print services"
-msgstr "Предоставлять службу печати"
-
-#: plugins/admin/systems/terminalService.tpl:194
-msgid "Spool server"
-msgstr "Сервер для хранения запросов и временных файлов"
+#: plugins/admin/systems/class_servNfs.inc:41
+#, php-format
+msgid "The file '%s/encodings' does not exist, can't get supported charsets."
+msgstr ""
 
 
-#: plugins/admin/systems/terminalService.tpl:196
-msgid "Select NFS filesystem to place spool files on"
-msgstr "Выберите файловую систему NFS для хранения временных файлов"
+#: plugins/admin/systems/class_servNfs.inc:44
+#, fuzzy, php-format
+msgid "Can't read '%s/encodings', please check permissions."
+msgstr "Удалить"
 
 
-#: plugins/admin/systems/terminalService.tpl:217
-msgid "Select scanner driver to use"
-msgstr "Выберите драйвер для используемого сканера"
+#: plugins/admin/systems/class_servNfs.inc:175
+#, fuzzy
+msgid "Please specify a valid path for your setup."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:54
-#: plugins/admin/systems/class_winGeneric.inc:77
+#: plugins/admin/systems/class_servNfs.inc:181
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' has no network features."
-msgstr "ЭÑ\82оÑ\82 DN Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ñ\81войÑ\81Ñ\82в Ð¿Ñ\80инÑ\82еÑ\80а."
+msgid "Please specify a valid name for your share."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:107
+#: plugins/admin/systems/class_servNfs.inc:184
 #, fuzzy
 #, fuzzy
-msgid "Removing generic component failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Please specify a name for your share."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:145
+#: plugins/admin/systems/class_servNfs.inc:189
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Component name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Description contains invalid characters."
+msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:150
-#: plugins/admin/systems/class_phoneGeneric.inc:289
+#: plugins/admin/systems/class_servNfs.inc:193
 #, fuzzy
 #, fuzzy
-msgid "The required field IP address is empty."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Volume contains invalid characters."
+msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:153
-#: plugins/admin/systems/class_phoneGeneric.inc:292
+#: plugins/admin/systems/class_servNfs.inc:197
 #, fuzzy
 #, fuzzy
-msgid "The field IP address contains an invalid address."
+msgid "Path contains invalid characters."
 msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
 msgstr "Значение поля \"Имя\" содержит недопустимые символы."
 
-#: plugins/admin/systems/class_componentGeneric.inc:161
-#: plugins/admin/systems/class_winGeneric.inc:170
+#: plugins/admin/systems/class_servNfs.inc:201
 #, fuzzy
 #, fuzzy
-msgid "You have no permissions to create a component on this 'Base'."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ñ\82елеÑ\84онов Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
+msgid "Option contains invalid characters."
+msgstr "Ð\9dепÑ\80авилÑ\8cное Ñ\83казание Ñ\82аймаÑ\83Ñ\82а '%s'"
 
 
-#: plugins/admin/systems/class_componentGeneric.inc:230
+#: plugins/admin/systems/class_servRepository.inc:125
 #, fuzzy
 #, fuzzy
-msgid "Saving generic component failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Remove FAI repository extension."
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:35
-msgid "Select if terminal supports graphical startup with progress bar"
+#: plugins/admin/systems/class_servRepository.inc:126
+#, fuzzy
+msgid ""
+"This server has FAI repository features enabled. You can disable them by "
+"clicking below."
 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/systems/class_servRepository.inc:128
+msgid "Add FAI repository extension."
 msgstr ""
 msgstr ""
-"Выберите, нужно ли использовать подробный вывод информации при загрузке"
 
 
-#: plugins/admin/systems/terminalStartup.tpl:42
-msgid "use debug mode for startup"
-msgstr "Используйте отладочный режим"
+#: plugins/admin/systems/class_servRepository.inc:129
+#, fuzzy
+msgid ""
+"This server has FAI repository features disabled. You can enable them by "
+"clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:3
+#: plugins/admin/systems/class_servRepository.inc:173
+#, php-format
 msgid ""
 msgid ""
-"This is a new system which currently has no system type defined. Please "
-"choose a system type for this entry and press the 'continue' button. If this "
-"system should be added to a group of system settings, specify the preferred "
-"object group below."
+"You can't delete this release, it is still used by these workstations [%s]. "
+"Please solve this dependencies first, to keep data base consistency."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:9
+#: plugins/admin/systems/class_servRepository.inc:207
+#, php-format
 msgid ""
 msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+"Be careful editing this release, it is still used by these workstations [%s]."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/SelectDeviceType.tpl:21
+#: plugins/admin/systems/class_servRepository.inc:281
+#: plugins/admin/systems/class_servRepository.inc:300
+#: plugins/admin/systems/class_servRepository.inc:304
+#: plugins/admin/systems/servRepositorySetup.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "Choose a system type"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Sections"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:32
+#: plugins/admin/systems/class_servRepositorySetup.inc:131
 #, fuzzy
 #, fuzzy
-msgid "Choose an object group as template"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Please enter a value for 'release'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/SelectDeviceType.tpl:33
+#: plugins/admin/systems/class_servRepositorySetup.inc:135
 #, fuzzy
 #, fuzzy
-msgid "Choose an object group"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Please specify a valid value for 'url'."
+msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:97
+#: plugins/admin/systems/class_servRepositorySetup.inc:182
 #, fuzzy, php-format
 #, fuzzy, php-format
-msgid "You're about to delete the glpi cartridge type '%s'."
-msgstr "Вы собираетесь удалить приложение \"%s\"."
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:116
+#: plugins/admin/systems/class_servRepositorySetup.inc:184
+#: plugins/admin/systems/class_workstationStartup.inc:1134
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this cartridge type, it is still in use by this printer(s) "
-"'%s'."
+"The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns an "
+"empty string."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:162
-msgid "Cartridges"
+#: plugins/admin/systems/class_servService.inc:103
+#, php-format
+msgid "The share can't be removed since it is still used by %d users:"
+msgstr ""
+
+#: plugins/admin/systems/class_servService.inc:108
+msgid "Please correct the share-/profile settings of these users"
+msgstr ""
+
+#: plugins/admin/systems/class_servService.inc:336
+msgid "Terminal server, must have fontpath specified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
+#: plugins/admin/systems/class_servService.inc:395
 #, fuzzy
 #, fuzzy
-msgid "New monitor"
-msgstr "Ð\9dовÑ\8bй Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Saving server service object failed"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
 
 
-#: plugins/admin/systems/class_glpiPrinterCartridges.inc:210
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:225
+#: plugins/admin/systems/class_servService.inc:426
 #, fuzzy
 #, fuzzy
-msgid "M"
-msgstr "Ð\9cб"
+msgid "Creating mount container failed"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:178
-#: plugins/admin/systems/class_glpiAccount.inc:184
-#: plugins/admin/systems/class_glpiAccount.inc:190
-msgid "This feature is not implemented yet."
+#: plugins/admin/systems/class_servService.inc:440
+#, fuzzy
+msgid "Removing mount container failed"
+msgstr "Удалить настройки эл. почты"
+
+#: plugins/admin/systems/class_servService.inc:452
+#, fuzzy
+msgid "Saving mount container failed"
+msgstr "Удалить настройки эл. почты"
+
+#: plugins/admin/systems/class_systemManagement.inc:32
+msgid "Systems"
+msgstr "Системы"
+
+#: plugins/admin/systems/class_systemManagement.inc:220
+msgid "You can't edit this object type yet!"
+msgstr "Вы не можете редактировать сейчас этот тип объекта!"
+
+#: plugins/admin/systems/class_systemManagement.inc:292
+msgid "Creating the image failed. Please see the report below."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:292
-msgid "Adding new sytem type failed, this system type name is already used."
+#: plugins/admin/systems/class_systemManagement.inc:299
+#, fuzzy, php-format
+msgid "Command '%s', specified for ISO creation doesn't seem to exist."
 msgstr ""
 msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
+
+#: plugins/admin/systems/class_systemManagement.inc:330
+msgid "Passwords entered as new and repeated do not match!"
+msgstr "Введенные пароли не совпадают!"
+
+#: plugins/admin/systems/class_systemManagement.inc:347
+msgid "You are not allowed to set this systems password!"
+msgstr "У вас недостаточно прав для смены пароля этой системы!"
+
+#: plugins/admin/systems/class_systemManagement.inc:401
+#, fuzzy, php-format
+msgid "You're about to delete all information about the component at '%s'."
+msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:312
+#: plugins/admin/systems/class_systemManagement.inc:500
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this system type, it is still in use by these system(s) '%s'"
+"Can't set gotoMode to status 'avtice', the current object couldn't be "
+"identified."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiAccount.inc:323
+#: plugins/admin/systems/class_systemManagement.inc:737
+msgid "New terminal"
+msgstr "Создать терминал"
+
+#: plugins/admin/systems/class_systemManagement.inc:739
+msgid "New workstation"
+msgstr "Новая рабочая станция"
+
+#: plugins/admin/systems/class_systemManagement.inc:741
 #, fuzzy
 #, fuzzy
-msgid "Rename failed, this system type name is already used."
-msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
+msgid "New Device"
+msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:379
+#: plugins/admin/systems/class_systemManagement.inc:762
 #, fuzzy
 #, fuzzy
-msgid "Adding new operating system failed, specifed name is already used."
-msgstr "Ð\93Ñ\80Ñ\83ппа Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+msgid "Terminal template for"
+msgstr "Шаблон Ñ\82еÑ\80минала"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:401
-#, php-format
-msgid ""
-"You can't delete this operating system, it is still in use by these system"
-"(s) '%s'"
-msgstr ""
+#: plugins/admin/systems/class_systemManagement.inc:774
+msgid "Workstation template for"
+msgstr "Шаблон рабочей станции для"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:413
+#: plugins/admin/systems/class_systemManagement.inc:862
 #, fuzzy
 #, fuzzy
-msgid "Updating operating system failed, specifed name is already used."
-msgstr "Группа с таким именем уже существует."
+msgid "New System from incoming"
+msgstr "Системная информация"
+
+#: plugins/admin/systems/class_systemManagement.inc:863
+#: plugins/admin/users/template.tpl:15
+msgid "Template"
+msgstr "Шаблон"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:575
+#: plugins/admin/systems/class_systemManagement.inc:866
 #, fuzzy
 #, fuzzy
-msgid ""
-"This device has inventory informations enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "Workstation is installing"
+msgstr "Имя рабочий станции"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:578
+#: plugins/admin/systems/class_systemManagement.inc:867
 #, fuzzy
 #, fuzzy
-msgid ""
-"This device has inventory informations disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "Workstation is waiting for action"
+msgstr "Шаблон рабочей станции для"
 
 
-#: plugins/admin/systems/class_glpiAccount.inc:676
+#: plugins/admin/systems/class_systemManagement.inc:868
 #, fuzzy
 #, fuzzy
-msgid "Can't remove glpi account, while mysql extension is missing."
-msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Ð±Ð°Ð·Ðµ Ð¶Ñ\83Ñ\80налов, Ð¾Ñ\82Ñ\87еÑ\82Ñ\8b Ð¿Ð¾ÐºÐ°Ð·Ð°Ð½Ñ\8b Ð½Ðµ Ð±Ñ\83дÑ\83Ñ\82!"
+msgid "Workstation installation failed"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/systems/glpiManufacturer.tpl:1
+#: plugins/admin/systems/class_systemManagement.inc:871
+msgid "Server is installing"
+msgstr ""
+
+#: plugins/admin/systems/class_systemManagement.inc:872
 #, fuzzy
 #, fuzzy
-msgid "Manage manufacturers"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+msgid "Server is waiting for action"
+msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+#: plugins/admin/systems/class_systemManagement.inc:873
 #, fuzzy
 #, fuzzy
-msgid "Attachment"
-msgstr "подÑ\80азделениÑ\8f"
+msgid "Server installation failed"
+msgstr "Ð\9dомеÑ\80 Ð´Ð¾Ð¼Ð°"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+#: plugins/admin/systems/class_systemManagement.inc:874
 #, fuzzy
 #, fuzzy
-msgid "Filename"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Winstation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+#: plugins/admin/systems/class_systemManagement.inc:875
 #, fuzzy
 #, fuzzy
-msgid "Mime-type"
-msgstr "Тип"
+msgid "Network Device"
+msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_termDNS.inc:132
+#: plugins/admin/systems/class_termDNS.inc:138
 #, fuzzy, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 #, fuzzy, php-format
 msgid ""
 "Can't execute specified AUTO_NETWORK_HOOK '%s'. Please check your gosa.conf."
 msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
-#: plugins/admin/systems/class_termDNS.inc:291
+#: plugins/admin/systems/class_termDNS.inc:224
+#, fuzzy
+msgid "Not matching"
+msgstr "Показать совпадения объектов"
+
+#: plugins/admin/systems/class_termDNS.inc:309
 #, fuzzy
 msgid "The required field 'IP-address' is not set."
 msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
 #, fuzzy
 msgid "The required field 'IP-address' is not set."
 msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
-#: plugins/admin/systems/class_termDNS.inc:298
+#: plugins/admin/systems/class_termDNS.inc:316
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
 msgid "Wrong IP format in field IP-address."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:304
+#: plugins/admin/systems/class_termDNS.inc:322
 #, fuzzy
 msgid "The required field 'MAC-address' is not set."
 msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
 #, fuzzy
 msgid "The required field 'MAC-address' is not set."
 msgstr "Обязательное поле \"Основной адрес\" не заполнено."
 
-#: plugins/admin/systems/class_termDNS.inc:310
+#: plugins/admin/systems/class_termDNS.inc:328
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
 msgstr ""
 
 msgid ""
 "The given macaddress is invalid. There must be 6 2byte segments seperated by "
 "':'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:331
+#: plugins/admin/systems/class_termDNS.inc:341
+#, php-format
+msgid ""
+"The specified IP address '%s' is not matching the selected reverse zone "
+"entry '%s'."
+msgstr ""
+
+#: plugins/admin/systems/class_termDNS.inc:356
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr ""
 
 #, php-format
 msgid "Found duplicate value for record type '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:339
+#: plugins/admin/systems/class_termDNS.inc:364
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr ""
 
 #, php-format
 msgid "Found more than one entry for the uniqe record type '%s'."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:350
+#: plugins/admin/systems/class_termDNS.inc:375
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
 "please remove the record."
 msgstr ""
 
 #, php-format
 msgid ""
 "The device IP '%s' is added as 'A Record', this will be done automatically, "
 "please remove the record."
 msgstr ""
 
-#: plugins/admin/systems/class_termDNS.inc:357
-#: plugins/admin/systems/class_servDNSeditZone.inc:421
-#, php-format
-msgid "Only lowercase is allowed, please check your '%ss'."
-msgstr ""
-
-#: plugins/admin/systems/class_termDNS.inc:442
+#: plugins/admin/systems/class_termDNS.inc:467
 #, fuzzy
 msgid "Saving terminal to DNS object failed"
 msgstr "Список подразделений"
 
 #, fuzzy
 msgid "Saving terminal to DNS object failed"
 msgstr "Список подразделений"
 
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:118
-msgid "Can't delete this entry, it is still in use."
-msgstr ""
-
-#: plugins/admin/systems/class_glpiPrinterCartridgesEdit.inc:308
-#, fuzzy
-msgid "The selected name is already in use."
-msgstr "Указанное имя уже используется."
+#: plugins/admin/systems/class_terminalGeneric.inc:100
+msgid "text"
+msgstr "текст"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:8
-#, fuzzy
-msgid "Rewrite header"
-msgstr "Отправитель"
+#: plugins/admin/systems/class_terminalGeneric.inc:101
+msgid "graphic"
+msgstr "графика"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:16
-msgid "Required score"
+#: plugins/admin/systems/class_terminalGeneric.inc:116
+#: plugins/admin/systems/class_terminalGeneric.inc:287
+#: plugins/admin/systems/class_terminalService.inc:68
+#: plugins/admin/systems/class_terminalService.inc:96
+#: plugins/admin/systems/class_terminalService.inc:102
+#: plugins/admin/systems/class_terminalService.inc:112
+#: plugins/admin/systems/class_terminalService.inc:113
+#: plugins/admin/systems/class_terminalService.inc:115
+#: plugins/admin/systems/class_terminalService.inc:119
+#: plugins/admin/systems/class_terminalService.inc:212
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_terminalService.inc:218
+#: plugins/admin/systems/class_terminalService.inc:221
+#: plugins/admin/systems/class_terminalService.inc:224
+#: plugins/admin/systems/class_terminalService.inc:227
+#: plugins/admin/systems/class_terminalService.inc:230
+#: plugins/admin/systems/class_terminalStartup.inc:119
+#: plugins/admin/systems/class_terminalStartup.inc:139
+#: plugins/admin/systems/class_terminalStartup.inc:142
+#: plugins/admin/systems/class_workstationGeneric.inc:121
+#: plugins/admin/systems/class_workstationService.inc:196
+#: plugins/admin/systems/class_workstationService.inc:199
+#: plugins/admin/systems/class_workstationService.inc:202
+#: plugins/admin/systems/class_workstationService.inc:205
+#: plugins/admin/systems/class_workstationService.inc:208
+#: plugins/admin/systems/class_workstationService.inc:211
+#: plugins/admin/systems/class_workstationService.inc:214
+#: plugins/admin/systems/class_workstationService.inc:224
+#: plugins/admin/systems/class_workstationService.inc:225
+#: plugins/admin/systems/class_workstationService.inc:226
+#: plugins/admin/systems/class_workstationService.inc:227
+#: plugins/admin/systems/class_workstationService.inc:228
+#: plugins/admin/systems/class_workstationService.inc:229
+#: plugins/admin/systems/class_workstationService.inc:230
+#: plugins/admin/systems/class_workstationStartup.inc:318
+#: plugins/admin/systems/class_workstationStartup.inc:322
+#: plugins/admin/systems/class_workstationStartup.inc:826
+msgid "inherited"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goSpamServer.tpl:19
-msgid "Select required score to tag mail as spam"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:173
+msgid "No WAKECMD definition found in your gosa.conf"
+msgstr "Определение WAKECMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:56
-msgid "Enable use of bayes filtering"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:185
+msgid "No REBOOTCMD definition found in your gosa.conf"
+msgstr "Определение REBOOTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:57
-msgid "Enable bayes auto learning"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:197
+msgid "No HALTCMD definition found in your gosa.conf"
+msgstr "Определение HALTCMD в вашем файле gosa.conf не найдено"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:58
-msgid "Enable RBL checks"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:236
+#: plugins/admin/systems/class_terminalInfo.inc:62
+#: plugins/admin/systems/class_terminalService.inc:255
+#: plugins/admin/systems/class_terminalStartup.inc:168
+#: plugins/admin/systems/class_workstationService.inc:247
+#: plugins/admin/systems/class_workstationStartup.inc:512
+msgid "This 'dn' has no terminal features."
+msgstr "Это DN не соответствует терминалу."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:67
-msgid "Enable use of Razor"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:324
+#, fuzzy
+msgid "Removing terminal failed"
+msgstr "Показать подразделения"
 
 
-#: plugins/admin/systems/goSpamServer.tpl:68
-msgid "Enable use of DDC"
-msgstr ""
+#: plugins/admin/systems/class_terminalGeneric.inc:384
+msgid "You have no permissions to create a terminal on this 'Base'."
+msgstr "У вас недостаточно прав для создания терминала в этой ветке."
 
 
-#: plugins/admin/systems/goSpamServer.tpl:69
-msgid "Enable use of Pyzer"
+#: plugins/admin/systems/class_terminalGeneric.inc:388
+msgid "The required field 'Terminal name' is not set."
+msgstr "Обязательное поле 'Название терминала' не заполнено."
+
+#: plugins/admin/systems/class_terminalGeneric.inc:419
+#: plugins/admin/systems/class_workstationGeneric.inc:378
+msgid ""
+"There must be at least one NTP server selected, or the inherit mode "
+"activated."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servRepository.inc:130
+#: plugins/admin/systems/class_terminalGeneric.inc:503
 #, fuzzy
 #, fuzzy
-msgid "Remove FAI repository extension."
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Saving terminal failed"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/class_servRepository.inc:131
+#: plugins/admin/systems/class_terminalInfo.inc:49
+#: plugins/admin/systems/class_terminalInfo.inc:194
+msgid "present"
+msgstr "присутствует"
+
+#: plugins/admin/systems/class_terminalInfo.inc:69
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has FAI repository features enabled. You can disable them by "
-"clicking below."
+msgid "There is no php snmp module installed, can't gather any informations."
 msgstr ""
 msgstr ""
-"Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и ÐµÑ\81Ñ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\84акÑ\81а. Ð\92Ñ\8b Ð¼Ð¾Ð¶ÐµÑ\82е Ñ\83далиÑ\82Ñ\8c Ð¸Ñ\85, Ñ\89елкнÑ\83в "
-"ниже."
+"Ð\9fÑ\80едÑ\83пÑ\80еждение: Ñ\84Ñ\83нкÑ\86иÑ\8f imap_getacl Ð½Ðµ Ñ\80еализована, Ð¸ Ð²Ñ\8b Ð½Ðµ Ñ\81можеÑ\82е Ð¼ÐµÐ½Ñ\8fÑ\82Ñ\8c "
+"пÑ\80ава Ð´Ð¾Ñ\81Ñ\82Ñ\83па Ðº Ð¾Ð±Ñ\89им Ð¿Ð°Ð¿ÐºÐ°Ð¼."
 
 
-#: plugins/admin/systems/class_servRepository.inc:133
-msgid "Add FAI repository extension."
-msgstr ""
+#: plugins/admin/systems/class_terminalInfo.inc:75
+#: plugins/admin/systems/class_terminalInfo.inc:169
+msgid "unknown status"
+msgstr "состояние неизвестно"
 
 
-#: plugins/admin/systems/class_servRepository.inc:134
+#: plugins/admin/systems/class_terminalInfo.inc:84
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr "Это виртуальный терминал без особых свойств."
+
+#: plugins/admin/systems/class_terminalInfo.inc:102
+msgid "online"
+msgstr "в сети"
+
+#: plugins/admin/systems/class_terminalInfo.inc:158
+msgid "running"
+msgstr "запущен"
+
+#: plugins/admin/systems/class_terminalInfo.inc:161
+msgid "not running"
+msgstr "не запущен"
+
+#: plugins/admin/systems/class_terminalInfo.inc:186
+msgid "offline"
+msgstr "не в сети"
+
+#: plugins/admin/systems/class_terminalService.inc:65
+#: plugins/admin/systems/class_workstationService.inc:87
+#: plugins/admin/systems/workstationService.tpl:121
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has FAI repository features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "unknown"
+msgstr "состояние неизвестно"
 
 
-#: plugins/admin/systems/class_servRepository.inc:178
+#: plugins/admin/systems/class_terminalService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:83
+#: plugins/personal/environment/class_environment.inc:204
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"You can't delete this release, it is still used by these workstations [%s]. "
-"Please solve this dependencies first, to keep data base consistency."
+"You have specified an external resolution hook which can't be read, please "
+"check the permission of the file '%s'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servRepository.inc:212
-#, php-format
+#: plugins/admin/systems/class_terminalService.inc:97
+#: plugins/admin/systems/class_terminalService.inc:98
+#: plugins/admin/systems/class_terminalService.inc:99
+#: plugins/admin/systems/class_terminalService.inc:100
+#: plugins/admin/systems/class_workstationService.inc:90
+#: plugins/admin/systems/class_workstationService.inc:91
+#: plugins/admin/systems/class_workstationService.inc:92
+#: plugins/admin/systems/class_workstationService.inc:93
+#, fuzzy
+msgid "bit"
+msgstr "запись"
+
+#: plugins/admin/systems/class_terminalService.inc:151
+msgid "default"
+msgstr "по умолчанию"
+
+#: plugins/admin/systems/class_terminalService.inc:152
+#: plugins/admin/systems/class_workstationService.inc:133
+msgid "show chooser"
+msgstr "показать окно входа в систему"
+
+#: plugins/admin/systems/class_terminalService.inc:153
+#: plugins/admin/systems/class_workstationService.inc:134
+msgid "direct"
+msgstr "напрямую"
+
+#: plugins/admin/systems/class_terminalService.inc:156
+#: plugins/admin/systems/class_workstationService.inc:137
+msgid "load balanced"
+msgstr "с выравниваем нагрузки"
+
+#: plugins/admin/systems/class_terminalService.inc:159
+#: plugins/admin/systems/class_workstationService.inc:140
+msgid "Windows RDP"
+msgstr "Windows RDP"
+
+#: plugins/admin/systems/class_terminalService.inc:160
+#: plugins/admin/systems/class_workstationService.inc:141
+msgid "ICA client"
+msgstr "Клиент ICA"
+
+#: plugins/admin/systems/class_terminalService.inc:190
+#: plugins/admin/systems/class_workstationService.inc:177
+#: plugins/admin/systems/class_workstationStartup.inc:827
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:244
+#: plugins/personal/posix/class_posixAccount.inc:200
+msgid "automatic"
+msgstr "автоматически"
+
+#: plugins/admin/systems/class_terminalService.inc:215
+#: plugins/admin/systems/class_workstationService.inc:199
+#, fuzzy
+msgid "Bit"
+msgstr "запись"
+
+#: plugins/admin/systems/class_terminalService.inc:306
+#: plugins/admin/systems/class_workstationService.inc:297
+#, fuzzy
+msgid "Choose the phone located at the current terminal"
+msgstr "Выбрать раздел, для хранения объекта"
+
+#: plugins/admin/systems/class_terminalService.inc:390
+#: plugins/admin/systems/class_terminalService.inc:395
+#: plugins/admin/systems/class_workstationService.inc:365
+#: plugins/admin/systems/class_workstationService.inc:370
+msgid "Please specify a valid VSync range."
+msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+
+#: plugins/admin/systems/class_terminalService.inc:405
+#: plugins/admin/systems/class_terminalService.inc:410
+#: plugins/admin/systems/class_workstationService.inc:380
+#: plugins/admin/systems/class_workstationService.inc:385
+msgid "Please specify a valid HSync range."
+msgstr "Пожалуйста, укажите корректную строчную синхронзацию."
+
+#: plugins/admin/systems/class_terminalService.inc:451
+#, fuzzy
+msgid "Saving terminal service information failed"
+msgstr "Информация об организации"
+
+#: plugins/admin/systems/class_terminalStartup.inc:88
+#: plugins/admin/systems/class_workstationStartup.inc:343
+#, fuzzy, php-format
 msgid ""
 msgid ""
-"Be careful editing this release, it is still used by these workstations [%s]."
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: plugins/admin/systems/class_servRepository.inc:286
-#: plugins/admin/systems/class_servRepository.inc:305
-#: plugins/admin/systems/class_servRepository.inc:309
-#: plugins/admin/systems/servRepositorySetup.tpl:33
+#: plugins/admin/systems/class_terminalStartup.inc:204
+#: plugins/admin/systems/class_workstationStartup.inc:640
+#: plugins/personal/environment/class_environment.inc:551
+#: plugins/personal/environment/class_environment.inc:564
 #, fuzzy
 #, fuzzy
-msgid "Sections"
-msgstr "Ð\94ейÑ\81Ñ\82вие"
+msgid "You must specify a valid mount point."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/systems/servRepository.tpl:6
+#: plugins/admin/systems/class_terminalStartup.inc:406
 #, fuzzy
 #, fuzzy
-msgid "List of configured repositories."
-msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
+msgid "Saving terminal startup settings failed"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/systems/servRepository.tpl:12
+#: plugins/admin/systems/class_winGeneric.inc:129
 #, fuzzy
 #, fuzzy
-msgid "Add repository"
-msgstr "Повторить"
-
-#: plugins/admin/systems/servRepository.tpl:31
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
+msgid "Removing Samba workstation failed"
+msgstr "Удалить учетную запись Samba"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:5
+#: plugins/admin/systems/class_winGeneric.inc:228
 #, fuzzy
 #, fuzzy
-msgid "Generic virus filtering"
-msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
+msgid "Saving Samba workstation failed"
+msgstr "Ð\9fÑ\80иложение"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:13
-#, fuzzy
-msgid "Database user"
-msgstr "Базы данных"
+#: plugins/admin/systems/class_workstationGeneric.inc:190
+msgid "This 'dn' has no workstation features."
+msgstr "Это DN не содержит атрибутоов рабочей станции."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:21
+#: plugins/admin/systems/class_workstationGeneric.inc:292
 #, fuzzy
 #, fuzzy
-msgid "Database mirror"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Removing workstation failed"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:29
-msgid "Http proxy URL"
-msgstr ""
+#: plugins/admin/systems/class_workstationGeneric.inc:349
+msgid "The required field 'Workstation name' is not set."
+msgstr "Обязательное поле 'Название рабочей станции' не заполнено."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:40
+#: plugins/admin/systems/class_workstationService.inc:428
 #, fuzzy
 #, fuzzy
-msgid "Select number of maximal threads"
-msgstr "Выбрать номера для добавления"
-
-#: plugins/admin/systems/goVirusServer.tpl:53
-msgid "Max directory recursions"
-msgstr ""
+msgid "Saving workstation services failed"
+msgstr "Дополнительные записи в fstab"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:70
-msgid "Enable debugging"
+#: plugins/admin/systems/class_workstationStartup.inc:447
+msgid ""
+"There are packages in your configuration, which can't be resolved with "
+"current server/release settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:76
-msgid "Enable mail scanning"
-msgstr ""
+#: plugins/admin/systems/class_workstationStartup.inc:492
+#, fuzzy
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Введите корректный номер телефона!"
 
 
-#: plugins/admin/systems/goVirusServer.tpl:85
-msgid "Archive scanning"
+#: plugins/admin/systems/class_workstationStartup.inc:552
+#, fuzzy
+msgid ""
+"There is already a profile in your selection that contain partition table "
+"configurations."
 msgstr ""
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: plugins/admin/systems/goVirusServer.tpl:99
-msgid "Enable scanning of archives"
+#: plugins/admin/systems/class_workstationStartup.inc:746
+msgid "Not available in current setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:105
-msgid "Block encrypted archives"
+#: plugins/admin/systems/class_workstationStartup.inc:898
+#, php-format
+msgid ""
+"Can't resolve one or more of the given FAIclass(es) [%s] in FAI server '%s'. "
+"Server was reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/goVirusServer.tpl:121
-msgid "Maximum recursion"
+#: plugins/admin/systems/class_workstationStartup.inc:911
+#, php-format
+msgid ""
+"Can't resolve the given FAIclass(es) [%s] anyway, please check your FAI "
+"configurations, possibly some classes where deleted or renamed. Server was "
+"reset to 'auto'."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:7
+#: plugins/admin/systems/class_workstationStartup.inc:1082
 #, fuzzy
 #, fuzzy
-msgid "Zone name"
-msgstr "Ð\9dазвание"
+msgid "Saving workstation startup settings failed"
+msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:13
-#, fuzzy
-msgid "Network address"
-msgstr "Сетевые устройства"
+#: plugins/admin/systems/class_workstationStartup.inc:1132
+#, fuzzy, php-format
+msgid ""
+"Can't execute specified REPOSITORY_HOOK '%s' please check your gosa.conf."
+msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:24
+#: plugins/admin/systems/component.tpl:6
+#: plugins/personal/environment/hotplugDialogNew.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Zone records"
-msgstr "Ð\9aаÑ\82алог"
+msgid "Device name"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:27
-msgid "Can't be edited because the zone wasn't saved right now."
+#: plugins/admin/systems/component.tpl:15 plugins/admin/systems/phone.tpl:15
+#: plugins/admin/systems/printer.tpl:22 plugins/admin/systems/server.tpl:17
+#: plugins/admin/systems/terminal.tpl:19
+#: plugins/admin/systems/wingeneric.tpl:15
+#: plugins/admin/systems/workstation.tpl:25
+msgid "Choose subtree to place terminal in"
+msgstr "Выберите ветку терминала"
+
+#: plugins/admin/systems/gencd.tpl:2
+msgid "CD-Install-Image generation"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:39
-#, fuzzy
-msgid "SOA record"
-msgstr "Каталог"
+#: plugins/admin/systems/gencd.tpl:5
+msgid ""
+"This option enables you to generate FAI install CD images for the selected "
+"workstation. The procedure may take about 10 minutes to complete, so please "
+"be patient after pressing the 'Create ISO-Image' button."
+msgstr ""
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:45
+#: plugins/admin/systems/gencd.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "Primary dns server for this zone"
-msgstr "Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81 Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð¾Ð±Ñ\89ей Ð¿Ð°Ð¿ÐºÐ¸"
+msgid "Create ISO-Image"
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:57
-msgid "Serial number (automatically incremented)"
+#: plugins/admin/systems/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdnseditzone.tpl:73
-#: plugins/admin/ogroups/phonequeue.tpl:67
-#: ihtml/themes/altlinux/setup_finish.tpl:31
-#: ihtml/themes/default/setup_finish.tpl:31
-msgid "Retry"
-msgstr "Повторить"
-
-#: plugins/admin/systems/servdnseditzone.tpl:79
+#: plugins/admin/systems/glpi.tpl:9
+#: plugins/admin/systems/SelectDeviceType.tpl:20
 #, fuzzy
 #, fuzzy
-msgid "Expire"
-msgstr "ЭкÑ\81поÑ\80Ñ\82"
+msgid "System type"
+msgstr "СиÑ\81Ñ\82емÑ\8b"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:100
+#: plugins/admin/systems/glpi.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "MxRecords"
-msgstr "Ð\9aаÑ\82алог"
+msgid "Operating system"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/servdnseditzone.tpl:112
-#, fuzzy
-msgid "Global zone records"
-msgstr "Каталог"
+#: plugins/admin/systems/glpi.tpl:29 plugins/admin/systems/glpi_devices.tpl:24
+#: plugins/admin/systems/glpi_devices.tpl:123
+#: plugins/admin/systems/glpi_devices.tpl:164
+#: plugins/admin/systems/glpi_devices.tpl:219
+#: plugins/admin/systems/glpi_devices.tpl:275
+#: plugins/admin/systems/glpi_devices.tpl:333
+#: plugins/admin/systems/glpi_devices.tpl:397
+#: plugins/admin/systems/glpi_devices.tpl:469
+#: plugins/admin/systems/glpi_devices.tpl:533
+#: plugins/admin/systems/glpi_devices.tpl:580
+#: plugins/admin/systems/glpi_devices.tpl:633
+#: plugins/admin/systems/glpi_devices.tpl:687
+#: plugins/admin/systems/glpi_devices.tpl:733
+#: plugins/admin/systems/glpiPrinter.tpl:19
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:47
+msgid "Manufacturer"
+msgstr ""
 
 
-#: plugins/admin/systems/class_winGeneric.inc:132
+#: plugins/admin/systems/glpi.tpl:40 plugins/admin/systems/glpiPrinter.tpl:66
 #, fuzzy
 #, fuzzy
-msgid "Removing Samba workstation failed"
-msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Samba"
+msgid "Contacts"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: plugins/admin/systems/class_winGeneric.inc:231
+#: plugins/admin/systems/glpi.tpl:44 plugins/admin/systems/glpiPrinter.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "Saving Samba workstation failed"
-msgstr "Ð\9fÑ\80иложение"
+msgid "Contact person"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:140
-#, fuzzy
-msgid "use"
-msgstr "Мышь"
+#: plugins/admin/systems/glpi.tpl:52 plugins/admin/systems/glpiPrinter.tpl:69
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:57
+msgid "Technical responsible"
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:160
-#: plugins/admin/systems/class_baseSelectDialog.inc:26
-#: include/class_MultiSelectWindow.inc:188
+#: plugins/admin/systems/glpi.tpl:63
+#: plugins/admin/systems/glpi_devices.tpl:112
+#: plugins/admin/systems/glpi_devices.tpl:153
+#: plugins/admin/systems/glpi_devices.tpl:208
+#: plugins/admin/systems/glpi_devices.tpl:264
+#: plugins/admin/systems/glpi_devices.tpl:322
+#: plugins/admin/systems/glpi_devices.tpl:386
+#: plugins/admin/systems/glpi_devices.tpl:458
+#: plugins/admin/systems/glpi_devices.tpl:522
+#: plugins/admin/systems/glpi_devices.tpl:569
+#: plugins/admin/systems/glpi_devices.tpl:622
+#: plugins/admin/systems/glpi_devices.tpl:676
+#: plugins/admin/systems/glpi_devices.tpl:722
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:18
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Go to root department"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð´Ñ\80азделений"
+msgid "Comment"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:162
-#: plugins/admin/systems/class_baseSelectDialog.inc:28
-#: include/class_MultiSelectWindow.inc:196
+#: plugins/admin/systems/glpi.tpl:78
 #, fuzzy
 #, fuzzy
-msgid "Go up one department"
-msgstr "Ð\9fодÑ\80азделение"
+msgid "Installed devices"
+msgstr "Ð\9aлиенÑ\82Ñ\81кие Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
+#: plugins/admin/systems/glpi.tpl:90
 #, fuzzy
 #, fuzzy
-msgid "Go to users department"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\80азделение"
+msgid "Trading"
+msgstr "Ð\97аÑ\82енение"
 
 
-#: plugins/admin/systems/class_glpiSelectUser.inc:164
-#: plugins/admin/systems/class_baseSelectDialog.inc:30
-#: include/class_MultiSelectWindow.inc:204
-#: include/class_MultiSelectWindow.inc:206
+#: plugins/admin/systems/glpi.tpl:91
 #, fuzzy
 #, fuzzy
-msgid "Home"
-msgstr "Имя системы"
-
-#: plugins/admin/systems/class_glpiSelectUser.inc:165
-#: plugins/admin/systems/class_baseSelectDialog.inc:31
-#: include/class_MultiSelectWindow.inc:211
-msgid "Reload list"
-msgstr ""
-
-#: plugins/admin/systems/glpiSelectUser.tpl:23
-msgid ""
-"This dialog allows you to select a user as technical responsible person."
-msgstr ""
+msgid "Software"
+msgstr "Адм. единица"
 
 
-#: plugins/admin/systems/class_terminalService.inc:156
-msgid "default"
-msgstr "по умолчанию"
+#: plugins/admin/systems/glpi.tpl:92
+#, fuzzy
+msgid "Contracts"
+msgstr "Контакт"
 
 
-#: plugins/admin/systems/class_terminalService.inc:456
+#: plugins/admin/systems/glpi.tpl:95 plugins/admin/systems/glpiPrinter.tpl:88
 #, fuzzy
 #, fuzzy
-msgid "Saving terminal service information failed"
-msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f Ð¾Ð± Ð¾Ñ\80ганизаÑ\86ии"
+msgid "Attachments"
+msgstr "подÑ\80азделениÑ\8f"
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 #, fuzzy
 
 #: plugins/admin/systems/glpi_devices.tpl:2
 #, fuzzy
@@ -10219,8 +9929,8 @@ msgid "Add/Edit monitor"
 msgstr "Редактиовать объект"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
 msgstr "Редактиовать объект"
 
 #: plugins/admin/systems/glpi_devices.tpl:17
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
 #: plugins/admin/systems/glpiManufacturerAdd.tpl:53
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:22
 #, fuzzy
 msgid "Comments"
 msgstr "Контакт"
 #, fuzzy
 msgid "Comments"
 msgstr "Контакт"
@@ -10273,6 +9983,12 @@ msgstr ""
 msgid "BNC"
 msgstr ""
 
 msgid "BNC"
 msgstr ""
 
+#: plugins/admin/systems/glpi_devices.tpl:76
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "Serial number"
+msgstr "Терминал"
+
 #: plugins/admin/systems/glpi_devices.tpl:83
 #, fuzzy
 msgid "Additional serial number"
 #: plugins/admin/systems/glpi_devices.tpl:83
 #, fuzzy
 msgid "Additional serial number"
@@ -10291,439 +10007,659 @@ msgstr ""
 msgid "Atx"
 msgstr ""
 
 msgid "Atx"
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:181
+#: plugins/admin/systems/glpi_devices.tpl:181
+#, fuzzy
+msgid "Power"
+msgstr "Порт"
+
+#: plugins/admin/systems/glpi_devices.tpl:193
+msgid "Add/Edit graphic card"
+msgstr ""
+
+#: plugins/admin/systems/glpi_devices.tpl:228
+#: plugins/admin/systems/glpi_devices.tpl:284
+#: plugins/admin/systems/glpi_devices.tpl:349
+msgid "Interface"
+msgstr ""
+
+#: plugins/admin/systems/glpi_devices.tpl:237
+#, fuzzy
+msgid "Ram"
+msgstr "Имя сервера"
+
+#: plugins/admin/systems/glpi_devices.tpl:249
+#, fuzzy
+msgid "Add/Edit controller"
+msgstr "Номер телефона"
+
+#: plugins/admin/systems/glpi_devices.tpl:307
+msgid "Add/Edit drive"
+msgstr ""
+
+#: plugins/admin/systems/glpi_devices.tpl:342
+#, fuzzy
+msgid "Speed"
+msgstr "Пол"
+
+#: plugins/admin/systems/glpi_devices.tpl:358
+#, fuzzy
+msgid "Writeable"
+msgstr "запись"
+
+#: plugins/admin/systems/glpi_devices.tpl:371
+#, fuzzy
+msgid "Add/Edit harddisk"
+msgstr "Сервер"
+
+#: plugins/admin/systems/glpi_devices.tpl:406
+msgid "Rpm"
+msgstr ""
+
+#: plugins/admin/systems/glpi_devices.tpl:413
+#, fuzzy
+msgid "Cache"
+msgstr "Отмена"
+
+#: plugins/admin/systems/glpi_devices.tpl:443
+#, fuzzy
+msgid "Add/Edit memory"
+msgstr "Редактиовать объект"
+
+#: plugins/admin/systems/glpi_devices.tpl:478
+#, fuzzy
+msgid "Frequenz"
+msgstr "Номер телефона"
+
+#: plugins/admin/systems/glpi_devices.tpl:507
+#, fuzzy
+msgid "Add/Edit sound card"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/glpi_devices.tpl:553
+#, fuzzy
+msgid "Add/Edit network interface"
+msgstr "Сетевой принтер"
+
+#: plugins/admin/systems/glpi_devices.tpl:589
+#, fuzzy
+msgid "MAC address"
+msgstr "MAC-адрес"
+
+#: plugins/admin/systems/glpi_devices.tpl:596
+#: plugins/personal/connectivity/pureftpd.tpl:15
+msgid "Bandwidth"
+msgstr "Пропускная способность"
+
+#: plugins/admin/systems/glpi_devices.tpl:607
+#, fuzzy
+msgid "Add/Edit processor"
+msgstr "Новый пароль"
+
+#: plugins/admin/systems/glpi_devices.tpl:642
+#, fuzzy
+msgid "Frequence"
+msgstr "Номер телефона"
+
+#: plugins/admin/systems/glpi_devices.tpl:649
+#, fuzzy
+msgid "Default frequence"
+msgstr "По умолчанию"
+
+#: plugins/admin/systems/glpi_devices.tpl:661
+#, fuzzy
+msgid "Add/Edit motherboard"
+msgstr "Клавиатура"
+
+#: plugins/admin/systems/glpi_devices.tpl:696
+#, fuzzy
+msgid "Chipset"
+msgstr "сброс"
+
+#: plugins/admin/systems/glpi_devices.tpl:707
+#, fuzzy
+msgid "Add/Edit computer case"
+msgstr "не полный"
+
+#: plugins/admin/systems/glpi_devices.tpl:742
+#, fuzzy
+msgid "format"
+msgstr "Порт"
+
+#: plugins/admin/systems/glpi_edit_cartridge_type.tpl:7
+#: plugins/admin/systems/glpi_edit_os.tpl:9
+#: plugins/admin/systems/glpi_edit_os.tpl:28
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:8
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:29
+#: plugins/admin/systems/glpi_edit_type.tpl:9
+#: plugins/admin/systems/glpi_edit_type.tpl:28
+#, fuzzy
+msgid "Rename"
+msgstr "Имя сервера"
+
+#: plugins/admin/systems/glpi_edit_os.tpl:1
+msgid "Manage OS-types"
+msgstr ""
+
+#: plugins/admin/systems/glpi_edit_os.tpl:24
+#: plugins/admin/systems/glpi_edit_printer_type.tpl:25
+#: plugins/admin/systems/glpi_edit_type.tpl:24
+#, fuzzy
+msgid "Please enter a new name"
+msgstr "Введите адрес сервера"
+
+#: plugins/admin/systems/glpi_edit_type.tpl:1
+#, fuzzy
+msgid "Manage System-types"
+msgstr "Системы"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:2
+#, fuzzy
+msgid "Attachment"
+msgstr "подразделения"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:38
+#: plugins/gofax/faxreports/contents.tpl:32
+#: plugins/gofax/faxreports/detail.tpl:45
+#: plugins/gofon/fonreports/contents.tpl:35
+#: plugins/personal/posix/generic.tpl:29
+msgid "Status"
+msgstr "Состояние"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:46
+#, fuzzy
+msgid "Filename"
+msgstr "Имя сервера"
+
+#: plugins/admin/systems/glpiAttachmentEdit.tpl:54
+#, fuzzy
+msgid "Mime-type"
+msgstr "Тип"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:6
+#, fuzzy
+msgid "List of attachments"
+msgstr "Список подразделений"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:23
+msgid ""
+"This dialog allow you to attach additional objects (like manuals, guides, "
+"etc.)  to your currently edited computer."
+msgstr ""
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:35
+#, fuzzy
+msgid "Display attachments matching"
+msgstr "Шаблон для подразделений"
+
+#: plugins/admin/systems/glpiAttachmentPool.tpl:37
+#, fuzzy
+msgid "Regular expression for matching attachment names"
+msgstr "Регулярное выражение, соответствующее именам подразделений"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:6
+#, fuzzy
+msgid "List of devices"
+msgstr "Список пользователей"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:23
+msgid ""
+"This dialog allows you to attach a device to your currently edited computer."
+msgstr ""
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:35
+#, fuzzy
+msgid "Display devices matching"
+msgstr "Показать подходяшие адреса"
+
+#: plugins/admin/systems/glpiDeviceManagement.tpl:37
+#, fuzzy
+msgid "Regular expression for matching device names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
+
+#: plugins/admin/systems/glpiManufacturer.tpl:1
+#, fuzzy
+msgid "Manage manufacturers"
+msgstr "Редактиовать объект"
+
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+#, fuzzy
+msgid "Add/Edit manufacturer"
+msgstr "Редактиовать объект"
+
+#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+#, fuzzy
+msgid "Website"
+msgstr "запись"
+
+#: plugins/admin/systems/glpiPrinter.tpl:9
+#, fuzzy
+msgid "Printer type"
+msgstr "Имя принтера"
+
+#: plugins/admin/systems/glpiPrinter.tpl:31
+#, fuzzy
+msgid "Supported interfaces"
+msgstr "Сетевой принтер"
+
+#: plugins/admin/systems/glpiPrinter.tpl:38
+#, fuzzy
+msgid "Serial"
+msgstr "терминалы"
+
+#: plugins/admin/systems/glpiPrinter.tpl:46
+#, fuzzy
+msgid "Parallel"
+msgstr "Переменная"
+
+#: plugins/admin/systems/glpiPrinter.tpl:54
+msgid "USB"
+msgstr ""
+
+#: plugins/admin/systems/glpiPrinter.tpl:114
 #, fuzzy
 #, fuzzy
-msgid "Power"
-msgstr "Ð\9fоÑ\80Ñ\82"
+msgid "Installed cartridges"
+msgstr "Ð\9aлиенÑ\82Ñ\81кие Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:193
-msgid "Add/Edit graphic card"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
+msgid "List of available cartridge type for this type of printer"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:228
-#: plugins/admin/systems/glpi_devices.tpl:284
-#: plugins/admin/systems/glpi_devices.tpl:349
-msgid "Interface"
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
+msgid ""
+"This dialog allows you to create new types of cartridges, and select one or "
+"more types for your printer. Cartridge types depends on the printer type you "
+"have selected. For each selected cartridge type there will be a new "
+"cartridge created, this allows you to select the same cartridge type for "
+"more then one printer."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:237
-#, fuzzy
-msgid "Ram"
-msgstr "Имя сервера"
-
-#: plugins/admin/systems/glpi_devices.tpl:249
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "Add/Edit controller"
-msgstr "Номер телефона"
-
-#: plugins/admin/systems/glpi_devices.tpl:307
-msgid "Add/Edit drive"
-msgstr ""
+msgid "Display cartridge types matching"
+msgstr "Показать совпадения номеров"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:342
+#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
 #, fuzzy
 #, fuzzy
-msgid "Speed"
-msgstr "Ð\9fол"
+msgid "Regular expression for matching cartridge types"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение Ð´Ð»Ñ\8f Ð¿Ð¾Ð¸Ñ\81ка Ð°Ð´Ñ\80еÑ\81а"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:358
+#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
 #, fuzzy
 #, fuzzy
-msgid "Writeable"
-msgstr "запиÑ\81Ñ\8c"
+msgid "Reference"
+msgstr "СÑ\81Ñ\8bлки"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:371
-#, fuzzy
-msgid "Add/Edit harddisk"
-msgstr "Сервер"
+#: plugins/admin/systems/glpiSelectUser.tpl:6
+#: plugins/admin/users/class_divListUsers.inc:35
+#: plugins/admin/users/class_divListUsers.inc:36
+msgid "List of users"
+msgstr "Список пользователей"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:406
-msgid "Rpm"
+#: plugins/admin/systems/glpiSelectUser.tpl:23
+msgid ""
+"This dialog allows you to select a user as technical responsible person."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/glpi_devices.tpl:413
+#: plugins/admin/systems/goSpamServer.tpl:8
 #, fuzzy
 #, fuzzy
-msgid "Cache"
-msgstr "Ð\9eÑ\82мена"
+msgid "Rewrite header"
+msgstr "Ð\9eÑ\82пÑ\80авиÑ\82елÑ\8c"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:443
-#, fuzzy
-msgid "Add/Edit memory"
-msgstr "Редактиовать объект"
+#: plugins/admin/systems/goSpamServer.tpl:16
+msgid "Required score"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:478
-#, fuzzy
-msgid "Frequenz"
-msgstr "Номер телефона"
+#: plugins/admin/systems/goSpamServer.tpl:19
+msgid "Select required score to tag mail as spam"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:507
-#, fuzzy
-msgid "Add/Edit sound card"
-msgstr "Новый пароль"
+#: plugins/admin/systems/goSpamServer.tpl:56
+msgid "Enable use of bayes filtering"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:553
-#, fuzzy
-msgid "Add/Edit network interface"
-msgstr "Сетевой принтер"
+#: plugins/admin/systems/goSpamServer.tpl:57
+msgid "Enable bayes auto learning"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:589
-#, fuzzy
-msgid "MAC address"
-msgstr "MAC-адрес"
+#: plugins/admin/systems/goSpamServer.tpl:58
+msgid "Enable RBL checks"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:607
-#, fuzzy
-msgid "Add/Edit processor"
-msgstr "Новый пароль"
+#: plugins/admin/systems/goSpamServer.tpl:67
+msgid "Enable use of Razor"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:642
-#, fuzzy
-msgid "Frequence"
-msgstr "Номер телефона"
+#: plugins/admin/systems/goSpamServer.tpl:68
+msgid "Enable use of DDC"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:649
-#, fuzzy
-msgid "Default frequence"
-msgstr "По умолчанию"
+#: plugins/admin/systems/goSpamServer.tpl:69
+msgid "Enable use of Pyzer"
+msgstr ""
 
 
-#: plugins/admin/systems/glpi_devices.tpl:661
+#: plugins/admin/systems/goSpamServerRule.tpl:14
 #, fuzzy
 #, fuzzy
-msgid "Add/Edit motherboard"
-msgstr "Ð\9aлавиаÑ\82Ñ\83Ñ\80а"
+msgid "Rule"
+msgstr "РолÑ\8c"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:696
+#: plugins/admin/systems/goVirusServer.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "Chipset"
-msgstr "сброс"
+msgid "Generic virus filtering"
+msgstr "Общая информация о пользователе"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:707
+#: plugins/admin/systems/goVirusServer.tpl:13
 #, fuzzy
 #, fuzzy
-msgid "Add/Edit computer case"
-msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
+msgid "Database user"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/admin/systems/glpi_devices.tpl:742
+#: plugins/admin/systems/goVirusServer.tpl:21
 #, fuzzy
 #, fuzzy
-msgid "format"
-msgstr "Порт"
+msgid "Database mirror"
+msgstr "Базы данных"
+
+#: plugins/admin/systems/goVirusServer.tpl:29
+msgid "Http proxy URL"
+msgstr ""
 
 
-#: plugins/admin/systems/class_terminalStartup.inc:411
+#: plugins/admin/systems/goVirusServer.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "Saving terminal startup settings failed"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еля"
+msgid "Select number of maximal threads"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸я"
 
 
-#: plugins/admin/systems/class_servService.inc:108
-#, php-format
-msgid "The share can't be removed since it is still used by %d users:"
+#: plugins/admin/systems/goVirusServer.tpl:53
+msgid "Max directory recursions"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:113
-msgid "Please correct the share-/profile settings of these users"
+#: plugins/admin/systems/goVirusServer.tpl:70
+msgid "Enable debugging"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:341
-msgid "Terminal server, must have fontpath specified."
+#: plugins/admin/systems/goVirusServer.tpl:76
+msgid "Enable mail scanning"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servService.inc:400
-#, fuzzy
-msgid "Saving server service object failed"
-msgstr "Атрибуты UNIX"
-
-#: plugins/admin/systems/class_servService.inc:431
-#, fuzzy
-msgid "Creating mount container failed"
-msgstr "Объект группы"
+#: plugins/admin/systems/goVirusServer.tpl:85
+msgid "Archive scanning"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:445
-#, fuzzy
-msgid "Removing mount container failed"
-msgstr "Удалить настройки эл. почты"
+#: plugins/admin/systems/goVirusServer.tpl:99
+msgid "Enable scanning of archives"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servService.inc:457
-#, fuzzy
-msgid "Saving mount container failed"
-msgstr "Удалить настройки эл. почты"
+#: plugins/admin/systems/goVirusServer.tpl:105
+msgid "Block encrypted archives"
+msgstr ""
 
 
-#: plugins/admin/systems/servRepositorySetup.tpl:8
-#, fuzzy
-msgid "Parent server"
-msgstr "Служба печати"
+#: plugins/admin/systems/goVirusServer.tpl:121
+msgid "Maximum recursion"
+msgstr ""
 
 
-#: plugins/admin/systems/servservice.tpl:37
-#, fuzzy
-msgid "Time Service"
-msgstr "Сервисы"
+#: plugins/admin/systems/info.tpl:1
+msgid "System information"
+msgstr "Системная информация"
 
 
-#: plugins/admin/systems/servservice.tpl:61
-#, fuzzy
-msgid "LDAP Service"
-msgstr "LDAP-сервер"
+#: plugins/admin/systems/info.tpl:7
+msgid "CPU"
+msgstr "Процессор"
 
 
-#: plugins/admin/systems/servservice.tpl:70
-#, fuzzy
-msgid "Terminal Service"
-msgstr "Терминальный сервер"
+#: plugins/admin/systems/info.tpl:10
+msgid "Memory"
+msgstr "Память"
 
 
-#: plugins/admin/systems/servservice.tpl:75
-#, fuzzy
-msgid "Temporary disable login"
-msgstr "Временно отключить использование факса"
+#: plugins/admin/systems/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC-адрес"
 
 
-#: plugins/admin/systems/servservice.tpl:78
-#, fuzzy
-msgid "Font path"
-msgstr "Контакт"
+#: plugins/admin/systems/info.tpl:16
+msgid "USB support"
+msgstr "Поддержка USB"
 
 
-#: plugins/admin/systems/servservice.tpl:91
-#, fuzzy
-msgid "Syslog Service"
-msgstr "Сервер системных журналов"
+#: plugins/admin/systems/info.tpl:19 plugins/admin/systems/info.tpl:87
+msgid "System status"
+msgstr "Состояние системы"
 
 
-#: plugins/admin/systems/servservice.tpl:99
+#: plugins/admin/systems/info.tpl:23
 #, fuzzy
 #, fuzzy
-msgid "Print Service"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+msgid "Inventory number"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/servservice.tpl:107
-#, fuzzy
-msgid "Mail server"
-msgstr "Сервер"
+#: plugins/admin/systems/info.tpl:27
+msgid "Last login"
+msgstr "Последний вход в систему"
 
 
-#: plugins/admin/systems/glpi_edit_os.tpl:1
-msgid "Manage OS-types"
-msgstr ""
+#: plugins/admin/systems/info.tpl:38
+msgid "Network devices"
+msgstr "Сетевые устройства"
 
 
-#: plugins/admin/systems/goSpamServerRule.tpl:14
-#, fuzzy
-msgid "Rule"
-msgstr "Роль"
+#: plugins/admin/systems/info.tpl:47
+msgid "IDE devices"
+msgstr "Устройства IDE"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:6
-msgid "List of available cartridge type for this type of printer"
-msgstr ""
+#: plugins/admin/systems/info.tpl:56
+msgid "SCSI devices"
+msgstr "Устройства SCSI"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:23
-msgid ""
-"This dialog allows you to create new types of cartridges, and select one or "
-"more types for your printer. Cartridge types depends on the printer type you "
-"have selected. For each selected cartridge type there will be a new "
-"cartridge created, this allows you to select the same cartridge type for "
-"more then one printer."
-msgstr ""
+#: plugins/admin/systems/info.tpl:64
+msgid "Floppy device"
+msgstr "Дисковод"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:35
-#, fuzzy
-msgid "Display cartridge types matching"
-msgstr "Показать совпадения номеров"
+#: plugins/admin/systems/info.tpl:68
+msgid "CDROM device"
+msgstr "Привод CDROM"
 
 
-#: plugins/admin/systems/glpiPrinterCartridges.tpl:37
-#, fuzzy
-msgid "Regular expression for matching cartridge types"
-msgstr "Регулярное выражение для поиска адреса"
+#: plugins/admin/systems/info.tpl:73
+#: plugins/admin/systems/terminalService.tpl:83
+#: plugins/admin/systems/workstationService.tpl:83
+msgid "Graphic device"
+msgstr "Видеокарта"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:105
-msgid "text"
-msgstr "текст"
+#: plugins/admin/systems/info.tpl:77
+msgid "Audio device"
+msgstr "Звуковая карта"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:106
-msgid "graphic"
-msgstr "гÑ\80аÑ\84ика"
+#: plugins/admin/systems/info.tpl:93
+msgid "Up since"
+msgstr "РабоÑ\82аеÑ\82 Ñ\81"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:178
-msgid "No WAKECMD definition found in your gosa.conf"
-msgstr "Ð\9eпÑ\80еделение WAKECMD Ð² Ð²Ð°Ñ\88ем Ñ\84айле gosa.conf Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
+#: plugins/admin/systems/info.tpl:96
+msgid "CPU load"
+msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:190
-msgid "No REBOOTCMD definition found in your gosa.conf"
-msgstr "Ð\9eпÑ\80еделение REBOOTCMD Ð² Ð²Ð°Ñ\88ем Ñ\84айле gosa.conf Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
+#: plugins/admin/systems/info.tpl:99
+msgid "Memory usage"
+msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð°Ð¼Ñ\8fÑ\82и"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:202
-msgid "No HALTCMD definition found in your gosa.conf"
-msgstr "Ð\9eпÑ\80еделение HALTCMD Ð² Ð²Ð°Ñ\88ем Ñ\84айле gosa.conf Ð½Ðµ Ð½Ð°Ð¹Ð´ÐµÐ½Ð¾"
+#: plugins/admin/systems/info.tpl:102
+msgid "Swap usage"
+msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:329
-#, fuzzy
-msgid "Removing terminal failed"
-msgstr "Показать подразделения"
+#: plugins/admin/systems/info.tpl:116
+msgid "SSH service"
+msgstr "Служба SSH"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:389
-msgid "You have no permissions to create a terminal on this 'Base'."
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ñ\82еÑ\80минала Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
+#: plugins/admin/systems/info.tpl:119
+msgid "Print service"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:393
-msgid "The required field 'Terminal name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ 'Ð\9dазвание Ñ\82еÑ\80минала' Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+#: plugins/admin/systems/info.tpl:122
+msgid "Scan service"
+msgstr "СканеÑ\80"
 
 
-#: plugins/admin/systems/class_terminalGeneric.inc:508
-#, fuzzy
-msgid "Saving terminal failed"
-msgstr "Показать подразделения"
+#: plugins/admin/systems/info.tpl:125
+msgid "Sound service"
+msgstr "Звук"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:1
-#, fuzzy
-msgid "Printer driver"
-msgstr "Устройство печати"
+#: plugins/admin/systems/info.tpl:128
+msgid "GUI"
+msgstr "Графический интерфейс"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:6
-#, fuzzy
-msgid "Select"
-msgstr "Удалить"
+#: plugins/admin/systems/main.inc:45 plugins/admin/systems/main.inc:47
+msgid "System management"
+msgstr "Управление системами"
 
 
-#: plugins/admin/systems/printerPPDDialog.tpl:9
+#: plugins/admin/systems/network.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "New driver"
-msgstr "СеÑ\80веÑ\80"
+msgid "Network\tsettings"
+msgstr "СеÑ\82евÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:93
-#, php-format
-msgid "Internal Error can't create device of type '%s'"
-msgstr ""
+#: plugins/admin/systems/network.tpl:9
+msgid "IP-address"
+msgstr "IP-адрес"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:113
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:115
-#, fuzzy, php-format
-msgid "You're about to delete the glpi device '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
+#: plugins/admin/systems/network.tpl:13
+msgid "MAC-address"
+msgstr "MAC-адрес"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:117
-msgid "Can't detect object name."
+#: plugins/admin/systems/network.tpl:19
+msgid "Autodetect"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:138
-#, php-format
-msgid ""
-"You can't delete this device, it is still in use by these system(s) '%s'"
+#: plugins/admin/systems/network.tpl:42
+msgid "Enable DNS for this device"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:187
+#: plugins/admin/systems/network.tpl:43
+#: plugins/admin/systems/servdnseditzone.tpl:67
+#: plugins/gofon/phoneaccount/generic.tpl:76
 #, fuzzy
 #, fuzzy
-msgid "devices"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Refresh"
+msgstr "СÑ\81Ñ\8bлки"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:227
+#: plugins/admin/systems/network.tpl:51
 #, fuzzy
 #, fuzzy
-msgid "New mainbord"
-msgstr "Новый пароль"
+msgid "Zone"
+msgstr "телефоны"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:229
+#: plugins/admin/systems/network.tpl:64
 #, fuzzy
 #, fuzzy
-msgid "New processor"
-msgstr "Ð\9dовÑ\8bй Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Dns records"
+msgstr "Ð\9aаÑ\82алог"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
+#: plugins/admin/systems/password.tpl:2
 #, fuzzy
 #, fuzzy
-msgid "New case"
-msgstr "пользователи"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:231
-msgid "C"
+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_glpiDeviceManagement.inc:233
-#, fuzzy
-msgid "New network interface"
-msgstr "Сетевой принтер"
+#: plugins/admin/systems/password.tpl:5
+msgid "Leave fields blank for password inheritance from default entries."
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:233
-#, fuzzy
-msgid "NI"
-msgstr "Unix"
+#: plugins/admin/systems/password.tpl:9
+msgid "Changing the password impinges on authentification only."
+msgstr "Изменение пароля влияет только на аутентификацию в системе."
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-#, fuzzy
-msgid "New ram"
-msgstr "пользователи"
+#: plugins/admin/systems/password.tpl:14 plugins/admin/users/password.tpl:11
+#: plugins/personal/generic/password.tpl:7
+#: plugins/personal/password/password.tpl:16
+msgid "New password"
+msgstr "Новый пароль"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:235
-msgid "R"
-msgstr ""
+#: plugins/admin/systems/password.tpl:19 plugins/admin/users/password.tpl:15
+#: plugins/personal/generic/password.tpl:11
+#: plugins/personal/password/password.tpl:21
+msgid "Repeat new password"
+msgstr "Подтверждение"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-#, fuzzy
-msgid "New hard disk"
-msgstr "Сервер"
+#: plugins/admin/systems/password.tpl:28 plugins/admin/users/password.tpl:21
+#: plugins/personal/generic/password.tpl:17
+#: plugins/personal/password/password.tpl:30
+msgid "Set password"
+msgstr "Изменить пароль"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:237
-msgid "HDD"
-msgstr ""
+#: plugins/admin/systems/phone.tpl:6
+msgid "Phone name"
+msgstr "Название"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
+#: plugins/admin/systems/phonesettings.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "New drive"
-msgstr "СеÑ\80веÑ\80"
+msgid "Advanced phone settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:239
+#: plugins/admin/systems/phonesettings.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "D"
-msgstr "UID"
+msgid "Phone type"
+msgstr "Название"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
+#: 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
 #, fuzzy
-msgid "New controller"
-msgstr "Номер телефона"
-
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:241
-msgid "CS"
-msgstr ""
+msgid "Choose a phone type"
+msgstr "Выберите тип мыши"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "New graphics card"
+#: plugins/admin/systems/phonesettings.tpl:10
+msgid "refresh"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:243
-msgid "GC"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:32
+#, fuzzy
+msgid "DTMF mode"
+msgstr "Режим"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
+#: plugins/admin/systems/phonesettings.tpl:46
+#: plugins/admin/systems/phonesettings.tpl:85
 #, fuzzy
 #, fuzzy
-msgid "New sound card"
-msgstr "Ð\9dовÑ\8bй Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Default IP"
+msgstr "по Ñ\83молÑ\87аниÑ\8e"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:245
-msgid "SC"
+#: plugins/admin/systems/phonesettings.tpl:56
+#: plugins/admin/systems/phonesettings.tpl:93
+msgid "Response timeout"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "New power supply"
-msgstr ""
+#: plugins/admin/systems/phonesettings.tpl:75
+#, fuzzy
+msgid "Modus"
+msgstr "Мышь"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:247
-msgid "PS"
+#: plugins/admin/systems/phonesettings.tpl:106
+msgid "Authtype"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
+#: plugins/admin/systems/phonesettings.tpl:116
 #, fuzzy
 #, fuzzy
-msgid "New misc device"
-msgstr "Сетевые устройства"
+msgid "Secret"
+msgstr "Улица"
+
+#: plugins/admin/systems/phonesettings.tpl:124
+msgid "GoFonInkeys"
+msgstr ""
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:249
-msgid "OC"
+#: plugins/admin/systems/phonesettings.tpl:132
+msgid "GoFonOutKeys"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:347
+#: plugins/admin/systems/phonesettings.tpl:145
 #, fuzzy
 #, fuzzy
-msgid "You have to specify a valid name for this device."
-msgstr "Укажите корректный номер телефона."
+msgid "Account code"
+msgstr "Учетная запись"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:367
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:370
+#: plugins/admin/systems/phonesettings.tpl:153
 #, fuzzy
 #, fuzzy
-msgid "This device name is already in use."
-msgstr "Указанное Ð¸Ð¼Ñ\8f Ñ\83же Ð¸Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f."
+msgid "Trunk lines"
+msgstr "Тонкие ÐºÐ»Ð¸ÐµÐ½Ñ\82Ñ\8b"
 
 
-#: plugins/admin/systems/class_glpiDeviceManagement.inc:406
-#, fuzzy
-msgid "Other"
-msgstr "Фильтры"
+#: plugins/admin/systems/phonesettings.tpl:168
+msgid "Hosts that are allowed to connect"
+msgstr ""
 
 
-#: plugins/admin/systems/remove_glpi.tpl:10
+#: plugins/admin/systems/phonesettings.tpl:183
 #, fuzzy
 #, fuzzy
-msgid ""
-"Best thing to do before performing this action would be to save the current "
-"contents of your MySql database in a file. So - if you've done so - press "
-"'Delete' to continue or 'Cancel' to abort."
+msgid "Hosts that are not allowed to connect"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
+
+#: plugins/admin/systems/phonesettings.tpl:205
+msgid "MSN"
 msgstr ""
 msgstr ""
-"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в "
-"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите "
-"<i>Удалить</i>, иначе нажмите <i>Отмена</i>."
 
 #: plugins/admin/systems/printer.tpl:6
 #, fuzzy
 
 #: plugins/admin/systems/printer.tpl:6
 #, fuzzy
@@ -10747,6 +10683,12 @@ msgstr "Настройки телефона"
 msgid "Printer URL"
 msgstr "URL принтера"
 
 msgid "Printer URL"
 msgstr "URL принтера"
 
+#: plugins/admin/systems/printer.tpl:51
+#: plugins/admin/systems/terminalService.tpl:86
+#: plugins/admin/systems/workstationService.tpl:86
+msgid "Driver"
+msgstr "Драйвер"
+
 #: plugins/admin/systems/printer.tpl:63
 #, fuzzy
 msgid "Permissions"
 #: plugins/admin/systems/printer.tpl:63
 #, fuzzy
 msgid "Permissions"
@@ -10777,311 +10719,250 @@ msgstr "У вас недостаточно прав для удаления эт
 msgid "Admins"
 msgstr "DN администратора"
 
 msgid "Admins"
 msgstr "DN администратора"
 
-#: plugins/admin/systems/servdb.tpl:6
-msgid "Kerberos kadmin access"
-msgstr ""
-
-#: plugins/admin/systems/servdb.tpl:10
+#: plugins/admin/systems/printerPPDDialog.tpl:1
 #, fuzzy
 #, fuzzy
-msgid "Kerberos Realm"
-msgstr "Kerberos"
+msgid "Printer driver"
+msgstr "Устройство печати"
 
 
-#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
-#, fuzzy
-msgid "Admin user"
-msgstr "Пользователи домена"
+#: plugins/admin/systems/printerPPDDialog.tpl:5
+#: plugins/admin/systems/terminalService.tpl:7
+#: plugins/admin/systems/terminalService.tpl:215
+#: plugins/admin/systems/workstationService.tpl:7
+msgid "Model"
+msgstr "Модель"
 
 
-#: plugins/admin/systems/servdb.tpl:26
+#: plugins/admin/systems/printerPPDDialog.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "FAX database"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Select"
+msgstr "УдалиÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/servdb.tpl:30
+#: plugins/admin/systems/printerPPDDialog.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "FAX DB user"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ñ\84акÑ\81ов"
+msgid "New driver"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/servdb.tpl:42
+#: plugins/admin/systems/remove.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Asterisk management"
-msgstr "Управление системами"
-
-#: plugins/admin/systems/servdb.tpl:46
-msgid "Asterisk DB user"
+msgid ""
+"This includes 'all' 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 ""
+"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
+"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
+"результаты этой операции."
 
 
-#: plugins/admin/systems/servdb.tpl:54
-msgid "Country dial prefix"
+#: plugins/admin/systems/remove_glpi.tpl:6
+#: 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 ""
 msgstr ""
+"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
+"сможет отменить результаты этой операции."
 
 
-#: plugins/admin/systems/servdb.tpl:58
-msgid "Local dial prefix"
+#: plugins/admin/systems/remove_glpi.tpl:10
+#, fuzzy
+msgid ""
+"Best thing to do before performing this action would be to save the current "
+"contents of your MySql database in a file. So - if you've done so - press "
+"'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 msgstr ""
+"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в "
+"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите "
+"<i>Удалить</i>, иначе нажмите <i>Отмена</i>."
 
 
-#: plugins/admin/systems/servdb.tpl:70
-msgid "IMAP admin access"
+#: plugins/admin/systems/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:74
-#, fuzzy
-msgid "Server identifier"
-msgstr "Номер дома"
-
-#: plugins/admin/systems/servdb.tpl:78
-#, fuzzy
-msgid "Connect URL"
-msgstr "Подключение"
-
-#: plugins/admin/systems/servdb.tpl:91
-#, fuzzy
-msgid "Sieve port"
-msgstr "Сервер"
-
-#: plugins/admin/systems/servdb.tpl:100
-#, fuzzy
-msgid "Logging database"
-msgstr "база пользователя"
+#: plugins/admin/systems/SelectDeviceType.tpl:3
+msgid ""
+"This is a new system which currently has no system type defined. Please "
+"choose a system type for this entry and press the 'continue' button. If this "
+"system should be added to a group of system settings, specify the preferred "
+"object group below."
+msgstr ""
 
 
-#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
-msgid "Logging DB user"
+#: plugins/admin/systems/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/servdb.tpl:119
+#: plugins/admin/systems/SelectDeviceType.tpl:21
 #, fuzzy
 #, fuzzy
-msgid "Glpi database"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Choose a system type"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/servdb.tpl:133
+#: plugins/admin/systems/SelectDeviceType.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "Database"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Choose an object group as template"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:77
+#: plugins/admin/systems/SelectDeviceType.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "This 'dn' has no server features."
-msgstr "ЭÑ\82оÑ\82 DN Ð½Ðµ Ð¸Ð¼ÐµÐµÑ\82 Ñ\81войÑ\81Ñ\82в Ð¿Ñ\80инÑ\82еÑ\80а."
+msgid "Choose an object group"
+msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:204
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:3
+#: plugins/personal/environment/selectPrinterDialog.tpl:5
+#: plugins/personal/environment/selectPrinterDialog.tpl:10
 #, fuzzy
 #, fuzzy
-msgid "Removing server failed"
-msgstr "УдалиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
+msgid "Select printer to add"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:240
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Server name' is not set."
-msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\9bиÑ\87ное Ð¸Ð¼Ñ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
+msgid "Select entries to add"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:247
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
 #, 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 "Display members of department"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð¸Ð· Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
 
 
-#: plugins/admin/systems/class_servGeneric.inc:317
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
 #, fuzzy
 #, fuzzy
-msgid "Saving server failed"
-msgstr "Показать подразделения"
+msgid "Display members matching"
+msgstr "Показать совпадения номеров"
 
 
-#: plugins/admin/systems/glpiPrinterCartridgesEdit.tpl:14
+#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
 #, fuzzy
 #, fuzzy
-msgid "Reference"
-msgstr "Ссылки"
-
-#: plugins/admin/systems/class_servDHCP.inc:36
-msgid "Remove DHCP service"
-msgstr "Удалить сервис DHCP"
+msgid "Regular expression for matching member names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/admin/systems/class_servDHCP.inc:37
-#, fuzzy
-msgid ""
-"This server has DHCP features enabled. You can disable them by clicking "
-"below."
+#: plugins/admin/systems/servdb.tpl:6
+msgid "Kerberos kadmin access"
 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/servdb.tpl:10
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has DHCP features disabled. You can enable them by clicking "
-"below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "Kerberos Realm"
+msgstr "Kerberos"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:82
-#: plugins/admin/systems/servDNSeditZoneEntries.tpl:14
+#: plugins/admin/systems/servdb.tpl:14 plugins/admin/systems/servdb.tpl:82
 #, fuzzy
 #, fuzzy
-msgid "New entry"
-msgstr "пользователи"
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:177
-#, php-format
-msgid ""
-"Can't rename '%s' to '%s' there is already an entry with the same name in "
-"our zone editing dialog."
-msgstr ""
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:210
-#, fuzzy, php-format
-msgid "Entry name '%s' contains invalid characters."
-msgstr "Неправильное указание таймаута '%s'"
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:219
-#, fuzzy, php-format
-msgid "Can not rename '%s' to '%s',the destination name already exists."
-msgstr "Подразделение с таким именем уже существует."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:225
-#, fuzzy, php-format
-msgid "Can not create '%s',the destination name already exists."
-msgstr "Подразделение с таким именем уже существует."
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:234
-#, php-format
-msgid "The name '%s' is used more than once."
-msgstr ""
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:242
-#, php-format
-msgid "The host name '%s' should be written in lowercase."
-msgstr ""
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:259
-#, php-format
-msgid "The record type '%s' is a unique type and can't be defined twice."
-msgstr ""
-
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:266
-#, fuzzy, php-format
-msgid "There is an empty '%s' for host '%s'."
-msgstr "Метод '%s' не описан в вашем файле конфигурации."
+msgid "Admin user"
+msgstr "Пользователи домена"
 
 
-#: plugins/admin/systems/class_servDNSeditZoneEntries.inc:274
-#, php-format
-msgid "There is a duplicate entry in '%s' for '%s'."
-msgstr ""
+#: plugins/admin/systems/servdb.tpl:26
+#, fuzzy
+msgid "FAX database"
+msgstr "Базы данных"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:32
-msgid "Systems"
-msgstr "Системы"
+#: plugins/admin/systems/servdb.tpl:30
+#, fuzzy
+msgid "FAX DB user"
+msgstr "Показать пользователей факсов"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:220
-msgid "You can't edit this object type yet!"
-msgstr "Вы не можете редактировать сейчас этот тип объекта!"
+#: plugins/admin/systems/servdb.tpl:42
+#, fuzzy
+msgid "Asterisk management"
+msgstr "Управление системами"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:292
-msgid "Creating the image failed. Please see the report below."
+#: plugins/admin/systems/servdb.tpl:46
+msgid "Asterisk DB user"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:299
-#, fuzzy, php-format
-msgid "Command '%s', specified for ISO creation doesn't seem to exist."
+#: plugins/admin/systems/servdb.tpl:54
+msgid "Country dial prefix"
 msgstr ""
 msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
-
-#: plugins/admin/systems/class_systemManagement.inc:330
-msgid "Passwords entered as new and repeated do not match!"
-msgstr "Введенные пароли не совпадают!"
-
-#: plugins/admin/systems/class_systemManagement.inc:347
-msgid "You are not allowed to set this systems password!"
-msgstr "У вас недостаточно прав для смены пароля этой системы!"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:401
-#, fuzzy, php-format
-msgid "You're about to delete all information about the component at '%s'."
-msgstr "Вы собираетесь удалить всю информацию о терминале (\"%s\")."
+#: plugins/admin/systems/servdb.tpl:58
+msgid "Local dial prefix"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:500
-#, php-format
-msgid ""
-"Can't set gotoMode to status 'avtice', the current object couldn't be "
-"identified."
+#: plugins/admin/systems/servdb.tpl:70
+msgid "IMAP admin access"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:737
-msgid "New terminal"
-msgstr "Создать терминал"
+#: plugins/admin/systems/servdb.tpl:74
+#, fuzzy
+msgid "Server identifier"
+msgstr "Номер дома"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:739
-msgid "New workstation"
-msgstr "Новая рабочая станция"
+#: plugins/admin/systems/servdb.tpl:78
+#, fuzzy
+msgid "Connect URL"
+msgstr "Подключение"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:741
+#: plugins/admin/systems/servdb.tpl:91
 #, fuzzy
 #, fuzzy
-msgid "New Device"
-msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Sieve port"
+msgstr "СеÑ\80веÑ\80"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:762
+#: plugins/admin/systems/servdb.tpl:100
 #, fuzzy
 #, fuzzy
-msgid "Terminal template for"
-msgstr "Шаблон Ñ\82еÑ\80минала"
+msgid "Logging database"
+msgstr "база Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:774
-msgid "Workstation template for"
-msgstr "Шаблон рабочей станции для"
+#: plugins/admin/systems/servdb.tpl:104 plugins/admin/systems/servdb.tpl:123
+msgid "Logging DB user"
+msgstr ""
 
 
-#: plugins/admin/systems/class_systemManagement.inc:862
+#: plugins/admin/systems/servdb.tpl:119
 #, fuzzy
 #, fuzzy
-msgid "New System from incoming"
-msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
+msgid "Glpi database"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:864
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:370
+#: plugins/admin/systems/servdb.tpl:133
 #, fuzzy
 #, fuzzy
-msgid "Terminal"
-msgstr "ТеÑ\80миналÑ\8b"
+msgid "Database"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:865
-#: plugins/admin/systems/class_SelectDeviceType.inc:34
-#: plugins/admin/ogroups/class_ogroupManagement.inc:369
-#: plugins/generic/references/class_reference.inc:48
-msgid "Workstation"
-msgstr "Рабочая станция"
+#: plugins/admin/systems/servdns.tpl:1
+#, fuzzy
+msgid "Zones"
+msgstr "телефоны"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:866
+#: plugins/admin/systems/servdnseditzone.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Workstation is installing"
-msgstr "Ð\98мÑ\8f Ñ\80абоÑ\87ий Ñ\81Ñ\82анÑ\86ии"
+msgid "Zone name"
+msgstr "Ð\9dазвание"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:867
+#: plugins/admin/systems/servdnseditzone.tpl:13
 #, fuzzy
 #, fuzzy
-msgid "Workstation is waiting for action"
-msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии Ð´Ð»Ñ\8f"
+msgid "Network address"
+msgstr "СеÑ\82евÑ\8bе Ñ\83Ñ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:868
+#: plugins/admin/systems/servdnseditzone.tpl:24
 #, fuzzy
 #, fuzzy
-msgid "Workstation installation failed"
-msgstr "Шаблон Ñ\80абоÑ\87ей Ñ\81Ñ\82анÑ\86ии"
+msgid "Zone records"
+msgstr "Ð\9aаÑ\82алог"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:871
-msgid "Server is installing"
+#: plugins/admin/systems/servdnseditzone.tpl:27
+msgid "Can't be edited because the zone wasn't saved right now."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_systemManagement.inc:872
+#: plugins/admin/systems/servdnseditzone.tpl:39
 #, fuzzy
 #, fuzzy
-msgid "Server is waiting for action"
-msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
+msgid "SOA record"
+msgstr "Ð\9aаÑ\82алог"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:873
+#: plugins/admin/systems/servdnseditzone.tpl:45
 #, fuzzy
 #, fuzzy
-msgid "Server installation failed"
-msgstr "Ð\9dомеÑ\80 Ð´Ð¾Ð¼Ð°"
+msgid "Primary dns server for this zone"
+msgstr "Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81 Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ð´Ð»Ñ\8f Ñ\8dÑ\82ой Ð¾Ð±Ñ\89ей Ð¿Ð°Ð¿ÐºÐ¸"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:874
+#: plugins/admin/systems/servdnseditzone.tpl:57
+msgid "Serial number (automatically incremented)"
+msgstr ""
+
+#: plugins/admin/systems/servdnseditzone.tpl:79
 #, fuzzy
 #, fuzzy
-msgid "Winstation"
-msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
+msgid "Expire"
+msgstr "ЭкÑ\81поÑ\80Ñ\82"
 
 
-#: plugins/admin/systems/class_systemManagement.inc:875
+#: plugins/admin/systems/servdnseditzone.tpl:100
 #, fuzzy
 #, fuzzy
-msgid "Network Device"
-msgstr "Сетевые устройства"
+msgid "MxRecords"
+msgstr "Каталог"
+
+#: plugins/admin/systems/servdnseditzone.tpl:112
+#, fuzzy
+msgid "Global zone records"
+msgstr "Каталог"
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
 
 #: plugins/admin/systems/servDNSeditZoneEntries.tpl:1
 msgid ""
@@ -11106,1456 +10987,1440 @@ msgstr ""
 msgid "Create a new DNS zone entry"
 msgstr "Создание нового объекта в"
 
 msgid "Create a new DNS zone entry"
 msgstr "Создание нового объекта в"
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:1
+#: plugins/admin/systems/server.tpl:55
 #, fuzzy
 #, fuzzy
-msgid "Add/Edit manufacturer"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+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минале"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:14
+#: plugins/admin/systems/servkolab.tpl:9
 #, fuzzy
 #, fuzzy
-msgid "Website"
-msgstr "запиÑ\81Ñ\8c"
+msgid "Postfix mydomain"
+msgstr "в Ð´Ð¾Ð¼ÐµÐ½Ðµ"
 
 
-#: plugins/admin/systems/glpiManufacturerAdd.tpl:32
-#: plugins/admin/ogroups/class_phonequeue.inc:889
-#: plugins/gofon/conference/generic.tpl:82 html/getxls.php:174
-#: html/getxls.php:236
+#: plugins/admin/systems/servkolab.tpl:16
 #, fuzzy
 #, fuzzy
-msgid "Phone number"
-msgstr "ТелеÑ\84оннÑ\8bе Ð½Ð¾Ð¼ÐµÑ\80а"
+msgid "Postfix mydestination"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
 
 
-#: plugins/admin/systems/class_servDNS.inc:75
-#: plugins/admin/systems/class_inventory.inc:36
-msgid "Remove DNS service"
-msgstr "Удалить сервис DNS"
+#: plugins/admin/systems/servkolab.tpl:23
+msgid "Cyrus admins"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:76
-#: plugins/admin/systems/class_inventory.inc:37
+#: plugins/admin/systems/servkolab.tpl:40
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has DNS features enabled. You can disable them by clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "POP3 service"
+msgstr "Служба печати"
 
 
-#: plugins/admin/systems/class_servDNS.inc:78
-#: plugins/admin/systems/class_inventory.inc:39
-msgid "Add DNS service"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
+#: plugins/admin/systems/servkolab.tpl:48
+#, fuzzy
+msgid "POP3/SSL service"
+msgstr "СлÑ\83жба SSH"
 
 
-#: plugins/admin/systems/class_servDNS.inc:79
-#: plugins/admin/systems/class_inventory.inc:40
+#: plugins/admin/systems/servkolab.tpl:56
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has DNS features disabled. You can enable them by clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "IMAP service"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/class_servDNS.inc:167
+#: plugins/admin/systems/servkolab.tpl:64
 #, fuzzy
 #, fuzzy
-msgid "Reverse zone"
-msgstr "Ссылки"
+msgid "IMAP/SSL service"
+msgstr "Служба SSH"
 
 
-#: plugins/admin/systems/class_servDNS.inc:234
-#, php-format
-msgid ""
-"Can't delete the selected zone, because it is still in use by these entry/"
-"entries '%s'"
+#: plugins/admin/systems/servkolab.tpl:72
+#, fuzzy
+msgid "Sieve service"
+msgstr "Служба SSH"
+
+#: plugins/admin/systems/servkolab.tpl:80
+msgid "FTP FreeBusy service (legacy, not interoperable with Kolab2 FreeBusy)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNS.inc:302
-#, fuzzy
-msgid "Updating DNS service failed"
-msgstr "Удалить сервис DNS"
+#: plugins/admin/systems/servkolab.tpl:88
+msgid "HTTP FreeBusy service (legacy)"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:311
-#, fuzzy
-msgid "Removing DNS entries failed"
-msgstr "Удалить сервис DNS"
+#: plugins/admin/systems/servkolab.tpl:96
+msgid "Amavis email scanning (virus/spam)"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNS.inc:332
+#: plugins/admin/systems/servkolab.tpl:107
 #, fuzzy
 #, fuzzy
-msgid "Saving DNS entries failed"
-msgstr "UNIX аккаунт"
+msgid "Quota settings"
+msgstr "Настройки Samba"
 
 
-#: plugins/admin/systems/password.tpl:2
+#: plugins/admin/systems/servkolab.tpl:123
 #, 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 "Free/Busy settings"
+msgstr "Настройки факса"
+
+#: plugins/admin/systems/servkolab.tpl:128
+msgid "Allow unauthenticated downloading of Free/Busy information"
 msgstr ""
 msgstr ""
-"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
-"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
-"пользователь не сможет войти в систему."
 
 
-#: plugins/admin/systems/password.tpl:5
-msgid "Leave fields blank for password inheritance from default entries."
+#: plugins/admin/systems/servkolab.tpl:143
+msgid "SMTP privileged networks"
+msgstr ""
+
+#: plugins/admin/systems/servkolab.tpl:148
+msgid "Hosts/networks allowed to relay"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/password.tpl:9
-msgid "Changing the password impinges on authentification only."
-msgstr "Изменение пароля влияет только на аутентификацию в системе."
+#: plugins/admin/systems/servkolab.tpl:151
+msgid "Enter multiple values, seperated with"
+msgstr ""
 
 
-#: plugins/admin/systems/remove.tpl:6
-#, fuzzy
-msgid ""
-"This includes 'all' 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/systems/servkolab.tpl:164
+msgid "SMTP smarthost/relayhost"
 msgstr ""
 msgstr ""
-"Сюда входит <b>вся</b> информация о системе и ее настройках. Подумайте еще "
-"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить "
-"результаты этой операции."
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:371
-#, fuzzy, php-format
-msgid "Please choose a valid zone name."
-msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+#: plugins/admin/systems/servkolab.tpl:170
+msgid "Enable MX lookup for relayhost"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:375
-#, fuzzy, php-format
-msgid "Please choose a valid reverse zone name."
-msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+#: plugins/admin/systems/servkolab.tpl:175
+msgid "Host used to relay mails"
+msgstr ""
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:379
-msgid "Primary dns server must end with '.' to be a valid entry."
+#: plugins/admin/systems/servkolab.tpl:189
+msgid "Accept Internet Mail"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:383
-msgid "Your specified mail address must end with '.' to be a valid record."
+#: plugins/admin/systems/servkolab.tpl:195
+msgid "Accept mail from other domains over non-authenticated SMTP"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:387
-#: plugins/admin/systems/class_servDNSeditZone.inc:391
-msgid ""
-"Your mail address contains '@' replace this with '.' to enable GOsa to "
-"create a valid SOA record."
+#: plugins/admin/systems/servnfs.tpl:1
+#, fuzzy
+msgid "Edit share"
+msgstr "Пользователи домена"
+
+#: plugins/admin/systems/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:395
-msgid "Only lowercase strings are allowed as zone name."
+#: plugins/admin/systems/servnfs.tpl:25
+#: plugins/personal/netatalk/netatalk.tpl:14
+msgid "Path"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:399
+#: plugins/admin/systems/servnfs.tpl:33
 #, fuzzy
 #, fuzzy
-msgid "Please specify a numeric value for serial number."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Volume"
+msgstr "Ð\98мÑ\8f Ñ\81иÑ\81Ñ\82емÑ\8b"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:403
+#: plugins/admin/systems/servnfs.tpl:54
+msgid "Auto-mount share on Apple systems"
+msgstr ""
+
+#: plugins/admin/systems/servnfs.tpl:94
 #, fuzzy
 #, fuzzy
-msgid "Please specify a numeric value for refresh."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Codepage"
+msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:407
+#: plugins/admin/systems/servnfs.tpl:104
 #, fuzzy
 #, fuzzy
-msgid "Please specify a numeric value for ttl."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Option"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:411
+#: plugins/admin/systems/servRepository.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Please specify a numeric value for expire."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "List of configured repositories."
+msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
 
 
-#: plugins/admin/systems/class_servDNSeditZone.inc:415
+#: plugins/admin/systems/servRepository.tpl:12
 #, fuzzy
 #, fuzzy
-msgid "Please specify a numeric value for retry."
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Add repository"
+msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:110
-#, php-format
-msgid "Can't extract a valid base out of object dn, setting base to '%s'."
+#: plugins/admin/systems/servRepository.tpl:31
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:256
-#: plugins/admin/systems/class_printGeneric.inc:264
-#: plugins/admin/systems/class_printGeneric.inc:269
-#: plugins/admin/systems/class_printGeneric.inc:315
-#: plugins/admin/systems/class_printGeneric.inc:331
-#: plugins/admin/systems/class_printGeneric.inc:334
-msgid "Add printer extension"
-msgstr ""
+#: plugins/admin/systems/servRepositorySetup.tpl:8
+#, fuzzy
+msgid "Parent server"
+msgstr "Служба печати"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:257
-msgid ""
-"Could not intialize printer tab, parameter parent was missing while "
-"construction."
+#: plugins/admin/systems/servRepositorySetup.tpl:24
+#: plugins/personal/connectivity/kolab.tpl:50
+msgid "URL"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:265
-msgid "This is a workstation template, printer tab is disabled."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:11
+#: plugins/admin/systems/terminalStartup.tpl:66
+#: plugins/admin/systems/workstationStartup.tpl:133
+#: plugins/personal/environment/environment.tpl:106
+#, fuzzy
+msgid "Shares"
+msgstr "сброс"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:270
-msgid "This is a terminal template, printer tab is disabled."
-msgstr ""
+#: plugins/admin/systems/servservice.tpl:37
+#, fuzzy
+msgid "Time Service"
+msgstr "Сервисы"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:308
-msgid "This 'dn' has no printer features."
-msgstr "Этот DN не имеет свойств принтера."
+#: plugins/admin/systems/servservice.tpl:61
+#, fuzzy
+msgid "LDAP Service"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:316
+#: plugins/admin/systems/servservice.tpl:70
 #, fuzzy
 #, fuzzy
-msgid ""
-"This object 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 ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "Terminal Service"
+msgstr "Терминальный сервер"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:323
-#: plugins/admin/systems/class_printGeneric.inc:326
+#: plugins/admin/systems/servservice.tpl:75
 #, fuzzy
 #, fuzzy
-msgid "Remove printer extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Temporary disable login"
+msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\81полÑ\8cзование Ñ\84акÑ\81а"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:324
+#: plugins/admin/systems/servservice.tpl:78
 #, fuzzy
 #, fuzzy
-msgid ""
-"This workstation has printer extension enabled.You can disable it by "
-"clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "Font path"
+msgstr "Контакт"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:327
+#: plugins/admin/systems/servservice.tpl:91
 #, fuzzy
 #, fuzzy
-msgid ""
-"This terminal has printer extension enabled. You can disable it by clicking "
-"below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "Syslog Service"
+msgstr "Сервер системных журналов"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:332
+#: plugins/admin/systems/servservice.tpl:99
 #, fuzzy
 #, fuzzy
-msgid ""
-"This workstation has printer extension disabled. You can enable it by "
-"clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "Print Service"
+msgstr "Служба печати"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:335
+#: plugins/admin/systems/servservice.tpl:107
 #, fuzzy
 #, fuzzy
-msgid ""
-"This terminal has printer extension disabled. You can enable it by clicking "
-"below."
+msgid "Mail server"
+msgstr "Сервер"
+
+#: plugins/admin/systems/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Шаблон терминала"
+
+#: plugins/admin/systems/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Терминал"
+
+#: plugins/admin/systems/terminal.tpl:59
+msgid "Root server"
+msgstr "Основной сервер"
+
+#: plugins/admin/systems/terminal.tpl:61
+msgid "Select NFS root filesystem to use"
+msgstr "Выберите корневую файловую систему NFS"
+
+#: plugins/admin/systems/terminal.tpl:67
+msgid "Swap server"
+msgstr "Сервер подкачки"
+
+#: plugins/admin/systems/terminal.tpl:69
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Выберите файловую систему NFS для файлов подкачки"
+
+#: plugins/admin/systems/terminal.tpl:86
+#: plugins/admin/systems/workstation.tpl:65
+msgid "Inherit time server attributes"
 msgstr ""
 msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
 
 
-#: plugins/admin/systems/class_printGeneric.inc:501
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:4
+#: plugins/admin/systems/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Клавиатура"
+
+#: plugins/admin/systems/terminalService.tpl:9
+#: plugins/admin/systems/workstationService.tpl:9
+msgid "Choose keyboard model"
+msgstr "Выберите модель клавиатуры"
+
+#: plugins/admin/systems/terminalService.tpl:15
+#: plugins/admin/systems/workstationService.tpl:15
+msgid "Layout"
+msgstr "Раскладка"
+
+#: plugins/admin/systems/terminalService.tpl:17
+#: plugins/admin/systems/workstationService.tpl:17
+msgid "Choose keyboard layout"
+msgstr "Выберите раскладку"
+
+#: plugins/admin/systems/terminalService.tpl:23
+#: plugins/admin/systems/workstationService.tpl:23
+msgid "Variant"
+msgstr "Вариант"
+
+#: plugins/admin/systems/terminalService.tpl:25
+#: plugins/admin/systems/workstationService.tpl:25
+msgid "Choose keyboard variant"
+msgstr "Выберите вариант раскладки"
+
+#: plugins/admin/systems/terminalService.tpl:39
+#: plugins/admin/systems/workstationService.tpl:39
+msgid "Mouse"
+msgstr "Мышь"
+
+#: plugins/admin/systems/terminalService.tpl:44
+#: plugins/admin/systems/workstationService.tpl:44
+msgid "Choose mouse type"
+msgstr "Выберите тип мыши"
+
+#: plugins/admin/systems/terminalService.tpl:50
+#: plugins/admin/systems/workstationService.tpl:50
+msgid "Port"
+msgstr "Порт"
+
+#: plugins/admin/systems/terminalService.tpl:52
+#: plugins/admin/systems/workstationService.tpl:52
+msgid "Choose mouse port"
+msgstr "Выберите порт мыши"
+
+#: plugins/admin/systems/terminalService.tpl:66
+#: plugins/admin/systems/workstationService.tpl:66
+#: plugins/gofon/phoneaccount/generic.tpl:24
+#: plugins/gofon/phoneaccount/paste_generic.tpl:27
+msgid "Telephone hardware"
+msgstr "Телефонное оборудование"
+
+#: plugins/admin/systems/terminalService.tpl:69
+#: plugins/admin/systems/workstationService.tpl:69
+#: plugins/gofon/phoneaccount/generic.tpl:26
+#: plugins/gofon/phoneaccount/generic.tpl:28
+#: plugins/gofon/phoneaccount/paste_generic.tpl:29
+msgid "Telephone"
+msgstr "Телефон"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:509
-#, fuzzy
-msgid "can't get ppd informations."
-msgstr "СиÑ\81Ñ\82емнаÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f"
+#: plugins/admin/systems/terminalService.tpl:88
+#: plugins/admin/systems/workstationService.tpl:88
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89ий Ð´Ñ\80айвеÑ\80 Ð´Ð»Ñ\8f Ñ\83Ñ\81Ñ\82ановленной Ð²Ð¸Ð´ÐµÐ¾ÐºÐ°Ñ\80Ñ\82Ñ\8b"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:522
-#, php-format
-msgid "This printer belongs to terminal %s. You can't rename this printer."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:94
+#: plugins/admin/systems/workstationService.tpl:94
+#: plugins/personal/environment/environment.tpl:87
+msgid "Resolution"
+msgstr "Разрешение"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:524
-#, php-format
-msgid "This printer belongs to workstation %s. You can't rename this printer."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:96
+#: plugins/admin/systems/workstationService.tpl:96
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Выберите подходящее разрешение экрана"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:582
-#, fuzzy
-msgid "Removing printer failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/admin/systems/terminalService.tpl:102
+#: plugins/admin/systems/workstationService.tpl:102
+msgid "Color depth"
+msgstr "Ð\93лÑ\83бина Ñ\86веÑ\82а"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:646
-msgid "You have no permissions to create a printer on this 'Base'."
-msgstr "У вас недостаточно прав для создания принтера в этой ветке."
+#: plugins/admin/systems/terminalService.tpl:104
+#: plugins/admin/systems/workstationService.tpl:104
+msgid "Choose colordepth used in graphic mode"
+msgstr "Выберите подходящую глубину цвета"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:825
-#, fuzzy
-msgid "Saving printer failed"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделения"
+#: plugins/admin/systems/terminalService.tpl:117
+#: plugins/admin/systems/workstationService.tpl:117
+msgid "Display device"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¾Ñ\82обÑ\80ажения"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:873
-#, php-format
-msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
+#: plugins/admin/systems/terminalService.tpl:125
+#: plugins/admin/systems/workstationService.tpl:125
+msgid "Use DDC for automatic detection"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_printGeneric.inc:895
-#, php-format
-msgid "Can't add '%s' to the list of members, it is already used."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:129
+#: plugins/admin/systems/workstationService.tpl:128
+msgid "HSync"
+msgstr "Строчная синхронизация"
 
 
-#: plugins/admin/systems/class_printGeneric.inc:903
-#, php-format
-msgid "Can't add '%s' to list of members, it is not reachable."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:131
+#: plugins/admin/systems/workstationService.tpl:130
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Частота обновления строк для данного монитора"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:23
-#, fuzzy
-msgid "Choose a base"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+#: plugins/admin/systems/terminalService.tpl:134
+#: plugins/admin/systems/workstationService.tpl:133
+msgid "VSync"
+msgstr "Ð\9aадÑ\80оваÑ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8f"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:34
-msgid ""
-"Step in the prefered tree and click save to use the current subtree as base. "
-"Or click the image at the end of each entry."
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:136
+#: plugins/admin/systems/workstationService.tpl:135
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Частота обновления кадров для данного монитора"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:51
-msgid "Filter entries with this syntax"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:146
+msgid "Remote desktop"
+msgstr "Удаленная рабочая станция"
 
 
-#: plugins/admin/systems/class_baseSelectDialog.inc:117
-#, fuzzy, php-format
-msgid "Select this base"
-msgstr "Удалить"
+#: plugins/admin/systems/terminalService.tpl:150
+msgid "Connect method"
+msgstr "Способ подключения"
 
 
-#: plugins/admin/systems/phonesettings.tpl:1
-#, fuzzy
-msgid "Advanced phone settings"
-msgstr "Настройки телефона"
+#: plugins/admin/systems/terminalService.tpl:152
+msgid "Choose method to connect to terminal server"
+msgstr "Выберите способ подключения к серверу терминалов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:6
-#, fuzzy
-msgid "Phone type"
-msgstr "Название"
+#: plugins/admin/systems/terminalService.tpl:159
+msgid "Terminal server"
+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/systems/terminalService.tpl:161
+msgid "Select specific terminal server to use"
+msgstr "Выберите сервер терминалов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:10
-msgid "refresh"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:168
+msgid "Font server"
+msgstr "Сервер шрифтов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:32
-#, fuzzy
-msgid "DTMF mode"
-msgstr "Режим"
+#: plugins/admin/systems/terminalService.tpl:170
+msgid "Select specific font server to use"
+msgstr "Выберите сервер шрифтов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:46
-#: plugins/admin/systems/phonesettings.tpl:85
-#, fuzzy
-msgid "Default IP"
-msgstr "по умолчанию"
+#: plugins/admin/systems/terminalService.tpl:186
+msgid "Print device"
+msgstr "Устройство печати"
 
 
-#: plugins/admin/systems/phonesettings.tpl:56
-#: plugins/admin/systems/phonesettings.tpl:93
-msgid "Response timeout"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:187
+msgid "Select to start IPP based printing service on terminal"
+msgstr "Выберите, чтобы запустить на терминале службу печати по протоколу IPP"
 
 
-#: plugins/admin/systems/phonesettings.tpl:75
-#, fuzzy
-msgid "Modus"
-msgstr "Мышь"
+#: plugins/admin/systems/terminalService.tpl:188
+msgid "Provide print services"
+msgstr "Предоставлять службу печати"
 
 
-#: plugins/admin/systems/phonesettings.tpl:106
-msgid "Authtype"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:194
+msgid "Spool server"
+msgstr "Сервер для хранения запросов и временных файлов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:116
-#, fuzzy
-msgid "Secret"
-msgstr "Улица"
+#: plugins/admin/systems/terminalService.tpl:196
+msgid "Select NFS filesystem to place spool files on"
+msgstr "Выберите файловую систему NFS для хранения временных файлов"
 
 
-#: plugins/admin/systems/phonesettings.tpl:124
-msgid "GoFonInkeys"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:208
+#: plugins/admin/systems/workstationService.tpl:147
+msgid "Scan device"
+msgstr "Устройство сканирования"
 
 
-#: plugins/admin/systems/phonesettings.tpl:132
-msgid "GoFonOutKeys"
-msgstr ""
+#: plugins/admin/systems/terminalService.tpl:209
+#: plugins/admin/systems/workstationService.tpl:148
+msgid "Select to start SANE scan service on terminal"
+msgstr "Выберите, чтобы запустить на терминале службу сканирования"
 
 
-#: plugins/admin/systems/phonesettings.tpl:145
-#, fuzzy
-msgid "Account code"
-msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c"
+#: plugins/admin/systems/terminalService.tpl:210
+#: plugins/admin/systems/workstationService.tpl:149
+msgid "Provide scan services"
+msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
 
 
-#: plugins/admin/systems/phonesettings.tpl:153
-#, fuzzy
-msgid "Trunk lines"
-msgstr "Тонкие клиенты"
+#: plugins/admin/systems/terminalService.tpl:217
+msgid "Select scanner driver to use"
+msgstr "Выберите драйвер для используемого сканера"
 
 
-#: plugins/admin/systems/phonesettings.tpl:168
-msgid "Hosts that are allowed to connect"
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:1
+#: plugins/admin/systems/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Параметры загрузки"
 
 
-#: plugins/admin/systems/phonesettings.tpl:183
-#, fuzzy
-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/terminalStartup.tpl:8
+#: plugins/admin/systems/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "ЯдÑ\80о Ð´Ð»Ñ\8f Ð·Ð°Ð³Ñ\80Ñ\83зки"
 
 
-#: plugins/admin/systems/phonesettings.tpl:205
-msgid "MSN"
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:17
+#: plugins/admin/systems/workstationStartup.tpl:17
+msgid "Custom options"
+msgstr "Дополнительные параметры"
 
 
-#: plugins/admin/systems/wingeneric.tpl:6
-#, fuzzy
-msgid "Machine name"
-msgstr "Название"
+#: plugins/admin/systems/terminalStartup.tpl:19
+#: plugins/admin/systems/workstationStartup.tpl:19
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr ""
+"Введите любые дополнительные параметры, которые должны передаваться ядру во "
+"время загрузки"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:73
-#, fuzzy, php-format
-msgid "You're about to delete the glpi attachment component '%s'."
-msgstr "Вы собираетесь удалить приложение \"%s\"."
+#: plugins/admin/systems/terminalStartup.tpl:22
+#: plugins/admin/systems/workstationStartup.tpl:22
+msgid "LDAP server"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:112
-#, php-format
-msgid ""
-"You can't delete this attachment, it is still in use by these system(s) '%s'"
+#: plugins/admin/systems/terminalStartup.tpl:35
+msgid "Select if terminal supports graphical startup with progress bar"
 msgstr ""
 msgstr ""
+"Выберите, должен ли терминал подерживать загрузку в графическом режиме с "
+"показом индикатора состояния"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:124
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:128
-#, fuzzy
-msgid "There is no valid file uploaded."
-msgstr "Файл небыл загружен"
+#: plugins/admin/systems/terminalStartup.tpl:36
+msgid "use graphical bootup"
+msgstr "Загружать в графическом режиме"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:131
-#, fuzzy
-msgid "Upload wasn't successfull."
-msgstr "Экспорт успешен."
+#: plugins/admin/systems/terminalStartup.tpl:38
+msgid "Select if terminal should boot in text mode"
+msgstr "Выберите, должен ли терминал загружаться в текстовом режиме"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:134
-#, php-format
-msgid "Missing directory '%s/glpi/' to store glpi uploads."
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:39
+msgid "use standard linux textual bootup"
+msgstr "Загружать в стандартном текстовом режиме"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:138
-#, fuzzy
-msgid "There is already a file with the same name uploaded."
+#: plugins/admin/systems/terminalStartup.tpl:41
+msgid "Select to get more verbose output during startup"
 msgstr ""
 msgstr ""
-"Ð\9fолÑ\8cзоваÑ\82елÑ\8c Ñ\81 Ñ\82аким Ñ\80егиÑ\81Ñ\82Ñ\80аÑ\86ионнÑ\8bм Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ð² Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
+"Ð\92Ñ\8bбеÑ\80иÑ\82е, Ð½Ñ\83жно Ð»Ð¸ Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80обнÑ\8bй Ð²Ñ\8bвод Ð¸Ð½Ñ\84оÑ\80маÑ\86ии Ð¿Ñ\80и Ð·Ð°Ð³Ñ\80Ñ\83зке"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:142
-#, fuzzy, php-format
-msgid "Can't create file '%s'."
-msgstr "Удалить"
+#: plugins/admin/systems/terminalStartup.tpl:42
+msgid "use debug mode for startup"
+msgstr "Используйте отладочный режим"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:186
-msgid "File is available."
-msgstr ""
+#: plugins/admin/systems/terminalStartup.tpl:53
+#: plugins/admin/systems/workstationStartup.tpl:119
+msgid "Kernel modules (format: name parameters)"
+msgstr "Модули ядра (формат: имя параметры)"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:188
-msgid "File is not readable, possibly the file is missing."
+#: plugins/admin/systems/terminalStartup.tpl:55
+#: plugins/admin/systems/workstationStartup.tpl:121
+msgid "Add additional modules to load on startup"
 msgstr ""
 msgstr ""
+"Укажите дополнительные модули, которые должны загружаться при запуске системы"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:191
+#: plugins/admin/systems/terminalStartup.tpl:79
+#: plugins/admin/systems/workstationStartup.tpl:146
 #, fuzzy
 #, fuzzy
-msgid "Currently no file uploaded."
-msgstr "Файл Ð½ÐµÐ±Ñ\8bл Ð·Ð°Ð³Ñ\80Ñ\83жен"
+msgid "Mountpoint"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:202
+#: plugins/admin/systems/wingeneric.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Mime"
-msgstr "Ð\9cобилÑ\8cнÑ\8bй"
+msgid "Machine name"
+msgstr "Ð\9dазвание"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:205
-msgid "This table displays all available attachments."
-msgstr ""
+#: plugins/admin/systems/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Шаблон рабочей станции"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:222
-#, fuzzy
-msgid "empty"
-msgstr "Шаблон"
+#: plugins/admin/systems/workstation.tpl:10
+msgid "Workstation name"
+msgstr "Имя рабочий станции"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:259
+#: plugins/admin/systems/workstationStartup.tpl:43
+#: plugins/admin/systems/workstationStartup.tpl:73
 #, fuzzy
 #, fuzzy
-msgid "Create new attachment"
-msgstr "Подразделение"
+msgid "FAI server"
+msgstr "LDAP-сервер"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:260
+#: plugins/admin/systems/workstationStartup.tpl:65
+#: plugins/admin/systems/workstationStartup.tpl:97
 #, fuzzy
 #, fuzzy
-msgid "New Attachment"
-msgstr "подÑ\80азделениÑ\8f"
+msgid "Assigned FAI classes"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
 
-#: plugins/admin/systems/class_glpiAttachmentPool.inc:354
+#: plugins/admin/systems/workstationStartup.tpl:87
 #, fuzzy
 #, fuzzy
-msgid "Please specify a valid name for this attachment."
-msgstr "Укажите корректный номер телефона."
-
-#: plugins/admin/systems/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Выберите тип системного компонента который желаете создать"
+msgid "set"
+msgstr "сброс"
 
 
-#: plugins/admin/systems/chooser.tpl:4
+#: plugins/admin/users/class_divListUsers.inc:40
+#, fuzzy
 msgid ""
 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."
+"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 ""
-"Терминалы и рабочие станцие Linux были созданы автоматически. Поэтому вам "
-"необходимо только создать шаблоны для нужного подразделения. Сервера обычно "
-"добавляются тоже, но в отдельных случаях вам может понадобиться "
-"'виртуальный' сервер для описания обязательных сервисов. Прочие сетевые "
-"компоненты могут быть использованы при установке Nagios для создания "
-"межкомпонентных зависимостей."
-
-#: plugins/admin/systems/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Шаблон тонкого клиента Linux"
-
-#: plugins/admin/systems/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Шаблон рабочей станции Linux"
-
-#: plugins/admin/systems/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Сервер Linux"
-
-#: plugins/admin/systems/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Рабочая станция Windows"
-
-#: plugins/admin/systems/chooser.tpl:11
-msgid "Network printer"
-msgstr "Сетевой принтер"
-
-#: plugins/admin/systems/chooser.tpl:13
-msgid "Other network component"
-msgstr "Прочие сетевые компоненты"
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранных "
+"пользователей. Если у вас достаточно большое количество пользователей, вы "
+"можете использовать групповое выделение."
 
 
-#: plugins/admin/systems/chooser.tpl:16
-msgid "Create"
-msgstr "СоздаÑ\82Ñ\8c"
+#: plugins/admin/users/class_divListUsers.inc:54
+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/systems/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
+#: plugins/admin/users/class_divListUsers.inc:55
+#, fuzzy
+msgid "Select to see users that have only a GOsa object"
 msgstr ""
 msgstr ""
+"Выберите, чтобы просмотреть пользователей, у которых есть только объект GOsa"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:6
-#, fuzzy
-msgid "List of attachments"
-msgstr "Список подразделений"
+#: plugins/admin/users/class_divListUsers.inc:55
+msgid "Show functional users"
+msgstr "Показать обычных пользователей"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:23
-msgid ""
-"This dialog allow you to attach additional objects (like manuals, guides, "
-"etc.)  to your currently edited computer."
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Select to see users that have posix settings"
 msgstr ""
 msgstr ""
+"Выберите, чтобы просмотреть пользователей с атрибутами в стандарте POSIX"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:35
-#, fuzzy
-msgid "Display attachments matching"
-msgstr "Шаблон для подразделений"
+#: plugins/admin/users/class_divListUsers.inc:56
+msgid "Show unix users"
+msgstr "Показать UNIX-пользователей"
 
 
-#: plugins/admin/systems/glpiAttachmentPool.tpl:37
-#, fuzzy
-msgid "Regular expression for matching attachment names"
-msgstr "Регулярное выражение, соответствующее именам подразделений"
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Select to see users that have mail settings"
+msgstr "Выберите, чтобы просмотреть пользователей с настройками почты"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:136
-#, fuzzy
-msgid "Please enter a value for 'release'."
-msgstr "Укажите корректный номер телефона."
+#: plugins/admin/users/class_divListUsers.inc:57
+msgid "Show mail users"
+msgstr "Показать пользователей с почтой"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:140
-#, fuzzy
-msgid "Please specify a valid value for 'url'."
-msgstr "Укажите корректный номер телефона."
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Select to see users that have samba settings"
+msgstr "Выберите, чтобы просмотреть пользователей с настройками Samba"
 
 
-#: plugins/admin/systems/class_servRepositorySetup.inc:187
-#, fuzzy, php-format
-msgid ""
-"Can't execute specified REPOSITORY_HOOK '%s'. Please check your gosa.conf."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+#: plugins/admin/users/class_divListUsers.inc:58
+msgid "Show samba users"
+msgstr "Показать пользователей Samba"
 
 
-#: plugins/admin/systems/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Select to see users that have proxy settings"
+msgstr "Выберите, чтобы просмотреть пользователей с настройками прокси-сервера"
 
 
-#: plugins/admin/systems/gencd.tpl:5
-msgid ""
-"This option enables you to generate FAI install CD images for the selected "
-"workstation. The procedure may take about 10 minutes to complete, so please "
-"be patient after pressing the 'Create ISO-Image' button."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:59
+msgid "Show proxy users"
+msgstr "Показать пользователей с прокси-серверами"
 
 
-#: plugins/admin/systems/gencd.tpl:9
+#: plugins/admin/users/class_divListUsers.inc:94
 #, fuzzy
 #, fuzzy
-msgid "Create ISO-Image"
-msgstr "Создать шаблон"
-
-#: plugins/admin/systems/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr ""
-
-#: plugins/admin/systems/class_phoneGeneric.inc:108
-msgid "This 'dn' has no phone features."
-msgstr "Этот DN не имеет свойств телефона."
+msgid "Create new user"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:100
+#: plugins/admin/users/class_divListUsers.inc:94
 #, fuzzy
 #, fuzzy
-msgid "yes"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "New user"
+msgstr "полÑ\8cзоваÑ\82ели"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:206
-#: plugins/gofon/macro/class_divListMacros.inc:101
+#: plugins/admin/users/class_divListUsers.inc:96
 #, fuzzy
 #, fuzzy
-msgid "no"
-msgstr "нет"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-msgid "dynamic"
-msgstr ""
+msgid "Create new template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:228
-#, fuzzy
-msgid "Networksettings"
-msgstr "Сетевые настройки"
+#: plugins/admin/users/class_divListUsers.inc:96
+msgid "New template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:245
-#, php-format
-msgid ""
-"Can't delete because there are user which are depending on this phone. One "
-"of them is user '%s'."
+#: plugins/admin/users/class_divListUsers.inc:137
+msgid "GOsa"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/systems/class_phoneGeneric.inc:252
-#, fuzzy
-msgid "Removing phone failed"
-msgstr "Удалить приложения"
-
-#: plugins/admin/systems/class_phoneGeneric.inc:297
+#: plugins/admin/users/class_divListUsers.inc:138
 #, fuzzy
 #, fuzzy
-msgid "The required field 'Phone name' is not set."
-msgstr "Обязательное поле \"Личное имя\" не заполнено."
-
-#: plugins/admin/systems/class_phoneGeneric.inc:300
-msgid "The 'Phone name' '0' is reserved and cannot be used."
-msgstr ""
-
-#: plugins/admin/systems/class_phoneGeneric.inc:307
-msgid "You have no permissions to create a phone on this 'Base'."
-msgstr "У вас недостаточно прав для создания телефонов в этой ветке."
+msgid "Edit generic properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/systems/class_phoneGeneric.inc:403
+#: plugins/admin/users/class_divListUsers.inc:140
 #, fuzzy
 #, fuzzy
-msgid "Saving phone failed"
-msgstr "Ð\9fÑ\80иложение"
+msgid "Edit UNIX properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:8
+#: plugins/admin/users/class_divListUsers.inc:142
 #, fuzzy
 #, fuzzy
-msgid "Select entries to add"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
+msgid "Edit environment properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:31
+#: plugins/admin/users/class_divListUsers.inc:144
 #, fuzzy
 #, fuzzy
-msgid "Display members of department"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð¸Ð· Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Edit mail properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:43
+#: plugins/admin/users/class_divListUsers.inc:146
 #, fuzzy
 #, fuzzy
-msgid "Display members matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+msgid "Edit phone properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/selectUserToPrinterDialog.tpl:48
+#: plugins/admin/users/class_divListUsers.inc:148
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
-
-#: plugins/admin/systems/class_glpiManufacturer.inc:58
-#, php-format
-msgid ""
-"You can't delete this manufacturer, it is still in use by these system(s) '%"
-"s'"
-msgstr ""
+msgid "Edit fax properies"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:104
+#: plugins/admin/users/class_divListUsers.inc:150
 #, fuzzy
 #, fuzzy
-msgid "Please specify a name."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
+msgid "Edit samba properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: plugins/admin/systems/class_glpiManufacturer.inc:113
-#: plugins/admin/systems/class_glpiManufacturer.inc:119
+#: plugins/admin/users/class_divListUsers.inc:152
 #, fuzzy
 #, fuzzy
-msgid "Specified name is already in use, please choose another one."
-msgstr "Группа с таким именем уже существует."
-
-#: plugins/admin/systems/class_goSpamServer.inc:47
-#: plugins/admin/systems/class_goSpamServer.inc:391
-msgid "Spamassassin"
-msgstr ""
+msgid "Edit netatalk properties"
+msgstr "Изменить свойства"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:102
+#: plugins/admin/users/class_divListUsers.inc:153
 #, fuzzy
 #, fuzzy
-msgid "Remove spamassassin extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "Create user from template"
+msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:103
+#: plugins/admin/users/class_divListUsers.inc:154
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has spamassassin features enabled. You can disable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-"ниже."
+msgid "Create user with this template"
+msgstr "Создать шаблон"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:106
+#: plugins/admin/users/class_divListUsers.inc:185
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:95
 #, fuzzy
 #, fuzzy
-msgid "Add spamassassin service"
-msgstr "Ð\94обавиÑ\82Ñ\8c Ñ\81еÑ\80виÑ\81 DNS"
+msgid "Edit user"
+msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:107
+#: plugins/admin/users/class_divListUsers.inc:189
 #, fuzzy
 #, fuzzy
-msgid ""
-"This server has spamassassin features disabled. You can enable them by "
-"clicking below."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "password"
+msgstr "Пароль"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:233
-msgid "Specified value is not a valid 'trusted network' value."
-msgstr ""
+#: plugins/admin/users/class_divListUsers.inc:190
+#: plugins/personal/password/main.inc:117
+msgid "Change password"
+msgstr "Сменить пароль"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:274
-#, fuzzy, php-format
-msgid "Removing of server services/spamassassin with dn '%s' failed."
-msgstr "Удалить учетную запись Samba"
+#: plugins/admin/users/class_divListUsers.inc:196
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:96
+#, fuzzy
+msgid "Delete user"
+msgstr "Удалить"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:322
-#, fuzzy, php-format
-msgid "Saving of server services/spamassassin with dn '%s' failed."
-msgstr "Ð\9cоÑ\8f Ñ\83Ñ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c"
+#: plugins/admin/users/class_userManagement.inc:221
+#: plugins/admin/users/class_userManagement.inc:297
+msgid "You are not allowed to set this users password!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81менÑ\8b Ð¿Ð°Ñ\80олÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:331
-msgid "Required score must be a numeric value."
-msgstr ""
+#: plugins/admin/users/class_userManagement.inc:243
+#: plugins/personal/generic/main.inc:84 plugins/personal/password/main.inc:45
+msgid ""
+"The passwords you've entered as 'New password' and 'Repeated new password' "
+"do not match."
+msgstr "Введенные пароли не совпадают!"
+
+#: plugins/admin/users/class_userManagement.inc:248
+#: plugins/personal/generic/main.inc:89 plugins/personal/password/main.inc:48
+msgid "The password you've entered as 'New password' is empty."
+msgstr "Вы не указали новый пароль."
 
 
-#: plugins/admin/systems/class_goSpamServer.inc:475
+#: plugins/admin/users/class_userManagement.inc:336
 #, php-format
 #, php-format
-msgid "Set status flag for server services/spamassassin with dn '%s' failed."
-msgstr ""
+msgid "You're about to delete the user %s."
+msgstr "Вы собираетесь удалить пользователя %s."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:74
-#, fuzzy, php-format
-msgid "You're about to delete the ppd file '%s' at '%s'."
-msgstr "Ð\92Ñ\8b Ñ\81обиÑ\80аеÑ\82еÑ\81Ñ\8c Ñ\83далиÑ\82Ñ\8c Ð¿Ñ\80иложение \"%s\"."
+#: plugins/admin/users/class_userManagement.inc:342
+#: plugins/admin/users/class_userManagement.inc:369
+msgid "You are not allowed to delete this user!"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:78
-#, fuzzy, php-format
-msgid "Could not found specified ppd file '%s'."
-msgstr "Невозможно выбрать базу данных!"
+#: plugins/admin/users/class_userManagement.inc:553
+msgid "A person with the choosen name is already used in this tree."
+msgstr "Пользователь с таким именем уже есть в этой ветке."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:104
-msgid ""
-"Something went wrong while trying to remove the ppd file from server, "
-"possibly we have no write access."
-msgstr ""
+#: plugins/admin/users/main.inc:41 plugins/admin/users/main.inc:47
+msgid "User administration"
+msgstr "Управление пользователями"
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:124
-#, php-format
-msgid "Selected vendor '%s' does not exists in our list of ppds."
+#: plugins/admin/users/password.tpl:2
+#, 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."
 msgstr ""
 msgstr ""
+"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения "
+"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе "
+"пользователь не сможет войти в систему."
 
 
-#: plugins/admin/systems/class_printerPPDSelectionDialog.inc:133
+#: plugins/admin/users/password.tpl:6 plugins/personal/password/password.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Printer ppd selection."
-msgstr "Настройки телефона"
-
-#: plugins/admin/ogroups/termgroup.tpl:2
 msgid ""
 msgid ""
-"Actions you choose here influence all systems in this object group. "
-"Additionally, all values editable here can be inherited by the clients "
-"assigned to this object group."
+"Changing the password affects your authentification on mail, proxy, samba "
+"and unix services."
 msgstr ""
 msgstr ""
+"Изменение пароля влияет на аутентификацию при использовании почты, прокси-"
+"сервера, Samba и служб UNIX."
 
 
-#: plugins/admin/ogroups/mail.tpl:7
-msgid "Mail distribution list"
+#: 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 ""
+"Сюда входит вся информация об учетной записи этого пользователя, его права "
+"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно "
+"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой "
+"операции."
 
 
-#: plugins/admin/ogroups/mail.tpl:11
-#, fuzzy
-msgid "Primary mail address for this distribution list"
-msgstr "Основной адрес эл. почты для этой общей папки"
+#: plugins/admin/users/template.tpl:2
+msgid "Creating a new user using templates"
+msgstr "Создание пользователя на основе шаблона"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:63
-#: plugins/admin/ogroups/tabs_ogroups.inc:168
+#: plugins/admin/users/template.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Phone queue"
-msgstr "Номер телефона"
+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 ""
+"Можно создавать пользователей на основе шаблонов. При этом многие поля в "
+"базе данных будут заполнены автоматически. Выберите <b>нет</b>, чтобы не "
+"использовать шаблоны."
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:89
-#, fuzzy
-msgid "System"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+#: plugins/admin/users/template.tpl:32 plugins/personal/generic/generic.tpl:59
+#: plugins/personal/generic/paste_generic.tpl:15
+msgid "Login"
+msgstr "Ð\98мÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/ogroups/tabs_ogroups.inc:147
-msgid "Terminals"
-msgstr "Терминалы"
+#: plugins/generic/references/class_reference.inc:22
+#: plugins/personal/posix/class_posixAccount.inc:16
+msgid "UNIX"
+msgstr "Unix"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:2
-msgid ""
-"Only users with the same asterisk home server will be included to this queue."
-msgstr ""
+#: plugins/generic/references/class_reference.inc:32
+#: plugins/personal/connectivity/class_proxyAccount.inc:5
+msgid "Proxy"
+msgstr "Прокси-сервер"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:5
+#: plugins/generic/references/class_reference.inc:34
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:6
+msgid "FTP"
+msgstr "FTP"
+
+#: plugins/generic/references/class_reference.inc:46
+msgid "Thin Client"
+msgstr "Тонкий клиент"
+
+#: plugins/generic/references/contents.tpl:11
+msgid "Object name"
+msgstr "Имя объекта"
+
+#: plugins/generic/references/contents.tpl:11
 #, fuzzy
 #, fuzzy
-msgid "Queue Settings"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Samba"
+msgid "Contents"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:8
-#: plugins/gofon/phoneaccount/generic.tpl:1
-#: plugins/gofon/phoneaccount/generic.tpl:4
-#: plugins/gofon/phoneaccount/paste_generic.tpl:2
-#: plugins/gofon/phoneaccount/paste_generic.tpl:6
-msgid "Phone numbers"
-msgstr "Телефонные номера"
+#: plugins/generic/references/contents.tpl:18
+msgid "This object has no relationship to other objects."
+msgstr "Данный объект не имеет ссылок на другие объекты"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:12
-#: plugins/admin/ogroups/phonequeue.tpl:109
+#: plugins/generic/welcome/main.inc:24
+#, php-format
+msgid "Welcome %s!"
+msgstr "Добро пожаловать %s!"
+
+#: plugins/generic/welcome/welcome.tpl:4
 #, fuzzy
 #, fuzzy
-msgid "Generic queue Settings"
-msgstr "Общая информация о пользователе"
+msgid ""
+"This is the GOsa main menu. You can select your tasks from the menu on the "
+"left, or by choosing one of the pictograms below. All changes apply directly "
+"to your companies LDAP server."
+msgstr ""
+"Это начальная страница GOsa. Из меню слева или среди пиктограмм ниже вы "
+"можете выбрать нужный вам раздел. Все изменения будут сразу же переноситься "
+"на LDAP-сервер вашей компании."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:38
-#: plugins/gofon/phoneaccount/generic.tpl:32
-#: plugins/gofon/conference/generic.tpl:46
+#: plugins/generic/welcome/welcome.tpl:8
 #, fuzzy
 #, fuzzy
-msgid "Home server"
-msgstr "Сервер"
+msgid ""
+"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
+"back to the pictogram view."
+msgstr ""
+"Чтобы завершить сеанс, выберите в меню слева вверху пункт <b>Выход</b>. "
+"Чтобы вернуться на начальную страницу, выберите <b>Начало</b>."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:59
-#, fuzzy
-msgid "Timeout"
-msgstr "Таймаут (с)"
+#: plugins/generic/welcome/welcome.tpl:15
+msgid "The GOsa team"
+msgstr "Команда разработчиков GOsa"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:75
-#, fuzzy
-msgid "Strategy"
-msgstr "Адм. единица"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:5
+msgid "FAX Blocklists"
+msgstr "Стоп-лист номеров (факсы)"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:87
-msgid "Max queue length"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:167
+#, php-format
+msgid "You're about to delete the blocklist '%s'."
+msgstr "Вы собираетесь удалить стоп-лист '%s'."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:95
-msgid "Announce frequency"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:184
+msgid "You have no permission to remove this blocklist."
+msgstr "У вас недостаточно прав для удаления этого стоп-листа."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:99
-msgid "(in seconds)"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:199
+msgid "Please specify a valid phone number."
+msgstr "Укажите корректный номер телефона."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:107
-msgid "Queue sound setup"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "send"
+msgstr "отправка"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:112
-msgid "Use music on hold instead of ringing"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:287
+msgid "receive"
+msgstr "получение"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:121
-msgid "Music on hold"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:390
+msgid "Removing blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:129
-#, fuzzy
-msgid "Welcome sound file"
-msgstr "Добро пожаловать %s!"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:431
+msgid "You have no permissions to create a blocklist on this 'Base'."
+msgstr "У вас недостаточно прав для создания стоп-листа в этой ветке."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:137
-#, fuzzy
-msgid "Announce message"
-msgstr "Сообщение автоответчика"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:440
+msgid "Required field 'Name' contains invalid characters"
+msgstr "Значение поля 'Имя' содержит недопустимые символы."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:145
-msgid "Sound file for 'You are next ...'"
-msgstr ""
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:447
+msgid "Specified name is already used."
+msgstr "Указанное имя уже используется."
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:153
-msgid "'There are ...'"
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:454
+msgid "No permission to create a blocklist on this base."
+msgstr "Недостаточно прав для создания стоп-листа в этой ветке."
+
+#: plugins/gofax/blocklists/class_blocklistManagement.inc:502
+msgid "Saving blocklist object failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/phonequeue.tpl:161
-msgid "'... calls waiting'"
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:31
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:32
+msgid "List of blocklists"
+msgstr "Стоп-листы"
+
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:36
+#, 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/admin/ogroups/phonequeue.tpl:169
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:46
 #, fuzzy
 #, fuzzy
-msgid "'Thank you' message"
-msgstr "СообÑ\89ение Ð¾ Ñ\81оÑ\81Ñ\82оÑ\8fнии"
+msgid "Blocklist name"
+msgstr "УпÑ\80авление \"Ñ\87еÑ\80нÑ\8bми Ñ\81пиÑ\81ками\""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:177
-msgid "'minutes' sound file"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Select to see send blocklists"
+msgstr "Выберите, чтобы просмотреть стоп-листы (отправка)"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:185
-msgid "'seconds' sound file"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:50
+msgid "Show send blocklists"
+msgstr "Показать стоп-листы отправки"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:193
-msgid "Hold sound file"
-msgstr ""
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Select to see receive blocklists"
+msgstr "Выберите, чтобы просмотреть стоп-листы (получение)"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:201
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:51
+msgid "Show receive blocklists"
+msgstr "Показать стоп-листы получения"
+
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:57
+msgid "Regular expression for matching list names"
+msgstr "Регулярное выражение, соответствующее именам списков"
+
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
 #, fuzzy
 #, fuzzy
-msgid "Less Than sound file"
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
+msgid "Create new blocklist"
+msgstr "Ð\98мÑ\8f Ñ\81Ñ\82оп-лиÑ\81Ñ\82а"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:217
+#: plugins/gofax/blocklists/class_divListBlocklists.inc:77
 #, fuzzy
 #, fuzzy
-msgid "Phone attributes "
-msgstr "Атрибут DN пользователей"
+msgid "New Blocklist"
+msgstr "\"Черные списки\""
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:225
-msgid "Announce holdtime"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:8
+msgid "List name"
+msgstr "Список"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:231
-msgid "Allow the called user to transfer his call"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:10
+msgid "Name of blocklist"
+msgstr "Имя стоп-листа"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:237
-msgid "Allows calling user to transfer call"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:16
+msgid "Select subtree to place blocklist in"
+msgstr "Выберите ветку стоп-листа"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:247
-msgid "Allow the called to hangup by pressing *"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:39
+msgid "Select wether to filter incoming or outgoing calls"
+msgstr "Выберите, нужно ли фильтровать входящие или исходящие звонки"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:253
-msgid "Allows calling to hangup by pressing *"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:48
+msgid "Descriptive text for this blocklist"
+msgstr "Описание стоп-листа"
 
 
-#: plugins/admin/ogroups/phonequeue.tpl:259
-msgid "Ring instead of playing background music"
-msgstr ""
+#: plugins/gofax/blocklists/generic.tpl:61
+msgid "Blocked numbers"
+msgstr "Блокируемые номера"
 
 
-#: plugins/admin/ogroups/generic.tpl:9
-msgid "Name of the group"
-msgstr "Ð\9dазвание Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/gofax/blocklists/generic.tpl:77
+msgid "Numbers can also contain wild cards."
+msgstr "Ð\92меÑ\81Ñ\82о Ñ\82оÑ\87нÑ\8bÑ\85 Ð½Ð¾Ð¼ÐµÑ\80ов Ð¼Ð¾Ð¶Ð½Ð¾ Ð¸Ñ\81полÑ\8cзоваÑ\82Ñ\8c Ñ\88аблонÑ\8b."
 
 
-#: plugins/admin/ogroups/generic.tpl:37
-msgid "Member objects"
-msgstr "Ð\92клÑ\8eÑ\87аемÑ\8bе Ð¾Ð±Ñ\8aекÑ\82Ñ\8b"
+#: plugins/gofax/blocklists/main.inc:26 plugins/gofax/blocklists/main.inc:28
+msgid "Blocklist management"
+msgstr "УпÑ\80авление \"Ñ\87еÑ\80нÑ\8bми Ñ\81пиÑ\81ками\""
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:120
-msgid "There must be at least one NTP server selected."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:152
+msgid "This account has no fax extensions."
+msgstr "Для этой учетной записи нет расширений факса."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:161
+msgid "Remove fax account"
+msgstr "Удалить настройки факса"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:162
+msgid ""
+"This account has fax features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/ogroups/class_termgroup.inc:174
-#, php-format
-msgid "Setting action state (FAIstate) failed for object '%s', value was '%s'."
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:164
+msgid "Create fax account"
+msgstr "Создать настройки факса"
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:165
+msgid ""
+"This account has fax features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Select to see departments"
-msgstr "Выберите подразделение"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:233
+msgid "You're trying to add an invalid phone number."
+msgstr "Вы пытаетесь ввести некорректный номер телефона."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:27
-msgid "Show departments"
-msgstr "Показать подразделения"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:632
+#, fuzzy
+msgid "Removing FAX account failed"
+msgstr "Удалить настройки эл. почты"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Select to see GOsa accounts"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:647
+msgid "The required field 'Fax' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"ФакÑ\81\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:28
-msgid "Show people"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð»Ñ\8eдей"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:651
+msgid "Please enter a valid telephone number in the 'Fax' field."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она Ð² Ð¿Ð¾Ð»Ðµ \"ФакÑ\81\"."
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Select to see GOsa groups"
-msgstr "Выберите чтобы посмотреть группы GOsa"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:659
+msgid "Mail delivery is checked, but no address has been specified."
+msgstr ""
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:29
-msgid "Show groups"
-msgstr "Показать группы"
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:661
+#, fuzzy
+msgid "The mail address you've entered is invalid."
+msgstr "Введенный вами адрес уже используется."
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:667
+msgid ""
+"Deliver fax to printer, is only possible if valid printer is given. Please "
+"correct your choice."
+msgstr ""
+
+#: plugins/gofax/faxaccount/class_gofaxAccount.inc:750
+msgid "Saving FAX account failed"
+msgstr ""
+
+#: plugins/gofax/faxaccount/generic.tpl:12
+#: plugins/gofax/faxaccount/paste_generic.tpl:13
+msgid "Fax number for GOfax to trigger on"
+msgstr "Номер факса, для которого сработает GOfax"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Select to see applications"
-msgstr "Выберите чтобы посмотреть приложения"
+#: plugins/gofax/faxaccount/generic.tpl:18
+msgid "Specify the GOfax communication language for fax to mail gateway"
+msgstr ""
+"Укаэите предпочтительный язык для получения сообщений о факсах по эл. почте"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:30
-msgid "Show applications"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+#: plugins/gofax/faxaccount/generic.tpl:24
+msgid "Delivery format"
+msgstr "ФоÑ\80маÑ\82 Ð´Ð¾Ñ\81Ñ\82авки"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:32
-msgid "Select to see workstations"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\80абоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
+#: plugins/gofax/faxaccount/generic.tpl:26
+msgid "Specify delivery format for fax to mail gateway"
+msgstr "УкажиÑ\82е Ð² ÐºÐ°ÐºÐ¾Ð¼ Ñ\84оÑ\80маÑ\82е Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿ÐµÑ\80енапÑ\80авлÑ\8fÑ\82Ñ\8cÑ\81Ñ\8f Ñ\84акÑ\81Ñ\8b"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:33
-msgid "Select to see terminals"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\82еÑ\80миналÑ\8b"
+#: plugins/gofax/faxaccount/generic.tpl:38
+msgid "Delivery methods"
+msgstr "СпоÑ\81об Ð´Ð¾Ñ\81Ñ\82авки"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Select to see printers"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ð¿Ñ\80инÑ\82еÑ\80Ñ\8b"
+#: plugins/gofax/faxaccount/generic.tpl:41
+msgid "Temporary disable fax usage"
+msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\81полÑ\8cзование Ñ\84акÑ\81а"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:34
-msgid "Show printers"
-msgstr "Показать принтеры"
+#: plugins/gofax/faxaccount/generic.tpl:45
+#, fuzzy
+msgid "Deliver fax as mail to"
+msgstr "Отправлять факсы по эл. почте"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:35
-msgid "Select to see phones"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\87Ñ\82обÑ\8b Ð¿Ð¾Ñ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\82елеÑ\84онÑ\8b"
+#: plugins/gofax/faxaccount/generic.tpl:49
+msgid "Deliver fax as mail"
+msgstr "Ð\9eÑ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ñ\84акÑ\81Ñ\8b Ð¿Ð¾ Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82е"
 
 
-#: plugins/admin/ogroups/ogroup_objects.tpl:41
-msgid "Display objects of department"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82Ñ\8b Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+#: plugins/gofax/faxaccount/generic.tpl:54
+msgid "Deliver fax to printer"
+msgstr "Ð\9eÑ\82пÑ\80авлÑ\8fÑ\82Ñ\8c Ñ\84акÑ\81Ñ\8b Ð½Ð° Ð¿Ñ\80инÑ\82еÑ\80"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:25
-#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40
-msgid "Object groups"
-msgstr "Объединения"
+#: plugins/gofax/faxaccount/generic.tpl:69
+msgid "Alternate fax numbers"
+msgstr "Альтернативные номера факсов"
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:187
-#, php-format
-msgid "You're about to delete the object group '%s'."
-msgstr "Вы собираетесь удалить групповой объект \"%s\"."
+#: plugins/gofax/faxaccount/generic.tpl:81
+msgid "Blocklists"
+msgstr "\"Черные списки\""
 
 
-#: plugins/admin/ogroups/class_ogroupManagement.inc:193
-#: plugins/admin/ogroups/class_ogroupManagement.inc:221
-msgid "You are not allowed to delete this object group!"
-msgstr "У вас недостаточно прав для удаления этого группового объекта!"
+#: plugins/gofax/faxaccount/generic.tpl:84
+msgid "Blocklists for incoming fax"
+msgstr "\"Черные списки\" для входящих факсов"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:38
-#: plugins/admin/ogroups/class_divListOGroup.inc:39
-#, fuzzy
-msgid "List of object groups"
-msgstr "Название группы"
+#: plugins/gofax/faxaccount/generic.tpl:90
+msgid "Blocklists for outgoing fax"
+msgstr "\"Черные списки\" для исходящих факсов"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:44
-#, 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 ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"группы пользователей. Если у вас их достаточно большое количество, вы можете "
-"использовать групповое выделение."
+#: plugins/gofax/faxaccount/lists.tpl:5
+msgid "Blocked numbers/lists"
+msgstr "Блокируемые номера/списки"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:52
-#, fuzzy
-msgid "Name of object groups"
-msgstr "Название группы"
+#: plugins/gofax/faxaccount/lists.tpl:17
+msgid "List of predefined blocklists"
+msgstr "Готовые \"черные списки\""
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
+#: plugins/gofax/faxaccount/lists.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Select to see groups containing users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8fми"
+msgid "Add the list to the blocklists"
+msgstr "СÑ\82оп-лиÑ\81Ñ\82Ñ\8b"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:57
-msgid "Show groups containing users"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8fми"
+#: plugins/gofax/faxaccount/locals.tpl:6
+msgid "Select numbers to add"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-#, fuzzy
-msgid "Select to see groups containing groups"
-msgstr "Показать группы с группами"
+#: plugins/gofax/faxaccount/locals.tpl:28
+msgid "Display numbers of department"
+msgstr "Показать номера из подразделения"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:58
-msgid "Show groups containing groups"
-msgstr "Показать группы с группами"
+#: plugins/gofax/faxaccount/locals.tpl:38
+msgid "Display numbers matching"
+msgstr "Показать совпадения номеров"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-#, fuzzy
-msgid "Select to see groups containing applications"
-msgstr "Показать группы с приложениями"
+#: plugins/gofax/faxaccount/locals.tpl:41
+msgid "Regular expression for matching numbers"
+msgstr "Регулярное выражение, соответствующее номерам"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:59
-msgid "Show groups containing applications"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ñ\80иложениÑ\8fми"
+#: plugins/gofax/faxaccount/locals.tpl:47
+msgid "Display numbers of user"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-#, fuzzy
-msgid "Select to see groups containing departments"
-msgstr "Показать группы с подразделениями"
+#: plugins/gofax/faxaccount/locals.tpl:50
+msgid "User name of which numbers are shown"
+msgstr "Имя пользователя, для которого перечисляются номера"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:60
-msgid "Show groups containing departments"
-msgstr "Показать группы с подразделениями"
+#: plugins/gofax/faxaccount/main.inc:96
+#: plugins/gofon/phoneaccount/main.inc:112
+#: plugins/personal/connectivity/main.inc:129
+#: plugins/personal/environment/main.inc:115
+#: plugins/personal/generic/main.inc:181 plugins/personal/mail/main.inc:115
+#: plugins/personal/nagios/main.inc:115 plugins/personal/netatalk/main.inc:111
+#: plugins/personal/posix/main.inc:121 plugins/personal/samba/main.inc:115
+msgid "Click the 'Edit' button below to change informations in this dialog"
+msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме."
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
+#: plugins/gofax/faxaccount/main.inc:105
+msgid "FAX settings"
+msgstr "Настройки факса"
+
+#: plugins/gofax/faxaccount/paste_generic.tpl:18
 #, fuzzy
 #, fuzzy
-msgid "Select to see groups containing servers"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\81еÑ\80веÑ\80ами"
+msgid "Alternate fax numbers will not be copied"
+msgstr "Ð\90лÑ\8cÑ\82еÑ\80наÑ\82ивнÑ\8bе Ð½Ð¾Ð¼ÐµÑ\80а Ñ\84акÑ\81ов"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:61
-msgid "Show groups containing servers"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\81еÑ\80веÑ\80ами"
+#: plugins/gofax/faxreports/class_faxreport.inc:6
+msgid "FAX Reports"
+msgstr "Ð\9eÑ\82Ñ\87еÑ\82Ñ\8b Ð¾ Ñ\84акÑ\81аÑ\85"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-#, fuzzy
-msgid "Select to see groups containing workstations"
-msgstr "Показать группы с рабочими станциями"
+#: plugins/gofax/faxreports/class_faxreport.inc:106
+msgid ""
+"No fax extension defined in your sever configuration, no reports can be "
+"shown!"
+msgstr ""
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:62
-msgid "Show groups containing workstations"
-msgstr "Показать группы с рабочими станциями"
+#: plugins/gofax/faxreports/class_faxreport.inc:116
+msgid "Can't connect to fax database, no reports can be shown!"
+msgstr ""
+"Не удается подключиться к базе данных факсов, отчеты показаны не будут!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
+#: plugins/gofax/faxreports/class_faxreport.inc:120
+msgid "Can't select fax database for report generation!"
+msgstr "Не удается выбрать базу данных факсов для создания отчетов!"
+
+#: plugins/gofax/faxreports/class_faxreport.inc:125
 #, fuzzy
 #, fuzzy
-msgid "Select to see groups containing terminals"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ñ\82еÑ\80миналами"
+msgid "Can't query fax table 'faxlog' for report generation!"
+msgstr "Ð\9dе Ñ\83даеÑ\82Ñ\81Ñ\8f Ð²Ñ\8bбÑ\80аÑ\82Ñ\8c Ð±Ð°Ð·Ñ\83 Ð´Ð°Ð½Ð½Ñ\8bÑ\85 Ñ\84акÑ\81ов Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¾Ñ\82Ñ\87еÑ\82ов!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:63
-msgid "Show groups containing terminals"
-msgstr "Показать группы с терминалами"
+#: plugins/gofax/faxreports/class_faxreport.inc:148
+#: plugins/gofax/faxreports/class_faxreport.inc:266
+msgid "Query for fax database failed!"
+msgstr "Невозможно выполнить запрос к базе данных факсов!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-#, fuzzy
-msgid "Select to see groups containing printer"
-msgstr "Показать группы с принтерами"
+#: plugins/gofax/faxreports/class_faxreport.inc:157
+msgid "You have no permission to retrieve informations about this fax id!"
+msgstr "У вас недостаточно прав для получения информации об этом факсе!"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:64
-#, fuzzy
-msgid "Show groups containing printer"
-msgstr "Показать группы с принтерами"
+#: plugins/gofax/faxreports/class_faxreport.inc:177
+#: plugins/gofax/faxreports/class_faxreport.inc:274
+#: plugins/gofon/fonreports/class_fonreport.inc:202
+msgid "Y-M-D"
+msgstr "Г-М-Д"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-#, fuzzy
-msgid "Select to see groups containing phones"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð³Ñ\80Ñ\83ппÑ\8b Ñ\81 Ð¿Ñ\80инÑ\82еÑ\80ами"
+#: plugins/gofax/faxreports/contents.tpl:7
+#: plugins/gofon/fonreports/contents.tpl:7
+msgid "Enter user name to search for"
+msgstr "Ð\92ведиÑ\82е Ð¸Ñ\81комое Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:65
-#, fuzzy
-msgid "Show groups containing phones"
-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/admin/ogroups/class_divListOGroup.inc:99
-#, fuzzy
-msgid "Create new object group"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+#: plugins/gofax/faxreports/contents.tpl:9
+#: plugins/gofon/fonreports/contents.tpl:9
+msgid "Select subtree to base search on"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð¸Ñ\81ка"
 
 
-#: plugins/admin/ogroups/class_divListOGroup.inc:160
-#: plugins/generic/references/class_reference.inc:50
-msgid "Object group"
-msgstr "Объект группы"
+#: plugins/gofax/faxreports/contents.tpl:12
+#: plugins/gofon/fonreports/contents.tpl:12
+msgid "during"
+msgstr "в течение"
+
+#: plugins/gofax/faxreports/contents.tpl:34
+msgid "Receiver"
+msgstr "Получатель"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:148
-msgid "This 'dn' is no object group."
-msgstr "Этот объект не является группой."
+#: plugins/gofax/faxreports/contents.tpl:35
+#: plugins/gofax/faxreports/detail.tpl:57
+msgid "# pages"
+msgstr "Число страниц"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:282
-msgid "too many different objects!"
-msgstr "слишком много различных объектов!"
+#: plugins/gofax/faxreports/detail.tpl:5
+msgid "FAX preview - please wait"
+msgstr "Предварительный просмотр - пожалуйста, подождите"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:284
-msgid "users"
-msgstr "полÑ\8cзоваÑ\82ели"
+#: plugins/gofax/faxreports/detail.tpl:8
+msgid "Click on fax to download"
+msgstr "ЩелкниÑ\82е Ð¿Ð¾ Ñ\84акÑ\81Ñ\83, Ñ\87Ñ\82обÑ\8b Ð·Ð°Ð³Ñ\80Ñ\83зиÑ\82Ñ\8c ÐµÐ³Ð¾"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:285
-msgid "groups"
-msgstr "гÑ\80Ñ\83ппÑ\8b"
+#: plugins/gofax/faxreports/detail.tpl:17
+msgid "FAX ID"
+msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ñ\84акÑ\81а"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:286
-msgid "applications"
-msgstr "пÑ\80иложения"
+#: plugins/gofax/faxreports/detail.tpl:25
+msgid "Date / Time"
+msgstr "Ð\94аÑ\82а / Ð²Ñ\80емя"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:287
-msgid "departments"
-msgstr "подразделения"
+#: plugins/gofax/faxreports/detail.tpl:29
+msgid "Sender MSN"
+msgstr "MSN отправителя"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:288
-msgid "servers"
-msgstr "серверы"
+#: plugins/gofax/faxreports/detail.tpl:33
+msgid "Sender ID"
+msgstr "Идентификатор отправителя"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:289
-msgid "workstations"
-msgstr "рабочие станции"
+#: plugins/gofax/faxreports/detail.tpl:37
+msgid "Receiver MSN"
+msgstr "MSN получателя"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:290
-msgid "terminals"
-msgstr "терминалы"
+#: plugins/gofax/faxreports/detail.tpl:41
+msgid "Receiver ID"
+msgstr "Идентификатор получателя"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:291
-msgid "phones"
-msgstr "телефоны"
+#: plugins/gofax/faxreports/detail.tpl:49
+msgid "Status message"
+msgstr "Сообщение о состоянии"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:292
-msgid "printers"
-msgstr "пÑ\80инÑ\82еÑ\80Ñ\8b"
+#: plugins/gofax/faxreports/detail.tpl:53
+msgid "Transfer time"
+msgstr "Ð\92Ñ\80емÑ\8f Ð¿ÐµÑ\80едаÑ\87и"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:299
-msgid "and"
-msgstr "и"
+#: plugins/gofax/faxreports/main.inc:18
+msgid "FAX reports"
+msgstr "Ð\9eÑ\82Ñ\87еÑ\82Ñ\8b Ð¾ Ñ\84акÑ\81аÑ\85"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:484
+#: plugins/gofon/conference/class_divListConferences.inc:31
+#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/conference/headpage.tpl:6
 #, fuzzy
 #, fuzzy
-msgid "Non existing dn:"
-msgstr "Ð\9dе Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83Ñ\8eÑ\89ий dn:"
+msgid "List of conference rooms"
+msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:604
+#: plugins/gofon/conference/class_divListConferences.inc:36
+#: plugins/gofon/conference/headpage.tpl:24
 #, fuzzy
 #, fuzzy
-msgid "There is already an object with this cn."
-msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
-
-#: plugins/admin/ogroups/class_ogroup.inc:621
-msgid "You can combine two different object types at maximum only!"
+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/admin/ogroups/class_ogroup.inc:670
-#, fuzzy
-msgid "Saving object group failed"
-msgstr "Моя учетная запись"
+"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
+"подразделения. Если у вас достаточно большое количество подразделений, вы "
+"можете использовать групповое выделение."
 
 
-#: plugins/admin/ogroups/class_ogroup.inc:683
+#: plugins/gofon/conference/class_divListConferences.inc:46
 #, fuzzy
 #, fuzzy
-msgid "Removing object group failed"
-msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
+msgid "Name - Number"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: 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/gofon/conference/class_divListConferences.inc:48
+#: plugins/gofon/conference/generic.tpl:120
+msgid "PIN"
 msgstr ""
 msgstr ""
-"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не "
-"сможет восстановить эти данные."
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:48
+#: plugins/gofon/conference/class_divListConferences.inc:55
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features enabled. You can disable them by clicking below."
-msgstr ""
-"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
-"их, щелкнув ниже."
+msgid "Regular expression for matching conference names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:50
+#: plugins/gofon/conference/class_divListConferences.inc:75
 #, fuzzy
 #, fuzzy
-msgid ""
-"This group has mail features disabled. You can enable them by clicking below."
-msgstr ""
-"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
-"щелкнув ниже."
+msgid "Create new conference"
+msgstr "Создание нового объекта в"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:105
+#: plugins/gofon/conference/class_divListConferences.inc:75
 #, fuzzy
 #, fuzzy
-msgid "Saving mail objectgroup settings failed"
-msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
+msgid "New conference"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
 
-#: plugins/admin/ogroups/class_mailogroup.inc:138
+#: plugins/gofon/conference/class_divListConferences.inc:138
 #, fuzzy
 #, fuzzy
-msgid "Removing mail objectgroup settings failed"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+msgid "Conference"
+msgstr "СÑ\81Ñ\8bлки"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:92
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:98
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
 #, php-format
 msgid ""
 #, php-format
 msgid ""
-"The specified home server '%s' is not available in GOsa server "
-"configuration. Saving this account will create a new entry on the server '%"
-"s'. Use cancel if you do not want to create a new entry while ignoring old "
-"accounts."
-msgstr ""
-
-#: plugins/admin/ogroups/class_phonequeue.inc:122
-#, fuzzy
-msgid "ring all"
-msgstr "Терминалы"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:123
-msgid "round robin"
+"Could not remove the conference entry from database on home server (%s). "
+"Please check your asterisk database configuration."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:124
-msgid "least recently called"
-msgstr ""
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
+#, fuzzy, php-format
+msgid ""
+"The previously selected asterisk home server (%s) is no longer available."
+msgstr "У выбранного приложения нет параметров."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:125
-msgid "fewest completed calls"
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+msgid ""
+"You have specified a conference 'without PIN' ... please leave the PIN "
+"fields empty."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:126
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
 #, fuzzy
 #, fuzzy
-msgid "random"
-msgstr "и"
+msgid "Please enter a PIN."
+msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\80а"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:127
-msgid "round robin with memory"
-msgstr ""
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+#, fuzzy
+msgid "Please enter a name for the conference."
+msgstr "Введите корректный номер телефона!"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:148
-#: plugins/gofon/macro/class_gofonMacro.inc:179
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:265
-msgid ""
-"Can't save any changes to asterisk database, there is currently no mysql "
-"extension available in your php setup."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
+msgid "Only numeric chars are allowed in Number field."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:159
-#: plugins/gofon/macro/class_gofonMacro.inc:189
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:276
-#, php-format
-msgid ""
-"The MySQL home server '%s' isn't reachable as user '%s', check GOsa log for "
-"mysql error."
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
+msgid "Only numbers are allowed in Lifetime."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:166
-#: plugins/gofon/macro/class_gofonMacro.inc:196
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:283
-#, fuzzy, php-format
-msgid "Can't select database '%s' on home server '%s'."
-msgstr "Невозможно выбрать базу данных!"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:178
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:295
-#, php-format
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
 msgid ""
 msgid ""
-"The MySQL initial home server '%s' isn't reachable as user '%s', check GOsa "
-"log for mysql error."
+"Can not check if there are already some entries with given telephone number "
+"and/or cn in the destination home server."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:185
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:302
-#, fuzzy, php-format
-msgid "Can't select database '%s' on initial home server '%s'."
-msgstr "Невозможно выбрать базу данных!"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:211
-#, fuzzy
-msgid "Remove the phone queue from this Account"
-msgstr "Удалить телефонный аккаунт"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:212
-#, fuzzy
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
 msgid ""
 msgid ""
-"Phone queue is enabled for this group. You can disable it by clicking below."
+"Can not remove entries with some telephone number and/or cn from destination "
+"home server."
 msgstr ""
 msgstr ""
-"В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
-"щелкнув ниже."
-
-#: plugins/admin/ogroups/class_phonequeue.inc:214
-#, fuzzy
-msgid "Create phone queue"
-msgstr "Создать телефонный аккаунт"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:215
-#, fuzzy
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
 msgid ""
 msgid ""
-"For this group the phone queues are disabled. You can enable them by "
-"clicking below."
+"Can not check if entry exists in old database. Please have a look a the gosa "
+"logfiles."
 msgstr ""
 msgstr ""
-"В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
-"щелкнув ниже."
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:298
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
 msgid ""
 msgid ""
-"There must be at least one server with an asterisk database to create a "
-"phone queue."
+"Can not remove old entries from initial home server. Please have a look a "
+"the gosa logfiles."
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1118
+#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
 #, fuzzy
 #, fuzzy
-msgid "Please select a valid goFonHomeServer."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "Saving phone conference failed"
+msgstr "Ð\90ккаÑ\83нÑ\82 Proxy"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:307
-msgid "Timeout must be numeric"
-msgstr ""
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
+#, fuzzy
+msgid "Phone conferences"
+msgstr "Номер телефона"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:310
-msgid "Retry must be numeric"
-msgstr ""
+#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#, fuzzy
+msgid "Management"
+msgstr "Название"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:313
-msgid "Max queue length must be numeric"
-msgstr ""
+#: plugins/gofon/conference/generic.tpl:13
+#, fuzzy
+msgid "Conference name"
+msgstr "Ссылки"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:316
-msgid "Announce frequency must be numeric"
-msgstr ""
+#: plugins/gofon/conference/generic.tpl:18
+#, fuzzy
+msgid "Name of conference to create"
+msgstr "Имя создаваемой ветки"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:319
-msgid "There must be least one queue number defined."
-msgstr ""
+#: plugins/gofon/conference/generic.tpl:24
+#: plugins/gofon/conference/generic.tpl:35
+#, fuzzy
+msgid "Choose subtree to place conference in"
+msgstr "Выберите ветку для пользователя"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:342
-#: plugins/admin/ogroups/class_phonequeue.inc:391
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:301
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:862
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:357
-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/gofon/conference/generic.tpl:74
+msgid "Lifetime (in days)"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:374
-msgid "Error while removing old queue entries from database."
-msgstr ""
+#: plugins/gofon/conference/generic.tpl:112
+#, fuzzy
+msgid "Preset PIN"
+msgstr "присутствует"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:375
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-#: plugins/admin/ogroups/class_phonequeue.inc:729
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:395
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:407
-msgid "Please have a look a the gosa logfiles."
-msgstr ""
+#: plugins/gofon/conference/generic.tpl:126
+#, fuzzy
+msgid "Record conference"
+msgstr "Ссылки"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:434
-msgid "Could not detect old queue entry, query failed."
+#: plugins/gofon/conference/generic.tpl:134
+msgid "Sound file format"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:520
-#, php-format
-msgid ""
-"More than one entry in queue table found, that uses the name ('%s'). Please "
-"fix this issue manually first."
+#: plugins/gofon/conference/generic.tpl:151
+msgid "Play music on hold"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:729
+#: plugins/gofon/conference/generic.tpl:157
 #, fuzzy
 #, fuzzy
-msgid "Mysql query failed."
-msgstr "Ð\9dевозможно Ð²Ñ\8bполниÑ\82Ñ\8c Ð·Ð°Ð¿Ñ\80оÑ\81 Ðº Ð±Ð°Ð·Ðµ Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
+msgid "Activate session menu"
+msgstr "Ð\92клÑ\8eÑ\87иÑ\82Ñ\8c Ð°Ð²Ñ\82ооÑ\82веÑ\82Ñ\87ик"
 
 
-#: plugins/admin/ogroups/class_phonequeue.inc:761
-#: plugins/admin/ogroups/class_phonequeue.inc:763
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1380
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1382
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:565
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:567
-#, php-format
-msgid "The specified telephonenumber '%s' is already assigned to '%s'."
+#: plugins/gofon/conference/generic.tpl:163
+msgid "Announce users joining or leaving the conference"
 msgstr ""
 
 msgstr ""
 
-#: plugins/admin/ogroups/class_phonequeue.inc:830
-#, fuzzy
-msgid "Saving phone queue failed"
-msgstr "Аккаунт Proxy"
-
-#: plugins/admin/ogroups/class_phonequeue.inc:882
+#: plugins/gofon/conference/generic.tpl:169
 #, fuzzy
 #, fuzzy
-msgid "Removing phone queue failed"
-msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c POSIX"
+msgid "Count users"
+msgstr "СÑ\82Ñ\80ана"
 
 
-#: plugins/admin/ogroups/paste_generic.tpl:7
+#: plugins/gofon/conference/headpage.tpl:36
 #, fuzzy
 #, fuzzy
-msgid "Please enter the new object group name"
-msgstr "Ð\92ведиÑ\82е Ð°Ð´Ñ\80еÑ\81 Ñ\81еÑ\80веÑ\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/admin/ogroups/paste_mail.tpl:7
+#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
 #, fuzzy
 #, fuzzy
-msgid "Please enter a mail address"
-msgstr "Введите корректный серийный номер"
-
-#: plugins/gofon/fonreports/main.inc:21
-msgid "Phone reports"
-msgstr "Телефонные отчеты"
+msgid "Conference management"
+msgstr "Управление подразделениями"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
 
 #: plugins/gofon/fonreports/class_fonreport.inc:6
 msgid "Phone Reports"
@@ -12593,15 +12458,19 @@ msgstr "Канал"
 msgid "Duration"
 msgstr "Продолжительность"
 
 msgid "Duration"
 msgstr "Продолжительность"
 
-#: plugins/gofon/macro/headpage.tpl:6
+#: plugins/gofon/fonreports/main.inc:21
+msgid "Phone reports"
+msgstr "Телефонные отчеты"
+
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
 #: plugins/gofon/macro/class_divListMacros.inc:31
 #: plugins/gofon/macro/class_divListMacros.inc:32
+#: plugins/gofon/macro/headpage.tpl:6
 #, fuzzy
 msgid "List of macros"
 msgstr "Список групп"
 
 #, fuzzy
 msgid "List of macros"
 msgstr "Список групп"
 
-#: plugins/gofon/macro/headpage.tpl:24
 #: plugins/gofon/macro/class_divListMacros.inc:36
 #: plugins/gofon/macro/class_divListMacros.inc:36
+#: plugins/gofon/macro/headpage.tpl:24
 #, fuzzy
 msgid ""
 "This menu allows you to add, edit and remove selected macros. You may want "
 #, fuzzy
 msgid ""
 "This menu allows you to add, edit and remove selected macros. You may want "
@@ -12612,46 +12481,6 @@ msgstr ""
 "группы пользователей. Если у вас их достаточно большое количество, вы можете "
 "использовать групповое выделение."
 
 "группы пользователей. Если у вас их достаточно большое количество, вы можете "
 "использовать групповое выделение."
 
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros matching"
-msgstr "Шаблон для групп"
-
-#: plugins/gofon/macro/headpage.tpl:38
-#, fuzzy
-msgid "Display macros  matching"
-msgstr "Шаблон для групп"
-
-#: plugins/gofon/macro/headpage.tpl:41
-#: plugins/gofon/macro/class_divListMacros.inc:54
-#, fuzzy
-msgid "Regular expression for matching macro names"
-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:48
-#, fuzzy
-msgid "Visible for user"
-msgstr "Список пользователей"
-
-#: plugins/gofon/macro/generic.tpl:57
-#, fuzzy
-msgid "Macro text"
-msgstr "Название"
-
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
 #: plugins/gofon/macro/class_divListMacros.inc:46
 #, fuzzy
 msgid "macro name"
@@ -12662,6 +12491,12 @@ msgstr "Название"
 msgid "Visible"
 msgstr "Переменная"
 
 msgid "Visible"
 msgstr "Переменная"
 
+#: plugins/gofon/macro/class_divListMacros.inc:54
+#: plugins/gofon/macro/headpage.tpl:41
+#, fuzzy
+msgid "Regular expression for matching macro names"
+msgstr "Регулярное выражение, соответствующее именам групп"
+
 #: plugins/gofon/macro/class_divListMacros.inc:74
 #, fuzzy
 msgid "Create new phone macro"
 #: plugins/gofon/macro/class_divListMacros.inc:74
 #, fuzzy
 msgid "Create new phone macro"
@@ -12692,211 +12527,223 @@ msgstr "Видимый всем"
 msgid "invisible"
 msgstr "Видимый всем"
 
 msgid "invisible"
 msgstr "Видимый всем"
 
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
-#, fuzzy
-msgid "Phone macros"
-msgstr "Телефонные отчеты"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
-#, fuzzy, php-format
-msgid "You're about to delete the macro '%s'."
-msgstr "Вы собираетесь удалить группу \"%s\"."
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
-#, fuzzy
-msgid "You are not allowed to delete this macro!"
-msgstr "У вас недостаточно прав для удаления этой группы!"
-
-#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
-msgid "Ok"
-msgstr ""
-
-#: plugins/gofon/macro/class_gofonMacro.inc:226
+#: plugins/gofon/macro/class_gofonMacro.inc:219
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid "Removing macro from '%s' failed. Check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:294
+#: plugins/gofon/macro/class_gofonMacro.inc:287
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
 "об этом команде разработчиков GOsa."
 
 #, fuzzy, php-format
 msgid "More than one '(' is currently not supported. Line : '%s'."
 msgstr ""
 "Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
 "об этом команде разработчиков GOsa."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:297
+#: plugins/gofon/macro/class_gofonMacro.inc:290
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
 "об этом команде разработчиков GOsa."
 
 #, fuzzy, php-format
 msgid "More than one ')' is currently not supported. Line : '%s'."
 msgstr ""
 "Автоматическое создание типа \"%s\" не поддерживается. Пожалуйста, сообщите "
 "об этом команде разработчиков GOsa."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:301
+#: plugins/gofon/macro/class_gofonMacro.inc:294
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "У выбранного приложения нет параметров."
 
 #, fuzzy, php-format
 msgid "There is no application given in line : '%s'."
 msgstr "У выбранного приложения нет параметров."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:305
+#: plugins/gofon/macro/class_gofonMacro.inc:298
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
 #, php-format
 msgid "There is no extension type given in line : '%s'."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:334
+#: plugins/gofon/macro/class_gofonMacro.inc:327
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
 
 #, fuzzy, php-format
 msgid "Insert of new macro failed for server '%s'."
 msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:369
+#: plugins/gofon/macro/class_gofonMacro.inc:362
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgstr ""
 
 msgid ""
 "There must be at least one server with an asterisk database to save this "
 "phone macro."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:383
+#: plugins/gofon/macro/class_gofonMacro.inc:376
 #, fuzzy, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Подразделение с таким именем уже существует."
 
 #, fuzzy, php-format
 msgid "The given cn '%s' already exists."
 msgstr "Подразделение с таким именем уже существует."
 
-#: plugins/gofon/macro/class_gofonMacro.inc:389
+#: plugins/gofon/macro/class_gofonMacro.inc:382
 msgid "You must specify the 'Display Name' in order to save this macro"
 msgstr ""
 
 msgid "You must specify the 'Display Name' in order to save this macro"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:393
+#: plugins/gofon/macro/class_gofonMacro.inc:386
 msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
 msgid "The given cn is too long, to create a Makro entry, maximum 20 chars."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:399
+#: plugins/gofon/macro/class_gofonMacro.inc:392
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:410
+#: plugins/gofon/macro/class_gofonMacro.inc:403
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgstr ""
 
 msgid ""
 "This macro is still in use. It is necessary to mark this macro as visible "
 "for users."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:418
+#: plugins/gofon/macro/class_gofonMacro.inc:411
 msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
 msgid "Makro length must be lower than 100 lines"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:436
+#: plugins/gofon/macro/class_gofonMacro.inc:429
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgstr ""
 
 msgid ""
 "This macro is still in use. To delete this Macro ensure that nobody has "
 "selected it."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacro.inc:449
+#: plugins/gofon/macro/class_gofonMacro.inc:442
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
 msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
 #, fuzzy
 msgid ""
 "Could not remove the macro entry from asterisk databases. Please check your "
 "asterisk database configurations."
 msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:455
+#: plugins/gofon/macro/class_gofonMacro.inc:448
 #, fuzzy
 msgid "Removing phone macro failed"
 msgstr "Удалить учетную запись POSIX"
 
 #, fuzzy
 msgid "Removing phone macro failed"
 msgstr "Удалить учетную запись POSIX"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:464
+#: plugins/gofon/macro/class_gofonMacro.inc:457
 #, fuzzy
 msgid "Removing phone macro reverences failed"
 msgstr "Удалить учетную запись POSIX"
 
 #, fuzzy
 msgid "Removing phone macro reverences failed"
 msgstr "Удалить учетную запись POSIX"
 
-#: plugins/gofon/macro/class_gofonMacro.inc:498
+#: plugins/gofon/macro/class_gofonMacro.inc:491
 #, fuzzy
 msgid "Saving phone macro failed"
 msgstr "Аккаунт Proxy"
 
 #, fuzzy
 msgid "Saving phone macro failed"
 msgstr "Аккаунт Proxy"
 
-#: plugins/gofon/macro/parameter.tpl:3
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:25
 #, fuzzy
 #, fuzzy
-msgid "Argument"
-msgstr "подÑ\80азделениÑ\8f"
+msgid "Phone macros"
+msgstr "ТелеÑ\84оннÑ\8bе Ð¾Ñ\82Ñ\87еÑ\82Ñ\8b"
 
 
-#: plugins/gofon/macro/parameter.tpl:7
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:211
+#, fuzzy, php-format
+msgid "You're about to delete the macro '%s'."
+msgstr "Вы собираетесь удалить группу \"%s\"."
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:217
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:244
 #, fuzzy
 #, fuzzy
-msgid "type"
-msgstr "Тип"
+msgid "You are not allowed to delete this macro!"
+msgstr "У вас недостаточно прав для удаления этой группы!"
+
+#: plugins/gofon/macro/class_gofonMacroManagement.inc:263
+msgid "Ok"
+msgstr ""
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:197
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:190
 #, fuzzy
 msgid "This 'dn' is no phone macro."
 msgstr "Этот DN не имеет свойств телефона."
 
 #, fuzzy
 msgid "This 'dn' is no phone macro."
 msgstr "Этот DN не имеет свойств телефона."
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:245
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:238
 #, fuzzy
 msgid "String"
 msgstr "в течение"
 
 #, fuzzy
 msgid "String"
 msgstr "в течение"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:239
 msgid "Combobox"
 msgstr ""
 
 msgid "Combobox"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:247
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:240
 msgid "Bool"
 msgstr ""
 
 msgid "Bool"
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:253
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:246
 #, fuzzy
 msgid "Delete unused"
 msgstr "Удалить"
 
 #, fuzzy
 msgid "Delete unused"
 msgstr "Удалить"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:328
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:321
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
 #, php-format
 msgid "Insufficient permissions, can't change attribute '%s' in goFonMacro."
 msgstr ""
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:336
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1150
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:329
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1144
 #, fuzzy, php-format
 msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr "Неправильное указание таймаута '%s'"
 
 #, fuzzy, php-format
 msgid "The parameter %s contains invalid char. '!,#' is used as delimiter"
 msgstr "Неправильное указание таймаута '%s'"
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:341
-#, php-format
-msgid "The parameter %s has incorrect value for type bool."
-msgstr ""
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:334
+#, php-format
+msgid "The parameter %s has incorrect value for type bool."
+msgstr ""
+
+#: plugins/gofon/macro/class_gofonMacroParameters.inc:363
+#, 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_gofonMacroParameters.inc:389
+#, fuzzy
+msgid "Saving phone macro parameters failed"
+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:48
+#, fuzzy
+msgid "Visible for user"
+msgstr "Список пользователей"
+
+#: plugins/gofon/macro/generic.tpl:57
+#, fuzzy
+msgid "Macro text"
+msgstr "Название"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:370
-#, 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:38
+#, fuzzy
+msgid "Display macros matching"
+msgstr "Шаблон для групп"
 
 
-#: plugins/gofon/macro/class_gofonMacroParameters.inc:396
+#: plugins/gofon/macro/headpage.tpl:38
 #, fuzzy
 #, fuzzy
-msgid "Saving phone macro parameters failed"
-msgstr "Ð\98змениÑ\82Ñ\8c Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
+msgid "Display macros  matching"
+msgstr "Шаблон Ð´Ð»Ñ\8f Ð³Ñ\80Ñ\83пп"
 
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 #, fuzzy
 msgid "Phone macro management"
 msgstr "Управление системами"
 
 
 #: plugins/gofon/macro/main.inc:43 plugins/gofon/macro/main.inc:47
 #, fuzzy
 msgid "Phone macro management"
 msgstr "Управление системами"
 
-#: plugins/gofon/phoneaccount/generic.tpl:35
-#, fuzzy
-msgid "Select the accounts home server"
-msgstr "Выберите, чтобы просмотреть серверы"
-
-#: plugins/gofon/phoneaccount/generic.tpl:42
-#: plugins/gofon/phoneaccount/paste_generic.tpl:32
-msgid "Voicemail PIN"
-msgstr ""
-
-#: plugins/gofon/phoneaccount/generic.tpl:50
-#: plugins/gofon/phoneaccount/paste_generic.tpl:40
+#: plugins/gofon/macro/parameter.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "Phone PIN"
-msgstr "ТелеÑ\84он"
+msgid "Argument"
+msgstr "подÑ\80азделениÑ\8f"
 
 
-#: plugins/gofon/phoneaccount/generic.tpl:68
-#: plugins/gofon/phoneaccount/generic.tpl:69
+#: plugins/gofon/macro/parameter.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Phone macro"
-msgstr "ТелеÑ\84оннÑ\8bе Ð¾Ñ\82Ñ\87еÑ\82Ñ\8b"
+msgid "type"
+msgstr "Тип"
 
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:105
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:99
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
 #, php-format
 msgid ""
 "The specified goFonHomeServer '%s' is not available in GOsa server "
@@ -12905,78 +12752,78 @@ msgid ""
 "accounts."
 msgstr ""
 
 "accounts."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1264
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:108
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1258
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 "error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s', check GOsa log for mysql "
 "error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:120
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1275
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1269
 #, fuzzy, php-format
 msgid "Can't select database %s on %s."
 msgstr "Невозможно выбрать базу данных!"
 
 #, fuzzy, php-format
 msgid "Can't select database %s on %s."
 msgstr "Невозможно выбрать базу данных!"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:157
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:151
 #, fuzzy
 msgid "no macro"
 msgstr "Телефонные отчеты"
 
 #, fuzzy
 msgid "no macro"
 msgstr "Телефонные отчеты"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:175
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:169
 #, fuzzy
 msgid "undefined"
 msgstr "не определена"
 
 #, fuzzy
 msgid "undefined"
 msgstr "не определена"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:309
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:303
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgstr ""
 
 msgid ""
 "Can't save any changes to asterisk database, there is no mysql extension "
 "available."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:429
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:423
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 "keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The MySQL Server '%s' isn't reachable as user '%s'. Abort saving entries to "
 "keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:437
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:464
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:431
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:458
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "Can't select database %s on %s. Abort saving entries to keep the database "
 "consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:456
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:450
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 "entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
 #, php-format
 msgid ""
 "The old MySQL home server '%s' isn't reachable as user '%s'. Abort saving "
 "entries to keep the database consistent, check GOsa log for mysql error."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:770
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:764
 msgid "Error while performing query:"
 msgstr ""
 
 msgid "Error while performing query:"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:827
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:958
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:821
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:952
 msgid "This account has no phone extensions."
 msgstr "В этой учетной записи нет атрибутов для телефона."
 
 msgid "This account has no phone extensions."
 msgstr "В этой учетной записи нет атрибутов для телефона."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:853
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:847
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgstr ""
 
 msgid ""
 "The macro you selected, is no longer available for you, please choose "
 "another one."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:968
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:962
 msgid "Remove phone account"
 msgstr "Удалить телефонный аккаунт"
 
 msgid "Remove phone account"
 msgstr "Удалить телефонный аккаунт"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:963
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
 msgid ""
 "This account has phone features enabled. You can disable them by clicking "
 "below."
@@ -12984,12 +12831,12 @@ msgstr ""
 "В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
 "щелкнув ниже."
 
 "В этой учетной записи включены телефонные атрибуты. Вы можете отключить их, "
 "щелкнув ниже."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:972
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:975
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:966
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:969
 msgid "Create phone account"
 msgstr "Создать телефонный аккаунт"
 
 msgid "Create phone account"
 msgstr "Создать телефонный аккаунт"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:973
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:967
 #, fuzzy
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
 #, fuzzy
 msgid ""
 "This account has phone features disabled. You can't enable them while no uid "
@@ -12998,7 +12845,7 @@ msgstr ""
 "В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
 "щелкнув ниже."
 
 "В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
 "щелкнув ниже."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:976
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:970
 msgid ""
 "This account has phone features disabled. You can enable them by clicking "
 "below."
 msgid ""
 "This account has phone features disabled. You can enable them by clicking "
 "below."
@@ -13006,25 +12853,25 @@ msgstr ""
 "В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
 "щелкнув ниже."
 
 "В этой учетной записи отключены телефонные атрибуты. Вы можете включить их, "
 "щелкнув ниже."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:989
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:983
 msgid "Please enter a valid phone number!"
 msgstr "Введите корректный номер телефона!"
 
 msgid "Please enter a valid phone number!"
 msgstr "Введите корректный номер телефона!"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1028
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1022
 msgid "Choose your private phone"
 msgstr "Укажите личный телефон"
 
 msgid "Choose your private phone"
 msgstr "Укажите личный телефон"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1114
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1108
 msgid ""
 "There must be at least one server with an asterisk database to create a "
 "phone account."
 msgstr ""
 
 msgid ""
 "There must be at least one server with an asterisk database to create a "
 "phone account."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1122
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1116
 msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
 msgid "Voicemail PIN must be between 1-4 characters."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1125
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1119
 #, fuzzy
 msgid ""
 "The specified Voicemail PIN contains invalid characters, only numeric values "
 #, fuzzy
 msgid ""
 "The specified Voicemail PIN contains invalid characters, only numeric values "
@@ -13033,11 +12880,11 @@ msgstr ""
 "Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
 "Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 "Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
 "Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1130
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1124
 msgid "Phone PIN must be at least one character long."
 msgstr ""
 
 msgid "Phone PIN must be at least one character long."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1133
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1127
 #, fuzzy
 msgid ""
 "The specified phone PIN contains invalid characters, only aphanumeric values "
 #, fuzzy
 msgid ""
 "The specified phone PIN contains invalid characters, only aphanumeric values "
@@ -13046,2178 +12893,2337 @@ msgstr ""
 "Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
 "Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 "Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
 "Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1143
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1137
 #, 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:1214
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1208
 #, fuzzy
 msgid "Saving phone account failed"
 msgstr "Аккаунт Proxy"
 
 #, fuzzy
 msgid "Saving phone account failed"
 msgstr "Аккаунт Proxy"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1306
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1300
 msgid "Stop"
 msgstr ""
 
 msgid "Stop"
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1311
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1305
 msgid ""
 "Can't remove phone account, the mysql extension is not present in php "
 "configuration."
 msgstr ""
 
 msgid ""
 "Can't remove phone account, the mysql extension is not present in php "
 "configuration."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1344
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1338
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
 #, php-format
 msgid "Removed user '%s' from phone queue '%s'."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1351
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1345
 #, fuzzy
 msgid "Removing phone account failed"
 msgstr "Удалить учетную запись POSIX"
 
 #, fuzzy
 msgid "Removing phone account failed"
 msgstr "Удалить учетную запись POSIX"
 
-#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1428
+#: plugins/gofon/phoneaccount/class_phoneAccount.inc:1422
 #, php-format
 msgid ""
 "The previously selected asterisk home server (%s) is no longer available. "
 "Remove aborted."
 msgstr ""
 
 #, php-format
 msgid ""
 "The previously selected asterisk home server (%s) is no longer available. "
 "Remove aborted."
 msgstr ""
 
-#: plugins/gofon/phoneaccount/paste_generic.tpl:1
-#: plugins/gofon/phoneaccount/main.inc:122
-msgid "Phone settings"
-msgstr "Настройки телефона"
-
-#: plugins/gofon/conference/headpage.tpl:6
-#: plugins/gofon/conference/class_divListConferences.inc:31
-#: plugins/gofon/conference/class_divListConferences.inc:32
+#: plugins/gofon/phoneaccount/generic.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "List of conference rooms"
-msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
+msgid "Select the accounts home server"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
 
-#: plugins/gofon/conference/headpage.tpl:24
-#: plugins/gofon/conference/class_divListConferences.inc:36
-#, 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/phoneaccount/generic.tpl:42
+#: plugins/gofon/phoneaccount/paste_generic.tpl:32
+msgid "Voicemail PIN"
 msgstr ""
 msgstr ""
-"С помощью этого меню вы можете добавлять, изменять и удалять выбранные "
-"подразделения. Если у вас достаточно большое количество подразделений, вы "
-"можете использовать групповое выделение."
 
 
-#: plugins/gofon/conference/headpage.tpl:36
+#: plugins/gofon/phoneaccount/generic.tpl:50
+#: plugins/gofon/phoneaccount/paste_generic.tpl:40
 #, fuzzy
 #, fuzzy
-msgid "Regular expression for        matching user names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Phone PIN"
+msgstr "ТелеÑ\84он"
 
 
-#: plugins/gofon/conference/generic.tpl:13
+#: plugins/gofon/phoneaccount/generic.tpl:68
+#: plugins/gofon/phoneaccount/generic.tpl:69
 #, fuzzy
 #, fuzzy
-msgid "Conference name"
-msgstr "СÑ\81Ñ\8bлки"
+msgid "Phone macro"
+msgstr "ТелеÑ\84оннÑ\8bе Ð¾Ñ\82Ñ\87еÑ\82Ñ\8b"
 
 
-#: plugins/gofon/conference/generic.tpl:18
+#: plugins/gofon/phoneaccount/main.inc:122
+#: plugins/gofon/phoneaccount/paste_generic.tpl:1
+msgid "Phone settings"
+msgstr "Настройки телефона"
+
+#: plugins/personal/connectivity/class_connectivity.inc:65
+msgid "This account has no connectivity extensions."
+msgstr "В этой учетной записи нет атрибутов для подключения."
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:14
+msgid "Intranet"
+msgstr ""
+
+#: plugins/personal/connectivity/class_intranetAccount.inc:108
 #, fuzzy
 #, fuzzy
-msgid "Name of conference to create"
-msgstr "Ð\98мÑ\8f Ñ\81оздаваемой Ð²ÐµÑ\82ки"
+msgid "Removing intranet account failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: plugins/gofon/conference/generic.tpl:24
-#: plugins/gofon/conference/generic.tpl:35
+#: plugins/personal/connectivity/class_intranetAccount.inc:163
 #, fuzzy
 #, fuzzy
-msgid "Choose subtree to place conference in"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²ÐµÑ\82кÑ\83 Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+msgid "Saving intranet account failed"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: plugins/gofon/conference/generic.tpl:74
-msgid "Lifetime (in days)"
+#: plugins/personal/connectivity/class_kolabAccount.inc:5
+msgid "Kolab"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:112
+#: plugins/personal/connectivity/class_kolabAccount.inc:125
 #, fuzzy
 #, fuzzy
-msgid "Preset PIN"
-msgstr "присутствует"
-
-#: plugins/gofon/conference/generic.tpl:120
-#: plugins/gofon/conference/class_divListConferences.inc:48
-msgid "PIN"
+msgid ""
+"You're trying to add an invalid email address to the list of delegations."
 msgstr ""
 msgstr ""
+"Вы пытаетесь добавить некорректный адрес электронной почты к списку тех, "
+"кому должны пересылаться сообщения."
 
 
-#: plugins/gofon/conference/generic.tpl:126
+#: plugins/personal/connectivity/class_kolabAccount.inc:133
 #, fuzzy
 #, fuzzy
-msgid "Record conference"
-msgstr "Ссылки"
+msgid ""
+"The mail address you're trying to add is no primary mail address of an "
+"existing user."
+msgstr "Добавляемый вами адрес уже используется пользователем"
 
 
-#: plugins/gofon/conference/generic.tpl:134
-msgid "Sound file format"
+#: plugins/personal/connectivity/class_kolabAccount.inc:160
+msgid "Always accept"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:151
-msgid "Play music on hold"
+#: plugins/personal/connectivity/class_kolabAccount.inc:161
+msgid "Always reject"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:157
+#: plugins/personal/connectivity/class_kolabAccount.inc:162
 #, fuzzy
 #, fuzzy
-msgid "Activate session menu"
-msgstr "Включить автоответчик"
+msgid "Reject if conflicts"
+msgstr "В"
 
 
-#: plugins/gofon/conference/generic.tpl:163
-msgid "Announce users joining or leaving the conference"
+#: plugins/personal/connectivity/class_kolabAccount.inc:163
+msgid "Manual if conflicts"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/generic.tpl:169
+#: plugins/personal/connectivity/class_kolabAccount.inc:164
 #, fuzzy
 #, fuzzy
-msgid "Count users"
-msgstr "СÑ\82Ñ\80ана"
+msgid "Manual"
+msgstr "ЯнваÑ\80Ñ\8c"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:46
-#, fuzzy
-msgid "Name - Number"
-msgstr "Номер телефона"
+#: plugins/personal/connectivity/class_kolabAccount.inc:214
+msgid "Anonymous"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:55
-#, fuzzy
-msgid "Regular expression for matching conference names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: plugins/personal/connectivity/class_kolabAccount.inc:275
+#, fuzzy, php-format
+msgid "Removing of user/kolab account with dn '%s' failed."
+msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Samba"
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
-#, fuzzy
-msgid "Create new conference"
-msgstr "Создание нового объекта в"
+#: plugins/personal/connectivity/class_kolabAccount.inc:286
+msgid "The value specified as Free Busy future needs to be an integer."
+msgstr ""
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:75
+#: plugins/personal/connectivity/class_kolabAccount.inc:291
 #, fuzzy
 #, fuzzy
-msgid "New conference"
-msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
+msgid "The value specified as Free Busy Information URL is invalid."
+msgstr "Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"ФайлÑ\8b\" Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82но."
 
 
-#: plugins/gofon/conference/class_divListConferences.inc:138
-#, fuzzy
-msgid "Conference"
-msgstr "Ссылки"
+#: plugins/personal/connectivity/class_kolabAccount.inc:305
+#, php-format
+msgid "The invitation policy entry for address '%s' is not valid."
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:25
-#, fuzzy
-msgid "Phone conferences"
-msgstr "Номер телефона"
+#: plugins/personal/connectivity/class_kolabAccount.inc:313
+#, php-format
+msgid "There's no mail user with address '%s' for your invitation policy!"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceManagment.inc:26
+#: plugins/personal/connectivity/class_kolabAccount.inc:393
+#, fuzzy, php-format
+msgid "Saving of user/kolab account with dn '%s' failed."
+msgstr "Моя учетная запись"
+
+#: plugins/personal/connectivity/class_opengwAccount.inc:6
 #, fuzzy
 #, fuzzy
-msgid "Management"
-msgstr "Ð\9dазвание"
+msgid "Opengroupware account"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Groupware"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:230
-#, php-format
+#: plugins/personal/connectivity/class_opengwAccount.inc:148
 msgid ""
 msgid ""
-"Could not remove the conference entry from database on home server (%s). "
-"Please check your asterisk database configuration."
+"OpenGroupware: Your configuration is missing a postgresql extension. Can't "
+"perform any database queries."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:319
-#, fuzzy, php-format
+#: plugins/personal/connectivity/class_opengwAccount.inc:153
 msgid ""
 msgid ""
-"The previously selected asterisk home server (%s) is no longer available."
-msgstr "У выбранного приложения нет параметров."
+"OpenGroupware: Missing database configuration for opengroupware. Can't get "
+"or set any informations."
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:324
+#: plugins/personal/connectivity/class_opengwAccount.inc:161
 msgid ""
 msgid ""
-"You have specified a conference 'without PIN' ... please leave the PIN "
-"fields empty."
+"OpenGroupware: Can't connect to specified database. Please check given "
+"configuration twice."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:328
-#, fuzzy
-msgid "Please enter a PIN."
-msgstr "Введите адрес сервера"
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:24
+msgid "Open-Xchange"
+msgstr ""
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:332
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:729
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:827
 #, fuzzy
 #, fuzzy
-msgid "Please enter a name for the conference."
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
+msgid "Couldn't connect to postgresql database!"
+msgstr "Ð\9dевозможно Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87иÑ\82Ñ\8cÑ\81Ñ\8f Ðº Ñ\81еÑ\80веÑ\80Ñ\83 Ð±Ð°Ð·Ñ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85!"
 
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:336
-msgid "Only numeric chars are allowed in Number field."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:733
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:831
+msgid "Needed parameters for openexchange connectivity plugin are missing!"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:340
-msgid "Only numbers are allowed in Lifetime."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:737
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:835
+#, fuzzy
+msgid "PHP4 module for postgresql database is missing!"
+msgstr "Невозможно выполнить запрос к базе данных журналов!"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:746
+msgid "Removing of oxchange addressbook failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:394
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:754
+#, fuzzy
+msgid "Removing oxchange account failed"
+msgstr "Удалить телефонный аккаунт"
+
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:815
 msgid ""
 msgid ""
-"Can not check if there are already some entries with given telephone number "
-"and/or cn in the destination home server."
+"The Open-Xchange accountname is empty and thus invalid! Check to make sure "
+"that you are not using any strange characters in the loginname."
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:406
-msgid ""
-"Can not remove entries with some telephone number and/or cn from destination "
-"home server."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:848
+msgid "Saving of oxchange account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:524
-msgid ""
-"Can not check if entry exists in old database. Please have a look a the gosa "
-"logfiles."
+#: plugins/personal/connectivity/class_oxchangeAccount.inc:855
+msgid "Creating oxchange addressbook tree failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:537
-msgid ""
-"Can not remove old entries from initial home server. Please have a look a "
-"the gosa logfiles."
+#: plugins/personal/connectivity/class_phpgwAccount.inc:5
+msgid "PHPGroupware"
+msgstr "PHPGroupware"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:81
+#, fuzzy
+msgid "Removing PHPgw account failed"
+msgstr "Удалить настройки эл. почты"
+
+#: plugins/personal/connectivity/class_phpgwAccount.inc:126
+msgid "Saving PHPgw account failed"
 msgstr ""
 
 msgstr ""
 
-#: plugins/gofon/conference/class_phoneConferenceGeneric.inc:633
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:27
 #, fuzzy
 #, fuzzy
-msgid "Saving phone conference failed"
-msgstr "Ð\90ккаÑ\83нÑ\82 Proxy"
+msgid "PHPscheduleit"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Groupware"
 
 
-#: plugins/gofon/conference/main.inc:39 plugins/gofon/conference/main.inc:41
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:84
 #, fuzzy
 #, fuzzy
-msgid "Conference management"
-msgstr "Управление подразделениями"
+msgid "Removing PHPscheduleit account failed"
+msgstr "Учетная запись Groupware"
 
 
-#: plugins/generic/references/class_reference.inc:46
-msgid "Thin Client"
-msgstr "Тонкий клиент"
+#: plugins/personal/connectivity/class_phpscheduleitAccount.inc:127
+#, fuzzy
+msgid "Saving PHPscheduleit account failed"
+msgstr "Учетная запись Groupware"
 
 
-#: plugins/generic/references/contents.tpl:11
-msgid "Object name"
-msgstr "Имя объекта"
+#: plugins/personal/connectivity/class_pptpAccount.inc:26
+msgid "PPTP"
+msgstr ""
 
 
-#: plugins/generic/references/contents.tpl:11
+#: plugins/personal/connectivity/class_pptpAccount.inc:93
 #, fuzzy
 #, fuzzy
-msgid "Contents"
-msgstr "Ð\9aонÑ\82акÑ\82"
+msgid "Removing PPTP account failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: plugins/generic/references/contents.tpl:18
-msgid "This object has no relationship to other objects."
-msgstr "Данный объект не имеет ссылок на другие объекты"
+#: plugins/personal/connectivity/class_pptpAccount.inc:138
+#, fuzzy
+msgid "Saving PPTP account failed"
+msgstr "Аккаунт FTP"
 
 
-#: plugins/generic/welcome/welcome.tpl:4
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "KB"
+msgstr "Kb"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:90
+msgid "GB"
+msgstr "Gb"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "day"
+msgstr "день"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "week"
+msgstr "неделя"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:91
+msgid "month"
+msgstr "месяц"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:167
 #, fuzzy
 #, fuzzy
-msgid ""
-"This is the GOsa main menu. You can select your tasks from the menu on the "
-"left, or by choosing one of the pictograms below. All changes apply directly "
-"to your companies LDAP server."
+msgid "Removing proxy account failed"
+msgstr "Удалить учетную запись POSIX"
+
+#: plugins/personal/connectivity/class_proxyAccount.inc:183
+msgid "Numerical value for Quota Setting is empty."
 msgstr ""
 msgstr ""
-"Это начальная страница GOsa. Из меню слева или среди пиктограмм ниже вы "
-"можете выбрать нужный вам раздел. Все изменения будут сразу же переноситься "
-"на LDAP-сервер вашей компании."
 
 
-#: plugins/generic/welcome/welcome.tpl:8
+#: plugins/personal/connectivity/class_proxyAccount.inc:186
 #, fuzzy
 #, fuzzy
-msgid ""
-"Use 'Sign out' on the upper left to close the connection and 'Main' to get "
-"back to the pictogram view."
-msgstr ""
-"Чтобы завершить сеанс, выберите в меню слева вверху пункт <b>Выход</b>. "
-"Чтобы вернуться на начальную страницу, выберите <b>Начало</b>."
+msgid "Numerical value for Quota Setting is not valid."
+msgstr "Значение поля \"Квота\" некорректно."
 
 
-#: plugins/generic/welcome/welcome.tpl:15
-msgid "The GOsa team"
-msgstr "Команда разработчиков GOsa"
+#: plugins/personal/connectivity/class_proxyAccount.inc:267
+#, fuzzy
+msgid "Saving proxy account failed"
+msgstr "Аккаунт Proxy"
 
 
-#: plugins/generic/welcome/main.inc:24
-#, php-format
-msgid "Welcome %s!"
-msgstr "Ð\94обÑ\80о Ð¿Ð¾Ð¶Ð°Ð»Ð¾Ð²Ð°Ñ\82Ñ\8c %s!"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:106
+#, fuzzy
+msgid "Removing pureftpd account failed"
+msgstr "УдалиÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: include/class_mail-methods-cyrus.inc:40
-msgid "Warning: Account has an invalid mailserver string!"
-msgstr ""
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:149
+msgid "Value specified as 'Upload bandwidth' is not valid."
+msgstr "Значение поля \"Пропускная способность (на сервер)\" некорректно."
 
 
-#: include/class_mail-methods-cyrus.inc:53
-msgid ""
-"Warning: IMAP Server cannot be reached! If you save this account, some mail "
-"settings will not be stored on your server!"
-msgstr ""
-"Предупреждение: не удается получить доступ к серверу IMAP! Некоторые "
-"почтовые настройки не будут сохранены."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:152
+msgid "Value specified as 'Download bandwidth' is not valid."
+msgstr "Значение поля \"Пропускная способность (с сервера)\" некорректно."
 
 
-#: include/class_mail-methods-cyrus.inc:151
-#, php-format
-msgid "Can't create IMAP mailbox. Server says '%s'."
-msgstr "Не удается создать почтовый ящик IMAP. Ответ сервера: \"%s\"."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:155
+msgid "Value specified as 'Files' is not valid."
+msgstr "Значение поля \"Файлы\" некорректно."
 
 
-#: include/class_mail-methods-cyrus.inc:170
-#, php-format
-msgid "Can't write IMAP quota. Server says '%s'."
-msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:158
+msgid "Value specified as 'Size' is not valid."
+msgstr "Значение поля \"Размер\" некорректно."
 
 
-#: include/class_mail-methods-cyrus.inc:196
-#, fuzzy
-msgid "Warning: imap_getacl is not implemented, can't remove acl informations."
-msgstr ""
-"Предупреждение: функция imap_getacl не реализована, и вы не сможете менять "
-"права доступа к общим папкам."
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:161
+msgid "Value specified as 'Ratio' is not valid."
+msgstr "Значение поля \"Отношение\" некорректно."
 
 
-#: include/class_mail-methods-cyrus.inc:214
-msgid "Warning: imap_getacl is not available, can't get imap permissions!"
+#: plugins/personal/connectivity/class_pureftpdAccount.inc:186
+msgid "Saving pureftpd account failed"
 msgstr ""
 msgstr ""
-"Предупреждение: функция imap_getacl недоступна, не удается считать права на "
-"доступ к папкам!"
 
 
-#: include/class_mail-methods-cyrus.inc:236
-#, php-format
-msgid "Can't remove IMAP mailbox. Server says '%s'."
-msgstr "Не удается удалить почтовый ящик IMAP. Ответ сервера: '%s'."
+#: plugins/personal/connectivity/class_webdavAccount.inc:6
+msgid "WebDAV"
+msgstr "WebDAV"
 
 
-#: include/class_mail-methods-cyrus.inc:264
-#, php-format
-msgid "Can't log into SIEVE server. Server says '%s'."
-msgstr "Ð\9dевозможно Ð·Ð°Ñ\80егиÑ\81Ñ\82Ñ\80иÑ\80оваÑ\82Ñ\8cÑ\81Ñ\8f Ð½Ð° Ñ\81еÑ\80веÑ\80е SIEVE. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: plugins/personal/connectivity/class_webdavAccount.inc:78
+#, fuzzy
+msgid "Removing webDAV account failed"
+msgstr "УдалиÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: include/class_mail-methods-cyrus.inc:277
-#, php-format
-msgid "Can't get sieve script. Server says '%s'."
-msgstr "Ð\9dевозможно Ð¿Ð¾Ð»Ñ\83Ñ\87иÑ\82Ñ\8c Ñ\81Ñ\86енаÑ\80ий SIEVE. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: plugins/personal/connectivity/class_webdavAccount.inc:123
+#, fuzzy
+msgid "Saving webDAV account failed"
+msgstr "УÑ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c WebDAV"
 
 
-#: include/class_mail-methods-cyrus.inc:348
-#, php-format
-msgid "Can't send sieve script. Server says '%s'."
-msgstr "Ð\9dевозможно Ð¾Ñ\82пÑ\80авиÑ\82Ñ\8c Ñ\81Ñ\86енаÑ\80ий SIEVE. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: plugins/personal/connectivity/glpi.tpl:1
+#, fuzzy
+msgid "GLPI account"
+msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
 
 
-#: include/class_mail-methods-cyrus.inc:352
-#, php-format
-msgid "Can't activate GOsa sieve script. Server says '%s'."
-msgstr "Ð\9dевозможно Ð°ÐºÑ\82ивиÑ\80оваÑ\82Ñ\8c Ñ\81Ñ\86енаÑ\80ий  GOsa SIEVE. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: plugins/personal/connectivity/intranet.tpl:3
+#, fuzzy
+msgid "Intranet account"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
 
-#: include/class_debconfTemplate.inc:260
+#: plugins/personal/connectivity/kolab.tpl:3
+#: plugins/personal/connectivity/kolab.tpl:19
 #, fuzzy
 #, fuzzy
-msgid "This package has no debconf options."
-msgstr "Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð°Ñ\82Ñ\80ибÑ\83Ñ\82ов Ð´Ð»Ñ\8f Ñ\82елеÑ\84она."
+msgid "Kolab account"
+msgstr "Ð\9cоÑ\8f Ñ\83Ñ\87еÑ\82наÑ\8f Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c"
 
 
-#: include/class_plugin.inc:404
-#, fuzzy, php-format
+#: plugins/personal/connectivity/kolab.tpl:4
 msgid ""
 msgid ""
-"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist."
+"The kolab account is currently disabled. It's features can be adjusted if "
+"you add a mail account."
 msgstr ""
 msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
 
-#: include/class_plugin.inc:555
-#, php-format
-msgid ""
-"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
+#: plugins/personal/connectivity/kolab.tpl:25
+#, fuzzy
+msgid "Delegations"
+msgstr "Назначение"
 
 
-#: include/class_plugin.inc:589 include/class_password-methods.inc:183
-#, fuzzy, php-format
-msgid ""
-"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist."
-msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
+#: plugins/personal/connectivity/kolab.tpl:38
+#, fuzzy
+msgid "Mail size"
+msgstr "Размер квоты"
 
 
-#: include/class_plugin.inc:623
-#, php-format
-msgid ""
-"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist."
+#: plugins/personal/connectivity/kolab.tpl:39
+msgid "No mail size restriction for this account"
 msgstr ""
 msgstr ""
-"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"."
 
 
-#: include/class_plugin.inc:931
-#, php-format
-msgid "Object '%s' is already tagged"
+#: plugins/personal/connectivity/kolab.tpl:47
+#, fuzzy
+msgid "Free Busy information"
+msgstr "Общая информация о пользователе"
+
+#: plugins/personal/connectivity/kolab.tpl:54
+msgid "Future"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:938
-#, php-format
-msgid "Adding tag (%s) to object '%s'"
+#: plugins/personal/connectivity/kolab.tpl:55
+#: plugins/personal/connectivity/oxchange.tpl:26
+#: plugins/personal/connectivity/oxchange.tpl:30
+#, fuzzy
+msgid "days"
+msgstr "день"
+
+#: plugins/personal/connectivity/kolab.tpl:60
+msgid "Invitation policy"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:952 include/class_plugin.inc:981
-msgid "Handle object tagging failed"
+#: plugins/personal/connectivity/opengw.tpl:1
+#, fuzzy
+msgid "Opengroupware"
+msgstr "Учетная запись Groupware"
+
+#: plugins/personal/connectivity/opengw.tpl:8
+#, fuzzy
+msgid "Location team"
+msgstr "Местоположение"
+
+#: plugins/personal/connectivity/opengw.tpl:21
+#, fuzzy
+msgid "Template user"
+msgstr "Шаблон"
+
+#: plugins/personal/connectivity/opengw.tpl:49
+msgid "Teams"
 msgstr ""
 
 msgstr ""
 
-#: include/class_plugin.inc:968
-#, php-format
-msgid "Removing tag from object '%s'"
+#: plugins/personal/connectivity/oxchange.tpl:2
+msgid "Open-Xchange Account"
 msgstr ""
 
 msgstr ""
 
-#: include/class_password-methods.inc:167
-#, php-format
-msgid "Setting the password failed. LDAP server says '%s'."
-msgstr "Ошибка при установке пароля. Ответ LDAP-сервера: \"%s\"."
-
-#: include/class_password-methods.inc:204
+#: plugins/personal/connectivity/oxchange.tpl:2
 msgid ""
 msgid ""
-"Setting for SMBHASH in gosa.conf is incorrect! Can't change Samba password."
+"disabled, no Postgresql support detected. Or the specified database can't be "
+"reached"
 msgstr ""
 msgstr ""
-"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba."
 
 
-#: include/functions_setup.inc:84
-msgid "Can't get schema information from server. No schema check possible!"
-msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!"
+#: plugins/personal/connectivity/oxchange.tpl:10
+#, fuzzy
+msgid "Open-Xchange account"
+msgstr "Удалить телефонный аккаунт"
 
 
-#: include/functions_setup.inc:99
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' is not present in LDAP "
-"setup"
+#: plugins/personal/connectivity/oxchange.tpl:21
+#, fuzzy
+msgid "Remember"
+msgstr "Декабрь"
+
+#: plugins/personal/connectivity/oxchange.tpl:25
+msgid "Appointment Days"
 msgstr ""
 msgstr ""
-"Необязательный класс объектов \"%s\", нужный для модуля \"%s\", отсутствует "
-"в установке LDAP."
 
 
-#: include/functions_setup.inc:103
-#, php-format
-msgid ""
-"Optional objectclass '%s' required by plugin '%s' does not have version %s"
+#: plugins/personal/connectivity/oxchange.tpl:29
+msgid "Task Days"
 msgstr ""
 msgstr ""
-"У необязательного класса объектов \"%s\", нужного для модуля \"%s\", версия "
-"не %s"
 
 
-#: include/functions_setup.inc:108
-#, fuzzy, php-format
-msgid "Support for '%s' enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+#: plugins/personal/connectivity/oxchange.tpl:41
+#, fuzzy
+msgid "User Information"
+msgstr "Ð\98нÑ\84оÑ\80маÑ\86иÑ\8f"
 
 
-#: include/functions_setup.inc:118
-#, php-format
-msgid "Required objectclass '%s' is not present in LDAP setup"
-msgstr "Обязательный класс объектов \"%s\" отсутствует в установке LDAP."
+#: plugins/personal/connectivity/oxchange.tpl:45
+msgid "User Timezone"
+msgstr ""
 
 
-#: include/functions_setup.inc:122
-#, php-format
-msgid "Required objectclass '%s' does not have version %s"
-msgstr "У обязательного класса объектов \"%s\" версия не %s"
+#: plugins/personal/connectivity/phpgw.tpl:3
+msgid "PHPGroupware account"
+msgstr "Учетная запись Groupware"
 
 
-#: include/functions_setup.inc:133
+#: plugins/personal/connectivity/phpscheduleit.tpl:3
 #, fuzzy
 #, fuzzy
-msgid "SAMBA 3 support disabled, no schema seems to be installed"
-msgstr "Поддержка Samba 3 отключена, не все схемы установлены!"
-
-#: include/functions_setup.inc:138
-msgid "SAMBA 3 support enabled"
-msgstr ""
+msgid "PHPscheduleit account"
+msgstr "Учетная запись Groupware"
 
 
-#: include/functions_setup.inc:143
+#: plugins/personal/connectivity/pptp.tpl:3
 #, fuzzy
 #, 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!"
+msgid "PPTP account"
+msgstr "Ð\90ккаÑ\83нÑ\82 FTP"
 
 
-#: include/functions_setup.inc:148
-msgid "SAMBA 2 support enabled"
+#: 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 ""
 msgstr ""
+"Фильтровать нежелательное содержимое (например, порнографическое или "
+"связанное с насилием)"
 
 
-#: include/functions_setup.inc:154
-#, fuzzy
-msgid "Support for pureftp disabled, no schema seems to be installed"
-msgstr "Поддержка PureFTP отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/proxy.tpl:24
+msgid "Limit proxy access to working time"
+msgstr "Ограничить доступ к прокси рабочим временем"
 
 
-#: include/functions_setup.inc:159
-msgid "Support for pureftp enabled"
-msgstr ""
+#: plugins/personal/connectivity/proxy.tpl:69
+msgid "Restrict proxy usage by quota"
+msgstr "Ограничить квотой использование прокси"
 
 
-#: include/functions_setup.inc:164
-#, fuzzy
-msgid "Support for WebDAV disabled, no schema seems to be installed"
-msgstr "Поддержка WebDAV отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/proxy.tpl:86
+msgid "per"
+msgstr "per"
 
 
-#: include/functions_setup.inc:169
-msgid "Support for WebDAV enabled"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:4
+msgid "FTP account"
+msgstr "Аккаунт FTP"
 
 
-#: include/functions_setup.inc:174
-#, fuzzy
-msgid "Support for phpgroupware disabled, no schema seems to be installed"
-msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/pureftpd.tpl:19
+msgid "Upload bandwidth"
+msgstr "Пропускная способность (на сервер)"
 
 
-#: include/functions_setup.inc:179
-#, fuzzy
-msgid "Support for phpgroupware enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+#: plugins/personal/connectivity/pureftpd.tpl:20
+#: plugins/personal/connectivity/pureftpd.tpl:24
+msgid "kb/s"
+msgstr "Ð\9aб/Ñ\81"
 
 
-#: include/functions_setup.inc:184
-#, fuzzy
-msgid "Support for trustAccount disabled, no schema seems to be installed"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/pureftpd.tpl:23
+msgid "Download bandwidth"
+msgstr "Пропускная способность (с сервера)"
 
 
-#: include/functions_setup.inc:189
-#, fuzzy
-msgid "Support for trustAccount enabled"
-msgstr "Поддержка phpgroupware отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/pureftpd.tpl:35
+msgid "Quota"
+msgstr "Квота"
 
 
-#: include/functions_setup.inc:194
-#, fuzzy
-msgid "Support for gofon disabled, no schema seems to be installed"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/pureftpd.tpl:39
+msgid "Files"
+msgstr "Файлы"
 
 
-#: include/functions_setup.inc:199
-msgid "Support for gofon enabled"
-msgstr ""
+#: plugins/personal/connectivity/pureftpd.tpl:54
+msgid "Ratio"
+msgstr "Отношение"
 
 
-#: include/functions_setup.inc:204
-#, fuzzy
-msgid "Support for nagios disabled, no schema seems to be installed"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+#: plugins/personal/connectivity/pureftpd.tpl:58
+msgid "Uploaded / downloaded files"
+msgstr "Загрузка на сервер / с сервера"
 
 
-#: include/functions_setup.inc:209
-#, fuzzy
-msgid "Support for nagios enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+#: plugins/personal/connectivity/pureftpd.tpl:68
+#: plugins/personal/samba/samba3.tpl:216
+msgid "Miscellaneous"
+msgstr "Разное"
 
 
-#: include/functions_setup.inc:214
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Check to disable FTP Access"
+msgstr "Отметьте, чтобы отключить доступ к FTP"
+
+#: plugins/personal/connectivity/pureftpd.tpl:71
+msgid "Temporary disable FTP access"
+msgstr "Временно отключить доступ к FTP"
+
+#: plugins/personal/connectivity/webdav.tpl:3
+msgid "WebDAV account"
+msgstr "Учетная запись WebDAV"
+
+#: plugins/personal/environment/class_environment.inc:182
 #, fuzzy
 #, fuzzy
-msgid "Support for netatalk disabled, no schema seems to be installed"
-msgstr "Ð\9fоддеÑ\80жка Gofon Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+msgid "auto"
+msgstr "Ð\9eÑ\82ноÑ\88ение"
 
 
-#: include/functions_setup.inc:219
+#: plugins/personal/environment/class_environment.inc:300
+#: plugins/personal/environment/class_environment.inc:344
 #, fuzzy
 #, fuzzy
-msgid "Support for netatalk enabled"
-msgstr "Ð\9fоддеÑ\80жка phpgroupware Ð¾Ñ\82клÑ\8eÑ\87ена, Ð½Ðµ Ð²Ñ\81е Ñ\81Ñ\85емÑ\8b Ñ\83Ñ\81Ñ\82ановленÑ\8b!"
+msgid "Remove environment extension"
+msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
 
-#: include/functions_setup.inc:229
+#: plugins/personal/environment/class_environment.inc:301
+#: plugins/personal/environment/class_environment.inc:345
 #, fuzzy
 #, fuzzy
-msgid ""
-"Support for Kolab disabled, no schema seems to be installed, setting mail-"
-"method to cyrus"
-msgstr "Поддержка Gofon отключена, не все схемы установлены!"
+msgid "Environment extension enabled. You can disable it by clicking below."
+msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
 
-#: include/functions_setup.inc:236
-msgid "Support for Kolab enabled"
+#: plugins/personal/environment/class_environment.inc:310
+#: plugins/personal/environment/class_environment.inc:315
+#: plugins/personal/environment/class_environment.inc:350
+#: plugins/personal/environment/class_environment.inc:355
+msgid "Add environment extension"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:254 include/functions.inc:1137
-msgid "OK"
-msgstr "OK"
+#: plugins/personal/environment/class_environment.inc:311
+#: plugins/personal/environment/class_environment.inc:351
+#, fuzzy
+msgid "Environment extension disabled. You can enable it by clicking below."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: include/functions_setup.inc:257
-msgid "Ignored"
-msgstr "Пропуск"
+#: plugins/personal/environment/class_environment.inc:316
+#: plugins/personal/environment/class_environment.inc:356
+#, fuzzy
+msgid ""
+"Environment extension disabled. You have to setup a posix account before you "
+"can enable this feature."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
 
-#: include/functions_setup.inc:259
-msgid "Failed"
-msgstr "Ошибка"
+#: plugins/personal/environment/class_environment.inc:553
+#, fuzzy
+msgid "Spaces are not allowed in the mount path!"
+msgstr "Вам не разрешено менять пароль."
 
 
-#: include/functions_setup.inc:276
-msgid "PHP setup inspection"
-msgstr "Проверка конфигурации PHP"
+#: plugins/personal/environment/class_environment.inc:634
+#: plugins/personal/environment/class_environment.inc:635
+#: plugins/personal/environment/class_environment.inc:643
+#: plugins/personal/environment/class_environment.inc:644
+#, fuzzy
+msgid "Reset password hash"
+msgstr "Изменить пароль"
 
 
-#: include/functions_setup.inc:278
-msgid "Checking for PHP version (>=4.1.0)"
-msgstr "Проверка версии PHP (>=4.1.0)"
+#: plugins/personal/environment/class_environment.inc:649
+#, fuzzy
+msgid "Delete share entry"
+msgstr "Удалить"
 
 
-#: include/functions_setup.inc:279
+#: plugins/personal/environment/class_environment.inc:803
+#, php-format
 msgid ""
 msgid ""
-"PHP must be of version 4.1.0 or above for some functions and known bugs in "
-"PHP language."
+"The selected kiosk profile '%s' is no longer available, setting current "
+"profile to 'none'."
 msgstr ""
 msgstr ""
-"У вас должна быть установка PHP версии не ниже 4.1.0, так как в ней "
-"реализованы некоторые новые функции и исправлены некоторые ошибки."
 
 
-#: include/functions_setup.inc:282
-msgid "Checking if register_globals is set to 'off'"
-msgstr "Проверка значения параметра register_globals (должно быть: off)"
+#: plugins/personal/environment/class_environment.inc:849
+#, fuzzy
+msgid "Removing environment information failed"
+msgstr "Удалить параметры"
 
 
-#: include/functions_setup.inc:283
+#: plugins/personal/environment/class_environment.inc:901
+#, fuzzy
+msgid "Please set a valid profile quota size."
+msgstr "Пожалуйста, укажите корректную кадровую синхронизацию."
+
+#: plugins/personal/environment/class_environment.inc:908
 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 need to setup a valid posix extension in order to enable evironment "
+"features."
 msgstr ""
 msgstr ""
-"register_globals - механизм PHP, позволяющий делать все глобальные "
-"переменные доступными из сценария без смены области действия. Это может быть "
-"нарушением безопасности. Тем не менее, GOsa будет работать в любом случае."
 
 
-#: include/functions_setup.inc:286
-msgid "PHP session.gc_maxlifetime (>= 86400 seconds)."
+#: plugins/personal/environment/class_environment.inc:946
+msgid "Can't save new kiosk profiles, possibly permission denied for folder"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:287
-msgid ""
-"PHP uses this value for the garbage collector to delete old sessions, "
-"setting this value to one day will prevent loosing session and cookie  "
-"before they really timeout."
-msgstr ""
+#: plugins/personal/environment/class_environment.inc:1095
+#, fuzzy
+msgid "Adding environment information failed"
+msgstr "Изменить свойства"
 
 
-#: include/functions_setup.inc:290
-msgid "Checking for ldap module"
-msgstr "Проверка модуля ldap"
+#: plugins/personal/environment/class_environment.inc:1108
+#, fuzzy
+msgid "group share"
+msgstr "группы"
 
 
-#: include/functions_setup.inc:291
-msgid "This is the main module used by GOsa and therefore really required."
-msgstr "Основной модуль, используемый GOsa, и поэтому обязательный."
+#: plugins/personal/environment/class_environment.inc:1140
+#, fuzzy
+msgid "Administrator"
+msgstr "Администрирование"
 
 
-#: include/functions_setup.inc:294
+#: plugins/personal/environment/class_environment.inc:1145
+msgid "Default printer"
+msgstr "Принтер по умолчанию"
+
+#: plugins/personal/environment/class_hotplugDialog.inc:122
 #, fuzzy
 #, fuzzy
-msgid "Checking for XML functions"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
+msgid "Please specify a valid name. Only 0-9 a-Z is allowed."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: include/functions_setup.inc:295
-msgid "XML functions are required to parse the configuration file."
-msgstr ""
+#: plugins/personal/environment/class_hotplugDialog.inc:125
+#, fuzzy
+msgid "Invalid character in description. Please specify a valid description."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: include/functions_setup.inc:298
-msgid "Checking for gettext support"
-msgstr "Проверка поддержки gettext"
+#: plugins/personal/environment/class_hotplugDialog.inc:131
+#, fuzzy
+msgid "Please specify a valid iSerial."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: include/functions_setup.inc:299
-msgid "Gettext support is required for internationalized GOsa."
-msgstr "Необходима для локализованных версий GOsa."
+#: plugins/personal/environment/class_hotplugDialog.inc:135
+#, fuzzy
+msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
+msgstr "Укажите корректный номер телефона."
 
 
-#: include/functions_setup.inc:302
+#: plugins/personal/environment/class_hotplugDialog.inc:138
 #, fuzzy
 #, fuzzy
-msgid "Checking for iconv support"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
+msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð¸Ð¼Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f!"
 
 
-#: include/functions_setup.inc:303
-msgid ""
-"This module is used by GOsa to convert samba munged dial informations and is "
-"therefore required."
-msgstr ""
+#: plugins/personal/environment/class_hotplugDialog.inc:143
+#, fuzzy
+msgid "An Entry with this name already exists."
+msgstr "Подразделение с таким именем уже существует."
 
 
-#: include/functions_setup.inc:306
-msgid "Checking for mhash module"
-msgstr "Проверка модуля mhash"
+#: plugins/personal/environment/class_hotplugDialog.inc:148
+#, fuzzy
+msgid "Please select an entry or press cancel."
+msgstr "Введите корректный номер телефона!"
 
 
-#: include/functions_setup.inc:307
-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."
+#: plugins/personal/environment/class_kioskManagementDialog.inc:70
+#: plugins/personal/environment/class_kioskManagementDialog.inc:89
+#, php-format
+msgid "Can't delete '%s'. Error was: permission denied."
 msgstr ""
 msgstr ""
-"Этот модуль нужен для использования алгоритма шифрования SSHA. Если вы "
-"используете только алгоритмы crypt или MD5, не обращайте внимания на "
-"результат проверки. GOsa будет работать и без этого модуля."
 
 
-#: include/functions_setup.inc:310
-msgid "Checking for imap module"
-msgstr "Проверка модуля IMAP"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:73
+#: plugins/personal/environment/class_kioskManagementDialog.inc:92
+#, php-format
+msgid "Can't delete '%s'. Errow was: file doesn't exist."
+msgstr ""
 
 
-#: include/functions_setup.inc:311
+#: plugins/personal/environment/class_kioskManagementDialog.inc:134
 msgid ""
 msgid ""
-"The IMAP module is needed to communicate with the IMAP server. It gets "
-"status informations, creates and deletes mail users."
+"There is no KIOSKPATH defined in your gosa.conf. Can't manage kiosk profiles!"
 msgstr ""
 msgstr ""
-"Этот модуль нужен для работы с сервером IMAP. С его помощью можно получать "
-"информацию о состоянии учетной записи, создавать и удалять пользователей."
 
 
-#: include/functions_setup.inc:314
-msgid "Checking for getacl in imap"
-msgstr "Проверка использования getacl в IMAP"
+#: plugins/personal/environment/class_kioskManagementDialog.inc:140
+#, php-format
+msgid "Kiosk path '%s' is not accessible. Please check the permissions."
+msgstr ""
 
 
-#: include/functions_setup.inc:315
-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."
+#: plugins/personal/environment/class_logonManagementDialog.inc:95
+msgid "Specified name should only consist of uper-/lowercase characters."
 msgstr ""
 msgstr ""
-"Поддержка getacl в IMAP нужна для выставления прав на общие папки. "
-"Стандартный модуль IMAP не может обрабатывать acl. Для использования этой "
-"функции вам нужна последняя версия PHP."
 
 
-#: include/functions_setup.inc:318
-msgid "Checking for mysql module"
-msgstr "Проверка модуля mysql"
+#: plugins/personal/environment/class_logonManagementDialog.inc:99
+#, fuzzy
+msgid "Please specify a valid script name."
+msgstr "Введите корректное имя пользователя!"
 
 
-#: include/functions_setup.inc:319
-msgid "MySQL support is needed for reading GOfax reports from databases."
+#: plugins/personal/environment/class_logonManagementDialog.inc:103
+#, fuzzy
+msgid "Specified description contains invalid characters."
+msgstr "Неправильное указание таймаута '%s'"
+
+#: plugins/personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 msgstr ""
-"Необходим для чтения отчетов о полученных факсимильных сообщениях из базы "
-"данных."
 
 
-#: include/functions_setup.inc:322
-msgid "Checking for cups module"
-msgstr "Проверка модуля cups"
+#: plugins/personal/environment/environment.tpl:8
+#: plugins/personal/environment/environment.tpl:103
+#: plugins/personal/environment/environment.tpl:148
+#, fuzzy
+msgid "Environment managment settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: include/functions_setup.inc:323
-msgid ""
-"In order to read available printers from IPP protocol instead of printcap "
-"files, you've to install the CUPS module."
+#: plugins/personal/environment/environment.tpl:11
+#, fuzzy
+msgid "Profile managment"
+msgstr "Управление подразделениями"
+
+#: plugins/personal/environment/environment.tpl:18
+#, fuzzy
+msgid "Use profile managment"
+msgstr "Управление системами"
+
+#: plugins/personal/environment/environment.tpl:25
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Управление подразделениями"
+
+#: plugins/personal/environment/environment.tpl:28
+#, fuzzy
+msgid "Profil path"
+msgstr "Путь к профилю"
+
+#: plugins/personal/environment/environment.tpl:40
+#, fuzzy
+msgid "Profil quota"
+msgstr "Путь к профилю"
+
+#: plugins/personal/environment/environment.tpl:54
+msgid "Cache profile localy"
 msgstr ""
 msgstr ""
-"Чтобы получать информацию о доступных принтерах по протоколу IPP вместо "
-"чтения файлов printcap, вам нужно установить модуль CUPS."
 
 
-#: include/functions_setup.inc:326
-msgid "Checking for kadm5 module"
-msgstr "Проверка модуля kadm5"
+#: plugins/personal/environment/environment.tpl:63
+#, fuzzy
+msgid "Kiosk profile settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: include/functions_setup.inc:327
-msgid ""
-"Managing users in kerberos requires the kadm5 module which is downloadable "
-"via PEAR network."
+#: plugins/personal/environment/environment.tpl:66
+msgid "Kiosk profile"
 msgstr ""
 msgstr ""
-"Чтобы управлять пользователями с помощью Kerberos, необходим модуль kadm5, "
-"который можно загрузить из сети PEAR."
 
 
-#: include/functions_setup.inc:330
+#: plugins/personal/environment/environment.tpl:72
 #, fuzzy
 #, fuzzy
-msgid "Checking for snmp Module"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f IMAP"
+msgid "Manage"
+msgstr "Ð\9dазвание"
 
 
-#: include/functions_setup.inc:331
-msgid ""
-"Simple Network Management Protocol (SNMP) is required for client monitoring."
+#: plugins/personal/environment/environment.tpl:82
+msgid "Resolution changeable during session"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:368
+#: plugins/personal/environment/environment.tpl:111
 #, fuzzy
 #, fuzzy
-msgid "PHP detailed function inspection"
-msgstr "Ð\9fÑ\80овеÑ\80ка ÐºÐ¾Ð½Ñ\84игÑ\83Ñ\80аÑ\86ии PHP"
+msgid "User used to connect to the share"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\81поÑ\81об Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87ениÑ\8f Ðº Ñ\81еÑ\80веÑ\80Ñ\83 Ñ\82еÑ\80миналов"
 
 
-#: include/functions_setup.inc:372
-#, fuzzy, php-format
-msgid "Checking for function %s"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¿Ð¾Ð´Ð´ÐµÑ\80жки gettext"
+#: plugins/personal/environment/environment.tpl:112
+#, fuzzy
+msgid "Select a share"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
 
-#: include/functions_setup.inc:373
-#, php-format
-msgid ""
-"The function %s is used by GOsa. There is no information if it's optional or "
-"required yet."
-msgstr ""
+#: plugins/personal/environment/environment.tpl:118
+#, fuzzy
+msgid "Mount path"
+msgstr "Контакт"
 
 
-#: include/functions_setup.inc:384
-msgid "Checking for some additional programms"
-msgstr "Проверка дополнительных программ"
+#: plugins/personal/environment/environment.tpl:126
+msgid "Logon scripts"
+msgstr ""
 
 
-#: include/functions_setup.inc:395
+#: plugins/personal/environment/environment.tpl:127
+#: plugins/personal/environment/logonManagement.tpl:1
+#: plugins/personal/environment/logonManagement.tpl:5
 #, fuzzy
 #, fuzzy
-msgid "Checking for GraphicsMagick (>=1.1.2)"
-msgstr "Ð\9fÑ\80овеÑ\80ка ImageMagick (>=5.4.0)"
+msgid "Logon script management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
 
-#: include/functions_setup.inc:396
+#: plugins/personal/environment/environment.tpl:151
 #, fuzzy
 #, fuzzy
-msgid ""
-"GraphicsMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
-msgstr ""
-"ImageMagick используется для приведения изображений, полученных от "
-"пользователей, к заданным размерам и формату JPEG."
+msgid "Hotplug devices"
+msgstr "Дисковод"
 
 
-#: include/functions_setup.inc:399
-msgid "Checking for ImageMagick (>=5.4.0)"
-msgstr "Проверка ImageMagick (>=5.4.0)"
+#: plugins/personal/environment/environment.tpl:152
+#, fuzzy
+msgid "Hotplug device settings"
+msgstr "Дисковод"
 
 
-#: include/functions_setup.inc:400
-msgid ""
-"ImageMagick is used to convert user supplied images to fit the suggested "
-"size and the unified JPEG format."
+#: plugins/personal/environment/environment.tpl:164
+msgid "Existing"
 msgstr ""
 msgstr ""
-"ImageMagick используется для приведения изображений, полученных от "
-"пользователей, к заданным размерам и формату JPEG."
 
 
-#: include/functions_setup.inc:404
+#: plugins/personal/environment/environment.tpl:172
 #, fuzzy
 #, fuzzy
-msgid "Checking imagick module for PHP"
-msgstr "Ð\9fÑ\80овеÑ\80ка Ð¼Ð¾Ð´Ñ\83лÑ\8f IMAP"
+msgid "Printer settings"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
 
-#: include/functions_setup.inc:405
+#: plugins/personal/environment/environment.tpl:182
 #, fuzzy
 #, fuzzy
-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_setup.inc:412
-msgid "Checking for fping utility"
-msgstr "Проверка утилиты fping"
-
-#: include/functions_setup.inc:413
-msgid ""
-"The fping utility is only used if you've got a thin client based terminal "
-"environment running."
-msgstr ""
-"Эта программа используется, только если вы работате с бездисковыми "
-"терминалами."
+msgid "Toggle admin"
+msgstr "Личная информация"
 
 
-#: include/functions_setup.inc:428
-msgid "Checking for a way to generate LM/NT password hashes"
-msgstr "Проверка возможности создания хэшей LM/NT для паролей"
+#: plugins/personal/environment/environment.tpl:184
+#: plugins/personal/environment/environment.tpl:186
+#, fuzzy
+msgid "Toggle default"
+msgstr "по умолчанию"
 
 
-#: include/functions_setup.inc:429
-msgid ""
-"In order to use SAMBA 2/3, you've to install some additional packages to "
-"generate password hashes."
-msgstr ""
-"Чтобы пользоваться Samba 2/3, вам нужно установить некоторые дополнительные "
-"программы для создания хэшей паролей."
+#: plugins/personal/environment/hotplugDialog.tpl:1
+#, fuzzy
+msgid "Add hotplug devices"
+msgstr "Дисковод"
 
 
-#: include/functions_setup.inc:442
-msgid "php.ini check -> session.auto_register"
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:5
+#, fuzzy
+msgid "Hotplug management"
+msgstr "Управление подразделениями"
 
 
-#: include/functions_setup.inc:443
-msgid ""
-"In Order to use GOsa without any trouble, the session.auto_register option "
-"in your php.ini must be set to 'Off'."
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:10
+#, fuzzy
+msgid "Select hotplug device to add"
+msgstr "Удалить"
 
 
-#: include/functions_setup.inc:446
-msgid "php.ini check -> implicit_flush"
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:34
+#, fuzzy
+msgid "Choose the department the search will be based    on"
+msgstr "Выбрать раздел, для которого будет осуществлен поиск"
 
 
-#: include/functions_setup.inc:447
-msgid ""
-"This option influences the Output handling. Turn this Option off, to "
-"increase performance."
-msgstr ""
+#: plugins/personal/environment/hotplugDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for        matching hotplugs"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: include/functions_setup.inc:454
-msgid "php.ini check -> max_execution_time"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:1
+#, fuzzy
+msgid "Create new hotplug entry"
+msgstr "Создание нового объекта в"
 
 
-#: include/functions_setup.inc:455
-msgid ""
-"The Execution time should be at least 30 seconds, because some actions may "
-"consume more time."
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:8
+#, fuzzy
+msgid "Create new hotplug device"
+msgstr "Создание нового объекта в"
 
 
-#: include/functions_setup.inc:462
-msgid "php.ini check -> memory_limit"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:28
+#, fuzzy
+msgid "(iSerial)"
+msgstr "терминалы"
 
 
-#: include/functions_setup.inc:463
-msgid ""
-"GOsa needs at least 16MB of memory, less will cause unpredictable errors! "
-"Increase it for larger setups."
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "Vendor-ID"
+msgstr "Идентификатор отправителя"
 
 
-#: include/functions_setup.inc:467
-msgid "php.ini check -> expose_php"
-msgstr ""
+#: plugins/personal/environment/hotplugDialogNew.tpl:36
+#, fuzzy
+msgid "(idVendor)"
+msgstr "Идентификатор отправителя"
 
 
-#: include/functions_setup.inc:468
-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."
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "Product-ID"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:472
-msgid "php.ini check -> magic_quotes_gpc"
+#: plugins/personal/environment/hotplugDialogNew.tpl:43
+msgid "(idProduct)"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:473
-msgid ""
-"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will "
-"escape all quotes in strings in this case."
-msgstr ""
+#: plugins/personal/environment/kioskManagement.tpl:1
+#: plugins/personal/environment/kioskManagement.tpl:5
+#, fuzzy
+msgid "Kiosk profile management"
+msgstr "Управление системами"
 
 
-#: include/functions_setup.inc:720 include/functions_setup.inc:831
-msgid ""
-"Can't connect to the specified LDAP server! Please make sure that is "
-"reachable for GOsa."
-msgstr ""
-"Не удается подключиться к указанному LDAP-серверу! Убедитесь, что он "
-"доступен GOsa."
+#: plugins/personal/environment/logonManagement.tpl:8
+#, fuzzy
+msgid "Logon script settings"
+msgstr "Атрибуты UNIX"
 
 
-#: include/functions_setup.inc:734
+#: plugins/personal/environment/logonManagement.tpl:10
 #, fuzzy
 #, fuzzy
-msgid ""
-"Can't bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
-msgstr ""
-"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
-"доступен GOsa."
+msgid "Skript name"
+msgstr "Список"
 
 
-#: include/functions_setup.inc:792
-#, php-format
-msgid ""
-"You're missing the required attribute '%s' from this formular. Please "
-"complete!"
+#: plugins/personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 msgstr ""
-"Вы не заполнили обязательное поле \"%s\". Пожалуйста, заполните форму "
-"целиком."
 
 
-#: include/functions_setup.inc:836
-msgid "Can't set ldap protocol version 3."
+#: plugins/personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:841
-#, fuzzy
-msgid ""
-"Could not bind to the specified LDAP server! Please make sure that it is "
-"reachable for GOsa."
+#: plugins/personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 msgstr ""
-"Не удается начать сеанс на указанном LDAP-сервере! Убедитесь, что он "
-"доступен GOsa."
 
 
-#: include/functions_setup.inc:909
-msgid ""
-"Can't read schema informations, GOsa needs to know your schema setup. Please "
-"verify that it is readable for GOsa"
+#: plugins/personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
 msgstr ""
 
-#: include/functions_setup.inc:918
-#, 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."
+#: plugins/personal/environment/main.inc:125
+#, fuzzy
+msgid "User environment settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: include/functions_setup.inc:1092
+#: plugins/personal/environment/selectPrinterDialog.tpl:1
 #, fuzzy
 #, fuzzy
-msgid ""
-"User and/or group could not be created, please check your configuration "
-"twice !"
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+msgid "Add printer devcies"
+msgstr "Устройство печати"
 
 
-#: include/class_password-methods-sha.inc:50
-msgid "Can't use sha for encryption, missing function sha1 / mhash / crypt"
-msgstr ""
+#: plugins/personal/environment/selectPrinterDialog.tpl:43
+#, fuzzy
+msgid "Display printers matching"
+msgstr "Показать совпадения номеров"
 
 
-#: include/class_password-methods-kerberos.inc:44
-msgid ""
-"Warning: Can't set kerberos password. Your PHP version has no kerberos "
-"support, password has not been changed."
-msgstr ""
-"Предупреждение: не удается создать пароль Kerberos. В вашей установке PHP "
-"нет поддержки Kerberos, пароль не был изменен."
+#: plugins/personal/environment/selectPrinterDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for matching printer names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
 
 
-#: include/class_password-methods-kerberos.inc:53
-msgid "Kerberos database communication failed!"
-msgstr "Ошибка подключения к базе данных Kerberos!"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "January"
+msgstr "Январь"
 
 
-#: include/class_password-methods-kerberos.inc:60
-msgid "Changing password in kerberos database failed!"
-msgstr "Ошибка смены пароля в базе данных Kerberos!"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "February"
+msgstr "Февраль"
 
 
-#: include/functions_helpviewer.inc:43
-#, fuzzy, php-format
-msgid "XML error in guide.xml: %s at line %d"
-msgstr "Ошибка XML в gosa.conf: %s в строке %d"
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "March"
+msgstr "Март"
 
 
-#: include/functions_helpviewer.inc:84
-msgid "No help available for this plugin."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:245
+#: plugins/personal/posix/class_posixAccount.inc:476
+#: plugins/personal/samba/class_sambaAccount.inc:393
+#: plugins/personal/samba/class_sambaAccount.inc:411
+#: plugins/personal/samba/class_sambaAccount.inc:429
+#: plugins/personal/samba/class_sambaAccount.inc:447
+msgid "April"
+msgstr "Апрель"
 
 
-#: include/functions_helpviewer.inc:93 html/helpviewer.php:192
-msgid "previous"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "May"
+msgstr "Май"
 
 
-#: include/functions_helpviewer.inc:97 html/helpviewer.php:196
-#, fuzzy
-msgid "next"
-msgstr "текст"
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "June"
+msgstr "Июнь"
 
 
-#: include/functions_helpviewer.inc:385
-#, php-format
-msgid "%s results for your search with the keyword %s"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "July"
+msgstr "Июль"
 
 
-#: include/functions_helpviewer.inc:459
-#, php-format
-msgid "%s%% hit rate in file %s"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "August"
+msgstr "Август"
 
 
-#: include/class_ppdManager.inc:13
-#, php-format
-msgid "PPD manager : The specified path '%s' doesn't exists."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:246
+#: plugins/personal/posix/class_posixAccount.inc:477
+#: plugins/personal/samba/class_sambaAccount.inc:394
+#: plugins/personal/samba/class_sambaAccount.inc:412
+#: plugins/personal/samba/class_sambaAccount.inc:430
+#: plugins/personal/samba/class_sambaAccount.inc:448
+msgid "September"
+msgstr "Сентябрь"
 
 
-#: include/class_ppdManager.inc:144
-#, php-format
-msgid "Specified ppd file '%s' can't be opened for reading."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "October"
+msgstr "Октябрь"
 
 
-#: include/class_ppdManager.inc:146
-#, php-format
-msgid "The required tmp file file '%s' can't be opened for writing."
-msgstr ""
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "November"
+msgstr "Ноябрь"
 
 
-#: include/class_ppdManager.inc:170 include/class_ppdManager.inc:297
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:247
+#: plugins/personal/posix/class_posixAccount.inc:478
+#: plugins/personal/samba/class_sambaAccount.inc:395
+#: plugins/personal/samba/class_sambaAccount.inc:413
+#: plugins/personal/samba/class_sambaAccount.inc:431
+#: plugins/personal/samba/class_sambaAccount.inc:449
+msgid "December"
+msgstr "Декабрь"
 
 
-#: include/class_ppdManager.inc:178
-#, fuzzy
-msgid "Nested groups are not supported!"
-msgstr ""
-"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
+#: plugins/personal/generic/class_user.inc:256
+msgid "female"
+msgstr "женский"
 
 
-#: include/class_ppdManager.inc:182
-#, fuzzy
-msgid "Group name not unique!"
-msgstr "Группа"
+#: plugins/personal/generic/class_user.inc:256
+msgid "male"
+msgstr "мужской"
 
 
-#: include/class_ppdManager.inc:188 include/class_ppdManager.inc:218
-msgid "Symbol values are not supported yet!"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:272
+msgid "This account has no valid GOsa extensions."
+msgstr "Для этой учетной записи нет корректных расширений GOsa."
 
 
-#: include/class_ppdManager.inc:212
-msgid "Nested options are not supported!"
+#: plugins/personal/generic/class_user.inc:326
+msgid "The specified file has not been uploaded via HTTP POST! Aborted."
 msgstr ""
 msgstr ""
+"Указанный файл не был загружен на сервер (метод HTTP POST)! Операция "
+"прервана."
 
 
-#: include/class_ppdManager.inc:237
-msgid "PickMany is not supported yet!"
+#: plugins/personal/generic/class_user.inc:422
+msgid "Please enter a valid serial number"
+msgstr "Введите корректный серийный номер"
+
+#: plugins/personal/generic/class_user.inc:462
+msgid ""
+"(Some types of certificates are currently not supported and may be displayed "
+"as 'invalid'.)"
 msgstr ""
 
 msgstr ""
 
-#: include/class_ppdManager.inc:318
+#: plugins/personal/generic/class_user.inc:472
 #, php-format
 #, php-format
-msgid "Parsing PPD file %s failed - no information found."
+msgid "Certificate is valid from %s to %s and is currently %s."
 msgstr ""
 
 msgstr ""
 
-#: include/class_MultiSelectWindow.inc:456
-msgid ""
-"Error: The requested subtree has an inconsistent DN encoding, check your "
-"LDAP!"
+#: plugins/personal/generic/class_user.inc:475
+msgid "valid"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:35
-msgid "Can't open specified file, check accessibility and or existence"
+#: plugins/personal/generic/class_user.inc:476
+msgid "invalid"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:53
-msgid "Can't read specified certificate / or empty string given"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:480
+#, fuzzy
+msgid "No certificate installed"
+msgstr "Изменить сертификаты"
 
 
-#: include/class_certificate.inc:80
-msgid "Can't load certificate, possibly unsupported format (use PEM/DER) "
+#: plugins/personal/generic/class_user.inc:563
+msgid "Removing generic user account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/class_certificate.inc:95
-msgid "The Format must be PEM, to output certificate informations"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:595
+#: plugins/personal/generic/class_user.inc:938
+msgid "Kerberos database communication failed"
+msgstr "Ошибка соединения с базой данных Kerberos"
 
 
-#: include/class_certificate.inc:192
-#, fuzzy
-msgid "Can't create/open File"
-msgstr "Невозможно импортиовать пустой файл"
+#: plugins/personal/generic/class_user.inc:609
+#: plugins/personal/generic/class_user.inc:955
+msgid "Can't remove user from kerberos database."
+msgstr "Не удается удалить пользователя из базы данных Kerberos."
 
 
-#: include/class_certificate.inc:199
-msgid "No valid certificate loaded"
+#: plugins/personal/generic/class_user.inc:891
+msgid "Saving generic user account failed"
 msgstr ""
 
 msgstr ""
 
-#: include/php_setup.inc:71
-msgid "Generating this page caused the PHP interpreter to raise some errors!"
-msgstr ""
+#: plugins/personal/generic/class_user.inc:966
+msgid "Can't add user to kerberos database."
+msgstr "Не удается добавить пользователя в базу данных Kerberos."
 
 
-#: include/php_setup.inc:71 html/main.php:388
-#, fuzzy
-msgid "Toggle information"
-msgstr "Личная информация"
+#: plugins/personal/generic/class_user.inc:1017
+msgid "You have no permissions to create a user on this 'Base'."
+msgstr "У вас недостаточно прав для создания пользователя в этой ветке."
 
 
-#: include/php_setup.inc:76
+#: plugins/personal/generic/class_user.inc:1022
 #, fuzzy
 #, fuzzy
-msgid "PHP error"
-msgstr "Ð\9eÑ\88ибка LDAP:"
+msgid "You have no permissions to move a user from the original 'Base'."
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81озданиÑ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f Ð² Ñ\8dÑ\82ой Ð²ÐµÑ\82ке."
 
 
-#: include/php_setup.inc:87
-msgid "class"
+#: plugins/personal/generic/class_user.inc:1037
+msgid "There's already a person with this 'Login' in the database."
 msgstr ""
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
 
-#: include/php_setup.inc:93
-#, fuzzy
-msgid "function"
-msgstr "Действие"
-
-#: include/php_setup.inc:98
-#, fuzzy
-msgid "static"
-msgstr "Состояние"
+#: plugins/personal/generic/class_user.inc:1046
+msgid "The required field 'Login' is not set."
+msgstr "Обязательное поле \"Регистрационное имя\" не заполнено."
 
 
-#: include/php_setup.inc:102
-#, fuzzy
-msgid "method"
-msgstr "Почтовые настройки"
+#: plugins/personal/generic/class_user.inc:1053
+msgid ""
+"There's already a person with this 'Name'/'Given name' combination in the "
+"database."
+msgstr ""
+"Пользователь с такой комбинацией имени и личного имени в базе данных уже "
+"существует."
 
 
-#: include/php_setup.inc:135
-msgid "Trace"
+#: plugins/personal/generic/class_user.inc:1060
+msgid ""
+"The field 'Login' contains invalid characters. Lowercase, numbers and dashes "
+"are allowed."
 msgstr ""
 msgstr ""
+"Значение поля \"Регистрационное имя\" содержит недопустимые символы. "
+"Допустимыми являются буквы в нижнем регистре, цифры и дефисы."
 
 
-#: include/php_setup.inc:136
-#, fuzzy
-msgid "Line"
-msgstr "в"
+#: plugins/personal/generic/class_user.inc:1063
+msgid "The field 'Homepage' contains an invalid URL definition."
+msgstr "Значение поля \"Домашняя страница\" содержит некорректный URL."
 
 
-#: include/php_setup.inc:137
+#: plugins/personal/generic/class_user.inc:1210
 #, fuzzy
 #, fuzzy
-msgid "Arguments"
-msgstr "подразделения"
-
-#: include/functions.inc:298
-#, fuzzy, php-format
-msgid "FATAL: Error when connecting the LDAP. Server said '%s'."
-msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
+msgid "Could not open specified certificate!"
+msgstr "Невозможно выбрать базу данных!"
 
 
-#: include/functions.inc:315
-#, php-format
-msgid "User login failed. LDAP server said '%s'."
-msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"."
+#: plugins/personal/generic/generic.tpl:6
+msgid "Personal information"
+msgstr "Личная информация"
 
 
-#: include/functions.inc:336
-msgid "Username / UID is not unique. Please check your LDAP database."
-msgstr ""
-"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP."
+#: plugins/personal/generic/generic.tpl:19
+#: plugins/personal/generic/generic.tpl:32
+#: plugins/personal/generic/generic_picture.tpl:5
+#: plugins/personal/generic/generic_picture.tpl:15
+#: plugins/personal/generic/paste_generic.tpl:37
+msgid "Personal picture"
+msgstr "Изображение"
 
 
-#: include/functions.inc:468
-msgid ""
-"Error while adding a lock. Parameters are not set correctly, please check "
-"the source!"
-msgstr "Ошибка при создании блокировки. Заданные параметры некорректны."
+#: plugins/personal/generic/generic.tpl:24
+#: plugins/personal/generic/generic.tpl:34
+msgid "Change picture"
+msgstr "Сменить изображение"
 
 
-#: include/functions.inc:478
-#, php-format
-msgid ""
-"Can't set locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf! LDAP server says '%s'."
-msgstr ""
-"Не удается создать блокировку в базе данных LDAP. Проверьте, раздел config в "
-"файле gosa.conf! Ответ сервера: %s"
+#: plugins/personal/generic/generic.tpl:48
+#, fuzzy
+msgid "Template name"
+msgstr "Шаблон"
 
 
-#: include/functions.inc:493
-#, php-format
-msgid "Adding a lock failed. LDAP server says '%s'."
-msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"."
+#: plugins/personal/generic/generic.tpl:75
+msgid "Academic title"
+msgstr "Академическое звание"
 
 
-#: include/functions.inc:519
-#, php-format
-msgid "Removing a lock failed. LDAP server says '%s'."
-msgstr "Ошибка при удалении блокировки. Ответ сервера: \"%s\"."
+#: plugins/personal/generic/generic.tpl:83
+msgid "Date of birth"
+msgstr "Дата рождения"
 
 
-#: include/functions.inc:549
+#: plugins/personal/generic/generic.tpl:116
 #, fuzzy
 #, fuzzy
-msgid ""
-"Getting the lock from LDAP failed. Parameters are not set correctly, please "
-"check the source!"
-msgstr "Ошибка при чтении блокировки. Заданные параметры некорректны."
+msgid "Preferred langage"
+msgstr "Язык по умолчанию"
 
 
-#: include/functions.inc:559
-msgid ""
-"Can't get locking information in LDAP database. Please check the 'config' "
-"entry in gosa.conf!"
-msgstr ""
-"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config"
-"\" в файле gosa.conf!"
+#: plugins/personal/generic/generic.tpl:131
+msgid "Choose subtree to place user in"
+msgstr "Выберите ветку для пользователя"
+
+#: plugins/personal/generic/generic.tpl:155
+msgid "Private phone"
+msgstr "Личный телефон"
+
+#: plugins/personal/generic/generic.tpl:159
+msgid "Homepage"
+msgstr "Домашняя страница"
 
 
-#: include/functions.inc:567
-msgid ""
-"Found multiple locks for object to be locked. This should not be possible - "
-"cleaning up multiple references."
-msgstr ""
-"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не "
-"должно, проверьте работу LDAP."
+#: plugins/personal/generic/generic.tpl:168
+msgid "Password storage"
+msgstr "Хэширование паролей"
 
 
-#: include/functions.inc:653
-#, php-format
-msgid "The size limit of %d entries is exceed!"
-msgstr "Ð\9dайдено Ð±Ð¾Ð»ÐµÐµ %d Ð¾Ð±Ñ\8aекÑ\82ов."
+#: plugins/personal/generic/generic.tpl:178
+#: plugins/personal/generic/generic_certs.tpl:3
+msgid "Certificates"
+msgstr "СеÑ\80Ñ\82иÑ\84икаÑ\82Ñ\8b"
 
 
-#: include/functions.inc:655
-#, php-format
-msgid ""
-"Set the new size limit to %s and show me this message if the limit still "
-"exceeds"
-msgstr ""
-"Установить новое значение лимита в %s и показать мне это сообщение если "
-"лимит будет исчерпан."
+#: plugins/personal/generic/generic.tpl:180
+msgid "Edit certificates"
+msgstr "Изменить сертификаты"
 
 
-#: include/functions.inc:672
-msgid "incomplete"
-msgstr "не полный"
+#: plugins/personal/generic/generic.tpl:184
+msgid "Kerberos"
+msgstr "Kerberos"
 
 
-#: include/functions.inc:1115 include/functions.inc:1309
-msgid "LDAP error:"
-msgstr "Ð\9eÑ\88ибка LDAP:"
+#: plugins/personal/generic/generic.tpl:185
+msgid "Edit properties"
+msgstr "Ð\98змениÑ\82Ñ\8c Ñ\81войÑ\81Ñ\82ва"
 
 
-#: include/functions.inc:1116
-msgid ""
-"Problems with the LDAP server mean that you probably lost the last changes. "
-"Please check your LDAP setup for possible errors and try again."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:201
+msgid "Organizational information"
+msgstr "Информация об организации"
 
 
-#: include/functions.inc:1124
-msgid ""
-"Please check your input and fix the error. Press 'OK' to close this message "
-"box."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:221
+msgid "Department No."
+msgstr "Номер подразделения"
 
 
-#: include/functions.inc:1133
-msgid "An error occured while processing your request"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:227
+msgid "Employee No."
+msgstr "Номер работника"
 
 
-#: include/functions.inc:1198
-#, fuzzy
-msgid "Continue anyway"
-msgstr "Продолжить"
+#: plugins/personal/generic/generic.tpl:233
+msgid "Employee type"
+msgstr "Форма трудоустройства"
 
 
-#: include/functions.inc:1200
-#, fuzzy
-msgid "Edit anyway"
-msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
+#: plugins/personal/generic/generic.tpl:249
+#: plugins/personal/generic/generic.tpl:388
+msgid "Room No."
+msgstr "Ð\9dомеÑ\80 ÐºÐ¾Ð¼Ð½Ð°Ñ\82Ñ\8b"
 
 
-#: include/functions.inc:1202
-#, 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 ""
-"Вы собираетесь редактировать запись LDAP \"%s\", которая используется \"%s"
-"\". Пожалуйста, обратитесь к пользователю и уточните отношения."
+#: plugins/personal/generic/generic.tpl:309
+msgid "Vocation"
+msgstr "Специальность"
 
 
-#: include/functions.inc:1491
-msgid "Entries per page"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:313
+msgid "Unit description"
+msgstr "Описание подразделения"
 
 
-#: include/functions.inc:1519
-msgid "Apply filter"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:321
+msgid "Subject area"
+msgstr "Область деятельности"
 
 
-#: include/functions.inc:1793
-msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
-msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789"
+#: plugins/personal/generic/generic.tpl:329
+msgid "Functional title"
+msgstr "Должность"
 
 
-#: include/functions.inc:1836
-#, php-format
-msgid "GOsa development snapshot (Rev %s)"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:336
+msgid "Role"
+msgstr "Роль"
 
 
-#: include/functions_dns.inc:169
-#, php-format
-msgid "Can't find reverse zone for dns zone '%s'. Aborting parsing this zone."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:348
+msgid "Person locality"
+msgstr "Местоположение сотрудника"
 
 
-#: include/functions_dns.inc:174
-#, php-format
-msgid ""
-"Found more than one reverse zone for dns zone '%s'. Aborting parsing this "
-"zone."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:356
+msgid "Unit"
+msgstr "Подразделение"
 
 
-#: include/functions_dns.inc:610
-#, php-format
-msgid ""
-"Undefined zone name '%s'. Zone name must look like this 'server/zone.com'."
-msgstr ""
+#: plugins/personal/generic/generic.tpl:363
+msgid "Street"
+msgstr "Улица"
 
 
-#: include/class_tabs.inc:190
-#, php-format
-msgid "Delete process has been canceled by plugin '%s': %s"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:375
+msgid "House identifier"
+msgstr "Номер дома"
 
 
-#: include/class_password-methods-ssha.inc:51
-msgid "Can't use ssha for encryption. (Missing function mhash / sha1)"
-msgstr ""
+#: plugins/personal/generic/generic.tpl:397
+msgid "Please use the phone tab"
+msgstr "Воспользуйтесь закладкой \"Телефон\""
 
 
-#: include/class_pluglist.inc:116
-msgid ""
-"Your gosa.conf information has changed partly. Please convert it using the "
-"contributed script fix_config.sh!"
-msgstr ""
-"Ваш конфигурационный файл gosa.conf был частично изменен. Пожалуйста, "
-"сконвертиуйте его используя скрипт fix_config.sh"
+#: plugins/personal/generic/generic.tpl:410
+msgid "Last delivery"
+msgstr "Последняя доставка"
 
 
-#: include/class_pluglist.inc:130 include/class_pluglist.inc:131
-#: include/class_pluglist.inc:230
-#, fuzzy
-msgid "Unknown"
-msgstr "состояние неизвестно"
+#: plugins/personal/generic/generic.tpl:417
+msgid "Public visible"
+msgstr "Видимый всем"
 
 
-#: include/class_pluglist.inc:138 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 ""
-"You are currently editing a database entry. Do you want to dismiss the "
-"changes?"
-msgstr ""
-"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?"
+#: plugins/personal/generic/generic_certs.tpl:8
+msgid "Standard certificate"
+msgstr "Стандартный сертификат"
 
 
-#: include/class_CopyPasteHandler.inc:161
-#, fuzzy, php-format
-msgid "You are going to copy the entry '%s'."
-msgstr "Вы собираетесь удалить объект %s."
+#: plugins/personal/generic/generic_certs.tpl:28
+msgid "S/MIME certificate"
+msgstr "Сертификат S/MIME"
 
 
-#: include/class_CopyPasteHandler.inc:225
-#, fuzzy
-msgid "Paste"
-msgstr "Дата"
+#: plugins/personal/generic/generic_certs.tpl:48
+msgid "PKCS12 certificate"
+msgstr "Сертификат PKCS12"
 
 
-#: include/class_CopyPasteHandler.inc:227
-#, fuzzy
-msgid "Can't paste"
-msgstr "Создать телефонный аккаунт"
+#: plugins/personal/generic/generic_certs.tpl:65
+msgid "Certificate serial number"
+msgstr "Серийный номер сертификата"
 
 
-#: include/class_config.inc:71
-#, php-format
-msgid "XML error in gosa.conf: %s at line %d"
-msgstr "Ð\9eÑ\88ибка XML Ð² gosa.conf: %s Ð² Ñ\81Ñ\82Ñ\80оке %d"
+#: plugins/personal/generic/generic_picture.tpl:27
+#: plugins/personal/generic/paste_generic.tpl:52
+msgid "Remove picture"
+msgstr "УдалиÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение"
 
 
-#: include/class_config.inc:207 html/index.php:207
-msgid "Can't bind to LDAP. Please contact the system administrator."
-msgstr ""
-"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
-"администратору."
+#: plugins/personal/generic/main.inc:107
+msgid "You are not allowed to set your password!"
+msgstr "Вам не разрешено менять пароль."
 
 
-#: include/class_config.inc:505
-msgid "SID and/or RIDBASE missing in your configuration!"
-msgstr "Ð\92 Ð²Ð°Ñ\88ем Ñ\84айле Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¾Ñ\82Ñ\81Ñ\83Ñ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\82 Ð·Ð½Ð°Ñ\87ениÑ\8f SID Ð¸/или RIDBASE!"
+#: plugins/personal/generic/main.inc:191
+msgid "Generic user information"
+msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
 
 
-#: include/class_ldap.inc:196
-#, php-format
+#: plugins/personal/generic/password.tpl:2
 msgid ""
 msgid ""
-"The LDAP server is slow (%.2fs for the last query). This may be responsible "
-"for performance breakdowns."
+"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 произведет шифрование в соответствии с выбраной "
+"схемой."
 
 
-#: include/class_ldap.inc:230
-#, php-format
-msgid ""
-"The ldapserver is answering very slow (%.2f), this may be responsible for "
-"performance breakdowns."
-msgstr ""
+#: plugins/personal/generic/paste_generic.tpl:1
+#, fuzzy
+msgid "User settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: include/class_ldap.inc:456
-#, fuzzy, php-format
-msgid "Creating copy of %s"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: plugins/personal/generic/paste_generic.tpl:23
+#, fuzzy
+msgid "Clear password"
+msgstr "Ð\9dовÑ\8bй Ð¿Ð°Ñ\80олÑ\8c"
 
 
-#: include/class_ldap.inc:459
-msgid "Processing"
-msgstr ""
+#: plugins/personal/generic/paste_generic.tpl:24
+#, fuzzy
+msgid "Set new password"
+msgstr "Изменить пароль"
 
 
-#: include/class_ldap.inc:499
-msgid "Error while fetching source dn - aborted!"
-msgstr ""
+#: plugins/personal/generic/paste_generic.tpl:47
+#, fuzzy
+msgid "User picture"
+msgstr "Изображение"
 
 
-#: include/class_ldap.inc:562 include/class_ldap.inc:579
-#, fuzzy, php-format
-msgid "Unknown FAIstate %s"
-msgstr "состояние неизвестно"
+#: plugins/personal/mail/class_mailAccount.inc:207
+msgid "No DESC tag in vacation file:"
+msgstr "В файле сообщения автоответчика отсутствует тег DESC:"
 
 
-#: include/class_ldap.inc:673
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:252
+msgid "This account has no mail extensions."
+msgstr "В этой учетной записи нет почтовых расширений."
+
+#: plugins/personal/mail/class_mailAccount.inc:263
 msgid ""
 msgid ""
-"The referral url '%s' is missing the ldap base. It should look like this "
-"'ldap://server:port/base'."
+"This account can't be removed while there are delegations configured. Remove "
+"those delegations first."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:734
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:319
 msgid ""
 msgid ""
-"Autocreation of type '%s' is currently not supported. Please report to the "
-"GOsa team."
+"You're trying to add an invalid email address to the list of forwarders."
 msgstr ""
 msgstr ""
-"Ð\90вÑ\82омаÑ\82иÑ\87еÑ\81кое Ñ\81оздание Ñ\82ипа \"%s\" Ð½Ðµ Ð¿Ð¾Ð´Ð´ÐµÑ\80живаеÑ\82Ñ\81Ñ\8f. Ð\9fожалÑ\83йÑ\81Ñ\82а, Ñ\81ообÑ\89иÑ\82е "
-"об Ñ\8dÑ\82ом ÐºÐ¾Ð¼Ð°Ð½Ð´Ðµ Ñ\80азÑ\80абоÑ\82Ñ\87иков GOsa."
+"Ð\92Ñ\8b Ð¿Ñ\8bÑ\82аеÑ\82еÑ\81Ñ\8c Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ\82Ñ\8c Ð½ÐµÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð°Ð´Ñ\80еÑ\81 Ñ\8dлекÑ\82Ñ\80онной Ð¿Ð¾Ñ\87Ñ\82Ñ\8b Ðº Ñ\81пиÑ\81кÑ\83 Ñ\82еÑ\85, "
+"комÑ\83 Ð´Ð¾Ð»Ð¶Ð½Ñ\8b Ð¿ÐµÑ\80еÑ\81Ñ\8bлаÑ\82Ñ\8cÑ\81Ñ\8f Ñ\81ообÑ\89ениÑ\8f."
 
 
-#: include/class_ldap.inc:803
-#, php-format
-msgid "while operating on '%s' using LDAP server '%s'"
-msgstr ""
+#: plugins/personal/mail/class_mailAccount.inc:665
+#, fuzzy
+msgid "Removing mail account failed"
+msgstr "Удалить настройки эл. почты"
 
 
-#: include/class_ldap.inc:805
-#, fuzzy, php-format
-msgid "while operating on LDAP server %s"
-msgstr "Ð\9eÑ\88ибка Ð¿Ñ\80и Ð¿Ð¾Ð´ÐºÐ»Ñ\8eÑ\87ении Ðº LDAP-Ñ\81еÑ\80веÑ\80Ñ\83. Ð\9eÑ\82веÑ\82 Ñ\81еÑ\80веÑ\80а: \"%s\"."
+#: plugins/personal/mail/class_mailAccount.inc:794
+#, fuzzy
+msgid "Saving mail account failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: include/class_ldap.inc:1001
-#, php-format
+#: plugins/personal/mail/class_mailAccount.inc:846
 msgid ""
 msgid ""
-"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' "
-"in line %s"
+"There is no valid mailserver specified, please add one in the system setup."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:1014
-#, php-format
-msgid "The dn: '%s' (from line %s) already exists in the LDAP database."
+#: plugins/personal/mail/class_mailAccount.inc:894
+msgid "You specified Spam settings, but there is no Folder specified."
 msgstr ""
 
 msgstr ""
 
-#: include/class_ldap.inc:1030
-#, php-format
-msgid "Error while importing dn: '%s', please check your LDIF from line %s on!"
+#: plugins/personal/mail/class_mailAccount.inc:1048
+msgid "Waiting for kolab to remove mail properties."
 msgstr ""
 
 msgstr ""
 
-#: html/setup.php:89
-#, fuzzy, php-format
+#: plugins/personal/mail/class_mailAccount.inc:1050
 msgid ""
 msgid ""
-"Directory '%s' specified as smarty compile directory is not accessible, "
-"please check existence and rights of this directory!"
-msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!"
-
-#: html/getvcard.php:36
-msgid "Error: getcvard.php needs a parameter to export a vcard!"
+"Please remove the mail account first, to allow kolab to call its remove "
+"methods."
 msgstr ""
 msgstr ""
-"Ошибка: для экспорта в формат vcard файлу getcvard.php нужно передать "
-"параметр!"
 
 
-#: html/helpviewer.php:67
-msgid "Help browser"
-msgstr ""
+#: plugins/personal/mail/copypaste.tpl:13
+#: plugins/personal/mail/generic.tpl:118
+msgid "Forward messages to"
+msgstr "Перенаправлять сообщения"
 
 
-#: html/helpviewer.php:118
+#: plugins/personal/mail/generic.tpl:14
+msgid "Specify the mail server where the user will be hosted on"
+msgstr "Выберите почтовый сервер для учетной записи пользователя"
+
+#: plugins/personal/mail/generic.tpl:67
+msgid "Mail options"
+msgstr "Почтовые настройки"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "Select if you want to forward mails without getting own copies of them"
+msgstr "Выберите, нужно ли оставлять копии перенаправляемых сообщений"
+
+#: plugins/personal/mail/generic.tpl:72
+msgid "No delivery to own mailbox"
+msgstr "Не оставлять копии в своем почтовом ящике"
+
+#: plugins/personal/mail/generic.tpl:75
+msgid ""
+"Select to automatically response with the vacation message defined below"
+msgstr "Выберите, чтобы включить автоответчик с сообщением, указанным ниже"
+
+#: plugins/personal/mail/generic.tpl:75
+msgid "Activate vacation message"
+msgstr "Включить автоответчик"
+
+#: plugins/personal/mail/generic.tpl:82
 #, fuzzy
 #, fuzzy
-msgid "There is no helpfile specified for this class"
-msgstr "Ð\9cеÑ\82од '%s' Ð½Ðµ Ð¾Ð¿Ð¸Ñ\81ан Ð² Ð²Ð°Ñ\88ем Ñ\84айле ÐºÐ¾Ð½Ñ\84игÑ\83Ñ\80аÑ\86ии."
+msgid "Select if you want to filter this mails through spamassassin"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ð½Ñ\83жно Ð»Ð¸ Ñ\84илÑ\8cÑ\82Ñ\80оваÑ\82Ñ\8c Ñ\81ообÑ\89ениÑ\8f Ñ\81 Ð¿Ð¾Ð¼Ð¾Ñ\89Ñ\8cÑ\8e SpamAssassin"
 
 
-#: html/helpviewer.php:265
-#, php-format
-msgid "Helpdir '%s' is not accessible, can't read any helpfiles."
+#: plugins/personal/mail/generic.tpl:82
+msgid "Move mails tagged with spam level greater than"
+msgstr "Перемещать сообщения с меткой рекламы больше"
+
+#: plugins/personal/mail/generic.tpl:84
+msgid "Choose spam level - smaller values are more sensitive"
 msgstr ""
 msgstr ""
+"Выберите метку рекламы - чем меньше значение, тем чувствительнее фильтр"
 
 
-#: html/getxls.php:65
-msgid "Birthday"
+#: plugins/personal/mail/generic.tpl:87
+msgid "to folder"
+msgstr "в папку"
+
+#: plugins/personal/mail/generic.tpl:94
+msgid "Reject mails bigger than"
+msgstr "Отклонять сообщения размером больше"
+
+#: plugins/personal/mail/generic.tpl:102
+msgid "Vacation message"
+msgstr "Сообщение автоответчика"
+
+#: plugins/personal/mail/generic.tpl:139
+msgid "Advanced mail options"
+msgstr "Дополнительные почтовые настройки"
+
+#: plugins/personal/mail/generic.tpl:144
+msgid "Select if user can only send and receive inside his own domain"
 msgstr ""
 msgstr ""
+"Выберите, может ли пользователь отправлять и получать сообщения только "
+"внутри своего домена"
 
 
-#: html/getxls.php:65 html/getxls.php:174 html/getxls.php:224
-#: html/getxls.php:236
-#, fuzzy
-msgid "Surname"
-msgstr "Имя сервера"
+#: plugins/personal/mail/generic.tpl:145
+msgid "User is only allowed to send and receive local mails"
+msgstr "Пользователь может отправлять и получать почту только локально"
 
 
-#: html/getxls.php:74
-#, fuzzy, php-format
-msgid "User list of %s on %s"
-msgstr "Список пользователей"
+#: plugins/personal/mail/generic.tpl:152
+msgid "Use custom sieve script"
+msgstr "Использовать другой сценарий SIEVE"
 
 
-#: html/getxls.php:94 html/getxls.php:227
+#: plugins/personal/mail/generic.tpl:152
+msgid "disables all Mail options!"
+msgstr "отключает все почтовые настройки!"
+
+#: plugins/personal/mail/mail_locals.tpl:35
 #, fuzzy
 #, fuzzy
-msgid "Members"
-msgstr "Включаемые объекты"
+msgid "Select department"
+msgstr "Выберите подразделение"
 
 
-#: html/getxls.php:104 html/getxls.php:295
-#, fuzzy, php-format
-msgid "Groups of %s on %s"
-msgstr "Группа пользователя"
+#: plugins/personal/mail/main.inc:125
+msgid "User mail settings"
+msgstr "Почтовые настройки пользователя"
 
 
-#: html/getxls.php:124 html/getxls.php:246
+#: plugins/personal/nagios/class_nagiosAccount.inc:100
 #, fuzzy
 #, fuzzy
-msgid "Computers"
-msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
+msgid "This account has no nagios extensions."
+msgstr "Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ð¿Ð¾Ñ\87Ñ\82овÑ\8bÑ\85 Ñ\80аÑ\81Ñ\88иÑ\80ений."
 
 
-#: html/getxls.php:133 html/getxls.php:174 html/getxls.php:336
-#: html/getxls.php:356
+#: plugins/personal/nagios/class_nagiosAccount.inc:109
 #, fuzzy
 #, fuzzy
-msgid "Common name"
-msgstr "Ð\9cеÑ\81Ñ\82оположение"
+msgid "Remove nagios account"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: 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/personal/nagios/class_nagiosAccount.inc:110
+#, fuzzy
+msgid ""
+"This account has nagios features enabled. You can disable them by clicking "
+"below."
+msgstr ""
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
 
 
-#: html/getxls.php:156 html/getxls.php:314
-#, fuzzy, php-format
-msgid "Servers of %s on %s"
-msgstr "СеÑ\80веÑ\80ы"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+#, fuzzy
+msgid "Create nagios account"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82ы"
 
 
-#: html/getxls.php:174
-msgid "Home postal address"
+#: plugins/personal/nagios/class_nagiosAccount.inc:112
+#, fuzzy
+msgid ""
+"This account has nagios features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
 
 
-#: html/getxls.php:174
+#: plugins/personal/nagios/class_nagiosAccount.inc:155
 #, fuzzy
 #, fuzzy
-msgid "Mobile phone"
-msgstr "Ð\94омаÑ\88ний Ñ\82елеÑ\84он"
+msgid "Saving nagios account failed"
+msgstr "СоздаÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: html/getxls.php:174 html/getxls.php:236
+#: plugins/personal/nagios/class_nagiosAccount.inc:175
 #, fuzzy
 #, fuzzy
-msgid "Postal address"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð¸Ð½Ð´ÐµÐºÑ\81"
+msgid "The required field 'NagiosAlias' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: html/getxls.php:174
+#: plugins/personal/nagios/class_nagiosAccount.inc:178
 #, fuzzy
 #, fuzzy
-msgid "Function"
-msgstr "Ð\94ейÑ\81Ñ\82вие"
+msgid "The required field 'NagiosMail' is not set."
+msgstr "Ð\9eбÑ\8fзаÑ\82елÑ\8cное Ð¿Ð¾Ð»Ðµ \"Ð\98мÑ\8f\" Ð½Ðµ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¾."
 
 
-#: html/getxls.php:177 html/getxls.php:247
+#: plugins/personal/nagios/class_nagiosAccount.inc:182
+#: plugins/personal/nagios/class_nagiosAccount.inc:186
 #, fuzzy
 #, fuzzy
-msgid "Adressbook"
-msgstr "Ð\90дÑ\80еÑ\81наÑ\8f ÐºÐ½Ð¸Ð³Ð°"
+msgid "Please enter a valid email address in 'NagiosMail' field."
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82ное Ð·Ð½Ð°Ñ\87ение Ð² Ð¿Ð¾Ð»Ðµ \"Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81\"."
 
 
-#: html/getxls.php:184 html/getxls.php:349
-#, fuzzy, php-format
-msgid "Adressbook of %s on %s"
-msgstr "Ð\90дÑ\80еÑ\81наÑ\8f ÐºÐ½Ð¸Ð³Ð°"
+#: plugins/personal/nagios/class_nagiosAccount.inc:234
+#, fuzzy
+msgid "Removing nagios account failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: html/getxls.php:190
+#: plugins/personal/nagios/main.inc:125
 #, fuzzy
 #, fuzzy
-msgid "Common Name"
-msgstr "Ð\9cеÑ\81Ñ\82оположение"
+msgid "Nagios settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: html/getxls.php:224
+#: plugins/personal/nagios/nagios.tpl:4
 #, fuzzy
 #, fuzzy
-msgid "Day of birth"
-msgstr "Ð\94аÑ\82а Ñ\80ождениÑ\8f"
+msgid "Nagios Account"
+msgstr "Ð\9aонÑ\82акÑ\82"
 
 
-#: html/getxls.php:236
+#: plugins/personal/nagios/nagios.tpl:7
 #, fuzzy
 #, fuzzy
-msgid "Email address"
-msgstr "Ð\9eÑ\81новной Ð°Ð´Ñ\80еÑ\81"
+msgid "Alias"
+msgstr "женÑ\81кий"
 
 
-#: html/getxls.php:236
+#: plugins/personal/nagios/nagios.tpl:17
 #, fuzzy
 #, fuzzy
-msgid "Organizational unit"
-msgstr "Ð\9eÑ\80ганизаÑ\86ия"
+msgid "Host notification period"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложения"
 
 
-#: html/getxls.php:236
+#: plugins/personal/nagios/nagios.tpl:25
 #, fuzzy
 #, fuzzy
-msgid "Postal Code"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bй Ð¸Ð½Ð´ÐµÐºÑ\81"
+msgid "Service notification period"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
 
 
-#: html/getxls.php:236
+#: plugins/personal/nagios/nagios.tpl:32
 #, fuzzy
 #, fuzzy
-msgid "Surename"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Service notification options"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
 
 
-#: html/getxls.php:236
+#: plugins/personal/nagios/nagios.tpl:41
 #, fuzzy
 #, fuzzy
-msgid "Title"
-msgstr "ФайлÑ\8b"
+msgid "Host notification options"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
 
 
-#: html/getxls.php:239
-msgid "Full"
-msgstr ""
+#: plugins/personal/nagios/nagios.tpl:53
+#, fuzzy
+msgid "Service notification commands"
+msgstr "Параметры приложения"
 
 
-#: html/getxls.php:276
-#, fuzzy, php-format
-msgid "User List of %s on %s"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+#: plugins/personal/nagios/nagios.tpl:57
+#, fuzzy
+msgid "Host notification commands"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
 
 
-#: html/getxls.php:330
-#, fuzzy, php-format
-msgid "Computers of %s on %s"
-msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
+#: plugins/personal/nagios/nagios.tpl:66
+#, fuzzy
+msgid "Nagios authentification"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Session will not be encrypted."
-msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы."
+#: plugins/personal/nagios/nagios.tpl:69
+#, fuzzy
+msgid "view system informations"
+msgstr "Системная информация"
 
 
-#: html/index.php:49 html/index.php:333
-msgid "Enter SSL session"
-msgstr "Использовать шифрование SSL"
+#: plugins/personal/nagios/nagios.tpl:72
+#, fuzzy
+msgid "view configuration information"
+msgstr "Информация об организации"
 
 
-#: html/index.php:117
-#, php-format
-msgid "GOsa configuration %s/gosa.conf is not readable. Aborted."
+#: plugins/personal/nagios/nagios.tpl:75
+msgid "trigger system commands"
 msgstr ""
 msgstr ""
-"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана."
 
 
-#: html/index.php:138
-#, fuzzy, php-format
-msgid "Directory '%s' specified as compile directory is not accessible!"
-msgstr "Ð\9dедоÑ\81Ñ\82Ñ\83пен ÐºÐ°Ñ\82алог \"%s\", Ñ\83казаннÑ\8bй ÐºÐ°Ðº ÐºÐ°Ñ\82алог ÐºÐ¾Ð¼Ð¿Ð¸Ð»Ñ\8fÑ\86ии!"
+#: plugins/personal/nagios/nagios.tpl:78
+#, fuzzy
+msgid "view all services"
+msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
 
 
-#: html/index.php:219
-msgid ""
-"GOsa cannot retrieve information about the installed schema files. Please "
-"make sure, that this is possible."
+#: plugins/personal/nagios/nagios.tpl:81
+msgid "view all hosts"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:227
-msgid ""
-"Your ldap setup contains old schema definitions. Please re-run the setup."
+#: plugins/personal/nagios/nagios.tpl:83
+msgid "trigger all service commands"
 msgstr ""
 
 msgstr ""
 
-#: html/index.php:246 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!"
+#: plugins/personal/nagios/nagios.tpl:86
+msgid "trigger all host commands"
 msgstr ""
 msgstr ""
-"У вас нет учетной записи администратора для GOsa, так что вы не сможете что-"
-"либо администрировать!"
 
 
-#: html/index.php:254
-msgid "Please specify a valid username!"
-msgstr "Введите корректное имя пользователя!"
+#: plugins/personal/netatalk/class_netatalk.inc:37
+#, fuzzy
+msgid "Manage netatalk account"
+msgstr "Создать телефонный аккаунт"
 
 
-#: html/index.php:256
-msgid "Please specify your password!"
-msgstr "Введите свой пароль!"
+#: plugins/personal/netatalk/class_netatalk.inc:173
+#, fuzzy
+msgid "This account has no netatalk extensions."
+msgstr "В этой учетной записи нет почтовых расширений."
 
 
-#: html/index.php:263
-msgid "Please check the username/password combination."
-msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль."
+#: plugins/personal/netatalk/class_netatalk.inc:182
+#, fuzzy
+msgid "Remove netatalk account"
+msgstr "Удалить настройки эл. почты"
 
 
-#: html/index.php:287
+#: plugins/personal/netatalk/class_netatalk.inc:183
 #, fuzzy
 #, fuzzy
-msgid "Account locked. Please contact your system administrator."
+msgid ""
+"This account has netatalk features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному "
-"администратору."
+"В этой учетной записи есть настройки электронной почты. Вы можете удалить "
+"их, щелкнув ниже."
+
+#: plugins/personal/netatalk/class_netatalk.inc:194
+#: plugins/personal/netatalk/class_netatalk.inc:197
+#, fuzzy
+msgid "Create netatalk account"
+msgstr "Создать настройки запись эл. почты"
 
 
-#: html/index.php:339
+#: plugins/personal/netatalk/class_netatalk.inc:195
+#, fuzzy
 msgid ""
 msgid ""
-"Your browser has cookies disabled. Please enable cookies and reload this "
-"page before logging in!"
+"This account has netatalk features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек электронной почты. Вы можете добавить их, "
+"щелкнув ниже."
 
 
-#: html/getkiosk.php:25
-#, php-format
-msgid "Can't open file '%s', possibly the file does not exist."
+#: plugins/personal/netatalk/class_netatalk.inc:227
+msgid "You must select a share to use."
 msgstr ""
 
 msgstr ""
 
-#: html/getkiosk.php:30
-#, fuzzy, php-format
-msgid "Can't read file '%s', check permissions."
-msgstr "Удалить"
-
-#: html/getfax.php:53
-msgid "Could not connect to database server!"
-msgstr "Невозможно подключиться к серверу базы данных!"
+#: plugins/personal/netatalk/class_netatalk.inc:286
+#, fuzzy
+msgid "Saving Netatalk account failed"
+msgstr "Создать телефонный аккаунт"
 
 
-#: html/getfax.php:55
-msgid "Could not select database!"
-msgstr "Невозможно выбрать базу данных!"
+#: plugins/personal/netatalk/class_netatalk.inc:346
+#, fuzzy
+msgid "Removing Netatalk account failed"
+msgstr "Удалить настройки эл. почты"
 
 
-#: html/getfax.php:60 html/getfax.php:68
-msgid "Database query failed!"
-msgstr "Невозможно выполнить запрос к базе данных!"
+#: plugins/personal/netatalk/main.inc:121
+#, fuzzy
+msgid "Netatalk settings"
+msgstr "Сетевые настройки"
 
 
-#: html/main.php:164
+#: plugins/personal/netatalk/netatalk.tpl:4
 #, fuzzy
 #, fuzzy
+msgid "Share"
+msgstr "сброс"
+
+#: plugins/personal/password/changed.tpl:3
 msgid ""
 msgid ""
-"FATAL: Register globals is on. GOsa will refuse to login unless this is "
-"fixed by an administrator."
+"You've successfully changed your password. Remember to change all programms "
+"configured to use it as well."
 msgstr ""
 msgstr ""
-"Ð\98Ñ\81полÑ\8cзÑ\83еÑ\82Ñ\81Ñ\8f Ð¼ÐµÑ\85анизм register_globals. GOsa Ð½Ðµ Ð´Ð¾Ð¿Ñ\83Ñ\81Ñ\82иÑ\82 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð² "
-"систему, пока он не будет отключен администратором."
+"Ð\92Ñ\8b Ñ\83Ñ\81пеÑ\88но Ñ\81менили Ñ\81вой Ð¿Ð°Ñ\80олÑ\8c. Ð\9dе Ð·Ð°Ð±Ñ\83дÑ\8cÑ\82е Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ\82Ñ\8c Ð½Ñ\83жнÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки "
+"использующих его программ."
 
 
-#: html/main.php:220
-msgid "Warning: memory is getting low - please increase the memory_limit!"
-msgstr "Предупреждение: нехватка памяти, увеличьте значение memory_limit!"
+#: plugins/personal/password/main.inc:37
+msgid ""
+"The password you've entered as your current password doesn't match the real "
+"one."
+msgstr "Введенный вами текущий пароль не совпадает с реальным."
 
 
-#: html/main.php:349
-#, fuzzy, php-format
-msgid "FATAL: Can't find any plugin definitions for plugin '%s'!"
-msgstr "Не удается найти определение для модуля \"%s\"!"
+#: plugins/personal/password/main.inc:40
+msgid "You need to specify your current password in order to proceed."
+msgstr "Для продолжения укажите свой текущий пароль."
 
 
-#: html/main.php:364
-#, fuzzy
-msgid "Your password is about to expire, please change your password"
+#: plugins/personal/password/main.inc:56
+msgid "The password used as new and current are too similar."
+msgstr "Новый и текущий пароли слишком похожи."
+
+#: plugins/personal/password/main.inc:61
+msgid "The password used as new is to short."
+msgstr "Новый пароль слишком короткий."
+
+#: plugins/personal/password/main.inc:68
+msgid "You have no permissions to change your password."
 msgstr "У вас недостаточно прав для смены своего пароля."
 
 msgstr "У вас недостаточно прав для смены своего пароля."
 
-#: html/main.php:388
-msgid ""
-"Generating this page caused the W3C          conformance checker to raise "
-"some errors!"
-msgstr ""
+#: plugins/personal/password/main.inc:86
+msgid "External password changer reported a problem: "
+msgstr "При попытке сменить пароль извне возникла проблема: "
 
 
-#: html/get_attachment.php:47
+#: plugins/personal/password/nochange.tpl:2
 #, fuzzy
 #, fuzzy
-msgid ""
-"Can't connect to glpi database, there is no mysl extension available in your "
-"php setup."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
+msgid "Password change not allowed"
+msgstr "Сменить пароль"
 
 
-#: html/get_attachment.php:55
+#: plugins/personal/password/nochange.tpl:6
 #, fuzzy
 #, fuzzy
-msgid ""
-"Can't connect to specified database, please check your glpi configuration."
-msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!"
-
-#: html/get_attachment.php:64
-msgid "Can't get specified attachment file, there is no entry with this id."
-msgstr ""
-
-#: html/get_attachment.php:69
-#, fuzzy, php-format
-msgid "Can't open file '%s'."
-msgstr "Удалить"
+msgid "You are not allowed to change your password at this time"
+msgstr "Вам не разрешено менять пароль."
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:3 ihtml/themes/default/sizelimit.tpl:3
+#: plugins/personal/password/password.tpl:2
+#, fuzzy
 msgid ""
 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."
+"To change your personal password use the fields below. The changes take "
+"effect immediately. Please memorize the new password, because you wouldn't "
+"be able to login without it."
 msgstr ""
 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 "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ñ\80еакÑ\86ии Ð´Ð»Ñ\8f Ð´Ð°Ð½Ð½Ð¾Ð¹ Ñ\81еÑ\81Ñ\81ии"
+#: plugins/personal/password/password.tpl:11
+msgid "Current password"
+msgstr "ТекÑ\83Ñ\89ий Ð¿Ð°Ñ\80олÑ\8c"
 
 
-#: 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 "игноÑ\80иÑ\80оваÑ\82Ñ\8c Ð¾Ñ\88ибкÑ\83 Ð¸ Ð¿Ð¾ÐºÐ°Ð·Ð°Ñ\82Ñ\8c Ð²Ñ\81е Ð½Ð°Ð¹Ð´ÐµÐ½Ñ\8bе Ð¾Ð±Ñ\8aекÑ\82Ñ\8b"
+#: plugins/personal/password/password.tpl:32
+msgid "Clear fields"
+msgstr "Ð\9eÑ\87иÑ\81Ñ\82иÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8f"
 
 
-#: ihtml/themes/altlinux/sizelimit.tpl:10
-#: ihtml/themes/default/sizelimit.tpl:10
+#: plugins/personal/posix/class_posixAccount.inc:125
 #, fuzzy
 #, fuzzy
-msgid ""
-"ignore this error and show all entries that fit into the defined sizelimit "
-"and let me use filters instead"
+msgid "expired"
+msgstr "Экспорт"
+
+#: plugins/personal/posix/class_posixAccount.inc:127
+msgid "grace time active"
 msgstr ""
 msgstr ""
-"Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и "
-"позволить использовать фильтры"
 
 
-#: ihtml/themes/altlinux/login.tpl:15 ihtml/themes/default/login.tpl:15
+#: plugins/personal/posix/class_posixAccount.inc:130
+#, fuzzy
+msgid "active, password not changable"
+msgstr "Новый пароль"
+
+#: plugins/personal/posix/class_posixAccount.inc:132
+#, fuzzy
+msgid "active, password expired"
+msgstr "Срок действия пароля истекает"
+
+#: plugins/personal/posix/class_posixAccount.inc:134
 #, fuzzy
 #, fuzzy
-msgid "Please use your username and password to log in"
-msgstr ""
-"Чтобы войти в систему<br> введите свои <i>имя пользователя</i> и <i>пароль</"
-"i>."
+msgid "active"
+msgstr "Личный"
 
 
-#: ihtml/themes/altlinux/login.tpl:44 ihtml/themes/altlinux/login.tpl:47
-#: ihtml/themes/default/login.tpl:46 ihtml/themes/default/login.tpl:49
-msgid "Directory"
-msgstr "Ð\9aаÑ\82алог"
+#: plugins/personal/posix/class_posixAccount.inc:145
+#: plugins/personal/posix/class_posixAccount.inc:993
+msgid "Group of user"
+msgstr "Ð\93Ñ\80Ñ\83ппа Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: ihtml/themes/altlinux/login.tpl:55 ihtml/themes/default/login.tpl:57
-msgid "Sign in"
-msgstr "Ð\92ойÑ\82и"
+#: plugins/personal/posix/class_posixAccount.inc:180
+msgid "unconfigured"
+msgstr "Ð\9dе Ð½Ð°Ñ\81Ñ\82Ñ\80оено"
 
 
-#: ihtml/themes/altlinux/login.tpl:56 ihtml/themes/default/login.tpl:58
-msgid "Click here to log in"
-msgstr "Ð\9dажмиÑ\82е Ð½Ð° Ñ\8dÑ\82Ñ\83 ÐºÐ½Ð¾Ð¿ÐºÑ\83, Ñ\87Ñ\82обÑ\8b Ð²Ð¾Ð¹Ñ\82и Ð² Ñ\81иÑ\81Ñ\82емÑ\83"
+#: plugins/personal/posix/class_posixAccount.inc:247
+msgid "This account has no unix extensions."
+msgstr "Ð\92 Ñ\8dÑ\82ой Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð½ÐµÑ\82 Ñ\80аÑ\81Ñ\88иÑ\80ений UNIX."
 
 
-#: ihtml/themes/altlinux/conflict.tpl:2 ihtml/themes/default/conflict.tpl:2
-msgid "Session conflict detected"
-msgstr "Конфликт сеансов"
+#: plugins/personal/posix/class_posixAccount.inc:267
+#: plugins/personal/posix/class_posixAccount.inc:270
+msgid "Remove posix account"
+msgstr "Удалить учетную запись POSIX"
 
 
-#: ihtml/themes/altlinux/conflict.tpl:6
+#: plugins/personal/posix/class_posixAccount.inc:268
 #, fuzzy
 msgid ""
 #, fuzzy
 msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout' button will close this session."
+"This account has unix features enabled. To disable them, you'll need to "
+"remove the samba / environment account first."
 msgstr ""
 msgstr ""
-"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами "
-"одновременно технически невозможна и в значительной мере зависит от "
-"используемого браузера. Использование разных браузеров одновременно "
-"(например, IE и Mozilla) возможно. Нажав на кнопку <b>Выход</b>, вы "
-"завершите текущий сеанс."
+"В этой учетной записи используются атрибуты POSIX. Чтобы отключить их "
+"использование, сначала нужно удалить учетную запись Samba."
 
 
-#: ihtml/themes/altlinux/conflict.tpl:10 ihtml/themes/default/conflict.tpl:10
+#: plugins/personal/posix/class_posixAccount.inc:271
 msgid ""
 msgid ""
-"Ignoring this message will change/destroy the data you're currently editing, "
-"so please close multiple windows and log in again."
+"This account has posix features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Если вы ничего не предпримете, редактируемые вами данные не будут сохранены, "
-"поэтому закройте все окна, кроме одного, и начните сеанс заново."
-
-#: ihtml/themes/altlinux/conflict.tpl:14 ihtml/themes/default/conflict.tpl:14
-msgid "Logout"
-msgstr "Выход"
+"В этой учетной записи используются атрибуты POSIX. Вы можете отключить их "
+"использование, щелкнув ниже."
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:1
-#: ihtml/themes/default/setup_introduction.tpl:1
-msgid "Welcome to the GOsa setup!"
-msgstr "Добро пожаловать в раздел настройки GOsa!"
+#: plugins/personal/posix/class_posixAccount.inc:274
+msgid "Create posix account"
+msgstr "Создать учетную запись POSIX"
 
 
-#: ihtml/themes/altlinux/setup_introduction.tpl:4
+#: plugins/personal/posix/class_posixAccount.inc:275
 msgid ""
 msgid ""
-"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."
+"This account has posix features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
-"Судя по всему, вы запустили GOsa впервые: файл настройки не найден. Этот "
-"сценарий поможет вам создать рабочую конфигурацию. Настройка делится на три "
-"основные стадии: сначала проверим, установлены ли необходимые модули PHP, "
-"затем - установлены ли дополнительные/необходимые программы, а потом вы "
-"укажете параметры работы с LDAP-сервером, и мы проверим его настройку."
+"В этой учетной записи не используются атрибуты POSIX. Вы можете использовать "
+"их, щелкнув ниже."
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:3
-#: ihtml/themes/default/setup_useradmin.tpl:3
-msgid "You already have an Administrative Account and a Group."
-msgstr ""
+#: plugins/personal/posix/class_posixAccount.inc:438
+#, php-format
+msgid "Password can't be changed up to %s days after last change"
+msgstr "Пароль нельзя изменить в течение %s дн. с последней смены (shadowMin)"
 
 
-#: ihtml/themes/altlinux/setup_useradmin.tpl:10
-#: ihtml/themes/default/setup_useradmin.tpl:10
-msgid ""
-"To provide full administrative access to GOsa, you need to create a special "
-"group which contains the administrative user. The setup program can assist "
-"you with this task. Enter the desired username and the password below to "
-"create the missing entries."
+#: plugins/personal/posix/class_posixAccount.inc:440
+#, php-format
+msgid "Password must be changed after %s days"
+msgstr "Пароль должен быть изменен по истечении %s дн. (shadowMax)"
+
+#: plugins/personal/posix/class_posixAccount.inc:442
+#, php-format
+msgid "Disable account after %s days of inactivity after password expiery"
 msgstr ""
 msgstr ""
+"Отключить учетную запись, если срок действия пароля истек и прошло %s дн. "
+"бездействия (shadowInactive)"
 
 
-#: ihtml/themes/altlinux/framework.tpl:15
-#: ihtml/themes/default/framework.tpl:15
-msgid "Main"
-msgstr "Начало"
+#: plugins/personal/posix/class_posixAccount.inc:444
+#, php-format
+msgid "Warn user %s days before password expiery"
+msgstr ""
+"Предупреждать пользователей за %s дн. до истечения срока действия пароля "
+"(shadowWarning)"
 
 
-#: ihtml/themes/altlinux/framework.tpl:20
-#: ihtml/themes/default/framework.tpl:20
-msgid "Help"
-msgstr "Справка"
+#: plugins/personal/posix/class_posixAccount.inc:559
+msgid "full access"
+msgstr "полный доступ"
 
 
-#: ihtml/themes/altlinux/framework.tpl:25
-#: ihtml/themes/default/framework.tpl:25
-msgid "Sign out"
-msgstr "Выход"
+#: plugins/personal/posix/class_posixAccount.inc:560
+msgid "allow access to these hosts"
+msgstr "разрешить доступ только на эти хосты"
 
 
-#: ihtml/themes/altlinux/framework.tpl:33
-#: ihtml/themes/default/framework.tpl:33
-msgid "Signed in:"
-msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c:"
+#: plugins/personal/posix/class_posixAccount.inc:606
+#, fuzzy
+msgid "Removing UNIX account failed"
+msgstr "УдалиÑ\82Ñ\8c Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ñ\8dл. Ð¿Ð¾Ñ\87Ñ\82Ñ\8b"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:2 ihtml/themes/default/islocked.tpl:2
-msgid "Locking conflict detected"
-msgstr "Ð\9aонÑ\84ликÑ\82 Ð±Ð»Ð¾ÐºÐ¸Ñ\80овок"
+#: plugins/personal/posix/class_posixAccount.inc:755
+msgid "Failed: overriding lock"
+msgstr "Ð\9eÑ\88ибка: Ð·Ð°Ð¼ÐµÑ\89ение Ð±Ð»Ð¾ÐºÐ¸Ñ\80овки"
 
 
-#: ihtml/themes/altlinux/islocked.tpl:9
+#: plugins/personal/posix/class_posixAccount.inc:844
 #, fuzzy
 #, fuzzy
-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 'Remove' button."
-msgstr ""
-"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
-"закрыл браузер во время редактирования данных. Вы можете удалить файл "
-"блокировки, нажав на кнопку <i>Удалить</i>."
+msgid "Saving UNIX account failed"
+msgstr "UNIX аккаунт"
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:1
-#: ihtml/themes/altlinux/setup_step3.tpl:1
-#: ihtml/themes/altlinux/setup_step4.tpl:1
-#: ihtml/themes/default/setup_step2.tpl:1
-#: ihtml/themes/default/setup_step3.tpl:1
-#: ihtml/themes/default/setup_step4.tpl:1
-msgid "Setup continued..."
-msgstr "Продолжение настройки..."
+#: plugins/personal/posix/class_posixAccount.inc:907
+msgid "The required field 'Home directory' is not set."
+msgstr "Обязательное поле \"Домашний каталог\" не заполнено."
 
 
-#: ihtml/themes/altlinux/setup_step2.tpl:4
-#: ihtml/themes/default/setup_step2.tpl:4
-msgid ""
-"Step two looks for a set of helper programms and checks if they have the "
-"correct minimum version."
+#: plugins/personal/posix/class_posixAccount.inc:910
+msgid "Please enter a valid path in 'Home directory' field."
+msgstr "Введите корректный путь в поле \"Домашний каталог\"."
+
+#: plugins/personal/posix/class_posixAccount.inc:918
+msgid "Value specified as 'UID' is not valid."
+msgstr "Значение поля \"UID\" некорректно."
+
+#: plugins/personal/posix/class_posixAccount.inc:921
+msgid "Value specified as 'UID' is too small."
+msgstr "Значение 'UID' слишком маленькое."
+
+#: plugins/personal/posix/class_posixAccount.inc:936
+msgid "Value specified as 'shadowMin' is not valid."
+msgstr "Значение поля \"shadowMin\" некорректно."
+
+#: plugins/personal/posix/class_posixAccount.inc:941
+msgid "Value specified as 'shadowMax' is not valid."
+msgstr "Значение поля \"shadowMax\" некорректно."
+
+#: plugins/personal/posix/class_posixAccount.inc:946
+msgid "Value specified as 'shadowWarning' is not valid."
+msgstr "Значение поля \"shadowWarning\" некорректно."
+
+#: plugins/personal/posix/class_posixAccount.inc:949
+msgid "'shadowWarning' without 'shadowMax' makes no sense."
+msgstr "Использование \"shadowWarning\" без \"shadowMax\" бессмысленно."
+
+#: plugins/personal/posix/class_posixAccount.inc:952
+msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
-"Ð\9dа Ð²Ñ\82оÑ\80ом Ñ\88аге Ð¿Ñ\80оиÑ\81Ñ\85одиÑ\82 Ð¿Ð¾Ð¸Ñ\81к Ð²Ñ\81помогаÑ\82елÑ\8cнÑ\8bÑ\85 Ð¿Ñ\80огÑ\80амм Ð¸ Ð¿Ñ\80овеÑ\80ка "
-"допустимости их версии."
+"Ð\97наÑ\87ение Ð¿Ð¾Ð»Ñ\8f \"shadowWarning\" Ð´Ð¾Ð»Ð¶Ð½Ð¾ Ð±Ñ\8bÑ\82Ñ\8c Ð¼ÐµÐ½Ñ\8cÑ\88е Ð·Ð½Ð°Ñ\87ениÑ\8f Ð¿Ð¾Ð»Ñ\8f \"shadowMax"
+"\"."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:4
-#: ihtml/themes/default/setup_step3.tpl:4
-msgid ""
-"Now we're going include your LDAP server and create an initial "
-"configuration. After you've entered the server URI below, a quick check is "
-"performed if required LDAP schemas are in place. Samba versions are "
-"autodetected by the installed objectclasses. Details on how your LDAP tree "
-"is organized will be asked later on."
+#: plugins/personal/posix/class_posixAccount.inc:955
+msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'."
 msgstr ""
 msgstr ""
-"Сейчас произойдет настройка вашего LDAP-сервера. После того, как вы введете "
-"адрес сервера ниже, будет выполнена быстрая проверка необходимых схем LDAP. "
-"Samba-версии определяются автоматически по установленным классам объектов. "
-"Подробности об организации вашего дерева LDAP понадобятся позже."
+"Значение поля \"shadowWarning\" должно быть больше значения поля \"shadowMin"
+"\"."
 
 
-#: ihtml/themes/altlinux/setup_step3.tpl:10
-#: ihtml/themes/default/setup_step3.tpl:10
-msgid ""
-"Please enter the server URI to allow the setup to connect your LDAP server "
-"(Example: ldap://your.server:389)."
+#: plugins/personal/posix/class_posixAccount.inc:960
+msgid "Value specified as 'shadowInactive' is not valid."
+msgstr "Значение поля \"shadowInactive\" некорректно."
+
+#: plugins/personal/posix/class_posixAccount.inc:963
+msgid "'shadowInactive' without 'shadowMax' makes no sense."
+msgstr "Использование \"shadowInactive\" без \"shadowMax\" бессмысленно."
+
+#: plugins/personal/posix/class_posixAccount.inc:968
+msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'."
 msgstr ""
 msgstr ""
+"Значение поля \"shadowMin\" должно быть меньше значения поля \"shadowMax\"."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:2
-#: ihtml/themes/default/setup_step4.tpl:2
-msgid ""
-"The following fields allow the basic configuration of GOsa's behaviour and "
-"affect various properties in your main configuration."
+#: plugins/personal/posix/generic.tpl:7
+#: plugins/personal/posix/paste_generic.tpl:8
+#: plugins/personal/samba/class_sambaAccount.inc:688
+#: plugins/personal/samba/samba3.tpl:13 plugins/personal/samba/samba3.tpl:94
+msgid "Home directory"
+msgstr "Домашний каталог"
+
+#: plugins/personal/posix/generic.tpl:13
+msgid "Shell"
+msgstr "Оболочка"
+
+#: plugins/personal/posix/generic.tpl:21
+msgid "Primary group"
+msgstr "Основная группа"
+
+#: plugins/personal/posix/generic.tpl:39
+#: plugins/personal/posix/paste_generic.tpl:23
+msgid "Force UID/GID"
+msgstr "Указать UID/GID вручную"
+
+#: plugins/personal/posix/generic.tpl:52
+#: plugins/personal/posix/paste_generic.tpl:37
+msgid "GID"
+msgstr "GID"
+
+#: plugins/personal/posix/generic.tpl:64
+#: plugins/personal/posix/paste_generic.tpl:49
+msgid "Group membership"
+msgstr "Членство в группах"
+
+#: plugins/personal/posix/generic.tpl:66
+#: plugins/personal/posix/paste_generic.tpl:56
+msgid "(Warning: more than 16 groups are not supported by NFS!)"
 msgstr ""
 msgstr ""
+"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:7
-#: ihtml/themes/default/setup_step4.tpl:7
-msgid "Enter a description for the location you're configuring here"
-msgstr "Введите описание владельца каталога"
+#: plugins/personal/posix/generic.tpl:84
+msgid "Account"
+msgstr "Учетная запись"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:11
-#: ihtml/themes/default/setup_step4.tpl:11
-msgid "Location name"
-msgstr "Местоположение"
+#: plugins/personal/posix/generic.tpl:91
+msgid "System trust"
+msgstr "Системные доверия"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:18
-#: ihtml/themes/default/setup_step4.tpl:18
+#: plugins/personal/posix/generic.tpl:92
 #, fuzzy
 #, fuzzy
-msgid ""
-"GOsa always acts as admin and manages access rights internally. This is a "
-"workaround till OpenLDAP's in directory ACI's are fully implemented. For "
-"this to work, we need the admin DN and the corresponding password."
-msgstr ""
-"Сейчас вам нужно указать параметры доступа к LDAP-серверу. GOsa всегда "
-"выступает в роли администратора и управляет правами доступа самостоятельно. "
-"Это временное решение, пока в OpenLDAP не будут реализованы полностью "
-"средства контроля доступа (ACI) внутри каталогов. Чтобы это решение "
-"работало, укажите DN (уникальное имя) администратора и соответствующий "
-"пароль."
+msgid "Trust mode"
+msgstr "Режим"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:23
-#: ihtml/themes/default/setup_step4.tpl:23
-msgid "Admin DN"
-msgstr "DN администратора"
+#: plugins/personal/posix/main.inc:132
+msgid "Unix settings"
+msgstr "Атрибуты UNIX"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:27
-#: ihtml/themes/default/setup_step4.tpl:27
-msgid "Admin password"
-msgstr "Ð\9fаÑ\80олÑ\8c Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñ\81Ñ\82Ñ\80аÑ\82оÑ\80а"
+#: plugins/personal/posix/paste_generic.tpl:1
+#, fuzzy
+msgid "Posix settings"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:34
-#: ihtml/themes/default/setup_step4.tpl:34
-msgid ""
-"Some basic LDAP parameters are tunable and affect the locations where GOsa "
-"saves people and groups, including the way accounts get created. Check the "
-"values below if the fit your needs."
-msgstr ""
-"Некоторые основные параметры LDAP изменяемы и влияют на расположение "
-"сохраняемой информации о пользователях и группах, а также на способ создания "
-"учетных записей. Проверьте, подходят ли вам значения, указанные ниже."
+#: plugins/personal/posix/posix_groups.tpl:6
+msgid "Select groups to add"
+msgstr "Выберите группы для добавления"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:39
-#: ihtml/themes/default/setup_step4.tpl:39
-#, fuzzy
-msgid "Base "
-msgstr "Ветка"
+#: plugins/personal/posix/posix_groups.tpl:32
+msgid "Display groups of department"
+msgstr "Объединения в подразделении"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:43
-#: ihtml/themes/default/setup_step4.tpl:43
-msgid "People storage ou"
-msgstr "Структурная единица (OU) пользователей"
+#: plugins/personal/posix/posix_groups.tpl:53
+msgid "Display groups matching"
+msgstr "Шаблон для групп"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:47
-#: ihtml/themes/default/setup_step4.tpl:47
-msgid "People dn attribute"
-msgstr "Атрибут DN пользователей"
+#: plugins/personal/posix/posix_groups.tpl:64
+msgid "Display groups of user"
+msgstr "Показать группы пользователей"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:55
-#: ihtml/themes/default/setup_step4.tpl:55
-msgid "Group storage ou"
-msgstr "OU групп"
+#: plugins/personal/posix/posix_shadow.tpl:5
+msgid "User must change password on first login"
+msgstr "Пользователь должен сменить пароль при первом входе в систему"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:59
-#: ihtml/themes/default/setup_step4.tpl:59
-msgid "ID base for users/groups"
-msgstr "Ð\91аза Ð¸Ð´ÐµÐ½Ñ\82иÑ\84икаÑ\82оÑ\80ов Ð´Ð»Ñ\8f Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей/гÑ\80Ñ\83пп"
+#: plugins/personal/posix/posix_shadow.tpl:14
+#: plugins/personal/samba/samba2.tpl:68 plugins/personal/samba/samba3.tpl:267
+msgid "Password expires on"
+msgstr "СÑ\80ок Ð´ÐµÐ¹Ñ\81Ñ\82виÑ\8f Ð¿Ð°Ñ\80олÑ\8f Ð¸Ñ\81Ñ\82екаеÑ\82"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:67
-#: ihtml/themes/default/setup_step4.tpl:67
+#: 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/samba/class_sambaAccount.inc:209
+msgid "This account has no samba extensions."
+msgstr "В этой учетной записи нет расширений Samba."
+
+#: plugins/personal/samba/class_sambaAccount.inc:218
+msgid "Remove samba account"
+msgstr "Удалить учетную запись Samba"
+
+#: plugins/personal/samba/class_sambaAccount.inc:219
 msgid ""
 msgid ""
-"GOsa supports several encryption types for your passwords. Normally this is "
-"adjustable via user templates, but you can specify a default method to be "
-"used here, too."
+"This account has samba features enabled. You can disable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи есть настройки Samba. Вы можете отключить их, щелкнув "
+"ниже."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:72
-#: ihtml/themes/default/setup_step4.tpl:72
-msgid "Encryption algorithm"
-msgstr ""
+#: plugins/personal/samba/class_sambaAccount.inc:229
+#: plugins/personal/samba/class_sambaAccount.inc:232
+msgid "Create samba account"
+msgstr "Создать учетную запись Samba"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:83
-#: ihtml/themes/default/setup_step4.tpl:83
+#: plugins/personal/samba/class_sambaAccount.inc:230
 msgid ""
 msgid ""
-"GOsa has modular support for several mail methods. These methods provide "
-"interfaces to users mailboxes and general handling for quotas. You can "
-"choose the dummy plugin to leave all your mail settings untouched."
+"This account has samba features disabled. You can enable them by clicking "
+"below."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек Samba. Вы можете включить их, щелкнув "
+"ниже."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:88
-#: ihtml/themes/default/setup_step4.tpl:88
-#, fuzzy
-msgid "Mail method"
-msgstr "Почтовые настройки"
-
-#: ihtml/themes/altlinux/setup_step4.tpl:99
+#: plugins/personal/samba/class_sambaAccount.inc:233
 msgid ""
 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. "
-"(But it  could be a security risk)  "
+"This account has samba features disabled. Posix features are needed for "
+"samba accounts, enable them first."
 msgstr ""
 msgstr ""
+"В этой учетной записи нет настроек Samba. Для учетных записей Samba нужны "
+"атрибуты POSIX, включите сначала их использование."
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:103
-#: ihtml/themes/default/setup_step4.tpl:104
-#, fuzzy
-msgid "Display PHP errors"
-msgstr "Ошибка LDAP:"
+#: plugins/personal/samba/class_sambaAccount.inc:492
+msgid "input on, notify on"
+msgstr "входящие вкл, оповещение вкл"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:106
-#: ihtml/themes/default/setup_step4.tpl:107
-#, fuzzy
-msgid "true"
-msgstr "Улица"
+#: plugins/personal/samba/class_sambaAccount.inc:493
+msgid "input on, notify off"
+msgstr "входящие вкл, оповещение выкл"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:107
-#: ihtml/themes/default/setup_step4.tpl:108
-#, fuzzy
-msgid "false"
-msgstr "женский"
+#: plugins/personal/samba/class_sambaAccount.inc:494
+msgid "input off, notify on"
+msgstr "входящие выкл, оповещение вкл"
 
 
-#: ihtml/themes/altlinux/setup_step4.tpl:115
-#: ihtml/themes/default/setup_step4.tpl:115
-msgid "Check"
-msgstr "Проверить"
+#: plugins/personal/samba/class_sambaAccount.inc:495
+msgid "input off, nofify off"
+msgstr "входящие выкл, оповещение выкл"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:1
-#: ihtml/themes/default/setup_finish.tpl:1
-msgid "Setup finished"
-msgstr "Настройка завершена"
+#: plugins/personal/samba/class_sambaAccount.inc:497
+msgid "disconnect"
+msgstr "отключиться"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:3
-#: ihtml/themes/default/setup_finish.tpl:3
-msgid ""
-"Basically the setup is finished. You can check the result of the schema "
-"check here and download the autogenerated gosa.conf below."
-msgstr ""
+#: plugins/personal/samba/class_sambaAccount.inc:498
+msgid "reset"
+msgstr "сброс"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:7
-#: ihtml/themes/default/setup_finish.tpl:7
-#, fuzzy
-msgid "Schema Configuration"
-msgstr "Системная информация"
+#: plugins/personal/samba/class_sambaAccount.inc:500
+msgid "from any client"
+msgstr "от любого клиента"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:12
-#: ihtml/themes/default/setup_finish.tpl:12
+#: plugins/personal/samba/class_sambaAccount.inc:501
+msgid "from previous client only"
+msgstr "только от предыдущего клиента"
+
+#: plugins/personal/samba/class_sambaAccount.inc:672
 #, fuzzy
 #, fuzzy
-msgid "Configuration File"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
+msgid "Removing Samba account failed"
+msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Samba"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:14
-#: ihtml/themes/default/setup_finish.tpl:14
-msgid ""
-"GOsa setup has collected all data needed to create an initial configuration "
-"file. Save the the link below as your gosa.conf and place that file in /etc/"
-"gosa. Change it as needed."
-msgstr ""
-"Программа установки GOsa собрала всю необходимую информацию необходимую для "
-"создания конфигурационного файла. Сохраните файл по этой ссылке как /etc/"
-"gosa/gosa/conf При необходимости, внесите свои изменения."
+#: plugins/personal/samba/class_sambaAccount.inc:689
+#: plugins/personal/samba/samba2.tpl:36 plugins/personal/samba/samba3.tpl:44
+#: plugins/personal/samba/samba3.tpl:104
+msgid "Profile path"
+msgstr "Путь к профилю"
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:17
-#: ihtml/themes/default/setup_finish.tpl:17
-#, fuzzy
-msgid "Download configuration"
-msgstr "Системная информация"
+#: plugins/personal/samba/class_sambaAccount.inc:691
+#, php-format
+msgid "The value specified as '%s' contains invalid characters!"
+msgstr "Значение '%s' содержит недопустимые символы."
 
 
-#: ihtml/themes/altlinux/setup_finish.tpl:20
-#: ihtml/themes/default/setup_finish.tpl:20
+#: plugins/personal/samba/class_sambaAccount.inc:696
+#: plugins/personal/samba/samba3.tpl:158
+msgid "Connection"
+msgstr "Подключение"
+
+#: plugins/personal/samba/class_sambaAccount.inc:697
+#: plugins/personal/samba/samba3.tpl:167
+msgid "Disconnection"
+msgstr "Отключение"
+
+#: plugins/personal/samba/class_sambaAccount.inc:698
+#: plugins/personal/samba/samba3.tpl:176
+msgid "IDLE"
+msgstr "Простой"
+
+#: plugins/personal/samba/class_sambaAccount.inc:701
+#, php-format
 msgid ""
 msgid ""
-"After placing the file under /etc/gosa, place make sure that the webserver "
-"user is able to read gosa.conf, while other users shouldn't. You may want to "
-"execute these commands to achieve this requirement:"
-msgstr ""
-"Поместив файл gosa.conf в каталог /etc/gosa, убедитесь, что только "
-"пользователь веб-сервера может его читать. Для этого вам, возможно, "
-"понадобится выполнить следующие команды:"
+"The timeout property '%s' is checked and contains invalid or no characters!"
+msgstr "Значение таймаута '%s' пустое или содержит недопустимые символы."
 
 
-#: ihtml/themes/default/islocked.tpl:9
-#, fuzzy
+#: plugins/personal/samba/class_sambaAccount.inc:707
 msgid ""
 msgid ""
-"If this lock detection is false, the other person has obviously closed the "
-"webbrowser during the edit operation. You may want to take over the lock by "
-"pressing the 'Edit anyway' button."
+"The windows user manager only allows eight clients. You've specified more "
+"than eight."
 msgstr ""
 msgstr ""
-"Если результат этой проверки блокировки - ложь, очевидно, другой человек "
-"закрыл браузер во время редактирования данных. Вы можете удалить файл "
-"блокировки, нажав на кнопку <i>Удалить</i>."
+"Менеджер пользователей Windows допускает подключение только восми клиентов. "
+"Вы указали больше чем восем."
 
 
-#: ihtml/themes/default/help.tpl:9
-msgid "GOsa help viewer"
+#: plugins/personal/samba/class_sambaAccount.inc:904
+msgid ""
+"Warning: This account has an undefined samba SID assigned. The problem can "
+"not be fixed by GOsa!"
 msgstr ""
 msgstr ""
+"Внимание: этот аккаунт имеет неправильный SID. Это нельзя исправить "
+"средствами GOsa."
 
 
-#: ihtml/themes/default/help.tpl:15
-msgid "Index"
+#: plugins/personal/samba/class_sambaAccount.inc:928
+msgid ""
+"Warning: Can't identify users primary group - no conversion to a samba group "
+"possible!"
 msgstr ""
 msgstr ""
+"Предупреждение: не удается идентифицировать основную группу, преобразование "
+"в группу Samba невозможно!"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:1
-msgid "Copy &amp; paste wizard"
+#: plugins/personal/samba/class_sambaAccount.inc:1032
+msgid "Saving Samba account failed"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:2
+#: plugins/personal/samba/class_sambaLogonHours.inc:62
 #, fuzzy
 #, fuzzy
-msgid "Object to be pasted"
-msgstr "Ð\9eбÑ\8aединениÑ\8f"
+msgid "Sunday"
+msgstr "денÑ\8c"
 
 
-#: ihtml/themes/default/copyPasteDialog.tpl:6
-msgid ""
-"Some values need to be unique in the complete directory while some "
-"combinations make no sense. GOsa shows the relevant attributes. Please "
-"maintain the values below to fullfill the policies."
+#: plugins/personal/samba/class_sambaLogonHours.inc:63
+#, fuzzy
+msgid "Monday"
+msgstr "день"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:64
+#, fuzzy
+msgid "Tuesday"
+msgstr "день"
+
+#: plugins/personal/samba/class_sambaLogonHours.inc:65
+msgid "Wednesday"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/copyPasteDialog.tpl:22
+#: plugins/personal/samba/class_sambaLogonHours.inc:66
 #, fuzzy
 #, fuzzy
-msgid "Operation complete"
-msgstr "не полный"
+msgid "Thursday"
+msgstr "час"
 
 
-#: ihtml/themes/default/conflict.tpl:6
+#: plugins/personal/samba/class_sambaLogonHours.inc:67
 #, fuzzy
 #, fuzzy
-msgid ""
-"Probably there's another active instance of your session. Multiple window "
-"operation is technical not possible and heavily depends on the browser "
-"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is "
-"possible. Pressing the 'Logout'button will close this session."
-msgstr ""
-"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами "
-"одновременно технически невозможна и в значительной мере зависит от "
-"используемого браузера. Использование разных браузеров одновременно "
-"(например, IE и Mozilla) возможно. Нажав на кнопку <b>Выход</b>, вы "
-"завершите текущий сеанс."
+msgid "Friday"
+msgstr "день"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:4
+#: plugins/personal/samba/class_sambaLogonHours.inc:68
 #, fuzzy
 #, fuzzy
-msgid ""
-"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."
-msgstr ""
-"Судя по всему, вы запустили GOsa впервые: файл настройки не найден. Этот "
-"сценарий поможет вам создать рабочую конфигурацию. Настройка делится на три "
-"основные стадии: сначала проверим, установлены ли необходимые модули PHP, "
-"затем - установлены ли дополнительные/необходимые программы, а потом вы "
-"укажете параметры работы с LDAP-сервером, и мы проверим его настройку."
+msgid "Saturday"
+msgstr "Адм. единица"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:17
-msgid ""
-"You can also use the new and more-advanced way of inspecting your PHP-"
-"installation. It will give you information about the exact function that "
-"could not be found (functions that could be found are not mentioned). This "
-"is useful if you know what you're doing."
-msgstr ""
+#: plugins/personal/samba/main.inc:124
+msgid "Samba settings"
+msgstr "Настройки Samba"
 
 
-#: ihtml/themes/default/setup_introduction.tpl:19
-msgid "Toggle Show/Hide"
-msgstr ""
+#: plugins/personal/samba/samba2.tpl:13
+msgid "Samba home"
+msgstr "Домашний каталог Samba"
 
 
-#: ihtml/themes/default/logout.tpl:5
-msgid "Your GOsa session has expired!"
-msgstr ""
+#: plugins/personal/samba/samba2.tpl:30 plugins/personal/samba/samba3.tpl:38
+msgid "Script path"
+msgstr "Путь к сценариям"
 
 
-#: 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 ""
+#: plugins/personal/samba/samba2.tpl:48 plugins/personal/samba/samba3.tpl:252
+msgid "Access options"
+msgstr "Параметры доступа"
 
 
-#: ihtml/themes/default/logout.tpl:10
+#: plugins/personal/samba/samba2.tpl:54 plugins/personal/samba/samba3.tpl:258
+msgid "Allow user to change password from client"
+msgstr "Разрешить пользователям менять пароль с клиента"
+
+#: plugins/personal/samba/samba2.tpl:57 plugins/personal/samba/samba3.tpl:261
+msgid "Login from windows client requires no password"
+msgstr "Не спрашивать пароль при входе в систему из Windows"
+
+#: plugins/personal/samba/samba2.tpl:60
+msgid "Temporary disable samba account"
+msgstr "Временно отключить учетную запись Samba"
+
+#: plugins/personal/samba/samba3.tpl:23
+msgid "Domain"
+msgstr "Домен"
+
+#: plugins/personal/samba/samba3.tpl:56
+msgid "Terminal Server"
+msgstr "Терминальный сервер"
+
+#: plugins/personal/samba/samba3.tpl:91
+msgid "Allow login on terminal server"
+msgstr "Разрешить вход на терминальный сервер"
+
+#: plugins/personal/samba/samba3.tpl:118
+msgid "Inherit client config"
+msgstr "Унаследовать конфигурацию клиента"
+
+#: plugins/personal/samba/samba3.tpl:121
+msgid "Initial program"
+msgstr "Начальная программа"
+
+#: plugins/personal/samba/samba3.tpl:131
+msgid "Working directory"
+msgstr "Рабочий каталог"
+
+#: plugins/personal/samba/samba3.tpl:153
+msgid "Timeout settings (in minutes)"
+msgstr "Настройки таймаута (в минутах)"
+
+#: plugins/personal/samba/samba3.tpl:189
+msgid "Client devices"
+msgstr "Клиентские устройства"
+
+#: plugins/personal/samba/samba3.tpl:194
+msgid "Connect client drives at logon"
+msgstr "Подключить клиентские устройства при входе"
+
+#: plugins/personal/samba/samba3.tpl:200
+msgid "Connect client printers at logon"
+msgstr "Подключить клиентские принтеры при входе"
+
+#: plugins/personal/samba/samba3.tpl:206
+msgid "Default to main client printer"
+msgstr "Указать принтер по умолчанию"
+
+#: plugins/personal/samba/samba3.tpl:220
+msgid "Shadowing"
+msgstr "Затенение"
+
+#: plugins/personal/samba/samba3.tpl:229
+msgid "On broken or timed out"
+msgstr "При обрыве или таймауте"
+
+#: plugins/personal/samba/samba3.tpl:237
+msgid "Reconnect if disconnected"
+msgstr "В"
+
+#: plugins/personal/samba/samba3.tpl:264
 #, fuzzy
 #, fuzzy
-msgid "Sign in again"
-msgstr "Ð\92ойÑ\82и"
+msgid "Lock samba account"
+msgstr "УдалиÑ\82Ñ\8c Ñ\83Ñ\87еÑ\82нÑ\83Ñ\8e Ð·Ð°Ð¿Ð¸Ñ\81Ñ\8c Samba"
 
 
-#: ihtml/themes/default/accountexpired.tpl:15
-msgid "Your Password has expired !! Choose a new Password"
+#: plugins/personal/samba/samba3.tpl:279
+msgid "Limit Logon Time"
 msgstr ""
 
 msgstr ""
 
-#: ihtml/themes/default/accountexpired.tpl:23
-#: ihtml/themes/default/accountexpired.tpl:27
-#, fuzzy
-msgid "Old Password"
-msgstr "Пароль"
+#: plugins/personal/samba/samba3.tpl:291
+msgid "Limit Logoff Time"
+msgstr ""
 
 
-#: ihtml/themes/default/accountexpired.tpl:32
-#: ihtml/themes/default/accountexpired.tpl:36
-#, fuzzy
-msgid "New Password"
-msgstr "Новый пароль"
+#: plugins/personal/samba/samba3.tpl:304
+msgid "Account expires after"
+msgstr ""
 
 
-#: ihtml/themes/default/accountexpired.tpl:41
-#: ihtml/themes/default/accountexpired.tpl:45
+#: plugins/personal/samba/samba3.tpl:320
 #, fuzzy
 #, fuzzy
-msgid "Verify Password"
-msgstr "Ð\9fаÑ\80олÑ\8c"
+msgid "Samba logon times"
+msgstr "Ð\94омаÑ\88ний ÐºÐ°Ñ\82алог Samba"
 
 
-#: ihtml/themes/default/accountexpired.tpl:51
+#: plugins/personal/samba/samba3.tpl:320
 #, fuzzy
 #, fuzzy
-msgid "Change Password"
-msgstr "СмениÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Edit settings..."
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: ihtml/themes/default/accountexpired.tpl:52
+#: plugins/personal/samba/samba3.tpl:326
+msgid "Allow connection from these workstations only"
+msgstr "Разрешить подключения только от этой рабочей станции"
+
+#: plugins/personal/samba/samba3_workstations.tpl:6
+msgid "Select workstations to add"
+msgstr "Выберите рабочие станции для добавления"
+
+#: plugins/personal/samba/samba3_workstations.tpl:26
+msgid "Display workstations of department"
+msgstr "Показать рабочие станции подразделения"
+
+#: plugins/personal/samba/sambaLogonHours.tpl:21
 #, fuzzy
 #, fuzzy
-msgid "Click here to Change your password"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\81менÑ\8b Ñ\81воего Ð¿Ð°Ñ\80олÑ\8f."
+msgid "Specify the hours this user is allowed to log in"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ñ\87Ñ\82овÑ\8bй Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ñ\83Ñ\87еÑ\82ной Ð·Ð°Ð¿Ð¸Ñ\81и Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
 
-#: 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 ""
+#: plugins/personal/samba/sambaLogonHours.tpl:27
+#, fuzzy
+msgid "Hour"
+msgstr "час"
 
 #, fuzzy
 #~ msgid "Repository settings"
 
 #, fuzzy
 #~ msgid "Repository settings"