Code

Fixed Translation Strings.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 10:59:04 +0000 (10:59 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 10:59:04 +0000 (10:59 +0000)
Added Translation Strings.
Added German Translation.

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

15 files changed:
gosa-plugins/goto/addons/goto/events/class_DaemonEvent_update.inc
gosa-plugins/goto/admin/devices/class_deviceGeneric.inc
gosa-plugins/goto/admin/groups/apps/app_list.tpl
gosa-plugins/goto/admin/systems/goto/class_printGeneric.inc
gosa-plugins/goto/admin/systems/ppd/class_printerPPDDialog.inc
gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/es/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/fr/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/it/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/messages.po
gosa-plugins/goto/locale/nl/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/pl/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/ru/LC_MESSAGES/messages.po
gosa-plugins/goto/locale/zh/LC_MESSAGES/messages.po
gosa-plugins/goto/personal/environment/class_environment.inc

index fa8c50d6914cc4032e450f197059808986d4b5a2..7c28e3a3b037e9c6a0245c94edc3dffcaa515745 100644 (file)
@@ -27,7 +27,7 @@ class DaemonEvent_update extends DaemonEvent
   {
     DaemonEvent::__construct($config,$data);
     $this->s_Menu_Name  = _("Software update");
-    $this->s_Event_Name = _("software update");
+    $this->s_Event_Name = _("Software update");
     $this->s_Schedule_Action = "job_trigger_action_update";
     $this->s_Trigger_Action= "job_trigger_action_update";
     $this->s_Queued_Action= "trigger_action_update";
index 3750b94abeda8140d7e01b585d39c3c3c3d403a3..d9ab5bf762f9cd34edafafda4c19331af7f6bb1c 100644 (file)
@@ -97,7 +97,7 @@ class deviceGeneric extends plugin
       $message[]= msgPool::invalid(_("Serial"),"","","0x1234");
     }
     if(empty($this->vendor) || !$this->is_2byteHex($this->vendor)){
-      $message[]= msgPool::invalid(_("Vender ID"),"","","0x1234");
+      $message[]= msgPool::invalid(_("Vendor ID"),"","","0x1234");
     }
    
     /* Check if entry already exists */ 
index e9db54f95df2498d5ba9774ef95e44ebd0524423..c30dfb9b5d951d3f5957f1a34f9e7e1463e39868 100644 (file)
                        {/foreach}
                        </select>
                        <input type="submit" name="add_menu_to_folder" value="{msgPool type=addButton}" title="{t}Add selected applications to this folder.{/t}">
-                       <input type="submit" name="add_seperator"          value="{t}Seperator{/t}" title="{t}Add a seperator to this folder.{/t}">
+                       <input type="submit" name="add_seperator"          value="{t}Separator{/t}" title="{t}Add a separator to this folder.{/t}">
                </td>
                <td style="vertical-align:top">
                        {$app_list}     
index 9e049f15bc0a3f51ad9139cdf500a503bdc0a90d..deb66ff97805fe6f080ff1899011a66cedc3dde3 100644 (file)
@@ -938,7 +938,7 @@ class printgeneric extends plugin
   {
     $types = array("AddUser","AddGroup","AddAdminUser","AddAdminGroup");
     if(!in_array_ics($type, $types)){
-      msg_dialog::display(_("Internal error"), sprintf(_("Illegal member type type '%s'!"), $type), ERROR_DIALOG);
+      msg_dialog::display(_("Internal error"), sprintf(_("Illegal member type '%s'!"), $type), ERROR_DIALOG);
       return(FALSE);
     }
 
index cb31df27d10df66057ca5561d0291ee1bfe13c75..ff6687bc9a5ac6cd774c6185f3105038ed5ebbc4 100644 (file)
@@ -97,7 +97,7 @@ class printerPPDDialog extends plugin
       /* Check if path is write/readable*/
       $is_r = @is_readable($path);  
       if(((!is_dir($path))||(empty($path)) || (!$is_r)) && (!@mkdir($path))){
-        msg_dialog(_("Configuration error"), sprintf(_("Cannot open PPD path '%s' for reading and wrinting!"), $path), ERROR_DIALOG);
+        msg_dialog(_("Configuration error"), sprintf(_("Cannot open PPD path '%s' for reading and writing!"), $path), ERROR_DIALOG);
 
         /* Print out template */
         $display.= $smarty->fetch(get_template_path('printerPPDDialog.tpl', TRUE,dirname(__FILE__)));
index b9080e61a6a5286e8be362416f42095b98ab006f..46c6447743f096e04a4c5ec385306e3e748a07b0 100644 (file)
 # translation of messages.po to Deutsch
-# Alfred Schroeder <schroeder@GONICUS.de>, 2004.
-# Cajus Pollmeier <pollmeier@gonicus.de>, 2004, 2005, 2006.
-# Jan Wenzel <jan.wenzel@gonicus.de>, 2004,2005.
-# Stefan Koehler <stefan.koehler@GONICUS.de>, 2005.
 # GOsa2 Translations
 # Copyright (C) 2003 GONICUS GmbH, Germany
 # This file is distributed under the same license as the GOsa2 package.
 #
 #
+# Alfred Schroeder <schroeder@GONICUS.de>, 2004.
+# Cajus Pollmeier <pollmeier@gonicus.de>, 2004, 2005, 2006.
+# Jan Wenzel <jan.wenzel@gonicus.de>, 2004,2005, 2008.
+# Stefan Koehler <stefan.koehler@GONICUS.de>, 2005.
 msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
-"PO-Revision-Date: 2007-06-18 15:08+0200\n"
-"Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
-"Language-Team: German <de@li.org>\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
+"PO-Revision-Date: 2008-04-03 12:58+0200\n"
+"Last-Translator: Jan Wenzel <jan.wenzel@gonicus.de>\n"
+"Language-Team: Deutsch <de@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Umgebung"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr "Wählen Sie die Zielobjekte für den geplanten Vorgang."
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "Dies tut etwas"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+msgid "Available targets"
+msgstr "Verfügbare Ziele"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Warnung"
+#: addons/goto/class_target_list.inc:69
+msgid "Object name"
+msgstr "Objektname"
 
-#: personal/environment/class_environment.inc:137
-#, fuzzy, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr "Es ist kein Abbild verfügbar, das wiederhergestellt werden kann"
+#: addons/goto/class_target_list.inc:72
+msgid "Select to see object groups"
+msgstr "Auswählen um Objektgruppen zu sehen"
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "auto"
+#: addons/goto/class_target_list.inc:72
+msgid "Show object groups"
+msgstr "Zeige Objektgruppen"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, fuzzy
-msgid "Configuration error"
-msgstr "Konfigurationsdatei"
+#: addons/goto/class_target_list.inc:73
+msgid "Select to see servers"
+msgstr "Auswählen um Server zu sehen"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "Kann Datei '%s' nicht öffnen."
+#: addons/goto/class_target_list.inc:73
+msgid "Show servers"
+msgstr "Zeige Server"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "deaktiviert"
+#: addons/goto/class_target_list.inc:74
+msgid "Select to see workstations"
+msgstr "Auswählen um Arbeitsstationen zu sehen"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+msgid "Show workstations"
+msgstr "Zeige Arbeitsstationen"
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
-msgstr ""
-"Der ausgewählte Profil-Server '%s' ist nicht mehr verfügbar. Setze Profil-"
-"Server auf '%s'."
+#: addons/goto/class_target_list.inc:75
+msgid "Select to see incoming objects"
+msgstr "Auswählen um neue Objekte zu sehen"
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
-msgstr ""
-"Der ausgewählte Profil-Server '%s' ist nicht mehr verfügbar. Setze Profil-"
-"Server auf '%s'."
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
+msgstr "Zeige neue Objekte"
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
-msgstr ""
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
+msgstr "Auswählen um nur in einem bestimmten IP-Bereich zu suchen"
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
-#, fuzzy
-msgid "Permission error"
-msgstr "Berechtigungen"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
+msgstr "IP-Bereich"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
-msgstr "Anmelde-Skripte"
+#: addons/goto/class_target_list.inc:83
+msgid "Regular expression for matching group names"
+msgstr "Regulärer Ausdruck zum Erkennen von Gruppennamen"
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr "Beginn des IP-Bereichs"
+
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr "Ende des IP-Bereichs"
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Basis"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Aktualisieren"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "Übertragen"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Server"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Arbeitsstation"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Objektgruppe"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -159,1329 +171,645 @@ msgstr "Anmelde-Skripte"
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr "Fehler"
 
-#: personal/environment/class_environment.inc:639
-#, fuzzy
-msgid "Share"
-msgstr "Freigaben"
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr "IP-Bereich"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#, fuzzy
-msgid "Mount point"
-msgstr "Mount-Pfad"
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
+msgid "System deployment"
+msgstr "Systemverteilung"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-#, fuzzy
-msgid "Used by all users"
-msgstr "ACL ist gültig für alle Benutzer"
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "Dies tut etwas"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_gotomasses.inc:183
+msgid "Permission"
+msgstr "Berechtigung"
+
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
+msgid "Service infrastructure"
+msgstr "Dienst-Infrastruktur"
+
+#: addons/goto/class_gotomasses.inc:290
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
+"Dieses Menü erlaubt es Ihnen, GOsa-Aufgaben zu entfernen oder die "
+"Eigenschaften zu verändern."
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "Passwort zurücksetzen"
+#: addons/goto/class_gotomasses.inc:291
+msgid "List of queued jobs"
+msgstr "Liste der geplanten Vorgänge"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "Diesen Freigabe-Eintrag entfernen"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Aktionen"
 
-#: personal/environment/class_environment.inc:952
-#, fuzzy
-msgid "Cannot set default printer flag for groups!"
-msgstr "GOsa Standard-Drucker Flag ist innerhalb von Gruppen nicht erlaubt."
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Anlegen"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-#, fuzzy
-msgid "LDAP error"
-msgstr "LDAP-Server"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Entfernen"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-msgid "Profile quota"
-msgstr "Profil-Kontingent"
+#: addons/goto/class_gotomasses.inc:307
+msgid "Resume"
+msgstr "Fortsetzen"
 
-#: personal/environment/class_environment.inc:1113
-#, fuzzy
-msgid "environemnt"
-msgstr "Umgebung"
+#: addons/goto/class_gotomasses.inc:308
+msgid "Pause"
+msgstr "Pause"
 
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "Gruppen-Freigabe"
+#: addons/goto/class_gotomasses.inc:309
+msgid "Abort"
+msgstr "Abbrechen"
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "Administrator"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Ausführen"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Standard Drucker"
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
+msgid "Reload"
+msgstr "Neu laden"
 
-#: personal/environment/class_environment.inc:1736
-msgid "Environment settings"
-msgstr "Umgebungs-Einstellungen"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+msgid "Target"
+msgstr "Ziel"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Mein Konto"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
+msgstr "Vorgang"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
-msgstr "Befehl um die Liste der möglichen Auflösungen zu erweitern"
+#: addons/goto/class_gotomasses.inc:338
+msgid "Schedule"
+msgstr "Plan"
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "Auflösung änderbar während des Betriebs"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+msgid "Status"
+msgstr "Status"
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "Profil lokal zwischenspeichern"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Aktion"
 
-#: personal/environment/class_environment.inc:1752
-msgid "Profile server"
-msgstr "Profilserver"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr "Früher ausführen"
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Auflösung"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr "Später ausführen"
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Kiosk-Profil"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr "Vorgang pausieren"
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Anmelde-Skript"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
+msgstr "Vorgang fortsetzen"
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "Hotplug-Geräte"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
+msgstr "Ausführung abbrechen"
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "Freigaben"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr "Erzwinge sofortige Ausführung!"
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Drucker hinzufügen"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Bearbeiten"
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Wählen Sie den hinzuzufügenden Drucker"
+#: addons/goto/class_gotomasses.inc:433
+msgid "Waiting"
+msgstr "Wartend"
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Filter"
+#: addons/goto/class_gotomasses.inc:439
+msgid "Processed"
+msgstr "Durchgeführt"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "Gesperrt"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen"
+#: addons/goto/class_gotomasses.inc:454
+msgid "Detection"
+msgstr "Erkennung"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-#, fuzzy
-msgid "Search in subtrees"
-msgstr "Suche im Teilbaum"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr "Kann Warteschlangeneintrag nicht aktualisieren: %s"
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
-msgstr "Zeige die Drucker, auf die Folgendes passt"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr "Kann Warteschlangeneinträge nicht aktualisieren."
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
-msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
+"Der Vorgang kann nicht abgebrochen werden, die benötigte Klasse '%s' wurde "
+"nicht gefunden."
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
-msgstr "Verwaltung der Anmelde-Skripte"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr "Kann Warteschlangeneinträge nicht laden: %s"
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Einstellungen für Anmelde-Skripte"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr "Massenverteilung"
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Skriptname"
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
+"Stelle einen Mechanismus bereit um automatisch einen Satz von Systemen zu "
+"aktivieren"
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "Beschreibung"
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr "Priorität"
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Warnung"
 
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Optionen für Anmelde-Skripte"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/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."
 
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Letztes Skript"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
+msgid "Time schedule"
+msgstr "Zeitplan"
 
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Skript kann vom Benutzer ausgetauscht werden"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+msgid "System list"
+msgstr "Systemliste"
 
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "Skript"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
+msgstr "ID"
 
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Importieren"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+msgid "Progress"
+msgstr "Fortschritt"
 
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug-Geräte hinzufügen"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+msgid "Result"
+msgstr "Ergebnis"
 
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Verwaltung der Hotplug-Geräte"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr "Zeitstempel"
 
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+msgid "Lock"
+msgstr "Sperre"
 
-#: 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"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr "Erzwinge lokalen Systemstart"
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Zeige die Benutzer, auf die Folgendes passt"
+#: addons/goto/events/class_DaemonEvent.inc:117
+msgid "This job has no template."
+msgstr "Dieser Vorgang hat keine Vorlage."
 
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr "Erstelle '%s'-Vorgang"
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Hinzufügen"
 
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profile"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Ausschalten"
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr "Umgebungs-Einstellungen"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Neustarten"
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr "Benutze Profil-Verwaltung"
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
+msgid "Activate"
+msgstr "Aktivieren"
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr "Profil-Pfad"
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+msgid "Abort installation"
+msgstr "Installation abbrechen"
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "MB"
+#: addons/goto/events/target_list.tpl:5
+msgid "Use"
+msgstr "Verwenden"
 
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
-msgstr "Profil-Verwaltung"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
+msgstr "Schliessen"
 
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
-msgstr "Profil-Server-Verwaltung"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
+msgstr "Sende Nachricht"
 
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr "Profil-Kontingent"
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
+msgid "Subject"
+msgstr "Betreff"
 
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
-msgstr "Kiosk-Profil-Einstellungen"
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
+msgid "Message"
+msgstr "Nachricht"
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Server"
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
+msgid "Targets"
+msgstr "Ziele"
 
-#: personal/environment/environment.tpl:136
-msgid "Profile"
-msgstr "Profil"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
+"Dieser Dialog zeigt alle verfügbaren Ziele für Ihr Ereignis, wählen Sie die "
+"zu verwendenden Ziele und drücken Sie auf den Knopf 'Verwenden' um die "
+"Auswahl zu übernehmen."
 
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr "Verwalten"
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
+msgid "System / Department"
+msgstr "System / Abteilung"
 
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr "Benutzer, der für die Verbindung zur Freigabe verwendet wird"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+msgid "Display server"
+msgstr "Zeige Server"
 
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
-msgstr "Wählen Sie eine Freigabe"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+msgid "Display workstation"
+msgstr "Zeige Arbeitsstation"
 
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
-msgstr "Einhänge-Pfad"
+#: addons/goto/events/class_EventTargetAddList.inc:75
+msgid "Display object groups"
+msgstr "Zeige die Objektgruppen, auf die Folgendes passt"
 
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Entfernen"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
+msgstr "IP-Bereichsfilter"
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Bearbeiten"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+msgid "Display users"
+msgstr "Zeige Benutzer"
 
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr "Einstellungen der Hotplug-Geräte"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+msgid "Display groups"
+msgstr "Zeige Gruppen"
 
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Drucker"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Benutzer"
 
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
-msgstr ""
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Gruppe"
 
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr "Drucker-Einstellungen"
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
+msgid "Software update"
+msgstr "Softwareupdate"
 
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr "Admin-Modus umschalten"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr "Aktivierung der Installation"
 
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr "Standard umschalten"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Aufwecken"
 
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Name"
-
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Skriptname"
-
-#: personal/environment/class_selectPrinterDialog.inc:107
-#, fuzzy
-msgid "Please select a printer!"
-msgstr "Bitte wählen Sie eine gültige Datei."
-
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "Einstellungen der Benutzer-Umgebung"
-
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Anwendungen"
-
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "Anwendung"
-
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "Liste der Anwendungen"
-
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Teilbaums"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Name der Anwendung"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Abteilung"
-
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Aktionen"
-
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Basis"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Aktualisieren"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "Übertragen"
-
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Anlegen"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Anwendung"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-#, fuzzy
-msgid "Copy"
-msgstr "Kopieren"
-
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "Ausschneiden"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr "Einfügen"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "Ausschneiden"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "Diesen Eintrag ausschneiden"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "Kopieren"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "Diesen Eintrag kopieren"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "Bearbeiten"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Diesen Eintrag bearbeiten"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "Entfernen"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Diesen Eintrag entfernen"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Eingebettete Anwendungen"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Name der Abteilung"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "kein Beispiel"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - 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'."
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Berechtigungen"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Kann Datei '%s' nicht speichern."
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Ausführen"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Ausführen"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "Anwendungs-Einstellungen"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Angezeigter Name der Anwendung (z.B. unter Symbole)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Allgemein"
-
-#: admin/applications/class_applicationGeneric.inc:576
-msgid "Application generic"
-msgstr "Anwendung (Allgemein)"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Symbol"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr "Flag"
-
-#: admin/applications/class_applicationGeneric.inc:591
-msgid "Script content"
-msgstr "Skript-Inhalt"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Nur ausführbar für Gruppen-Mitglieder"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "Platziere einen Eintrag in der Kontrollleiste der Gruppenmitglieder"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Konfiguration bei jedem Start ersetzen"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Optionen entfernen"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Parameter"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Optionen aktivieren"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "Standardwert"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Option hinzufügen"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Parameter"
-
-#: admin/applications/class_applicationParameters.inc:229
-msgid "Parameter configuration"
-msgstr "Konfiguration der Parameter"
-
-#: admin/applications/class_applicationParameters.inc:237
-msgid "Application parameter settings"
-msgstr "Konfiguration der Anwendungs-Parameter"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr "Zweige"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr "Momentanes Release"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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."
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/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."
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Anwendungsverwaltung"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Angezeigter Name"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "Pfad und/oder Name der Anwendung"
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr "Wählen Sie den Teilbaum, in den die Anwendung plaziert werden soll."
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr "Wählen Sie eine Basis"
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Anwenden"
-
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "Bild neu laden"
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Bild entfernen"
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture from LDAP"
-msgstr "Entferne Bild aus LDAP"
-
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Optionen"
-
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Hochladen"
-
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr "Herunterladen"
-
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "Release"
-
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-#, fuzzy
-msgid "Folder"
-msgstr "Filter"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "Nach oben bewegen"
-
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "Nach unten bewegen"
-
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Eintrag bearbeiten"
-
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Option hinzufügen"
-
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-#, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "Die gewählte Anwendung hat keine Optionen."
-
-#: admin/groups/apps/edit_entry.tpl:8
-#, fuzzy
-msgid "Folder image"
-msgstr "Codepage"
-
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:14
-#, fuzzy
-msgid "None"
-msgstr "keine"
-
-#: admin/groups/apps/edit_entry.tpl:24
-#, fuzzy
-msgid "Upload image"
-msgstr "Hochladen"
-
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "setzen"
-
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Anwendungsoptionen"
-
-#: admin/groups/apps/class_groupApplication.inc:265
-#, fuzzy
-msgid "Add application extension"
-msgstr "Anwendung hinzufügen"
-
-#: admin/groups/apps/class_groupApplication.inc:270
-#, fuzzy
-msgid "Remove application extension"
-msgstr "Anwendungen entfernen"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "zurück"
-
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "Abteilung"
-
-#: admin/groups/apps/class_groupApplication.inc:930
-#, fuzzy
-msgid "Not available in release."
-msgstr "Nicht verfügbar in momentaner Konfiguration"
-
-#: admin/groups/apps/class_groupApplication.inc:1101
-msgid "Group applications"
-msgstr "Anwendungen der Gruppe"
-
-#: admin/groups/apps/class_groupApplication.inc:1110
-msgid "Application parameter"
-msgstr "Anwendungs-Parameter"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-msgid "LDAP service"
-msgstr "LDAP-Dienst"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
-msgstr ""
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr "LDAP"
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Dienste"
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-msgid "Ldap base"
-msgstr "LDAP-Basis"
-
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Freigabe bearbeiten"
-
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS-Einrichtung"
-
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "Pfad"
-
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr "Volume"
-
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Typ"
-
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr "Freigabe auf Apple-Systemen automatisch einbinden."
-
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr "Codepage"
-
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "Option"
-
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-msgid "Time server"
-msgstr "Zeit-Server"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-msgid "Time service (NTP)"
-msgstr "Zeit-Dienst (NTP)"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-msgid "Time service"
-msgstr "Zeit-Dienst"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-msgid "Time service - NTP"
-msgstr "Zeit-Dienst - NTP"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-msgid "Ntp source"
-msgstr "NTP-Quelle"
-
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-msgid "File service (Shares)"
-msgstr "Datei-Dienst (Freigaben)"
-
-#: admin/systems/services/shares/class_goShareServer.inc:233
-#, fuzzy
-msgid "share"
-msgstr "Freigaben"
-
-#: admin/systems/services/shares/class_goShareServer.inc:390
-msgid "File service - Shares"
-msgstr "Datei-Dienst - Freigaben"
-
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
-msgstr "Apple Freigaben"
-
-#: admin/systems/services/shares/class_goShareServer.inc:402
-msgid "Charset"
-msgstr "Zeichensatz"
-
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr "Protokoll-Dienst"
-
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "enabled"
-msgstr "aktiviert"
-
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-msgid "Logging database information"
-msgstr "Informationen der Protokoll-Datenbank"
-
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
-msgstr "Protokoll-DB Benutzer"
-
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Passwort"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
-#, fuzzy
-msgid "Syslog service database"
-msgstr "Protokoll-Dienst"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Benutzer"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "Protokoll-Datenbank"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-msgid "Start"
-msgstr "Start"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "Beenden"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-msgid "Restart"
-msgstr "Neustart"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-msgid "Admin"
-msgstr "Administrator"
-
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Protokoll-Server"
-
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-msgid "Logging service"
-msgstr "Protokoll-Dienst"
-
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Druck-Dienst"
-
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-msgid "Cups"
-msgstr "CUPS"
-
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr "Druck-Dienst"
-
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-msgid "Terminal service"
-msgstr "Terminal-Dienst"
-
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "Anmeldung sperren (temporär)"
-
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
-
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr "Verwaltung der Kiosk-Profile"
-
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-#, fuzzy
-msgid "Server path"
-msgstr "Server-Name"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+msgid "Start a system"
+msgstr "Ein System starten"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "Durchsuchen"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "Neu-Installation"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Kiosk-Profil-Einstellungen"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr "Jahr"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
-msgstr ""
+#: addons/goto/events/timestamp_select.tpl:4
+msgid "Month"
+msgstr "Monat"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr "URL"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
+msgstr "Tag"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Repository service"
-msgstr "Repository-Dienst"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
+msgstr "Stunde"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr "Sie können diese Erweiterung erst verwenden, wenn FAI aktiviert wurde."
+#: addons/goto/events/timestamp_select.tpl:8
+msgid "Minute"
+msgstr "Minute"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "FAI-Klassen"
+#: addons/goto/events/timestamp_select.tpl:9
+msgid "Second"
+msgstr "Sekunde"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "Repository"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
+msgstr "LDAP-Konfiguration neu laden"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-msgid "Releases"
-msgstr "Releases"
+#: addons/goto/events/DaemonEvent_notify.tpl:7
+msgid "Message settings"
+msgstr "Nachrichteneinstellungen"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "Sections"
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+msgid "Target users"
+msgstr "Zielbenutzer"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Parent-Server"
+#: addons/goto/events/DaemonEvent_notify.tpl:40
+msgid "Target groups"
+msgstr "Zielgruppen"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
-msgstr "Liste der verfügbaren Repositories."
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "Hardware neu erkennen"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-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."
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "Speichertest"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "Systemanalyse"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
-msgstr "Repository hinzufügen"
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+msgid "Configuration error"
+msgstr "Konfigurationsfehler"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "Bit"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
 #: admin/systems/goto/class_terminalService.inc:165
 #: admin/systems/goto/class_terminalService.inc:249
 #: admin/systems/goto/class_terminalService.inc:257
@@ -1505,204 +833,359 @@ msgstr "URL"
 #: admin/systems/goto/class_workstationService.inc:236
 #: admin/systems/goto/class_workstationService.inc:237
 #: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
 #: admin/systems/goto/class_terminalStartup.inc:137
 #: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
 msgid "inherited"
 msgstr "geerbt"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
-msgstr ""
-"Das ausgewählte Kiosk-Profil '%s' ist nicht mehr verfügbar, die Einstellung "
-"wurde auf 'keins' zurückgesetzt."
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
+msgstr "XDMCP"
+
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
+msgstr "LDM"
+
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
+
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "Citrix Metaframe"
+
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automatisch"
+
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "Bit"
+
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
+
+#: admin/systems/goto/class_terminalService.inc:364
+msgid "Unsupported"
+msgstr "Nicht unterstützt"
+
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
+
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+msgid "LDAP error"
+msgstr "LDAP-Fehler"
+
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+msgid "VSync range"
+msgstr "VSync-Bereich"
+
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+msgid "HSync range"
+msgstr "HSync-Bereich"
+
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
+msgstr ""
+"Die Einstellungen für den entfernten Desktop beinhalten Server die die "
+"gewählte Verbindungsmethode nicht unterstützen."
+
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "unbekannt"
+
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+msgid "Service"
+msgstr "Dienst"
+
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+msgid "Terminal service"
+msgstr "Terminal-Dienst"
+
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+msgid "Monitor"
+msgstr "Monitor"
+
+#: admin/systems/goto/class_terminalService.inc:631
+msgid "Method"
+msgstr "Methode"
+
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Entfernte Arbeitsfläche"
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
-msgstr ""
-"Der ausgewählte Profil-Server '%s' ist nicht mehr verfügbar. Setze Profil-"
-"Server auf '%s'."
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+msgid "Gfx driver"
+msgstr "Grafiktreiber"
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
-msgstr ""
-"Das in KERNELS angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
-"existieren."
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
+msgstr "Auflösung"
 
-#: admin/systems/goto/class_workstationStartup.inc:300
-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."
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
+msgstr "Farbtiefe"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy
-msgid "workstation"
-msgstr "Arbeitsstation"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "HSync"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
-#, fuzzy
-msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
-msgstr ""
-"In Ihrer Auswahl befindet sich bereits ein Profil, das eine Konfiguration "
-"für Partitionstabellen enthält."
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "VSync"
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
-msgstr "Nicht verfügbar in momentaner Konfiguration"
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
+msgstr "Auto-Sync"
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-#, fuzzy
-msgid "Service infrastructure"
-msgstr "Suche im Teilbaum"
+#: admin/systems/goto/class_terminalService.inc:639
+msgid "Printer service enabled"
+msgstr "Druck-Dienst aktiviert"
 
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Start"
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Spool-Server"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
-msgid "System startup"
-msgstr "Systemstart"
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+msgid "Scanner enabled"
+msgstr "Scanner aktiviert"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
-msgid "Ldap server"
-msgstr "LDAP-Server"
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
+msgstr "Tastatur-Modell"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Boot-Kernel"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
+msgstr "Tastatur-Layout"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-msgid "Kernel parameter"
-msgstr "Kernel-Parameter"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
+msgstr "Tastatur-Variante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-msgid "Kernel modules"
-msgstr "Kernel-Module"
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
+msgid "Mouse type"
+msgstr "Maus-Typ"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "FAI-Klassen"
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+msgid "Mouse port"
+msgstr "Maus-Anschluß"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr "Debian Spiegelserver"
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Telefon-Hardware"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-msgid "Debian release"
-msgstr "Debian-Release"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "Allgemein"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr "FAI-Status-Flag"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "Druckername"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "Drucker-Erweiterung hinzufügen"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Wählen Sie den Teilbaum, in den der Benutzer eingepflegt werden soll"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
+msgstr "Wählen Sie eine Basis"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
-msgstr "Eigenschaften"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "Details"
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Vorlage für Arbeitsstation"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
+msgstr "Drucker-Standort"
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Name der Arbeitsstation"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "Drucker URL"
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Ort"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Treiber"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
-msgstr "Wählen Sie den Teilbaum, in den die Gruppe eingepflegt werden soll"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Berechtigungen"
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
-#, fuzzy
-msgid "Inherit all"
-msgstr "Initialien"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
-msgstr "Modus"
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Benutzer"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
-msgstr "Wählen Sie den Terminal-Modus"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
+msgstr "Benutzer hinzufügen"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
-msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr "Gruppe hinzufügen"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
-msgstr "Zeit-Server-Attribute übernehmen"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
+msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Zeit-Server"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr "Administratoren"
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Boot-Parameter"
+
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "LDAP-Server"
+
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
+msgid "inherit from group"
+msgstr "von Gruppe übernehmen"
+
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Boot-Kernel"
+
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "Angepasste Optionen"
+
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
-"Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
+"Geben Sie die Parameter ein, die dem Kernel beim Starten übergeben werden "
+"sollen"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Aktion"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "Kernel-Module (Format: Name Parameter)"
+
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
+msgstr "Zusätzliche Module hinzufügen, die während des Starts geladen werden sollen"
+
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "Freigaben"
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
-msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
+msgstr "Mount-Pfad"
+
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
 
 #: admin/systems/goto/terminalService.tpl:4
 #: admin/systems/goto/workstationService.tpl:4
@@ -1745,6 +1228,15 @@ msgstr "Wählen Sie die Tastatur-Variante"
 msgid "Mouse"
 msgstr "Maus"
 
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Typ"
+
 #: admin/systems/goto/terminalService.tpl:51
 #: admin/systems/goto/workstationService.tpl:58
 msgid "Choose mouse type"
@@ -1760,13 +1252,6 @@ msgstr "Anschluss"
 msgid "Choose mouse port"
 msgstr "Wählen Sie den Maus-Port"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Telefon-Hardware"
-
 #: admin/systems/goto/terminalService.tpl:79
 #: admin/systems/goto/workstationService.tpl:89
 msgid "Telephone"
@@ -1778,17 +1263,17 @@ msgstr "Telefon"
 msgid "Graphic device"
 msgstr "Grafikkarte"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Treiber"
-
 #: admin/systems/goto/terminalService.tpl:101
 #: admin/systems/goto/workstationService.tpl:114
 msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr ""
-"Wählen Sie den Treiber, der von der installierten Grafikkarte benötigt wird."
+msgstr "Wählen Sie den Treiber, der von der installierten Grafikkarte benötigt wird."
+
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Auflösung"
 
 #: admin/systems/goto/terminalService.tpl:111
 #: admin/systems/goto/workstationService.tpl:126
@@ -1815,39 +1300,16 @@ msgstr "Anzeige"
 msgid "Use DDC for automatic detection"
 msgstr "Verwende DDC zur automatischen Erkennung"
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "HSync"
-
 #: admin/systems/goto/terminalService.tpl:154
 #: admin/systems/goto/workstationService.tpl:175
 msgid "Horizontal refresh frequency for installed monitor"
 msgstr "Horizontale Wiederholrate für den installierten Monitor"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "VSync"
-
 #: admin/systems/goto/terminalService.tpl:162
 #: admin/systems/goto/workstationService.tpl:186
 msgid "Vertical refresh frequency for installed monitor"
 msgstr "Vertikale Wiederholrate für den installierten Monitor"
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Entfernte Arbeitsfläche"
-
 #: admin/systems/goto/terminalService.tpl:177
 msgid "Connect method"
 msgstr "Verbindungsmethode"
@@ -1856,14 +1318,6 @@ msgstr "Verbindungsmethode"
 msgid "Choose method to connect to terminal server"
 msgstr "Wählen Sie die Methode der Anbindung an den Terminal-Server"
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-#, fuzzy
-msgid "Reload"
-msgstr "Lesen"
-
 #: admin/systems/goto/terminalService.tpl:191
 msgid "Terminal server"
 msgstr "Terminal-Server"
@@ -1874,12 +1328,11 @@ msgstr "Wählen Sie einen bestimmten Terminal-Server"
 
 #: admin/systems/goto/terminalService.tpl:208
 msgid "Add selected server"
-msgstr ""
+msgstr "Füge gewählten Server hinzu"
 
 #: admin/systems/goto/terminalService.tpl:212
-#, fuzzy
 msgid "Remove selected server"
-msgstr "Bild entfernen"
+msgstr "Entferne gewählten Server"
 
 #: admin/systems/goto/terminalService.tpl:228
 #: admin/systems/goto/workstationService.tpl:201
@@ -1891,960 +1344,1146 @@ msgstr "Scanner"
 msgid "Select to start SANE scan service on terminal"
 msgstr "Wählen, um den SANE Scanner-Dienst auf dem Terminal zu starten"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "Bilderfassungsdienste bereitstellen"
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "Bilderfassungsdienste bereitstellen"
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "Erstellung der Installations-CD (Abbild)"
+
+#: admin/systems/goto/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."
+
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "Erstelle ISO-Abbild"
+
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "vorhanden"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+msgid "terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "unbekannter Status"
+
+#: admin/systems/goto/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."
+
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "aktiv"
+
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "läuft"
+
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "läuft nicht"
+
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "nicht definiert"
+
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "inaktiv"
+
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "zeige Auswahl"
+
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "direkt"
+
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "lastverteilt"
+
+#: admin/systems/goto/class_workstationService.inc:485
+msgid "Workstation service"
+msgstr "Arbeitsstations-Dienst"
+
+#: admin/systems/goto/class_workstationService.inc:499
+msgid "Use DDC"
+msgstr "Verwende DDC"
+
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr "Eigenschaften"
+
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Terminal-Vorlage"
+
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Terminal-Name"
+
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr "Wählen Sie den Teilbaum, in den die Gruppe eingepflegt werden soll"
+
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+msgid "Inherit all"
+msgstr "Alles übernehmen"
+
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr "Modus"
+
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr "Wählen Sie den Terminal-Modus"
+
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Protokoll-Server"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr "Wählen Sie den Server, der für das Protokollieren genutzt werden soll"
+
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Root-Server"
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "Wählen Sie das NFS-Root-Dateisystem"
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "Auslagerungs-Server"
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr ""
+"Wählen Sie das NFS-Dateisystem, in dem die Auslagerungsdateien abgelegt "
+"werden sollen"
+
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
+msgstr "Zeit-Server-Attribute übernehmen"
+
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
+msgstr "Zeit-Server"
+
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
+msgstr "Wählen Sie den Server, der zur Zeit-Synchronisation genutzt werden soll"
+
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
+msgstr "Wählen Sie die auszuführende Aktion für dieses Terminal"
+
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Vorlage für Arbeitsstation"
+
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Name der Arbeitsstation"
+
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Ort"
+
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+msgstr "Der FAI-Mirror '%s' ist nicht verfügbar - setze Mirror auf 'auto'!"
+
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, php-format
+msgid "FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgstr ""
+"Das FAI-Release '%s' ist auf dem Mirror '%s' nicht verfügbar - wähle Release "
+"'%s'!"
+
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr ""
+"Das in KERNELS angegebene Kommando '%s' (Modul '%s') scheint nicht zu "
+"existieren."
+
+#: admin/systems/goto/class_workstationStartup.inc:305
+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."
 
-#: admin/systems/goto/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"
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+msgid "workstation"
+msgstr "Arbeitsstation"
 
-#: admin/systems/goto/chooser.tpl:4
+#: admin/systems/goto/class_workstationStartup.inc:372
 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."
+"There is already a profile containing a partition table in your "
+"configuration!"
 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 Teilbaum 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."
+"In Ihrer Konfiguration befindet sich bereits ein Profil, das eine "
+"Partitionstabelle enthält!"
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Linux Thin-Client Vorlage"
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+msgid "Mount point"
+msgstr "Einhänge-Pfad"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Linux Arbeitsstations-Vorlage"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr "Nicht verfügbar in momentaner Konfiguration"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux Server"
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Start"
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows Arbeitsstation"
+#: admin/systems/goto/class_workstationStartup.inc:1036
+msgid "System startup"
+msgstr "Systemstart"
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
-msgstr "Netzwerk-Drucker"
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+msgid "Ldap server"
+msgstr "LDAP-Server"
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Telefon"
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+msgid "Kernel parameter"
+msgstr "Kernel-Parameter"
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
-msgstr "Andere Netzwerk-Komponente"
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+msgid "Kernel modules"
+msgstr "Kernel-Module"
+
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "FAI-Klassen"
+
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr "Debian Spiegelserver"
+
+#: admin/systems/goto/class_workstationStartup.inc:1053
+msgid "Debian release"
+msgstr "Debian-Release"
+
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr "FAI-Status-Flag"
+
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr "REPOSITORY_HOOK ergab kein Ergebnis!"
+
+#: admin/systems/goto/class_terminalStartup.inc:539
+msgid "Terminal startup"
+msgstr "Terminal-Start"
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
 #: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
 #: admin/ogroups/goto/class_termgroup.inc:43
 msgid "Activated"
 msgstr "Aktiv"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "Gesperrt"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
 #: admin/systems/goto/class_terminalGeneric.inc:179
-#, fuzzy
+#: admin/systems/goto/class_workstationGeneric.inc:205
 msgid "Event error"
-msgstr "Fehler"
+msgstr "Ereignis-Fehler"
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
 #: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
 #, php-format
 msgid "Event '%s' is not available!"
-msgstr ""
+msgstr "Das Ereignis '%s' ist nicht verfügbar!"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Ausschalten"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Name"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Neustarten"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
-#, fuzzy
-msgid "System update"
-msgstr "System-Typ"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+msgid "Terminal generic"
+msgstr "Terminal (Allgemein)"
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "Neu-Installation"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+msgid "Syslog server enabled"
+msgstr "Protokoll-Server aktiviert"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "Hardware neu erkennen"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+msgid "Ntp server settings"
+msgstr "NTP-Dienst-Einstellungen"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "Speichertest"
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+msgid "Root password"
+msgstr "Root-Passwort"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr "Erzwinge lokalen Systemstart"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+msgid "Action flag"
+msgstr "Ablaufstatus"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/systems/goto/class_workstationGeneric.inc:288
 #: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "Systemanalyse"
-
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Aufwecken"
+msgid "System update"
+msgstr "System-Update"
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_workstationGeneric.inc:465
 msgid ""
-"This host is currently installing, if you really want to save it, save again."
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
 msgstr ""
+"Um dieses System zu aktivieren ist eine gültige LDAP-Verbindung "
+"erforderlich, bitte wählen Sie mindestens eine LDAP-URI im Start-Reiter."
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
-msgid "Workstation generic"
-msgstr "Arbeitsstation (Allgemein)"
+#: admin/systems/goto/class_workstationGeneric.inc:471
+msgid "This host is currently installing, if you really want to save it, save again."
+msgstr ""
+"Dieser Host ist wird gerade installiert, wenn Sie dennoch speichern möchten, "
+"speichern Sie erneut."
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Arbeitsstation"
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Allgemein"
 
 #: admin/systems/goto/class_workstationGeneric.inc:644
+msgid "Workstation generic"
+msgstr "Arbeitsstation (Allgemein)"
+
+#: admin/systems/goto/class_workstationGeneric.inc:656
 msgid "Goto mode"
 msgstr "GOto-Modus"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
 msgid "Ntp server"
 msgstr "NTP-Dienst"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-msgid "Root password"
-msgstr "Root-Passwort"
-
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-msgid "Action flag"
-msgstr "Ablaufstatus"
-
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "Bitte wählen Sie einen Drucker oder 'Abbrechen'."
-
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Terminal-Vorlage"
-
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Terminal-Name"
-
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Root-Server"
-
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "Wählen Sie das NFS-Root-Dateisystem"
-
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Auslagerungs-Server"
-
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
-msgstr ""
-"Wählen Sie das NFS-Dateisystem, in dem die Auslagerungsdateien abgelegt "
-"werden sollen"
-
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "unbekannt"
-
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "Erstellung der Installations-CD (Abbild)"
+#: admin/systems/goto/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"
 
-#: admin/systems/goto/gencd.tpl:5
+#: admin/systems/goto/chooser.tpl:4
 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."
+"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 ""
-"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."
-
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "Erstelle ISO-Abbild"
+"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 Teilbaum 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."
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Boot-Parameter"
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Linux Thin-Client Vorlage"
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "LDAP-Server"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Linux Arbeitsstations-Vorlage"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
-#, fuzzy
-msgid "inherit from group"
-msgstr "Liste der Gruppen"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux Server"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "Angepasste Optionen"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows Arbeitsstation"
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Geben Sie die Parameter ein, die dem Kernel beim Starten übergeben werden "
-"sollen"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
+msgstr "Netzwerk-Drucker"
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "Kernel-Module (Format: Name Parameter)"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Telefon"
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr ""
-"Zusätzliche Module hinzufügen, die während des Starts geladen werden sollen"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
+msgstr "Andere Netzwerk-Komponente"
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr "Mount-Pfad"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+msgid "Internal error"
+msgstr "Interner Fehler"
 
-#: admin/systems/goto/ArpNewDevice.tpl:1
-msgid "Integrating unknown devices"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, php-format
+msgid "Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
+"Kann keine gültige Abteilung für dieses Objekt ermitteln, setze Basis auf '%"
+"s'."
 
-#: admin/systems/goto/ArpNewDevice.tpl:3
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "Drucker-Erweiterung hinzufügen"
+
+#: admin/systems/goto/class_printGeneric.inc:260
 msgid ""
-"The current device has been detected by the ARP monitor used by GOsa. You "
-"can integrate this device into your running DHCP/DNS infrastructure by "
-"submitting this form. The device entry will disappear from the list of the "
-"systems and move to the DNS/DHCP configuration."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
+"Konnte den 'Druck'-Reiter nicht initialisieren, der Parameter 'parent' "
+"fehlte während der Erstellung."
 
-#: admin/systems/goto/ArpNewDevice.tpl:9
-#, fuzzy
-msgid "DNS name"
-msgstr "Name"
-
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
-msgid "FAI server"
-msgstr "FAI-Server"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "Dies ist eine Arbeitsstations-Vorlage, der Drucker-Tab ist deaktiviert."
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
-msgid "Assigned FAI classes"
-msgstr "Zugewiesene FAI-Klassen"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Dies ist eine Terminal-Vorlage, das Drucker-Tab ist deaktiviert."
 
-#: admin/systems/goto/workstationStartup.tpl:123
-msgid "set"
-msgstr "setzen"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+msgid "printer"
+msgstr "Drucker"
 
-#: admin/systems/goto/workstationStartup.tpl:160
-#, fuzzy
+#: admin/systems/goto/class_printGeneric.inc:322
 msgid ""
-"FAI Object assignment disabled. You can't use this feature until FAI is "
-"activated."
-msgstr "Sie können diese Erweiterung erst verwenden, wenn FAI aktiviert wurde."
-
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "Bit"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
 msgstr ""
+"Sie können es nicht aktivieren, solange das 'cn'-Attribut nicht im Eintrag "
+"enthalten ist. Wahrscheinlich erstellen Sie gerade eine neue Terminal-"
+"Vorlage."
 
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "Drucker-Erweiterung entfernen"
 
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Die momentan gewählte PPD-Datei '%s' wurde nicht gefunden."
 
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "Citrix Metaframe"
+#: admin/systems/goto/class_printGeneric.inc:516
+msgid "Not defined"
+msgstr "Nicht definiert"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automatisch"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "Kann PPD-Information nicht lesen"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "Bit"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
+msgstr "Dieser Drucker gehört zu %s. Sie können ihn nicht umbenennen."
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+msgid "Object is no printer!"
+msgstr "Das Objekt ist kein Drucker!"
 
-#: admin/systems/goto/class_terminalService.inc:364
-#, fuzzy
-msgid "Unsupported"
-msgstr "USB-Unterstützung"
+#: admin/systems/goto/class_printGeneric.inc:894
+msgid "Print generic"
+msgstr "Drucken (Alllgemein)"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "Wählen Sie das sich am momentanen Arbeitsplatz befindende Telefon."
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Drucker"
 
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-#, fuzzy
-msgid "VSync range"
-msgstr "VSync"
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
+msgstr "Benannte URL"
 
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-#, fuzzy
-msgid "HSync range"
-msgstr "HSync"
+#: admin/systems/goto/class_printGeneric.inc:907
+msgid "Printer PPD"
+msgstr "Drucker-PPD"
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+msgid "Permission error"
+msgstr "Berechtigungsfehler"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-msgid "Service"
-msgstr "Dienst"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+msgid "printer user"
+msgstr "Druckerbenutzer"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-msgid "Monitor"
-msgstr "Monitor"
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr "Ungültiger Mitgliedstyp '%s'!"
 
-#: admin/systems/goto/class_terminalService.inc:631
-msgid "Method"
-msgstr "Methode"
+#: admin/systems/goto/class_printGeneric.inc:981
+#, php-format
+msgid "'%s' is already used!"
+msgstr "'%s' wird bereits verwendet!"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-msgid "Gfx driver"
-msgstr "Grafiktreiber"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, php-format
+msgid "'%s' does not exist!"
+msgstr "'%s' existiert nicht!"
+
+#: admin/systems/goto/ArpNewDevice.tpl:1
+msgid "Integrating unknown devices"
+msgstr "Integriere unbekannt Geräte"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
-msgstr "Auflösung"
+#: admin/systems/goto/ArpNewDevice.tpl:3
+msgid ""
+"The current device has been detected by the ARP monitor used by GOsa. You "
+"can integrate this device into your running DHCP/DNS infrastructure by "
+"submitting this form. The device entry will disappear from the list of the "
+"systems and move to the DNS/DHCP configuration."
+msgstr ""
+"Das gewählte Gerät wurde vom ARP-Monitor erkannt, der von GOsa verwendet "
+"wird. Sie können dieses Gerät in Ihre DHCP/DNS-Infrastruktur integrieren, "
+"wenn Sie dieses Formular absenden. Das Gerät wird aus der Liste der Systeme "
+"verschwinden und in die DHCP/DNS-Konfiguration verschoben werden."
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
-msgstr "Farbtiefe"
+#: admin/systems/goto/ArpNewDevice.tpl:9
+msgid "DNS name"
+msgstr "DNS-Name"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr "Auto-Sync"
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr "Ihr Browser unterstützt keine iframes."
 
-#: admin/systems/goto/class_terminalService.inc:639
-msgid "Printer service enabled"
-msgstr "Druck-Dienst aktiviert"
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "keine"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Spool-Server"
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr "GOsa Unterstützungs-Daemon nicht konfiguriert"
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-msgid "Scanner enabled"
-msgstr "Scanner aktiviert"
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr "FAI-Einstellungen können nicht verändert werden"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
-msgstr "Tastatur-Modell"
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr "Prüfen Sie, ob der GOsa Unterstützungs-Daemon (gosa-si) läuft."
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
-msgstr "Tastatur-Layout"
+#: admin/systems/goto/workstationStartup.tpl:67
+msgid "retry"
+msgstr "nochmals versuchen"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
-msgstr "Tastatur-Variante"
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
+msgid "FAI server"
+msgstr "FAI-Server"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-msgid "Mouse type"
-msgstr "Maus-Typ"
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "Release"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-msgid "Mouse port"
-msgstr "Maus-Anschluß"
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
+msgid "Assigned FAI classes"
+msgstr "Zugewiesene FAI-Klassen"
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "zeige Auswahl"
+#: admin/systems/goto/workstationStartup.tpl:130
+msgid "set"
+msgstr "setzen"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "direkt"
+#: admin/systems/goto/workstationStartup.tpl:167
+msgid ""
+"FAI Object assignment disabled. You can't use this feature until FAI is "
+"activated."
+msgstr ""
+"FAI Objektzuweisung nicht aktiv. Sie können dieses Feature nicht verwenden, "
+"bis FAI aktiviert wurde."
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "lastverteilt"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "System-Information"
 
-#: admin/systems/goto/class_workstationService.inc:485
-msgid "Workstation service"
-msgstr "Arbeitsstations-Dienst"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "Prozessor"
 
-#: admin/systems/goto/class_workstationService.inc:499
-msgid "Use DDC"
-msgstr "Verwende DDC"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "Speicher"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
-#, fuzzy
-msgid "terminal"
-msgstr "Terminal"
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC-Adresse"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "Terminal"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
+msgstr "USB-Unterstützung"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-msgid "Terminal generic"
-msgstr "Terminal (Allgemein)"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "System-Status"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-msgid "Syslog server enabled"
-msgstr "Protokoll-Server aktiviert"
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventarnummer"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-msgid "Ntp server settings"
-msgstr "NTP-Dienst-Einstellungen"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "Letzte Anmeldung"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "Netzwerk-Geräte"
 
-#: admin/systems/goto/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)."
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE-Geräte"
 
-#: admin/systems/goto/SelectDeviceType.tpl:20
-msgid "System type"
-msgstr "System-Typ"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI-Geräte"
 
-#: admin/systems/goto/SelectDeviceType.tpl:21
-msgid "Choose a system type"
-msgstr "Wählen Sie den System-Typ"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "Disketten-Laufwerk"
 
-#: admin/systems/goto/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
-msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM-Laufwerk"
 
-#: admin/systems/goto/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Objektgruppe wählen"
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "Soundkarte"
 
-#: admin/systems/goto/SelectDeviceType.tpl:44
-msgid "Continue"
-msgstr "Fortsetzen"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "Eingeschaltet seit"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr "Ihr Browser unterstützt keine iframes."
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "Prozessor-Last"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Wählen Sie die hinzuzufügenden Einträge"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "Speicher-Nutzung"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr "Zeige die Mitglieder der Abteilung"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Nutzung des virtuellen Speichers"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
-msgstr "Zeige die Mitglieder, auf die Folgendes passt"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "SSH-Dienst"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
-msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Druck-Dienst"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
-msgid "Terminal startup"
-msgstr "Terminal-Start"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "Scan-Dienst"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "vorhanden"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "Audio-Dienst"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "unbekannter Status"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Wählen Sie den hinzuzufügenden Drucker"
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "aktiv"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Wählen Sie die hinzuzufügenden Einträge"
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "läuft"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Filter"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "läuft nicht"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "nicht definiert"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Search in subtrees"
+msgstr "Suche in Teilbäumen"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "inaktiv"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr "Zeige die Mitglieder der Abteilung"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
-#, fuzzy
-msgid "Internal error"
-msgstr "Fehler"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr ""
-"Kann keine gültige Basis aus der Objekt-DN auslesen, setze Basis auf '%s'."
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr "Zeige die Mitglieder, auf die Folgendes passt"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "Drucker-Erweiterung hinzufügen"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
 
-#: admin/systems/goto/class_printGeneric.inc:260
-#, fuzzy
+#: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Konnte den 'Druck'-Reiter nicht erstellen, der Parameter 'parent' fehlt"
-
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
+"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 eine Arbeitsstations-Vorlage, der Drucker-Tab ist deaktiviert."
-
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Dies ist eine Terminal-Vorlage, das Drucker-Tab ist deaktiviert."
-
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
-#, fuzzy
-msgid "printer"
-msgstr "Drucker"
+"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."
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
+#: admin/systems/goto/SelectDeviceType.tpl:9
 msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 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."
-
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "Drucker-Erweiterung entfernen"
-
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Die momentan gewählte PPD-Datei '%s' wurde nicht gefunden."
+"Bitte wählen Sie einen Systemtyp und (optional) einen Satz von "
+"vordefinierten Einstellungen (werden automatisch übernommen)."
 
-#: admin/systems/goto/class_printGeneric.inc:516
-#, fuzzy
-msgid "Not defined"
-msgstr "nicht definiert"
+#: admin/systems/goto/SelectDeviceType.tpl:20
+msgid "System type"
+msgstr "System-Typ"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "Kann PPD-Information nicht lesen"
+#: admin/systems/goto/SelectDeviceType.tpl:21
+msgid "Choose a system type"
+msgstr "Wählen Sie den System-Typ"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
-msgstr "Dieser Drucker gehört zu Terminal %s. Sie können ihn nicht umbenennen."
+#: admin/systems/goto/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
+msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#, fuzzy
-msgid "Object is no printer!"
-msgstr "Netzwerk-Drucker"
+#: admin/systems/goto/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Objektgruppe wählen"
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "Drucker URL"
+#: admin/systems/goto/SelectDeviceType.tpl:44
+msgid "Continue"
+msgstr "Fortsetzen"
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Gruppe"
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+msgid "Cups"
+msgstr "CUPS"
 
-#: admin/systems/goto/class_printGeneric.inc:893
-msgid "Print generic"
-msgstr "Drucken (Alllgemein)"
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Dienste"
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
-msgstr "Benannte URL"
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+msgid "Start"
+msgstr "Start"
 
-#: admin/systems/goto/class_printGeneric.inc:906
-msgid "Printer PPD"
-msgstr "Drucker-PPD"
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "Beenden"
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Berechtigungen"
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+msgid "Restart"
+msgstr "Neustart"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#, fuzzy
-msgid "printer user"
-msgstr "Drucker"
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
+msgstr "Druck-Dienst"
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
-msgstr ""
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "enabled"
+msgstr "aktiviert"
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "Der angegebene Name wird bereits verwendet."
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+msgid "Time service (NTP)"
+msgstr "Zeit-Dienst (NTP)"
 
-#: admin/systems/goto/class_printGeneric.inc:991
-#, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "PPD manager: Der angegebene Pfad '%s' existiert nicht."
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+msgid "Time service"
+msgstr "Zeit-Dienst"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "Allgemein"
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+msgid "Time service - NTP"
+msgstr "Zeit-Dienst - NTP"
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "Druckername"
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+msgid "Ntp source"
+msgstr "NTP-Quelle"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Wählen Sie den Teilbaum, in den der Benutzer eingepflegt werden soll"
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+msgid "Time server"
+msgstr "Zeit-Server"
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "Details"
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "Anmeldung sperren (temporär)"
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr "Drucker-Standort"
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
+msgstr "Unterstützte Sitzungstypen"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu nutzen"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr "URL"
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Benutzer"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+msgid "Repository service"
+msgstr "Repository-Dienst"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr "Benutzer hinzufügen"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr "Sie können diese Erweiterung erst verwenden, wenn FAI aktiviert wurde."
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
-msgstr "Gruppe hinzufügen"
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+msgid "FAI release"
+msgstr "FAI-Release"
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr "Benutzer mit Berechtigung, diesen Drucker zu verwalten"
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "Repository"
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr "Administratoren"
+#: admin/systems/services/repository/class_servRepository.inc:354
+msgid "Releases"
+msgstr "Releases"
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "keine"
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "Sections"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "System-Information"
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Parent-Server"
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "Prozessor"
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "Speicher"
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
+msgstr "Liste der verfügbaren Repositories."
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-Adresse"
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+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."
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "USB-Unterstützung"
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Optionen"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "System-Status"
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen"
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventarnummer"
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr "Repository hinzufügen"
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "Letzte Anmeldung"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+msgid "Syslog service database"
+msgstr "Protokoll-Dienst Datenbank"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "Netzwerk-Geräte"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Passwort"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE-Geräte"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "Protokoll-Datenbank"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI-Geräte"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+msgid "Admin"
+msgstr "Administrator"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "Disketten-Laufwerk"
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+msgid "Logging database information"
+msgstr "Informationen der Protokoll-Datenbank"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM-Laufwerk"
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
+msgstr "Protokoll-DB Benutzer"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "Soundkarte"
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+msgid "Logging service"
+msgstr "Protokoll-Dienst"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Eingeschaltet seit"
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr "Protokoll-Dienst"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "Prozessor-Last"
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+msgid "File service (Shares)"
+msgstr "Datei-Dienst (Freigaben)"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "Speicher-Nutzung"
+#: admin/systems/services/shares/class_goShareServer.inc:233
+msgid "share"
+msgstr "Freigabe"
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Nutzung des virtuellen Speichers"
+#: admin/systems/services/shares/class_goShareServer.inc:390
+msgid "File service - Shares"
+msgstr "Datei-Dienst - Freigaben"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "SSH-Dienst"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
+msgstr "Apple Freigaben"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "Scan-Dienst"
+#: admin/systems/services/shares/class_goShareServer.inc:402
+msgid "Charset"
+msgstr "Zeichensatz"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "Audio-Dienst"
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "Pfad"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "Option"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy
-msgid "PPD manager error"
-msgstr "LDAP-Manager"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "Volume"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "PPD manager: Der angegebene Pfad '%s' existiert nicht."
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
+msgstr "Verwaltung der Kiosk-Profile"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, fuzzy, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr "Die PPD-Datei '%s' konnte nicht zum Lesen geöffnet werden."
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+msgid "Server path"
+msgstr "Server-Pfad"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
-msgstr ""
-"Die benötigte temporäre Datei '%s' kann nicht zum Schreiben geöffnet werden."
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "Durchsuchen"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, 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."
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+msgid "Kiosk profile service"
+msgstr "Kiosk-Profil-Dienst"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
-msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Kiosk-Profil"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
-msgstr "Der Gruppenname ist nicht eindeutig!"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr "Kiosk"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr "Symbolische Werte werden noch nicht unterstützt!"
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+msgid "LDAP service"
+msgstr "LDAP-Dienst"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr "Verschachtelte Werte werden noch nicht unterstützt."
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr "LDAP"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr "Die Option PickMany wird noch nicht unterstützt!"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+msgid "Ldap base"
+msgstr "LDAP-Basis"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
-"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
-"gefunden."
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
+msgstr "LDAP URI"
+
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Freigabe bearbeiten"
 
-#: admin/systems/ppd/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 wiederhergestellt "
-"werden."
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS-Einrichtung"
+
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
+msgstr "Freigabe auf Apple-Systemen automatisch einbinden."
+
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
+msgstr "Codepage"
 
 #: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
 msgid "Select objects to add"
@@ -2854,23 +2493,9 @@ msgstr "Wählen Sie die hinzuzufügenden Objekte"
 msgid "Display objects matching"
 msgstr "Zeige die Objekte, auf die Folgendes passt"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
-msgstr "Schliessen"
-
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Drucker-Treiber"
-
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Auswahl"
-
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Neuer Treiber"
-
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
 #: admin/systems/ppd/class_printerPPDDialog.inc:63
 #: admin/systems/ppd/class_printerPPDDialog.inc:118
 #: admin/systems/ppd/class_printerPPDDialog.inc:197
@@ -2886,46 +2511,61 @@ msgstr "Neuer Treiber"
 #: admin/systems/ppd/class_printerPPDDialog.inc:518
 #: admin/systems/ppd/class_printerPPDDialog.inc:521
 #: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, fuzzy
 msgid "PPD error"
-msgstr "LDAP-Server"
+msgstr "PPD-Fehler"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
+msgstr "Kann Hersteller '%s' nicht in den verfügbaren PPDs finden!"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "Auswahl der Drucker-PPD"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "Entfernen"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "zurück"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
+#, php-format
 msgid "Cannot open PPD '%s'!"
-msgstr "Kann Datei '%s' nicht öffnen."
+msgstr "Kann PPD '%s' nicht öffnen!"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:100
 #, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
-msgstr ""
+msgid "Cannot open PPD path '%s' for reading and writing!"
+msgstr "Kann PPD-Pfad '%s' nicht zum Lesen und Schreiben öffnen!"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:118
 #: admin/systems/ppd/class_printerPPDDialog.inc:315
-#, fuzzy
 msgid "file is empty"
-msgstr "Diesen Eintrag entfernen"
+msgstr "Datei ist leer"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:264
-#, fuzzy, php-format
+#, php-format
 msgid "Cannot parse PPD '%s'!"
-msgstr "Kann Datei '%s' nicht öffnen."
+msgstr "Kann PPD '%s' nicht einlesen!"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:290
-#, fuzzy
 msgid "Overwrite existing PPD"
-msgstr "Existierenden Eintrag überschreiben"
+msgstr "Existierende PPD überschreiben"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:291
-#, fuzzy
 msgid ""
 "There is already a ppd file for this kind of printer. Do you want to "
 "overwrite it?"
 msgstr ""
-"Der von Ihnen gewählte Drucker-Typ verfügt bereits über eine PPD-Datei."
+"Der von Ihnen gewählte Drucker-Typ verfügt bereits über eine PPD-Datei. "
+"Möchten Sie diese überschreiben?"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:437
 msgid "Section"
@@ -2942,9 +2582,9 @@ msgid "False"
 msgstr "falsch"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
+#, php-format
 msgid "PPD type '%s' is not supported!"
-msgstr "Die Option PickMany wird noch nicht unterstützt!"
+msgstr "PPD-Typ '%s' wird nicht unterstützt!"
 
 #: admin/systems/ppd/class_printerPPDDialog.inc:538
 msgid ""
@@ -2954,1680 +2594,1090 @@ msgstr ""
 "Bitte wählen Sie eine gültige PPD-Datei oder drücken Sie 'Abbrechen', um "
 "zurück zur Drucker-Konfiguration zu gelangen."
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
-msgstr ""
-
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "Auswahl der Drucker-PPD"
-
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Geräte"
-
-#: admin/devices/class_deviceManagement.inc:8
-#, fuzzy
-msgid "Manage devices"
-msgstr "Scanner"
-
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-#, fuzzy
-msgid "device"
-msgstr "Gerät"
-
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
-#, fuzzy
-msgid "List of defined devices"
-msgstr "Liste der Geräte"
-
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr "Gerätename"
-
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
-msgstr "Zeige die Geräte, auf die das Folgende passt"
-
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
-msgstr "Gerät"
-
-#: admin/devices/class_divListDevices.inc:278
-#, fuzzy
-msgid "Number of listed devices"
-msgstr "Anzahl der Seiten"
-
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Gerätename"
-
-#: admin/devices/deviceGeneric.tpl:35
-#, fuzzy
-msgid "Choose the device type"
-msgstr "Wählen Sie das Telefon-Modell"
-
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr "Seriennumner"
-
-#: admin/devices/deviceGeneric.tpl:45
-msgid "(iSerial)"
-msgstr "(iSerial)"
-
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
-msgstr "Anbieter-ID"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+msgid "PPD manager error"
+msgstr "PPD-Manager-Fehler"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
-msgstr "(idVendor)"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, php-format
+msgid "The specified path '%s' does not exist."
+msgstr "Der angegebene Pfad '%s' existiert nicht."
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
-msgstr "Produkt-ID"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
+msgstr "Die PPD-Datei '%s' konnte nicht zum Lesen geöffnet werden."
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr "(idProduct)"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr "Die temporäre Datei '%s' kann nicht zum Schreiben geöffnet werden."
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, 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."
 
-#: admin/devices/class_deviceGeneric.inc:29
-#, fuzzy
-msgid "Harddisk"
-msgstr "Neue Festplatte"
-
-#: admin/devices/class_deviceGeneric.inc:30
-#, fuzzy
-msgid "USB stick"
-msgstr "sticky"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
+msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
+msgstr "Der Gruppenname ist nicht eindeutig!"
 
-#: admin/devices/class_deviceGeneric.inc:95
-#, fuzzy
-msgid "iSerial"
-msgstr "(iSeriell)"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr "Symbolische Werte werden noch nicht unterstützt!"
 
-#: admin/devices/class_deviceGeneric.inc:98
-#, fuzzy
-msgid "Serial"
-msgstr "(iSeriell)"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
+msgstr "Verschachtelte Werte werden noch nicht unterstützt."
 
-#: admin/devices/class_deviceGeneric.inc:101
-#, fuzzy
-msgid "Vender ID"
-msgstr "Anbieter-ID"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr "Die Option PickMany wird noch nicht unterstützt!"
 
-#: admin/devices/class_deviceGeneric.inc:237
-#, fuzzy
-msgid "Device generic"
-msgstr "Server (Allgemein)"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr ""
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
+"gefunden."
 
-#: admin/devices/remove.tpl:6
-#, fuzzy
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
 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."
+"Die PPD-Datei wird vom Server entfernt und kann nicht wiederhergestellt "
+"werden."
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
-#, fuzzy
-msgid "Device management"
-msgstr "Sieve Verwaltung"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Drucker-Treiber"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "Sofortiges Update"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Auswahl"
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "Geplantes Update"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Neuer Treiber"
 
-#: admin/ogroups/goto/class_termgroup.inc:242
-#, fuzzy
-msgid "Wake"
-msgstr "Aufwecken"
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr "Hochladen"
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
-msgstr "System"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "Liste der Anwendungen"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-msgid "System group"
-msgstr "System-Gruppe"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "Diese Tabelle enthält alle Abteilungen des gewählten Teilbaums"
 
-#: admin/ogroups/goto/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."
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Name der Anwendung"
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-#: admin/mimetypes/class_divListMimeTypes.inc:175
-#: admin/mimetypes/class_divListMimeTypes.inc:229
-msgid "Mime type"
-msgstr "MIME-Typ"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Abteilung"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-msgid "Please enter a name for the mime type here"
-msgstr "Bitte geben Sie hier einen Namen für den MIME-Typ ein"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Zeige die Benutzer, auf die Folgendes passt"
 
-#: admin/mimetypes/paste_generic.tpl:24
-msgid "Please specify a description for this mime type here"
-msgstr "Bitte geben Sie hier eine Beschreibung dieses MIME-Typs ein"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Anwendung"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
-#, fuzzy
-msgid "File pattern"
-msgstr "Datei-Muster"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+msgid "Copy"
+msgstr "Kopieren"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
-msgid "Mime type generic"
-msgstr "MIME-Typ (Allgemein)"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+msgid "Cut"
+msgstr "Ausschneiden"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
-msgid "Mime types"
-msgstr "MIME-Typen"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr "Einfügen"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
-#: admin/mimetypes/generic.tpl:22
-msgid "Mime group"
-msgstr "MIME-Gruppe"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "Ausschneiden"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-msgid "Left click action"
-msgstr "Linksklick-Aktion"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "Diesen Eintrag ausschneiden"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-msgid "File patterns"
-msgstr "Datei-Muster"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "Kopieren"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-msgid "Embedded applications"
-msgstr "Eingebettete Anwendungen"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "Diesen Eintrag kopieren"
 
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-msgid "Manage mime types"
-msgstr "MIME-Typen verwalten"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "Bearbeiten"
 
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-msgid "Mimetype management"
-msgstr "MIME-Typen Verwaltung"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Diesen Eintrag bearbeiten"
 
-#: admin/mimetypes/generic.tpl:26
-msgid "Categorize this mime type"
-msgstr "Kategorie dieses MIME-Typs"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Diesen Eintrag entfernen"
 
-#: admin/mimetypes/generic.tpl:38
-msgid "Please specify a description"
-msgstr "Bitte geben Sie eine Beschreibung an"
+#: admin/applications/class_divListApplication.inc:295
+msgid "Number of listed applications"
+msgstr "Anzahl der angezeigten Anwendungen"
 
-#: admin/mimetypes/generic.tpl:68
-msgid "Mime icon"
-msgstr "MIME-Icon"
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+msgid "Number of listed departments"
+msgstr "Anzahl der angezeigten Abteilungen"
 
-#: admin/mimetypes/generic.tpl:80
-msgid "Update mime type icon"
-msgstr "Aktualisiere MIME-Typ Icon"
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Anwendungsverwaltung"
 
-#: admin/mimetypes/generic.tpl:94
-msgid "Left click"
-msgstr "Linksklick"
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Angezeigter Name"
 
-#: admin/mimetypes/generic.tpl:105
-msgid "Please specify a new file pattern"
-msgstr "Bitte geben Sie ein neues Dateimuster an"
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Angezeigter Name der Anwendung (z.B. unter Symbole)"
 
-#: admin/mimetypes/generic.tpl:108
-msgid "Add a new file pattern"
-msgstr "Erstelle ein neues Dateimuster"
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "Pfad und/oder Name der Anwendung"
 
-#: admin/mimetypes/generic.tpl:124 admin/mimetypes/generic.tpl:184
-msgid "Enter an application name here"
-msgstr "Geben Sie hier den Namen der Anwendung ein"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr "Wählen Sie den Teilbaum, in den die Anwendung plaziert werden soll."
 
-#: admin/mimetypes/generic.tpl:127 admin/mimetypes/generic.tpl:188
-msgid "Add application"
-msgstr "Anwendung hinzufügen"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Symbol"
 
-#: admin/mimetypes/generic.tpl:138
-msgid "Embedding"
-msgstr "einbettend"
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Anwenden"
 
-#: admin/mimetypes/generic.tpl:151
-msgid "Show file in embedded viewer"
-msgstr "Zeige Datei mit eingebautem Betrachter"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "Bild neu laden"
 
-#: admin/mimetypes/generic.tpl:158
-msgid "Show file in external viewer"
-msgstr "Zeige Datei mit externem Programm"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Bild entfernen"
 
-#: admin/mimetypes/generic.tpl:165
-msgid "Ask whether to save to local disk"
-msgstr "Frage nach, ob Datei lokal auf Festplatte gespeichert werden soll"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture from LDAP"
+msgstr "Entferne Bild aus LDAP"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
-msgid "List of defined mime types"
-msgstr "Liste von definierten MIME-Typen"
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Nur ausführbar für Gruppen-Mitglieder"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
-msgid "Display mime types matching"
-msgstr "Zeige MIME-Typen, auf die Folgendes passt"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Konfiguration bei jedem Start ersetzen"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
-#, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Liste von definierten MIME-Typen"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Platziere das Symbol auf dem Desktop der Gruppenmitglieder"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
-#, fuzzy
-msgid "Software update"
-msgstr "Sofortiges Update"
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Platziere einen Eintrag im Startmenü der Gruppenmitglieder"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
-#, fuzzy
-msgid "software update"
-msgstr "Sofortiges Update"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "Platziere einen Eintrag in der Kontrollleiste der Gruppenmitglieder"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
-#, fuzzy
-msgid "Time schedule"
-msgstr "Geplantes Update"
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "Skript"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
-#, fuzzy
-msgid "System list"
-msgstr "Systemanalyse"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Importieren"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
-msgstr ""
+#: admin/applications/generic.tpl:140
+msgid "Download"
+msgstr "Herunterladen"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
-#, fuzzy
-msgid "Status"
-msgstr "Start"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Anwendungen"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
-#, fuzzy
-msgid "Result"
-msgstr "Auflösung"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "Anwendung"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
-#, fuzzy
-msgid "Target"
-msgstr "Zeichensatz"
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "kein Beispiel"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/applications/class_applicationGeneric.inc:264
+#, php-format
+msgid "Cannot remove application - it is still in use by these objects: %s"
 msgstr ""
+"Die Anwendung konnte nicht entfernt werden, sie wird momentan noch von "
+"folgenden Objekten verwendet: %s"
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:368
+msgid "no read permission"
+msgstr "Keine Leseberechtigung"
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
-#, fuzzy
-msgid "Lock"
-msgstr "Gesperrt"
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
+msgstr "Kann Bild nicht in der Größe verändern"
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
-#, fuzzy
-msgid "Abort installation"
-msgstr "Arbeitsstation"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr "Kann Bild nicht konvertieren"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
-#, fuzzy
-msgid "Activate"
-msgstr "Aktiv"
+#: admin/applications/class_applicationGeneric.inc:382
+#, php-format
+msgid "cannot save image to '%s'"
+msgstr "Kann Bild nicht unter '%s' speichern"
 
-#: addons/goto/events/target_list.tpl:5
-#, fuzzy
-msgid "Use"
-msgstr "Benutzer"
+#: admin/applications/class_applicationGeneric.inc:411
+msgid "Execute path"
+msgstr "Arbeitsverzeichnis"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
-#, fuzzy
-msgid "Targets"
-msgstr "Freigaben"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "Anwendungs-Einstellungen"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
-msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:576
+msgid "Application generic"
+msgstr "Anwendung (Allgemein)"
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
-#, fuzzy
-msgid "System / Department"
-msgstr "Abteilung"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr "Flag"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
-#, fuzzy
-msgid "Display server"
-msgstr "Anzeige"
+#: admin/applications/class_applicationGeneric.inc:591
+msgid "Script content"
+msgstr "Skript-Inhalt"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
-#, fuzzy
-msgid "Display workstation"
-msgstr "Windows Arbeitsstation"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Optionen entfernen"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
-#, fuzzy
-msgid "Display object groups"
-msgstr "Zeige die Objekte, auf die Folgendes passt"
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
+msgid "parameter"
+msgstr "Parameter"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Optionen aktivieren"
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-#, fuzzy
-msgid "Object group"
-msgstr "Objektgruppe wählen"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
-#, fuzzy
-msgid "Progress"
-msgstr "Eigenschaften"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "Standardwert"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Option hinzufügen"
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
-#, fuzzy
-msgid "Start a system"
-msgstr "System"
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Parameter"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:229
+msgid "Parameter configuration"
+msgstr "Konfiguration der Parameter"
 
-#: addons/goto/events/timestamp_select.tpl:4
-#, fuzzy
-msgid "Month"
-msgstr "Einhänge-Pfad"
+#: admin/applications/class_applicationParameters.inc:237
+msgid "Application parameter settings"
+msgstr "Konfiguration der Anwendungs-Parameter"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
-msgstr ""
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
+msgstr "Zweige"
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
-msgstr ""
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
+msgstr "Momentanes Release"
 
-#: addons/goto/events/timestamp_select.tpl:8
-#, fuzzy
-msgid "Minute"
-msgstr "Drucker"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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."
 
-#: addons/goto/events/timestamp_select.tpl:9
-#, fuzzy
-msgid "Second"
-msgstr "Section"
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+msgid "Folder"
+msgstr "Verzeichnis"
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "Nach oben bewegen"
 
-#: addons/goto/events/class_DaemonEvent.inc:117
-#, fuzzy
-msgid "This job has no template."
-msgstr "Dieser 'DN' hat keine Terminal-Erweiterungen."
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "Nach unten bewegen"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:114
+msgid "Entry"
+msgstr "Eintrag"
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Hinzufügen"
+#: admin/groups/apps/app_list.tpl:136
+msgid "add to"
+msgstr "hinzufügen"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
-msgstr ""
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
+msgid "Add selected applications to this folder."
+msgstr "Füge gewählte Anwendungen zu diesem Verzeichnis hinzu."
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
-#, fuzzy
-msgid "Available targets"
-msgstr "Verfügbare Anwendungen"
+#: admin/groups/apps/app_list.tpl:143
+msgid "Separator"
+msgstr "Feldtrenner"
 
-#: addons/goto/class_target_list.inc:69
-#, fuzzy
-msgid "Object name"
-msgstr "Gerätename"
+#: admin/groups/apps/app_list.tpl:143
+msgid "Add a separator to this folder."
+msgstr "Füge Feldtrenner zu diesem Verzeichnis hinzu."
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Select to see object groups"
-msgstr "Objektgruppe wählen"
+#: admin/groups/apps/class_groupApplication.inc:275
+msgid "Add application extension"
+msgstr "Anwendungserweiterung hinzufügen"
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Show object groups"
-msgstr "Objektgruppe wählen"
+#: admin/groups/apps/class_groupApplication.inc:276
+msgid "Application extension disabled. You can enable it by clicking below."
+msgstr ""
+"Anwendungserweiterung deaktiviert. Sie können diese durch einen Klick "
+"unterhalb aktivieren."
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen"
+#: admin/groups/apps/class_groupApplication.inc:280
+msgid "Remove application extension"
+msgstr "Anwendungserweiterung entfernen"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "Auslagerungs-Server"
+#: admin/groups/apps/class_groupApplication.inc:281
+msgid "Application extension enabled. You can disable it by clicking below."
+msgstr ""
+"Anwendungserweiterung aktiviert. Sie können diese durch einen Klick "
+"unterhalb deaktivieren."
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Windows Arbeitsstation"
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Zurück"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Windows Arbeitsstation"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "Abteilung"
 
-#: addons/goto/class_target_list.inc:75
-#, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen"
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
+msgstr "Nicht verfügbar in Release."
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:1170
+msgid "Group applications"
+msgstr "Anwendungen der Gruppe"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:1179
+msgid "Application parameter"
+msgstr "Anwendungs-Parameter"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: admin/groups/apps/edit_entry.tpl:8
+msgid "Folder image"
+msgstr "Verzeichnisbild"
 
-#: addons/goto/class_target_list.inc:83
-#, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Regulärer Ausdruck zum Erkennen von Mitgliedsnamen"
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
+msgstr "Konnte Bild nicht laden."
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+#: admin/groups/apps/edit_entry.tpl:14
+msgid "None"
+msgstr "Keine"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: admin/groups/apps/edit_entry.tpl:24
+msgid "Upload image"
+msgstr "Bild Hochladen"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
-msgstr ""
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
+msgstr "Bild zurücksetzen"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-#, fuzzy
-msgid "System deployment"
-msgstr "System-Typ"
+#: admin/groups/apps/edit_entry.tpl:33
+msgid "Reset"
+msgstr "Zurücksetzen"
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "Berechtigungen"
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Anwendungsoptionen"
 
-#: addons/goto/class_gotomasses.inc:289
-#, fuzzy
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr ""
-"Dieses Menü erlaubt es Ihnen, Repository-Einstellungen zu erstellen, zu "
-"entfernen und zu bearbeiten."
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+msgid "List of defined mime types"
+msgstr "Liste von definierten MIME-Typen"
 
-#: addons/goto/class_gotomasses.inc:290
-#, fuzzy
-msgid "List of queued jobs"
-msgstr "Liste der Geräte"
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/mimetypes/class_divListMimeTypes.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
+msgid "Mime type"
+msgstr "MIME-Typ"
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "Neu-Installation"
+#: admin/mimetypes/class_divListMimeTypes.inc:66
+msgid "Display mime types matching"
+msgstr "Zeige MIME-Typen, auf die Folgendes passt"
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "Einfügen"
+#: admin/mimetypes/class_divListMimeTypes.inc:310
+msgid "Number of listed mimetypes"
+msgstr "Anzahl der angezeigten MIME-Typen"
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "Initialien"
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
+msgid "Mimetype management"
+msgstr "MIME-Typen Verwaltung"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+msgid "Please enter a name for the mime type here"
+msgstr "Bitte geben Sie hier einen Namen für den MIME-Typ ein"
 
-#: addons/goto/class_gotomasses.inc:337
-#, fuzzy
-msgid "Schedule"
-msgstr "Geplantes Update"
+#: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
+msgid "Mime group"
+msgstr "MIME-Gruppe"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: admin/mimetypes/generic.tpl:26
+msgid "Categorize this mime type"
+msgstr "Kategorie dieses MIME-Typs"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: admin/mimetypes/generic.tpl:38
+msgid "Please specify a description"
+msgstr "Bitte geben Sie eine Beschreibung an"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: admin/mimetypes/generic.tpl:68
+msgid "Mime icon"
+msgstr "MIME-Icon"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: admin/mimetypes/generic.tpl:80
+msgid "Update mime type icon"
+msgstr "Aktualisiere MIME-Typ Icon"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: admin/mimetypes/generic.tpl:94
+msgid "Left click"
+msgstr "Linksklick"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
-msgstr ""
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+msgid "File patterns"
+msgstr "Datei-Muster"
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "Warnung"
+#: admin/mimetypes/generic.tpl:105
+msgid "Please specify a new file pattern"
+msgstr "Bitte geben Sie ein neues Dateimuster an"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
-msgstr ""
+#: admin/mimetypes/generic.tpl:108
+msgid "Add a new file pattern"
+msgstr "Erstelle ein neues Dateimuster"
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: admin/mimetypes/generic.tpl:124 admin/mimetypes/generic.tpl:184
+msgid "Enter an application name here"
+msgstr "Geben Sie hier den Namen der Anwendung ein"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
-msgstr ""
+#: admin/mimetypes/generic.tpl:127 admin/mimetypes/generic.tpl:188
+msgid "Add application"
+msgstr "Anwendung hinzufügen"
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#: admin/mimetypes/generic.tpl:138
+msgid "Embedding"
+msgstr "einbettend"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#: admin/mimetypes/generic.tpl:151
+msgid "Show file in embedded viewer"
+msgstr "Zeige Datei mit eingebautem Betrachter"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#: admin/mimetypes/generic.tpl:158
+msgid "Show file in external viewer"
+msgstr "Zeige Datei mit externem Programm"
+
+#: admin/mimetypes/generic.tpl:165
+msgid "Ask whether to save to local disk"
+msgstr "Frage nach, ob Datei lokal auf Festplatte gespeichert werden soll"
 
-#, fuzzy
-#~ msgid "Something went wrong while talking to the daemon: %s."
-#~ msgstr ""
-#~ "Etwas schlug fehl während des Versuchs, die PPD-Datei vom Server zu "
-#~ "entfernen, vielleicht haben wir keinen Schreibzugriff."
-
-#~ 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üfsen Sie die Berechtigungen von '%"
-#~ "s'."
-
-#~ 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."
-
-#~ msgid ""
-#~ "The specified REPOSITORY_HOOK '%s', specified in your gosa.conf, returns "
-#~ "an empty string."
-#~ msgstr ""
-#~ "Das als REPOSITORY_HOOK '%s' angegebene Kommando lieferte eine leere "
-#~ "Zeichenkette."
-
-#~ msgid ""
-#~ "You are not allowed to remove the given object '%s' from the list of "
-#~ "members of printer '%s'."
-#~ msgstr ""
-#~ "Sie haben keine Berechtigung, das gewählte Objekt '%s' von der "
-#~ "Mitgliedsliste des Druckers '%s' zu entfernen."
-
-#~ msgid "Illegal printer type while adding '%s' to the list of '%s' printers,"
-#~ msgstr ""
-#~ "Ungültiger Drucker während des Hinzufügens von '%s' zu der Liste von '%s' "
-#~ "Druckern."
-
-#~ msgid ""
-#~ "You are not allowed to add the given object '%s' to the list of members "
-#~ "of '%s'."
-#~ msgstr ""
-#~ "Ihnen ist es nicht erlaubt das gewählte Objekt '%s' zu der Mitgliedsliste "
-#~ "von '%s' hinzuzufügen."
-
-#~ msgid "Can't add '%s' to the list of members, it is already used."
-#~ msgstr ""
-#~ "Kann '%s' nicht zur Liste der Mitglieder hinzufügen, er wird bereits "
-#~ "verwendet."
-
-#~ msgid "Can't add '%s' to list of members, it is not reachable."
-#~ msgstr ""
-#~ "Kann '%s' nicht zur Liste der Mitglieder hinzufügen, er ist nicht "
-#~ "verfügbar."
-
-#~ 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."
-
-#~ msgid "Can't read '%s/encodings', please check permissions."
-#~ msgstr "Kann '%s/encodings' nicht lesen, bitte prüfen Sie die Rechte."
-
-#, fuzzy
-#~ msgid ""
-#~ "Can not remove kiosk profile service, it is currently in use by following "
-#~ "user(s) : %s."
-#~ msgstr ""
-#~ "Sie können die Asterisk Datenbank-Erweiterung nicht entfernen, sie wird "
-#~ "momentan noch von folgenden Objekten verwendet: '%s'."
-
-#, fuzzy
-#~ msgid ""
-#~ "Can't save new kiosk profiles, possibly permission denied for folder: '%"
-#~ "s'."
-#~ msgstr ""
-#~ "Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich "
-#~ "besitzen Sie nicht die nötigen Rechte."
-
-#, fuzzy
-#~ msgid ""
-#~ "Can't remove kioks profile, it is still in use by the following objects '%"
-#~ "s'."
-#~ msgstr ""
-#~ "Sie können die Asterisk Datenbank-Erweiterung nicht entfernen, sie wird "
-#~ "momentan noch von folgenden Objekten verwendet: '%s'."
-
-#~ msgid "Can't delete '%s'. Error was: permission denied."
-#~ msgstr ""
-#~ "Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Zugriff "
-#~ "verweigert."
-
-#, fuzzy
-#~ msgid "Can't delete '%s'. Error was: file doesn't exist."
-#~ msgstr ""
-#~ "Kann Datei '%s' nicht entfernen. Die Fehlermeldung war: Datei existiert "
-#~ "nicht."
-
-#~ msgid "Can't save new kiosk profiles, possibly permission denied for folder"
-#~ msgstr ""
-#~ "Das neue Kiosk-Profil kann nicht gespeichert werden. Wahrscheinlich "
-#~ "besitzen Sie nicht die nötigen Rechte."
-
-#~ msgid "The share can't be removed since it is still used by %d users:"
-#~ msgstr ""
-#~ "Die Freigabe kann nicht entfernt werden, da sie noch von %d Benutzern "
-#~ "verwendet wird."
-
-#~ msgid "Please correct the share-/profile settings of these users"
-#~ msgstr ""
-#~ "Bitte korrigieren Sie die Freigabe- u. Profil-Einstellungen dieser "
-#~ "Benutzer"
-
-#~ 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."
-
-#~ 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]."
-
-#~ msgid "Could not found specified ppd file '%s'."
-#~ msgstr "Die angegebene PPD-Datei '%s' wurde nicht gefunden."
-
-#~ msgid ""
-#~ "Something went wrong while trying to remove the ppd file from server, "
-#~ "possibly we have no write access."
-#~ msgstr ""
-#~ "Etwas schlug fehl während des Versuchs, die PPD-Datei vom Server zu "
-#~ "entfernen, vielleicht haben wir keinen Schreibzugriff."
-
-#~ 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."
-
-#~ msgid "Can't open '%s', ppd settings resetted."
-#~ msgstr "Kann '%s' nicht öffnen, PPD-Einstellungen wurden  zurückgesetzt."
-
-#~ msgid ""
-#~ "The specified path '%s' which results from PPD_PATH in your gosa.conf is "
-#~ "invalid, can't read/write any ppd informations."
-#~ msgstr ""
-#~ "Der in Ihrer 'gosa.conf' angegebene PPD-Pfad (PPD_PATH) '%s' ist ungültig "
-#~ "- kann daher keine ppd-Informationen lesen."
-
-#~ msgid "Please specify a valid ppd file."
-#~ msgstr "Bitte geben Sie eine gültige PPD-Datei an."
-
-#~ msgid "Can't select PPD file '%s', the file is not readable"
-#~ msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht"
-
-#~ msgid "Can't create folder '%s' for the uploaded ppd file."
-#~ msgstr "Kann Verzeichnis '%s' für hochgeladene PPD-Datei nicht anlegen."
-
-#~ msgid "Can't create file '%s' to store modifed ppd informations."
-#~ msgstr ""
-#~ "Kann Datei '%s' zur Speicherung der PPD-Informationen nicht anlegen."
-
-#~ 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."
-
-#, fuzzy
-#~ msgid ""
-#~ "The given ppd file '%s' seams to be invalid, can't get any model or "
-#~ "vendor informations."
-#~ msgstr ""
-#~ "Die angegebene PPD-Datei '%s' scheint ungültig zu sein. Es lassen sich "
-#~ "keine Modell- oder Hersteller-Informationen extrahieren."
-
-#~ msgid "Can't save file '%s'."
-#~ msgstr "Kann Datei '%s' nicht speichern."
-
-#~ 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 "Unsupported ppd type '%s' used for '%s' "
-#~ msgstr "Nicht unterstützter PPD-Typ '%s' (verwendet von '%s') "
-
-#~ msgid "Removing old ppd file '%s' failed."
-#~ msgstr "Entfernen der alten PPD-Datei '%s' fehlgeschlagen."
-
-#~ msgid "Removing old ppd file '%s' failed. File is not accessible."
-#~ msgstr ""
-#~ "Entfernen der alten PPD-Datei '%s' fehlgeschlagen. Auf die Datei kann "
-#~ "nicht zugegriffen werden."
-
-#~ msgid ""
-#~ "Removing old ppd file '%s' failed. File does not exists or is not "
-#~ "accessible."
-#~ msgstr ""
-#~ "Entfernen der alten PPD-Datei '%s' fehlgeschlagen. Datei existiert nicht "
-#~ "oder ist nicht erreichbar."
-
-#, fuzzy
-#~ msgid "Can't remove the device '%s' it is still in use be this user(s) : %s"
-#~ msgstr ""
-#~ "Sie können dieses Gerät nicht entfernen, es wird noch von folgendem(n) "
-#~ "System(en) verwendet: '%s'"
-
-#, fuzzy
-#~ msgid "You have no permission to modify logon scripts!"
-#~ msgstr "Sie haben keine Berechtigung, diese Sperrliste zu entfernen."
-
-#, fuzzy
-#~ msgid ""
-#~ "You need to enable POSIX features in order to enable evironment features!"
-#~ msgstr ""
-#~ "Sie benötigen eine gültige UNIX-Erweiterung, um die Umgebungs-Erweiterung "
-#~ "zu aktivieren."
-
-#~ msgid "Cancel"
-#~ msgstr "Abbrechen"
-
-#~ msgid "Apply"
-#~ msgstr "Anwenden"
-
-#~ msgid "Delete"
-#~ msgstr "Entfernen"
-
-#, fuzzy
-#~ msgid "You're about to delete the following entry %s"
-#~ msgstr "Sie löschen gerade den Eintrag %s."
-
-#, fuzzy
-#~ msgid "You're about to delete the following entries %s"
-#~ msgstr "Sie löschen gerade den Eintrag %s."
-
-#~ msgid "You are not allowed to delete this application!"
-#~ msgstr "Sie haben keine Berechtigung, diese Anwendung zu löschen!"
-
-#~ msgid "You're about to delete the application '%s'."
-#~ msgstr "Sind sind dabei, den Anwendungseintrag '%s' zu löschen."
-
-#~ msgid "Ok"
-#~ msgstr "Ok"
-
-#~ 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."
-
-#~ msgid "This 'dn' is no application."
-#~ msgstr "Dieser 'DN' ist keine Anwendung."
-
-#~ msgid "The specified picture has not been uploaded correctly."
-#~ msgstr "Das angegebene Bild wurde nicht korrekt übertragen."
-
-#, fuzzy
-#~ msgid ""
-#~ "Could not convert image to png, possilby the image magick extension is "
-#~ "missing."
-#~ msgstr ""
-#~ "Die MySQL-Erweiterung wurde nicht gefunden - kann daher nicht zur glpi-"
-#~ "Datenbank verbinden."
-
-#~ msgid "Specified execute path must start with '/'."
-#~ msgstr "Der angegebene Ausführungspfad muss zwingend mit '/' beginnen."
-
-#~ msgid "Required field 'Name' is not filled."
-#~ msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt."
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
+msgid "Mime types"
+msgstr "MIME-Typen"
 
-#~ 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."
+#: admin/mimetypes/class_mimetypeManagement.inc:25
+msgid "Manage mime types"
+msgstr "MIME-Typen verwalten"
 
-#~ msgid "Required field 'Execute' is not filled."
-#~ msgstr "Das benötigte Feld 'Auführen' ist nicht ausgefüllt."
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
+msgid "File pattern"
+msgstr "Datei-Muster"
 
-#~ msgid "There's already an application with this 'Name'."
-#~ msgstr "Eine Anwendung mit diesem Namen existiert bereits."
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
+msgid "Mime type generic"
+msgstr "MIME-Typ (Allgemein)"
 
-#~ 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."
-
-#~ 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."
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+msgid "Left click action"
+msgstr "Linksklick-Aktion"
 
-#~ msgid "Value '%s' specified as option name is not valid."
-#~ msgstr "Der von Ihnen angegebene Optionsname '%s' ist ungültig."
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+msgid "Embedded applications"
+msgstr "Eingebettete Anwendungen"
 
-#~ msgid "Save"
-#~ msgstr "Speichern"
+#: admin/mimetypes/paste_generic.tpl:24
+msgid "Please specify a description for this mime type here"
+msgstr "Bitte geben Sie hier eine Beschreibung dieses MIME-Typs ein"
 
-#, fuzzy
-#~ msgid "Application 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."
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
+msgstr "Sofortiges Update"
 
-#, fuzzy
-#~ msgid "Application 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."
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
+msgstr "Geplantes Update"
 
-#~ msgid "Back"
-#~ msgstr "Zurück"
+#: admin/ogroups/goto/class_termgroup.inc:204
+msgid "Wake"
+msgstr "Aufwecken"
 
-#~ msgid "LDAP Service"
-#~ msgstr "LDAP-Dienst"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
+msgstr "System"
 
-#~ msgid "The given base is empty or contains invalid characters."
-#~ msgstr "Die angegebene Basis ist leer oder enthält ungültige Zeichen."
+#: admin/ogroups/goto/class_termgroup.inc:299
+msgid "System group"
+msgstr "System-Gruppe"
 
-#~ msgid "Please specify a valid path for your setup."
-#~ msgstr "Bitte geben Sie einen gültigen Pfad an."
+#: admin/ogroups/goto/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."
 
-#~ msgid "Please specify a valid name for your share."
-#~ msgstr "Bitte geben Sie einen gültigen Freigabe-Namen an."
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Geräte"
 
-#~ msgid "Please specify a name for your share."
-#~ msgstr "Bitte geben Sie einen Freigabe-Namen an."
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr "Gerätename"
 
-#~ msgid "Description contains invalid characters."
-#~ msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
-
-#~ msgid "Volume contains invalid characters."
-#~ msgstr "Das Feld 'Volume' enthält ungültige Zeichen!"
-
-#~ msgid "Path contains invalid characters."
-#~ msgstr "Das Feld 'Pfad' enthält ungültige Zeichen."
-
-#~ msgid "Option contains invalid characters."
-#~ msgstr "Das Feld 'Option' enthält ungültige Zeichen!"
-
-#~ msgid "File service"
-#~ msgstr "Datei-Dienst"
-
-#~ 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."
-
-#~ msgid "Please enter a value for 'release'."
-#~ msgstr "Bitte geben Sie einen Wert für 'Release' ein."
-
-#~ msgid "Please specify a valid value for 'url'."
-#~ msgstr "Bitte geben Sie im Feld 'url' einen gültigen Wert ein."
-
-#~ 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."
-
-#~ msgid "You must specify a valid mount point."
-#~ msgstr "Bitte geben Sie einen gültigen Mount-Pfad an!"
-
-#~ msgid "This 'dn' has no workstation features."
-#~ msgstr "Dieser 'DN' hat keine Arbeitsstations-Erweiterungen."
-
-#~ msgid "The required field 'Workstation name' is not set."
-#~ msgstr "Das benötigte Feld 'Arbeitsstationsname' ist nicht gesetzt."
-
-#, fuzzy
-#~ msgid "Please specify a valid name for this object."
-#~ msgstr "Bitte geben Sie einen gültigen Namen für diesen MIME-Typ an."
-
-#~ 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"
-
-#~ msgid ""
-#~ "There must be at least one NTP server selected, or the inherit mode "
-#~ "activated."
-#~ msgstr ""
-#~ "Es muss mindestens ein NTP-Server ausgewählt sein, wenn der Übernahme-"
-#~ "Modus nicht aktiv ist."
-
-#, fuzzy
-#~ msgid "Please specify a valid dns name."
-#~ msgstr "Bitte geben Sie einen gültige Disk-Namen ein."
-
-#~ msgid "Please specify a valid VSync range."
-#~ msgstr "Bitte geben Sie einen gültigen VSync-Bereich an."
-
-#~ msgid "Please specify a valid HSync range."
-#~ msgstr "Bitte geben Sie einen gültigen HSync-Bereich an."
-
-#~ msgid "Hsync"
-#~ msgstr "HSync"
-
-#~ msgid "Vsync"
-#~ msgstr "VSync"
-
-#~ msgid "The required field 'Terminal name' is not set."
-#~ msgstr "Das benötigte Feld 'Terminal-Name' ist nicht gesetzt."
-
-#~ 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."
-
-#~ msgid "This 'dn' has no printer features."
-#~ msgstr "Dieser 'DN' hat keine Drucker-Erweiterungen."
-
-#~ 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."
-
-#~ 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."
-
-#~ 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."
-
-#~ 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."
-
-#~ msgid ""
-#~ "This printer belongs to workstation %s. You can't rename this printer."
-#~ msgstr ""
-#~ "Dieser Drucker gehört zur Arbeitsstation %s. Ein Umbenennen ist daher "
-#~ "nicht möglich."
-
-#, fuzzy
-#~ msgid "The required field 'Printer name' is not set."
-#~ msgstr "Das benötigte Feld 'Telefon-Name' ist nicht gesetzt."
-
-#, fuzzy
-#~ msgid "Invalid character in printer name."
-#~ msgstr "Die angegebene Kategorie enthält ungültige Zeichen."
-
-#~ msgid "You're about to delete the ppd file '%s' at '%s'."
-#~ msgstr "Sind sind dabei, die PPD-Datei '%s' aus '%s' zu löschen."
-
-#, fuzzy
-#~ msgid "You are not allowed to delete this device type!"
-#~ msgstr "Sie haben keine Berechtigung, diesen MIME-Typ zu löschen!"
-
-#, fuzzy
-#~ msgid "You're about to delete the device '%s'."
-#~ msgstr "Sie sind dabei das GLPI Gerät '%s' zu löschen."
-
-#, fuzzy
-#~ msgid "You are not allowed to delete this device!"
-#~ msgstr "Sie sind nicht berechtigt, diese ACL zu löschen!"
-
-#, fuzzy
-#~ msgid ""
-#~ "This menu allows you to add, edit and remove selected devices. You may "
-#~ "want to use the range selector on top of the device listbox, when working "
-#~ "with a large number of devices."
-#~ 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."
-
-#~ 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)."
-
-#~ msgid ""
-#~ "Invalid character in description. Please specify a valid description."
-#~ msgstr ""
-#~ "Ungültiges Zeichen im Feld 'Beschreibung'. Bitte geben Sie eine gültige "
-#~ "Beschreibung ein."
-
-#~ msgid "Please specify a valid iSerial."
-#~ msgstr "Bitte geben Sie eine gültige iSerial ein."
-
-#~ msgid "Please specify a valid vendor ID. (2 byte hex like '0xFFFF')"
-#~ msgstr ""
-#~ "Bitte geben Sie eine gültige ID für diesen Lieferanten ein (2 Byte Hex, z."
-#~ "B. '0xFFFF')"
-
-#~ msgid "Please specify a valid product ID. (2 byte hex like '0xFFFF')"
-#~ msgstr ""
-#~ "Bitte geben Sie eine gültige Produkt-ID ein (2 Byte Hex, z.B. '0xFFFF')"
-
-#~ msgid "An Entry with this name already exists."
-#~ msgstr "Ein Eintrag mit diesem Namen existiert bereits."
-
-#~ msgid "You have no permissions to create a workstation on this 'Base'."
-#~ msgstr ""
-#~ "Sie haben keine Berechtigung, eine Arbeitsstation unter dieser 'Basis' "
-#~ "anzulegen."
-
-#~ msgid "There must be at least one NTP server selected."
-#~ msgstr "Es muss mindestens ein NTP-Server ausgewählt sein."
-
-#~ msgid "Please specify a valid name for this mime type."
-#~ msgstr "Bitte geben Sie einen gültigen Namen für diesen MIME-Typ an."
-
-#~ msgid "Please specify at least one file pattern."
-#~ msgstr "Bitte geben Sie mindestens ein Dateimuster an."
-
-#~ msgid "There's already a mime type with this 'Name'."
-#~ msgstr "Eine MIME-Typ mit diesem Namen existiert bereits."
-
-#~ msgid "There's already an mime with this 'Name'."
-#~ msgstr "Ein MIME-Typ mit diesem 'Namen' existiert bereits."
-
-#~ msgid "You are not allowed to delete this mime type!"
-#~ msgstr "Sie haben keine Berechtigung, diesen MIME-Typ zu löschen!"
-
-#~ msgid "You're about to delete the mime type '%s'."
-#~ msgstr "Sie löschen gerade den MIME-Typ '%s'."
-
-#~ msgid ""
-#~ "This menu allows you to add, edit and remove selected mime types. You may "
-#~ "want to use the range selector on top of the mime type listbox, when "
-#~ "working with a large number of mime types."
-#~ msgstr ""
-#~ "Dieses Menü erlaubt es Ihnen MIME-Typen hinzuzufügen, zu bearbeiten oder "
-#~ "zu entfernen. Bei einer großen Anzahl von MIME-Typen bietet sich die "
-#~ "Verwendung der Bereichsauswahl an."
-
-#~ msgid "Mime type name"
-#~ msgstr "MIME-Typ Name"
-
-#, fuzzy
-#~ msgid "Job details"
-#~ msgstr "Details"
-
-#, fuzzy
-#~ msgid "Schedule Execution"
-#~ msgstr "Geplantes Update"
-
-#, fuzzy
-#~ msgid ""
-#~ "You are about to remove the following actions from the GOsa support "
-#~ "Daemon: %s"
-#~ msgstr "Sie löschen gerade den Eintrag %s."
-
-#~ msgid "Specified name should only consist of upper-/lowercase characters."
-#~ msgstr ""
-#~ "Der angegebene Name sollte ausschliesslich aus Groß- und Kleinbuchstaben "
-#~ "bestehen."
-
-#~ msgid "Please specify a valid script name."
-#~ msgstr "Bitte geben Sie einen gültigen Skript-Namen ein."
-
-#~ msgid "Specified description contains invalid characters."
-#~ msgstr "Das Feld 'Beschreibung' enthält ungültige Zeichen!"
-
-#~ msgid "Remove environment extension"
-#~ msgstr "Umgebungs-Erweiterung entfernen"
-
-#~ 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."
-
-#~ msgid "Add environment extension"
-#~ msgstr "Umgebungs-Erweiterung hinzufügen"
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
+msgid "Device management"
+msgstr "Geräte-Verwaltung"
 
-#~ 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."
+#: admin/devices/class_deviceManagement.inc:8
+msgid "Manage devices"
+msgstr "Geräte verwalten"
 
-#~ 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."
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
+msgid "device"
+msgstr "Gerät"
 
-#, fuzzy
-#~ msgid "Please specify a valid mount point!"
-#~ msgstr "Bitte geben Sie eine gültige iSerial ein."
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
+msgstr "Digitalkamera"
 
-#, fuzzy
-#~ msgid "You cannot use spaces in the mount path!"
-#~ msgstr "Leerzeichen sind im Einhänge-Pfad nicht erlaubt!"
+#: admin/devices/class_deviceGeneric.inc:29
+msgid "USB stick"
+msgstr "USB-Stick"
 
-#~ msgid "Removing of user/environment account with dn '%s' failed."
-#~ msgstr "Entfernen von Benutzer/Umgebungs-Konto mit dn '%s' fehlgeschlagen."
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
+msgstr "CD/DVD-Laufwerk"
 
-#~ msgid "Please set a valid profile quota size."
-#~ msgstr "Bitte wählen Sie eine gültige Kontingent-Grösse."
+#: admin/devices/class_deviceGeneric.inc:94
+msgid "iSerial"
+msgstr "iSerial"
 
-#~ msgid "Saving of user/environment account with dn '%s' failed."
-#~ msgstr "Speichern von Benutzer/Umgebungs-Konto mit dn '%s' fehlgeschlagen."
+#: admin/devices/class_deviceGeneric.inc:97
+msgid "Serial"
+msgstr "Seriell"
 
-#~ 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"
+#: admin/devices/class_deviceGeneric.inc:100
+msgid "Vendor ID"
+msgstr "Lieferanten-ID"
 
-#, fuzzy
-#~ msgid "You have no permission to delete this entry!"
-#~ msgstr "Sie haben keine Berechtigung, diese Sperrliste zu entfernen."
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr "Gerät"
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Auswahl"
+#: admin/devices/class_deviceGeneric.inc:236
+msgid "Device generic"
+msgstr "Allgemeines zum Gerät"
 
-#, fuzzy
-#~ msgid "Text"
-#~ msgstr "textuell"
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
+msgid "List of defined devices"
+msgstr "Liste der definierten Geräte"
 
-#, fuzzy
-#~ msgid "Install"
-#~ msgstr "Neu-Installation"
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr "Zeige die Geräte, auf die das Folgende passt"
 
-#~ msgid ""
-#~ "Setting action state (FAIstate) failed for object '%s', value was '%s'."
-#~ msgstr ""
-#~ "Setzen von Ablaufstatus (FAIstate) fehlgeschlagen für Objekt '%s'; der "
-#~ "Wert war '%s'."
+#: admin/devices/class_divListDevices.inc:278
+msgid "Number of listed devices"
+msgstr "Anzahl der angezeigten Geräte"
 
-#~ msgid "Saving of system workstation/generic (FAIstate) with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Arbeitsstation/Allgemein (FAIstate) mit dn '%s' "
-#~ "fehlgeschlagen."
+#: admin/devices/remove.tpl:6
+msgid ""
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Dies wird unter Umständen von verschiedenen Benutzern/Gruppen genutzt. Bitte "
+"prüfen Sie genau, ob Sie dies wünschen, da GOsa keine Möglichkeit hat, die "
+"Daten wiederherzustellen."
 
-#~ msgid "Saving workstation failed"
-#~ msgstr "Speichern der Arbeitsstation ist fehlgeschlagen"
+#: admin/devices/deviceGeneric.tpl:32
+msgid "Device type"
+msgstr "Gerätetyp"
 
-#~ msgid "Saving of system terminal/startup with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Terminal/Systemstart mit dn '%s' fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:35
+msgid "Choose the device type"
+msgstr "Wählen Sie den Gerätetyp"
 
-#~ msgid "Saving of system workstation/service with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Arbeitsstation/Dienst mit dn '%s' fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr "Seriennumner"
 
-#~ msgid "Removing of object system terminal/generic with dn '%s' failed."
-#~ msgstr "Entfernen von System Terminal/Allgemein mit dn '%s' fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:45
+msgid "(iSerial)"
+msgstr "(iSerial)"
 
-#~ msgid "Saving of object system terminal/generic with dn '%s' failed."
-#~ msgstr "Speichern von Objekt Terminal/Allgemein mit dn '%s' fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
+msgstr "Anbieter-ID"
 
-#~ msgid "Saving of system workstation/startup with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Arbeitsstation/Systemstart mit dn '%s' "
-#~ "fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
+msgstr "(idVendor)"
 
-#, fuzzy
-#~ msgid "Could not remove terminal service."
-#~ msgstr "Terminal-Dienst"
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr "Produkt-ID"
 
-#~ msgid "Saving of object system terminal/service with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von Objekt System Terminal/Dienst mit dn '%s' fehlgeschlagen."
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr "(idProduct)"
 
-#~ msgid "Removing of system workstation/generic with dn '%s' failed."
-#~ msgstr ""
-#~ "Entfernen von System Arbeitsstation/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_logonManagementDialog.inc:107
+msgid "Script name"
+msgstr "Skriptname"
 
-#~ msgid "Saving of system workstation/generic with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Arbeitsstation/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Umgebung"
 
-#~ msgid "Removing of system print/generic with dn '%s' failed."
-#~ msgstr "Entfernen von System Drucker/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:137
+#, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
+msgstr "Das Gerät'%s' ist nicht mehr länger verfügbar. Es wird gelöscht!"
 
-#~ msgid "Saving of system print/generic with dn '%s' failed."
-#~ msgstr "Speichern von System Drucker/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "auto"
 
-#~ msgid "Saving server services/goNtpServer with dn '%s' failed."
-#~ msgstr "Speichern von Server-Dienste/GOntp mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:232
+#, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Kann Datei '%s' nicht öffnen!"
 
-#~ msgid "Saving server services/terminalServer with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von Server-Dienste/Terminal-Dienst mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "deaktiviert"
 
-#~ msgid "Saving of system server/shares with dn '%s' failed."
-#~ msgstr "Speichern von System Server/Freigabe mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
+msgstr ""
+"Das Kiosk-Profil '%s', das sich auf dem Server '%s' befindet, ist nicht mehr "
+"verfügbar. Das Kiosk-Profil wird deaktiviert!"
 
-#~ msgid "Creating system server/shares (mount container) with dn '%s' failed."
-#~ msgstr ""
-#~ "Erstellen von System Server/Freigabe (Mount-Container) mit dn '%s' "
-#~ "fehlgeschlagen."
+#: personal/environment/class_environment.inc:333
+#, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr "Der Profil-Server '%s' ist nicht mehr verfügbar, Wechsel auf Server '%s'."
 
-#~ msgid "Removing system server/shares (mount container) with dn '%s' failed."
-#~ msgstr ""
-#~ "Entfernen von System Server/Freigaben (Mount-Container) mit dn '%s' "
-#~ "fehlgeschlagen."
+#: personal/environment/class_environment.inc:337
+#, php-format
+msgid "Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr ""
+"Der Profil-Server '%s' ist nicht mehr verfügbar. Das Kiosk-Profil wird "
+"deaktiviert."
 
-#~ msgid "Saving system server/shares (mount container) with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Server/Freigaben (Mount-Container) mit dn '%s' "
-#~ "fehlgeschlagen."
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
+msgstr "POSIX"
 
-#~ msgid "Removing of application with dn '%s' failed."
-#~ msgstr "Entfernen der Anwendung mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr "Anmelde-Skripte"
 
-#~ msgid "Removing application from objectgroup '%s' failed"
-#~ msgstr "Entfernen der Anwendung von Objektgruppe '%s' fehlgeschlagen"
+#: personal/environment/class_environment.inc:647
+msgid "Share"
+msgstr "Freigabe"
 
-#~ msgid "Saving of application with dn '%s' failed."
-#~ msgstr "Speichern der Anwendung mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
+msgstr "Verwendet von allen Benutzern"
 
-#~ msgid "Removing of application parameters with dn '%s' failed."
-#~ msgstr "Entfernen der Anwendungsparameter mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
+msgstr "Verwendet von einigen Benutzern"
 
-#~ msgid "Saving of application parameters with dn '%s' failed."
-#~ msgstr "Speichern der Anwendungsparameter mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "Passwort zurücksetzen"
 
-#~ msgid "Saving of mime type/generic with dn '%s' failed."
-#~ msgstr "Speichern von MIME-Typ/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "Diesen Freigabe-Eintrag entfernen"
 
-#~ msgid "Removing of mime type/generic with dn '%s' failed."
-#~ msgstr "Entfernen von MIME-Typ/Allgemein mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
+msgstr "Kann Standarddrucker-Flag nicht für Gruppen setzen!"
 
-#~ msgid "Removing mime type from objectgroup '%s' failed"
-#~ msgstr "Entfernen des MIME-Typs von Objektgruppe '%s' fehlgeschlagen"
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+msgid "Profile quota"
+msgstr "Profil-Kontingent"
 
-#, fuzzy
-#~ msgid ""
-#~ "Removing of group/application account with dn '%s' failed, could not "
-#~ "remove '%s'."
-#~ msgstr "Entfernen von Gruppen/Anwendungen mit dn '%s' fehlgeschlagen."
+#: personal/environment/class_environment.inc:1121
+msgid "environment"
+msgstr "Umgebung"
 
-#, fuzzy
-#~ msgid "Could not save group application settings."
-#~ msgstr "Anwendungs-Einstellungen"
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "Gruppen-Freigabe"
 
-#~ msgid "No ACTIONCMD definition found in your gosa.conf"
-#~ msgstr "Es ist kein ACTIONCMD in ihrer gosa.conf definiert"
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "Administrator"
 
-#~ msgid "Execution of '%s' failed!"
-#~ msgstr "Die Ausführung des Befehls '%s' ist fehlgeschlagen!"
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Standard Drucker"
 
-#~ msgid "Font server"
-#~ msgstr "Schriften-Server"
+#: personal/environment/class_environment.inc:1740
+msgid "Environment settings"
+msgstr "Umgebungs-Einstellungen"
 
-#~ msgid "Select specific font server to use"
-#~ msgstr "Wählen Sie einen bestimmten Schriften-Server"
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Mein Konto"
 
-#~ msgid "Print device"
-#~ msgstr "Drucker"
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
+msgstr "Befehl um die Liste der möglichen Auflösungen zu erweitern"
 
-#~ msgid "Select to start IPP based printing service on terminal"
-#~ msgstr "Auswählen, um auf dem Terminal IPP-basierte Druckdienste zu starten"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "Auflösung änderbar während des Betriebs"
 
-#~ msgid "Provide print services"
-#~ msgstr "Druckdienste bereitstellen"
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "Profil lokal zwischenspeichern"
 
-#~ msgid "Select NFS filesystem to place spool files on"
-#~ msgstr ""
-#~ "Wählen Sie das NFS-Dateisystem, in dem die Spool-Dateien abgelegt werden"
+#: personal/environment/class_environment.inc:1756
+msgid "Profile server"
+msgstr "Profilserver"
 
-#~ msgid "Select scanner driver to use"
-#~ msgstr "Wählen Sie den Scanner-Treiber, der benutzt werden soll"
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Anmelde-Skript"
 
-#~ msgid "Select if terminal supports graphical startup with progress bar"
-#~ msgstr ""
-#~ "Wählen, wenn das Terminal den grafischen Startvorgang mit "
-#~ "Fortschrittsbalken unterstützt"
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "Hotplug-Geräte"
 
-#~ msgid "use graphical bootup"
-#~ msgstr "grafisches Booten nutzen"
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "Einstellungen der Benutzer-Umgebung"
 
-#~ msgid "Select if terminal should boot in text mode"
-#~ msgstr "Wählen, wenn das Terminal im Textmodus starten soll"
+#: personal/environment/class_selectPrinterDialog.inc:107
+msgid "Please select a printer!"
+msgstr "Bitte wählen Sie einen Drucker!"
 
-#~ msgid "use standard linux textual bootup"
-#~ msgstr "Standard Textmodus nutzen"
+#: personal/environment/class_hotplugDialog.inc:64
+msgid "Please select a hotplug device!"
+msgstr "Bitte wählen Sie ein Hotplug-Gerät!"
 
-#~ msgid "Select to get more verbose output during startup"
-#~ msgstr ""
-#~ "Wählen, um ausführlichere Informationen während des Starts zu erhalten"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Drucker hinzufügen"
 
-#~ msgid "use debug mode for startup"
-#~ msgstr "benutze Fehlersuch-Modus für Systemstart"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
+msgstr "Zeige die Drucker, auf die Folgendes passt"
 
-#~ msgid "graphic"
-#~ msgstr "grafisch"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
+msgstr "Regulärer Ausdruck zum Erkennen von Druckernamen"
 
-#~ msgid "Saving of system terminal/generic (FAIstate) with dn '%s' failed."
-#~ msgstr ""
-#~ "Speichern von System Terminal/Allgemein (FAIstate) mit dn '%s' "
-#~ "fehlgeschlagen."
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
+msgstr "Verwaltung der Anmelde-Skripte"
 
-#~ msgid "No WAKECMD definition found in your gosa.conf"
-#~ msgstr "Es ist kein WAKECMD in ihrer gosa.conf definiert"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Einstellungen für Anmelde-Skripte"
 
-#~ msgid "No REBOOTCMD definition found in your gosa.conf"
-#~ msgstr "Es ist kein REBOOTCMD in ihrer gosa.conf definiert"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Skriptname"
 
-#~ msgid "No HALTCMD definition found in your gosa.conf"
-#~ msgstr "Es ist kein HALTCMD in ihrer gosa.conf definiert"
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorität"
 
-#~ msgid "default"
-#~ msgstr "Standard"
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Optionen für Anmelde-Skripte"
 
-#~ msgid "Font path"
-#~ msgstr "Schrift-Suchpfad"
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Letztes Skript"
 
-#~ msgid "Scanner model"
-#~ msgstr "Scanner-Modell"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Skript kann vom Benutzer ausgetauscht werden"
 
-#~ msgid "Terminal server, must have fontpath specified."
-#~ msgstr "Terminal-Server benötigt einen Schrift-Suchpfad"
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug-Geräte hinzufügen"
 
-#~ msgid "Removing application from group '%s' failed"
-#~ msgstr "Entfernen der Anwendung von der Gruppe '%s' ist fehlgeschlagen"
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Verwaltung der Hotplug-Geräte"
 
-#~ msgid "This 'dn' is no appgroup."
-#~ msgstr "Diese 'dn' hat keine Anwendungs-Informationen"
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Auswahl des hinzuzufügenden Hotplug-Gerätes"
 
-#~ 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."
+#: 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"
 
-#~ msgid "Create applications"
-#~ msgstr "Anwendungen erstellen"
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
 
-#~ 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."
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Die Umgebungs-Erweiterung ist zur Zeit deaktiviert."
 
-#~ msgid "ACL"
-#~ msgstr "Zugriffsregeln"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profile"
 
-#~ msgid "Insufficient permissions"
-#~ msgstr "Unzureichende Berechtigungen"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
+msgstr "Umgebungs-Einstellungen"
 
-#~ msgid ""
-#~ "You do not have permission to query application entries. All your changes "
-#~ "will not be saved."
-#~ msgstr ""
-#~ "Sie haben keine Berechtigung, um Anwendungseinträge abzufragen. Ihre "
-#~ "Änderungen werden nicht übernommen."
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr "Benutze Profil-Verwaltung"
 
-#~ msgid "Invalid character in category name."
-#~ msgstr "Die angegebene Kategorie enthält ungültige Zeichen."
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr "Profil-Pfad"
 
-#~ msgid "The specified category already exists."
-#~ msgstr "Die angegebene Kategorie existiert bereits."
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "MB"
 
-#~ 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."
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
+msgstr "Profil-Verwaltung"
 
-#~ msgid "Delete entry"
-#~ msgstr "Eintrag entfernen"
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
+msgstr "Profil-Server-Verwaltung"
 
-#~ msgid "Insert seperator"
-#~ msgstr "Feldtrenner einfügen"
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
+msgstr "Profil-Kontingent"
 
-#~ msgid "This application is no longer available."
-#~ msgstr "Diese Applikation ist nicht mehr verfügbar."
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
+msgstr "Kiosk-Profil-Einstellungen"
 
-#~ msgid "This application is not available in any release named %s."
-#~ msgstr "Diese Applikation ist im Release '%s' nicht verfügbar."
+#: personal/environment/environment.tpl:136
+msgid "Profile"
+msgstr "Profil"
 
-#~ msgid "Check parameter"
-#~ msgstr "Überprüfe Parameter"
+#: personal/environment/environment.tpl:153
+msgid "Manage"
+msgstr "Verwalten"
 
-#~ msgid "This application has changed parameters."
-#~ msgstr "Diese Applikation hat veränderte Parameter."
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
+msgstr "Benutzer, der für die Verbindung zur Freigabe verwendet wird"
 
-#~ msgid "Saving of groups/applications with dn '%s' failed."
-#~ msgstr "Speichern von Gruppen/Anwendungen mit dn '%s' fehlgeschlagen."
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr "Wählen Sie eine Freigabe"
 
-#~ msgid ""
-#~ "Can't resolve the release name '%s', setting release name to '%s'. "
-#~ "Possibly the objects base has changed."
-#~ msgstr ""
-#~ "Der Release-Name '%s' kann nicht aufgelöst werden. Nehme '%s' als neuen "
-#~ "Release-Namen an."
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
+msgstr "Einhänge-Pfad"
 
-#~ msgid ""
-#~ "There are no releases available. You will not be able to select another "
-#~ "release."
-#~ msgstr ""
-#~ "Es sind keine Releases verfügbar. Sie werden kein anderes Release "
-#~ "auswählen können."
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
+msgstr "Einstellungen der Hotplug-Geräte"
 
-#, fuzzy
-#~ msgid "Modify application settings for groups."
-#~ msgstr "Zeige Anwendungs-Gruppen"
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
+msgstr ""
+"Das Verwenden dieser Option wird die Druckereinstellungen aller momentan "
+"bearbeiteten Objekte vollständig überschreiben!"
 
-#~ msgid "Release focus"
-#~ msgstr "Release-Fokus"
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
+msgstr "Drucker-Einstellungen"
 
-#~ msgid "Select release name"
-#~ msgstr "Release-Namen auswählen"
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
+msgstr "Admin-Modus umschalten"
 
-#~ msgid "Used applications"
-#~ msgstr "Verwendete Anwendungen"
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
+msgstr "Standard umschalten"
 
-#~ msgid "Add category"
-#~ msgstr "Kategorie hinzufügen"
index 2117cfb6b2940110c56fc7ab9cce466fafe5679a..d9616928e854038d565c27dcf9928861b150a151 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: admin\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
 "PO-Revision-Date: 2007-07-24 00:26+0200\n"
 "Last-Translator: ALEJANDRO ESCANERO BLANCO\n"
 "Language-Team:  <es@li.org>\n"
@@ -17,138 +17,154 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Entorno"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+msgid "Available targets"
 msgstr ""
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Aviso"
+#: addons/goto/class_target_list.inc:69
+msgid "Object name"
+msgstr ""
 
-#: personal/environment/class_environment.inc:137
-#, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
+#: addons/goto/class_target_list.inc:72
+msgid "Select to see object groups"
 msgstr ""
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "automático"
+#: addons/goto/class_target_list.inc:72
+msgid "Show object groups"
+msgstr ""
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "Se puede escribir en la configuración"
+msgid "Select to see servers"
+msgstr "Seleccione para buscar dentro de los subárboles"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "No se puede grabar el archivo '%s'."
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "Servidor de Intercambio"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "desactivado"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Seleccione para buscar dentro de los subárboles"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Estación de trabajo"
+
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Seleccione para buscar dentro de los subárboles"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
-"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
-"servidor de perfiles a '%s'."
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
-"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
-"servidor de perfiles a '%s'."
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:83
+msgid "Regular expression for matching group names"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
-#, fuzzy
-msgid "Permission error"
-msgstr "Permisos"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
 msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Base"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Enviar departamento"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "Enviar"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Servidor"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Estación de trabajo"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -156,1541 +172,1044 @@ msgstr ""
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr ""
 
-#: personal/environment/class_environment.inc:639
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
+
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
+msgid "System deployment"
+msgstr ""
+
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr ""
+
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Share"
-msgstr "Recursos compartidos"
+msgid "Permission"
+msgstr "Permisos"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
 #, fuzzy
-msgid "Mount point"
-msgstr "Puerto del ratón"
+msgid "Service infrastructure"
+msgstr "Buscar en subárboles"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
+#: addons/goto/class_gotomasses.inc:290
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_gotomasses.inc:291
+msgid "List of queued jobs"
 msgstr ""
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "Reiniciar hash de la contraseña"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Acciones"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "Eliminar entrada compartida"
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Crear"
 
-#: personal/environment/class_environment.inc:952
-#, fuzzy
-msgid "Cannot set default printer flag for groups!"
-msgstr ""
-"El indicador de impresora por defecto de GOsa no está permitido dentro de "
-"los grupos."
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Eliminar"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "LDAP error"
-msgstr "Servicio LDAP"
-
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-msgid "Profile quota"
-msgstr "Cuota del Perfil"
+msgid "Resume"
+msgstr "Reinstalar"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:308
 #, fuzzy
-msgid "environemnt"
-msgstr "Entorno"
-
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "grupo compartido"
-
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "Administrador"
-
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Impresora por defecto"
-
-#: personal/environment/class_environment.inc:1736
-msgid "Environment settings"
-msgstr "Parámetros de entorno"
+msgid "Pause"
+msgstr "Base"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Mi cuenta"
+#: addons/goto/class_gotomasses.inc:309
+#, fuzzy
+msgid "Abort"
+msgstr "Inicio todos"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
-msgstr "Comando para extender la lista de resoluciones de pantalla posibles"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Ejecute"
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "Resolución modificable durante la sesión"
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
+msgid "Reload"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "Cachear perfil localmente"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "Juego de caracteres"
 
-#: personal/environment/class_environment.inc:1752
-msgid "Profile server"
-msgstr "Servidor de Perfil"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Resolución"
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "Actualización programada"
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Perfil Kiosk"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+#, fuzzy
+msgid "Status"
+msgstr "Inicio"
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Script de inicio de sesión"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Acción"
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "Dispositivos de conexión en caliente (HotPlug)"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "Recursos compartidos"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "Seleccione para buscar dentro de los subárboles"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Editar"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Search in subtrees"
-msgstr "Buscar en subárboles"
+#: addons/goto/class_gotomasses.inc:433
+#, fuzzy
+msgid "Waiting"
+msgstr "Aviso"
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
+#: addons/goto/class_gotomasses.inc:439
+#, fuzzy
+msgid "Processed"
+msgstr "Propiedades"
+
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "Bloqueado"
+
+#: addons/goto/class_gotomasses.inc:454
+#, fuzzy
+msgid "Detection"
+msgstr "Sección"
+
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
+
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "Descripción"
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr ""
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Aviso"
 
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
+#, fuzzy
+msgid "Time schedule"
+msgstr "Actualización programada"
 
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr ""
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+#, fuzzy
+msgid "System list"
+msgstr "Análisis del sistema"
 
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr ""
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#, fuzzy
+msgid "Progress"
+msgstr "Propiedades"
 
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr ""
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+#, fuzzy
+msgid "Result"
+msgstr "Resolución"
 
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#, fuzzy
+msgid "Lock"
+msgstr "Bloqueado"
 
-#: personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr "Forzar inicio local"
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Mostrar usuarios que coincidan con"
+#: addons/goto/events/class_DaemonEvent.inc:117
+#, fuzzy
+msgid "This job has no template."
+msgstr "Esta 'dn' no tiene características de terminal."
 
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
 msgstr ""
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr ""
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Añadir"
 
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Apagar"
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Reiniciar"
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#, fuzzy
+msgid "Activate"
+msgstr "Activado"
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#, fuzzy
+msgid "Abort installation"
+msgstr "Estación de trabajo"
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "Mb"
+#: addons/goto/events/target_list.tpl:5
+#, fuzzy
+msgid "Use"
+msgstr "Usuario"
 
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
 msgstr ""
 
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
 msgstr ""
 
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
+#, fuzzy
+msgid "Subject"
+msgstr "Enviar"
 
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
+msgid "Message"
 msgstr ""
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Servidor"
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
+#, fuzzy
+msgid "Targets"
+msgstr "Recursos compartidos"
 
-#: personal/environment/environment.tpl:136
-msgid "Profile"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
 msgstr ""
 
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr ""
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
+#, fuzzy
+msgid "System / Department"
+msgstr "Departamento"
 
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr ""
+#: addons/goto/events/class_EventTargetAddList.inc:73
+#, fuzzy
+msgid "Display server"
+msgstr "Servidor de Cola"
 
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+#, fuzzy
+msgid "Display workstation"
+msgstr "Mostrar usuarios que coincidan con"
+
+#: addons/goto/events/class_EventTargetAddList.inc:75
+msgid "Display object groups"
 msgstr ""
 
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Eliminar"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+#, fuzzy
+msgid "Display users"
+msgstr "Servidor de Cola"
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Editar"
-
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr ""
-
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Impresora"
-
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
-msgstr ""
-
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr ""
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr ""
-
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr ""
-
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Nombre"
-
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Contenido del script"
-
-#: personal/environment/class_selectPrinterDialog.inc:107
-#, fuzzy
-msgid "Please select a printer!"
-msgstr "Por favor seleccione una plantilla válida."
-
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "Parámetros de entorno de usuario"
-
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Aplicaciones"
-
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "aplicación"
-
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "Lista de aplicaciones"
-
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Nombre de la aplicación"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Departamento"
-
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Acciones"
-
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Base"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Enviar departamento"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "Enviar"
-
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Crear"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Aplicación"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-#, fuzzy
-msgid "Copy"
-msgstr "copiar"
-
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "mover"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr ""
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "mover"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "Mover esta entrada"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "copiar"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "Copiar esta entrada"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "editar"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Editar esta entrada"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "eliminar"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Eliminar esta entrada"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Eliminar aplicaciones seleccionadas"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Eliminar departamentos seleccionados"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "sin ejemplo"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr ""
-"No se puede eliminar el perfil Kiosk, está todavía en uso por el objeto '%s'."
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Permisos"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "No se puede grabar el archivo '%s'."
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Ejecute"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Ejecute"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "Parametros de la aplicación"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-"Nombre con el que se mostrara la aplicación(esto es debajo de los iconos)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Genérico"
-
-#: admin/applications/class_applicationGeneric.inc:576
-msgid "Application generic"
-msgstr "Aplicación genérica"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Icono"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr "Marca"
-
-#: admin/applications/class_applicationGeneric.inc:591
-msgid "Script content"
-msgstr "Contenido del script"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Solo ejecutables para los miembros"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Colocar icono en los escritorios de los miembros "
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "Colocar entrada en los barra de inicio de los miembros"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Colocar entrado en los menús de inicio de los miembros"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Reemplazar la configuración del usuario en el inicio"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Eliminar opciones"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Parámetro"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Crear opciones"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "Valor por defecto"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Añadir opción"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Parámetro"
-
-#: admin/applications/class_applicationParameters.inc:229
-msgid "Parameter configuration"
-msgstr "Configuración del parámetro"
-
-#: admin/applications/class_applicationParameters.inc:237
-msgid "Application parameter settings"
-msgstr "Configuración de los parámetros de aplicación"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr ""
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr ""
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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 ""
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/remove.tpl:9
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Administración de aplicación"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr ""
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr ""
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr ""
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr ""
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr ""
-
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr ""
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr ""
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture from LDAP"
-msgstr ""
-
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Opciones"
-
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr ""
-
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr ""
-
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "Versión"
-
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
 #, fuzzy
-msgid "Folder"
-msgstr "Modo"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "Mover arriba"
-
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "Mover abajo"
+msgid "Display groups"
+msgstr "Servidor de Cola"
 
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Editar entrada"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Usuario"
 
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Añadir opción"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Grupo"
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
 #, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "La aplicación seleccionada no tiene opciones."
+msgid "Software update"
+msgstr "Actualización instantánea"
 
-#: admin/groups/apps/edit_entry.tpl:8
-msgid "Folder image"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:12
-#, fuzzy
-msgid "Could not load image."
-msgstr "No se puede subir la imagen a %s."
-
-#: admin/groups/apps/edit_entry.tpl:14
-#, fuzzy
-msgid "None"
-msgstr "ninguno"
-
-#: admin/groups/apps/edit_entry.tpl:24
-msgid "Upload image"
-msgstr ""
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Despertar"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+msgid "Start a system"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "Versión"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "Reinstalar"
 
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:265
-#, fuzzy
-msgid "Add application extension"
-msgstr "Añadir extensión de impresora"
-
-#: admin/groups/apps/class_groupApplication.inc:270
-#, fuzzy
-msgid "Remove application extension"
-msgstr "Eliminar aplicaciones"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "atrás"
-
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "departamento"
-
-#: admin/groups/apps/class_groupApplication.inc:930
+#: addons/goto/events/timestamp_select.tpl:4
 #, fuzzy
-msgid "Not available in release."
-msgstr "No esta disponible en la configuración actual"
-
-#: admin/groups/apps/class_groupApplication.inc:1101
-msgid "Group applications"
-msgstr "Grupo de aplicaciones"
-
-#: admin/groups/apps/class_groupApplication.inc:1110
-msgid "Application parameter"
-msgstr "Parámetro de la aplicación"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-msgid "LDAP service"
-msgstr "Servicio LDAP"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
-msgstr ""
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr "Ldap"
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Servicios"
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-msgid "Ldap base"
-msgstr "Base Ldap"
-
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr ""
+msgid "Month"
+msgstr "Monitor"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "Ruta"
-
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr "Volumen"
-
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Tipo"
-
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr ""
+#: addons/goto/events/timestamp_select.tpl:8
+#, fuzzy
+msgid "Minute"
+msgstr "Impresora"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "Opción"
+#: addons/goto/events/timestamp_select.tpl:9
+#, fuzzy
+msgid "Second"
+msgstr "Sección"
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-msgid "Time server"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
 msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-msgid "Time service (NTP)"
-msgstr "Servicio Horario (NTP)"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-msgid "Time service"
-msgstr "Servicio Horario"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-msgid "Time service - NTP"
-msgstr "Servicio Horario - NTP"
-
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-msgid "Ntp source"
-msgstr "Servicio NTP externo"
+#: addons/goto/events/DaemonEvent_notify.tpl:7
+#, fuzzy
+msgid "Message settings"
+msgstr "Parámetros del servidor NTP"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-msgid "File service (Shares)"
-msgstr "Servicio de Archivos (Compartidos)"
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+#, fuzzy
+msgid "Target users"
+msgstr "Recursos compartidos"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: addons/goto/events/DaemonEvent_notify.tpl:40
 #, fuzzy
-msgid "share"
+msgid "Target groups"
 msgstr "Recursos compartidos"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
-msgid "File service - Shares"
-msgstr "Servidor de Archivos - Compartidos"
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "Buscar hardware"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
-msgstr "Puntos de montaje Appletalk"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "Chequeo de memoria"
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
-msgid "Charset"
-msgstr "Juego de caracteres"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "Análisis del sistema"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+#, fuzzy
+msgid "Configuration error"
+msgstr "Se puede escribir en la configuración"
+
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "bit"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "enabled"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
+msgstr "heredado"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-msgid "Logging database information"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Contraseña"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
-#, fuzzy
-msgid "Syslog service database"
-msgstr "Servidor de registro de sistema activado"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "Cliente ICA"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Usuario"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automático"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "Base de datos de Registro"
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "Bit"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-msgid "Start"
-msgstr "Inicio"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Esta 'dn' no tiene características de terminal."
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "Parada"
+#: admin/systems/goto/class_terminalService.inc:364
+msgid "Unsupported"
+msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-msgid "Restart"
-msgstr "Reiniciar"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "Elija el teléfono localizado en el terminal actual"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-msgid "Admin"
-msgstr "Administrador"
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+#, fuzzy
+msgid "LDAP error"
+msgstr "Servicio LDAP"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Servidor de registro de sistema"
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+msgid "VSync range"
+msgstr ""
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-msgid "Logging service"
-msgstr "Servicio de Registro de sistema"
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+msgid "HSync range"
+msgstr ""
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Servicio de impresión"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
+msgstr ""
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-msgid "Cups"
-msgstr "Cups"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "desconocido"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+msgid "Service"
+msgstr "Servicio"
 
+#: admin/systems/goto/class_terminalService.inc:622
 #: admin/systems/services/terminal/goTerminalServer.tpl:4
 #: admin/systems/services/terminal/class_goTerminalServer.inc:30
 #: admin/systems/services/terminal/class_goTerminalServer.inc:79
 #: admin/systems/services/terminal/class_goTerminalServer.inc:166
 #: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
 msgid "Terminal service"
 msgstr "Servicio de terminal"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "Desactivar temporalmente el inicio de sesión"
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+msgid "Monitor"
+msgstr "Monitor"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:631
+msgid "Method"
+msgstr "Método"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Escritorio remoto"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-#, fuzzy
-msgid "Server path"
-msgstr "Servidor"
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+msgid "Gfx driver"
+msgstr "Dispositivo Gfx"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
+msgstr "Resolución Gfx"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Perfil Kiosk"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
+msgstr "Profundidad del Color Gfx"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr "Url"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr ""
+
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
+msgstr "Auto-Sync"
+
+#: admin/systems/goto/class_terminalService.inc:639
+msgid "Printer service enabled"
+msgstr "Servicio de impresión activo"
+
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Servidor de Cola"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Repository service"
-msgstr "Servicio del repositorio"
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+msgid "Scanner enabled"
+msgstr "Escáner activado"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr "No puede usar esta extensión hasta que FAI sea activado."
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
+msgstr "Modelo de teclado"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "Clases FAI"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
+msgstr "Localización del teclado"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "Repositorio"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
+msgstr "Variante de teclado"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-msgid "Releases"
-msgstr "Versiones"
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
+msgid "Mouse type"
+msgstr "Tipo de ratón"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "Secciones"
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+msgid "Mouse port"
+msgstr "Puerto del ratón"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Servidor Origen"
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Teléfono hardware"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
 msgstr ""
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
-msgstr "heredado"
-
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
 msgstr ""
-"El perfil Kiosk seleccionado '%s' no es accesible, configurando el perfil "
-"actual a 'ninguno'."
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
 msgstr ""
-"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
-"servidor de perfiles a '%s'."
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
 msgstr ""
-"El comando '%s', especificado como método 'KERNELS' para la extensión '%s' "
-"no existe."
-
-#: admin/systems/goto/class_workstationStartup.inc:300
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Por favor selecciones un 'servidor FAI' o elimine las 'clases FAI'."
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy
-msgid "workstation"
-msgstr "Estación de trabajo"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Permisos"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
-#, fuzzy
-msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
 msgstr ""
-"Ya existe un usuario con este perfil en su selección que tiene "
-"configuraciones de tabla de particiones."
-
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
-msgstr "No esta disponible en la configuración actual"
-
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-#, fuzzy
-msgid "Service infrastructure"
-msgstr "Buscar en subárboles"
-
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Inicio"
-
-#: admin/systems/goto/class_workstationStartup.inc:990
-msgid "System startup"
-msgstr "Inicio del Sistema"
-
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
-msgid "Ldap server"
-msgstr "Servidor LDAP"
-
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Kernel de inicio"
-
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-msgid "Kernel parameter"
-msgstr "Parametros del Kernel"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-msgid "Kernel modules"
-msgstr "Módulos del Kernel"
-
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "Clases FAI"
-
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr "Servidor espejo Debian"
-
-#: admin/systems/goto/class_workstationStartup.inc:1007
-msgid "Debian release"
-msgstr "Versión de Debian"
-
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr "Marca de estado de FAI"
-
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "Añadir extensión de impresora"
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Usuarios"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
-msgstr "Propiedades"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr ""
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Nombre de la estación de trabajo"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr ""
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Localización"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr ""
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Inherit all"
-msgstr "Inicio todos"
-
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
-msgstr "Modo"
+msgid "inherit from group"
+msgstr "Lista de grupos"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
-msgstr ""
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Kernel de inicio"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Acción"
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "Recursos compartidos"
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
 msgstr ""
 
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "Por favor seleccione una impresora o presione cancelar."
+
 #: admin/systems/goto/terminalService.tpl:4
 #: admin/systems/goto/workstationService.tpl:4
 msgid "Keyboard"
@@ -1732,6 +1251,15 @@ msgstr ""
 msgid "Mouse"
 msgstr ""
 
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Tipo"
+
 #: admin/systems/goto/terminalService.tpl:51
 #: admin/systems/goto/workstationService.tpl:58
 msgid "Choose mouse type"
@@ -1747,13 +1275,6 @@ msgstr ""
 msgid "Choose mouse port"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Teléfono hardware"
-
 #: admin/systems/goto/terminalService.tpl:79
 #: admin/systems/goto/workstationService.tpl:89
 msgid "Telephone"
@@ -1765,386 +1286,691 @@ msgstr "Teléfono"
 msgid "Graphic device"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr ""
-
 #: admin/systems/goto/terminalService.tpl:101
 #: admin/systems/goto/workstationService.tpl:114
 msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Resolución"
+
 #: admin/systems/goto/terminalService.tpl:111
 #: admin/systems/goto/workstationService.tpl:126
 msgid "Choose screen resolution used in graphic mode"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:118
-#: admin/systems/goto/workstationService.tpl:134
-msgid "Color depth"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:118
+#: admin/systems/goto/workstationService.tpl:134
+msgid "Color depth"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:121
+#: admin/systems/goto/workstationService.tpl:138
+msgid "Choose colordepth used in graphic mode"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:135
+#: admin/systems/goto/workstationService.tpl:153
+msgid "Display device"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:147
+#: admin/systems/goto/workstationService.tpl:167
+msgid "Use DDC for automatic detection"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:154
+#: admin/systems/goto/workstationService.tpl:175
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:212
+#, fuzzy
+msgid "Remove selected server"
+msgstr "Servidor Raíz"
+
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr ""
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
+
+#: admin/systems/goto/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 ""
+
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "presente"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+#, fuzzy
+msgid "terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "estado desconocido"
+
+#: admin/systems/goto/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"
+
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "en linea"
+
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "funcionando"
+
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "parado"
+
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "sin definirse"
+
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "fuera de linea"
+
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "mostrar selector"
+
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "directo"
+
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "balanceo de carga"
+
+#: admin/systems/goto/class_workstationService.inc:485
+msgid "Workstation service"
+msgstr "Servicio de la estación de trabajo"
+
+#: admin/systems/goto/class_workstationService.inc:499
+msgid "Use DDC"
+msgstr "Usar DDC"
+
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr "Propiedades"
+
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+#, fuzzy
+msgid "Inherit all"
+msgstr "Inicio todos"
+
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr "Modo"
+
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Servidor de registro de sistema"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Servidor Raíz"
 
-#: admin/systems/goto/terminalService.tpl:121
-#: admin/systems/goto/workstationService.tpl:138
-msgid "Choose colordepth used in graphic mode"
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:135
-#: admin/systems/goto/workstationService.tpl:153
-msgid "Display device"
-msgstr ""
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "Servidor de Intercambio"
 
-#: admin/systems/goto/terminalService.tpl:147
-#: admin/systems/goto/workstationService.tpl:167
-msgid "Use DDC for automatic detection"
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:154
-#: admin/systems/goto/workstationService.tpl:175
-msgid "Horizontal refresh frequency for installed monitor"
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Escritorio remoto"
-
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr ""
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Nombre de la estación de trabajo"
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-msgid "Reload"
-msgstr ""
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Localización"
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, fuzzy, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
 msgstr ""
+"El perfil Kiosk seleccionado '%s' no es accesible, configurando el perfil "
+"actual a 'ninguno'."
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, fuzzy, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
 msgstr ""
+"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
+"servidor de perfiles a '%s'."
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
+"El comando '%s', especificado como método 'KERNELS' para la extensión '%s' "
+"no existe."
 
-#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/class_workstationStartup.inc:305
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Por favor selecciones un 'servidor FAI' o elimine las 'clases FAI'."
+
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
 #, fuzzy
-msgid "Remove selected server"
-msgstr "Servidor Raíz"
+msgid "workstation"
+msgstr "Estación de trabajo"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
+#: admin/systems/goto/class_workstationStartup.inc:372
+#, fuzzy
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
 msgstr ""
+"Ya existe un usuario con este perfil en su selección que tiene "
+"configuraciones de tabla de particiones."
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#, fuzzy
+msgid "Mount point"
+msgstr "Puerto del ratón"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr "No esta disponible en la configuración actual"
 
-#: admin/systems/goto/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Inicio"
 
-#: admin/systems/goto/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 ""
+#: admin/systems/goto/class_workstationStartup.inc:1036
+msgid "System startup"
+msgstr "Inicio del Sistema"
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+msgid "Ldap server"
+msgstr "Servidor LDAP"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+msgid "Kernel parameter"
+msgstr "Parametros del Kernel"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+msgid "Kernel modules"
+msgstr "Módulos del Kernel"
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "Clases FAI"
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr "Servidor espejo Debian"
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Teléfono"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+msgid "Debian release"
+msgstr "Versión de Debian"
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr "Marca de estado de FAI"
+
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
+#: admin/systems/goto/class_terminalStartup.inc:539
+msgid "Terminal startup"
+msgstr "Inicio de terminal"
+
 #: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
 #: admin/ogroups/goto/class_termgroup.inc:43
 msgid "Activated"
 msgstr "Activado"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "Bloqueado"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
 #: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
 msgid "Event error"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
 #: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
 #, php-format
 msgid "Event '%s' is not available!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Apagar"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Nombre"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Reiniciar"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
-#, fuzzy
-msgid "System update"
-msgstr "Actualización instantánea"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+msgid "Terminal generic"
+msgstr "Terminal genérico"
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "Reinstalar"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+msgid "Syslog server enabled"
+msgstr "Servidor de registro de sistema activado"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "Buscar hardware"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+msgid "Ntp server settings"
+msgstr "Parámetros del servidor NTP"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "Chequeo de memoria"
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+msgid "Root password"
+msgstr "Contraseña de root"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr "Forzar inicio local"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+msgid "Action flag"
+msgstr "Marca de acción"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/systems/goto/class_workstationGeneric.inc:288
 #: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "Análisis del sistema"
+#, fuzzy
+msgid "System update"
+msgstr "Actualización instantánea"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Despertar"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
+msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_workstationGeneric.inc:471
 msgid ""
 "This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Genérico"
+
+#: admin/systems/goto/class_workstationGeneric.inc:644
 msgid "Workstation generic"
 msgstr "Estación de trabajo genérica"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Estación de trabajo"
-
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_workstationGeneric.inc:656
 msgid "Goto mode"
 msgstr "Pasar al modo"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
 msgid "Ntp server"
 msgstr "Servidor NTP"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-msgid "Root password"
-msgstr "Contraseña de root"
+#: admin/systems/goto/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-msgid "Action flag"
-msgstr "Marca de acción"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "Por favor seleccione una impresora o presione cancelar."
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr ""
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Servidor Raíz"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr ""
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Servidor de Intercambio"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Teléfono"
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "desconocido"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+#, fuzzy
+msgid "Internal error"
+msgstr "Permisos"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, fuzzy, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
+"No puedo extraer una base válida parala dn del objeto, sera puesta la base a "
+"'%s'."
 
-#: admin/systems/goto/gencd.tpl:5
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "Añadir extensión de impresora"
+
+#: admin/systems/goto/class_printGeneric.inc:260
+#, fuzzy
 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."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
+"No se puede activar la pestaña de impresora, el origen de los parametros "
+"desapareció cuando se estaba construyendo."
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
 msgstr ""
+"Esto es una plantilla de estación de trabajo, la pestaña de impresión está "
+"desactivada."
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
 msgstr ""
+"Esto es una plantilla de termina, la pestaña de impresión está desactivada."
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+#, fuzzy
+msgid "printer"
+msgstr "Impresora"
+
+#: admin/systems/goto/class_printGeneric.inc:322
+#, fuzzy
+msgid ""
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
 msgstr ""
+"Este objeto tiene la extensión de impresora desactivada. No puede activarla "
+"mientras un 'cn' no este presente en la entrada. Posiblemente esto ocurra "
+"porque actualmente está creando una nueva plantilla de terminal"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "Eliminar extensión de impresora"
+
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "El archivo PPD seleccionado '%s' no existe."
+
+#: admin/systems/goto/class_printGeneric.inc:516
 #, fuzzy
-msgid "inherit from group"
-msgstr "Lista de grupos"
+msgid "Not defined"
+msgstr "sin definirse"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "No se puede acceder a la información PPD"
+
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
 msgstr ""
+"Esta impresora pertenece al terminal '%s'. No puede renombrar esta impresora."
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+msgid "Object is no printer!"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
+#: admin/systems/goto/class_printGeneric.inc:894
+msgid "Print generic"
+msgstr "Impresora genérica"
+
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Impresora"
+
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
+msgstr "LabeledURL"
+
+#: admin/systems/goto/class_printGeneric.inc:907
+msgid "Printer PPD"
+msgstr "Impresora PPD"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "Permisos"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Impresora"
+
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr ""
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "El nombre introducido ya esta siendo usado"
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr ""
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "El valor especificado como 'UID' no es valido."
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2163,210 +1989,199 @@ msgstr ""
 msgid "DNS name"
 msgstr "Nombre"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
+
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "ninguno"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Editar entrada"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 msgid "FAI server"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "Versión"
+
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 msgid "Assigned FAI classes"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/workstationStartup.tpl:130
 msgid "set"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:160
+#: admin/systems/goto/workstationStartup.tpl:167
 msgid ""
 "FAI Object assignment disabled. You can't use this feature until FAI is "
 "activated."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "bit"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "Cliente ICA"
-
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automático"
-
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "Bit"
-
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Esta 'dn' no tiene características de terminal."
-
-#: admin/systems/goto/class_terminalService.inc:364
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "Elija el teléfono localizado en el terminal actual"
-
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-msgid "VSync range"
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-msgid "HSync range"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-msgid "Service"
-msgstr "Servicio"
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-msgid "Monitor"
-msgstr "Monitor"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:631
-msgid "Method"
-msgstr "Método"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-msgid "Gfx driver"
-msgstr "Dispositivo Gfx"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
-msgstr "Resolución Gfx"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
-msgstr "Profundidad del Color Gfx"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr "Auto-Sync"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:639
-msgid "Printer service enabled"
-msgstr "Servicio de impresión activo"
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Servidor de Cola"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-msgid "Scanner enabled"
-msgstr "Escáner activado"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
-msgstr "Modelo de teclado"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
-msgstr "Localización del teclado"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
-msgstr "Variante de teclado"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-msgid "Mouse type"
-msgstr "Tipo de ratón"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Servicio de impresión"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-msgid "Mouse port"
-msgstr "Puerto del ratón"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "mostrar selector"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "directo"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "balanceo de carga"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:485
-msgid "Workstation service"
-msgstr "Servicio de la estación de trabajo"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:499
-msgid "Use DDC"
-msgstr "Usar DDC"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
-#, fuzzy
-msgid "terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "Seleccione para buscar dentro de los subárboles"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Search in subtrees"
+msgstr "Buscar en subárboles"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-msgid "Terminal generic"
-msgstr "Terminal genérico"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-msgid "Syslog server enabled"
-msgstr "Servidor de registro de sistema activado"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-msgid "Ntp server settings"
-msgstr "Parámetros del servidor NTP"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr ""
+
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr ""
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2402,343 +2217,405 @@ msgstr ""
 msgid "Continue"
 msgstr "Continuar"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr ""
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+msgid "Cups"
+msgstr "Cups"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr ""
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Servicios"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr ""
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+msgid "Start"
+msgstr "Inicio"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "Parada"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+msgid "Restart"
+msgstr "Reiniciar"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "enabled"
 msgstr ""
 
-#: admin/systems/goto/class_terminalStartup.inc:539
-msgid "Terminal startup"
-msgstr "Inicio de terminal"
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+msgid "Time service (NTP)"
+msgstr "Servicio Horario (NTP)"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "presente"
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+msgid "Time service"
+msgstr "Servicio Horario"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "estado desconocido"
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+msgid "Time service - NTP"
+msgstr "Servicio Horario - NTP"
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+msgid "Ntp source"
+msgstr "Servicio NTP externo"
+
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+msgid "Time server"
 msgstr ""
-"Este es un terminal virtual que no tiene propiedades que puedan ser mostradas"
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "en linea"
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "Desactivar temporalmente el inicio de sesión"
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "funcionando"
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "parado"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr "Url"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "sin definirse"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+msgid "Repository service"
+msgstr "Servicio del repositorio"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "fuera de linea"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr "No puede usar esta extensión hasta que FAI sea activado."
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
 #, fuzzy
-msgid "Internal error"
-msgstr "Permisos"
+msgid "FAI release"
+msgstr "Clases FAI"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr ""
-"No puedo extraer una base válida parala dn del objeto, sera puesta la base a "
-"'%s'."
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "Repositorio"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "Añadir extensión de impresora"
+#: admin/systems/services/repository/class_servRepository.inc:354
+msgid "Releases"
+msgstr "Versiones"
 
-#: admin/systems/goto/class_printGeneric.inc:260
-#, fuzzy
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "Secciones"
+
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Servidor Origen"
+
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
 msgstr ""
-"No se puede activar la pestaña de impresora, el origen de los parametros "
-"desapareció cuando se estaba construyendo."
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
 msgstr ""
-"Esto es una plantilla de estación de trabajo, la pestaña de impresión está "
-"desactivada."
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
-"Esto es una plantilla de termina, la pestaña de impresión está desactivada."
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
-#, fuzzy
-msgid "printer"
-msgstr "Impresora"
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Opciones"
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
 msgstr ""
-"Este objeto tiene la extensión de impresora desactivada. No puede activarla "
-"mientras un 'cn' no este presente en la entrada. Posiblemente esto ocurra "
-"porque actualmente está creando una nueva plantilla de terminal"
-
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "Eliminar extensión de impresora"
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "El archivo PPD seleccionado '%s' no existe."
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
 #, fuzzy
-msgid "Not defined"
-msgstr "sin definirse"
+msgid "Syslog service database"
+msgstr "Servidor de registro de sistema activado"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Contraseña"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "No se puede acceder a la información PPD"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "Base de datos de Registro"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
-msgstr ""
-"Esta impresora pertenece al terminal '%s'. No puede renombrar esta impresora."
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+msgid "Admin"
+msgstr "Administrador"
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-msgid "Object is no printer!"
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+msgid "Logging database information"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Grupo"
-
-#: admin/systems/goto/class_printGeneric.inc:893
-msgid "Print generic"
-msgstr "Impresora genérica"
-
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
-msgstr "LabeledURL"
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+msgid "Logging service"
+msgstr "Servicio de Registro de sistema"
 
-#: admin/systems/goto/class_printGeneric.inc:906
-msgid "Printer PPD"
-msgstr "Impresora PPD"
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Permisos"
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+msgid "File service (Shares)"
+msgstr "Servicio de Archivos (Compartidos)"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
+#: admin/systems/services/shares/class_goShareServer.inc:233
 #, fuzzy
-msgid "printer user"
-msgstr "Impresora"
+msgid "share"
+msgstr "Recursos compartidos"
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
-msgstr ""
+#: admin/systems/services/shares/class_goShareServer.inc:390
+msgid "File service - Shares"
+msgstr "Servidor de Archivos - Compartidos"
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "El nombre introducido ya esta siendo usado"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
+msgstr "Puntos de montaje Appletalk"
 
-#: admin/systems/goto/class_printGeneric.inc:991
-#, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "El valor especificado como 'UID' no es valido."
+#: admin/systems/services/shares/class_goShareServer.inc:402
+msgid "Charset"
+msgstr "Juego de caracteres"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr ""
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "Ruta"
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr ""
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "Opción"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr ""
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "Volumen"
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr ""
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+#, fuzzy
+msgid "Server path"
+msgstr "Servidor"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Usuarios"
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+#, fuzzy
+msgid "Kiosk profile service"
+msgstr "Perfil Kiosk"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr ""
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Perfil Kiosk"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr ""
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+msgid "LDAP service"
+msgstr "Servicio LDAP"
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr ""
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr "Ldap"
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "ninguno"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+msgid "Ldap base"
+msgstr "Base Ldap"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#, fuzzy
+msgid "PPD error"
+msgstr "Servicio LDAP"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "Selección del ppd de la impresora."
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "eliminar"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "atrás"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "No se puede grabar el archivo '%s'."
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#, php-format
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#, fuzzy
+msgid "file is empty"
+msgstr "Eliminar esta entrada"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, fuzzy, php-format
+msgid "Cannot parse PPD '%s'!"
+msgstr "No se puede grabar el archivo '%s'."
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+msgid "Overwrite existing PPD"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#, fuzzy
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
+msgstr "Ya existe un archivo PPD para ese tipo de impresora."
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
+msgstr "Sección"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
+msgstr "Verdadero"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
+msgstr "Falso"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, php-format
+msgid "PPD type '%s' is not supported!"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
 msgstr ""
+"Por favor seleccione un archivo ppd válido o use 'Cancelar' para volver a la "
+"configuración de impresora."
 
 #: admin/systems/ppd/class_ppdManager.inc:14
 #: admin/systems/ppd/class_ppdManager.inc:145
@@ -2799,328 +2676,484 @@ msgstr ""
 msgid "The ppd file will be removed from the server and can not be restored."
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr ""
+
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr ""
+
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "Lista de aplicaciones"
+
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "Esta tabla muestra todas las aplicaciones en el árbol seleccionado."
+
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Nombre de la aplicación"
+
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Departamento"
+
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Mostrar usuarios que coincidan con"
+
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Aplicación"
+
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "copiar"
+
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "mover"
+
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr ""
+
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "mover"
+
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "Mover esta entrada"
+
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "copiar"
+
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "Copiar esta entrada"
+
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "editar"
+
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Editar esta entrada"
+
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Eliminar esta entrada"
+
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Eliminar aplicaciones seleccionadas"
+
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+#, fuzzy
+msgid "Number of listed departments"
+msgstr "Eliminar departamentos seleccionados"
+
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Administración de aplicación"
+
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr ""
+
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
+"Nombre con el que se mostrara la aplicación(esto es debajo de los iconos)"
+
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr ""
+
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr ""
+
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Icono"
+
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr ""
+
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr ""
+
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr ""
+
+#: admin/applications/generic.tpl:81
+msgid "Remove picture from LDAP"
+msgstr ""
+
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Solo ejecutables para los miembros"
+
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Reemplazar la configuración del usuario en el inicio"
+
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Colocar icono en los escritorios de los miembros "
+
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Colocar entrado en los menús de inicio de los miembros"
+
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "Colocar entrada en los barra de inicio de los miembros"
+
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
+#: admin/applications/generic.tpl:140
+msgid "Download"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr ""
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Aplicaciones"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, fuzzy
-msgid "PPD error"
-msgstr "Servicio LDAP"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "aplicación"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "No se puede grabar el archivo '%s'."
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "sin ejemplo"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
+#: admin/applications/class_applicationGeneric.inc:264
+#, fuzzy, php-format
+msgid "Cannot remove application - it is still in use by these objects: %s"
 msgstr ""
+"No se puede eliminar el perfil Kiosk, está todavía en uso por el objeto '%s'."
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/applications/class_applicationGeneric.inc:368
 #, fuzzy
-msgid "file is empty"
-msgstr "Eliminar esta entrada"
+msgid "no read permission"
+msgstr "Permisos"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "No se puede grabar el archivo '%s'."
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
+msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-msgid "Overwrite existing PPD"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#: admin/applications/class_applicationGeneric.inc:382
+#, fuzzy, php-format
+msgid "cannot save image to '%s'"
+msgstr "No se puede grabar el archivo '%s'."
+
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr "Ya existe un archivo PPD para ese tipo de impresora."
+msgid "Execute path"
+msgstr "Ejecute"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
-msgstr "Sección"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "Parametros de la aplicación"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
-msgstr "Verdadero"
+#: admin/applications/class_applicationGeneric.inc:576
+msgid "Application generic"
+msgstr "Aplicación genérica"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
-msgstr "Falso"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr "Marca"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:591
+msgid "Script content"
+msgstr "Contenido del script"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
-"Por favor seleccione un archivo ppd válido o use 'Cancelar' para volver a la "
-"configuración de impresora."
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Eliminar opciones"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
+#, fuzzy
+msgid "parameter"
+msgstr "Parámetro"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "Selección del ppd de la impresora."
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Crear opciones"
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
 
-#: admin/devices/class_deviceManagement.inc:8
-#, fuzzy
-msgid "Manage devices"
-msgstr "dispositivos"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "Valor por defecto"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-#, fuzzy
-msgid "device"
-msgstr "Servicio"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Añadir opción"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
-msgid "List of defined devices"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Parámetro"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
+#: admin/applications/class_applicationParameters.inc:229
+msgid "Parameter configuration"
+msgstr "Configuración del parámetro"
+
+#: admin/applications/class_applicationParameters.inc:237
+msgid "Application parameter settings"
+msgstr "Configuración de los parámetros de aplicación"
+
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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 ""
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Nuevo otros dispositivos"
+msgid "Folder"
+msgstr "Modo"
 
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Nombre del servicio"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "Mover arriba"
 
-#: admin/devices/deviceGeneric.tpl:35
-msgid "Choose the device type"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "Mover abajo"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:114
+#, fuzzy
+msgid "Entry"
+msgstr "Editar entrada"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "(iSerial)"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:136
+#, fuzzy
+msgid "add to"
+msgstr "Añadir opción"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
+#, fuzzy
+msgid "Add selected applications to this folder."
+msgstr "La aplicación seleccionada no tiene opciones."
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:143
+#, fuzzy
+msgid "Separator"
+msgstr "Insertar separador"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:143
+#, fuzzy
+msgid "Add a separator to this folder."
+msgstr "La aplicación seleccionada no tiene opciones."
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:275
+#, fuzzy
+msgid "Add application extension"
+msgstr "Añadir extensión de impresora"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/groups/apps/class_groupApplication.inc:276
+#, fuzzy
+msgid "Application extension disabled. You can enable it by clicking below."
 msgstr ""
+"La extensión de entorno está desactivada. Puede activarla pulsando aquí."
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/class_groupApplication.inc:280
 #, fuzzy
-msgid "Harddisk"
-msgstr "Nuevo disco duro"
+msgid "Remove application extension"
+msgstr "Eliminar aplicaciones"
 
-#: admin/devices/class_deviceGeneric.inc:30
-msgid "USB stick"
+#: admin/groups/apps/class_groupApplication.inc:281
+#, fuzzy
+msgid "Application extension enabled. You can disable it by clicking below."
 msgstr ""
+"La extensión de entorno está activada. Puede desactivarla pulsando aquí."
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Atrás"
 
-#: admin/devices/class_deviceGeneric.inc:95
-#, fuzzy
-msgid "iSerial"
-msgstr "Terminal"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "departamento"
 
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/class_groupApplication.inc:975
 #, fuzzy
-msgid "Serial"
-msgstr "Terminal"
+msgid "Not available in release."
+msgstr "No esta disponible en la configuración actual"
 
-#: admin/devices/class_deviceGeneric.inc:101
-msgid "Vender ID"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:1170
+msgid "Group applications"
+msgstr "Grupo de aplicaciones"
 
-#: admin/devices/class_deviceGeneric.inc:237
-#, fuzzy
-msgid "Device generic"
-msgstr "Servidor genérico"
+#: admin/groups/apps/class_groupApplication.inc:1179
+msgid "Application parameter"
+msgstr "Parámetro de la aplicación"
 
-#: admin/devices/remove.tpl:6
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: admin/groups/apps/edit_entry.tpl:8
+msgid "Folder image"
 msgstr ""
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/edit_entry.tpl:12
 #, fuzzy
-msgid "Device management"
-msgstr "Administración Sieve"
-
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "Actualización instantánea"
-
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "Actualización programada"
+msgid "Could not load image."
+msgstr "No se puede subir la imagen a %s."
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "Wake"
-msgstr "Despertar"
+msgid "None"
+msgstr "ninguno"
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
+#: admin/groups/apps/edit_entry.tpl:24
+msgid "Upload image"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-msgid "System group"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
 msgstr ""
 
-#: admin/ogroups/goto/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."
+#: admin/groups/apps/edit_entry.tpl:33
+#, fuzzy
+msgid "Reset"
+msgstr "Versión"
+
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr ""
+
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+msgid "List of defined mime types"
 msgstr ""
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
 #: admin/mimetypes/class_divListMimeTypes.inc:59
 #: admin/mimetypes/class_divListMimeTypes.inc:175
 #: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 msgid "Mime type"
 msgstr ""
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-msgid "Please enter a name for the mime type here"
-msgstr ""
-
-#: admin/mimetypes/paste_generic.tpl:24
-msgid "Please specify a description for this mime type here"
+#: admin/mimetypes/class_divListMimeTypes.inc:66
+msgid "Display mime types matching"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
-msgid "File pattern"
+#: admin/mimetypes/class_divListMimeTypes.inc:310
+msgid "Number of listed mimetypes"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
-msgid "Mime type generic"
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
+msgid "Mimetype management"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
-msgid "Mime types"
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+msgid "Please enter a name for the mime type here"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
 msgid "Mime group"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-msgid "Left click action"
-msgstr ""
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-msgid "File patterns"
-msgstr ""
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-msgid "Embedded applications"
-msgstr ""
-
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-msgid "Manage mime types"
-msgstr ""
-
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-msgid "Mimetype management"
-msgstr ""
-
 #: admin/mimetypes/generic.tpl:26
 msgid "Categorize this mime type"
 msgstr ""
@@ -3141,6 +3174,11 @@ msgstr ""
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+msgid "File patterns"
+msgstr ""
+
 #: admin/mimetypes/generic.tpl:105
 msgid "Please specify a new file pattern"
 msgstr ""
@@ -3173,461 +3211,535 @@ msgstr ""
 msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
-msgid "List of defined mime types"
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
+msgid "Mime types"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
-msgid "Display mime types matching"
+#: admin/mimetypes/class_mimetypeManagement.inc:25
+msgid "Manage mime types"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
-msgid "Number of listed mimetypes"
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
+msgid "File pattern"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
-#, fuzzy
-msgid "Software update"
-msgstr "Actualización instantánea"
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
+msgid "Mime type generic"
+msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
-#, fuzzy
-msgid "software update"
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+msgid "Left click action"
+msgstr ""
+
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+msgid "Embedded applications"
+msgstr ""
+
+#: admin/mimetypes/paste_generic.tpl:24
+msgid "Please specify a description for this mime type here"
+msgstr ""
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
 msgstr "Actualización instantánea"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
-#, fuzzy
-msgid "Time schedule"
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr "Actualización programada"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "Análisis del sistema"
+msgid "Wake"
+msgstr "Despertar"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
-#, fuzzy
-msgid "Status"
-msgstr "Inicio"
+#: admin/ogroups/goto/class_termgroup.inc:299
+msgid "System group"
+msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/ogroups/goto/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 ""
+
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr ""
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr ""
+
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Result"
-msgstr "Resolución"
+msgid "Device management"
+msgstr "Administración Sieve"
+
+#: admin/devices/class_deviceManagement.inc:8
+#, fuzzy
+msgid "Manage devices"
+msgstr "dispositivos"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
 #, fuzzy
-msgid "Target"
-msgstr "Juego de caracteres"
+msgid "device"
+msgstr "Servicio"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:29
+msgid "USB stick"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
-#, fuzzy
-msgid "Lock"
-msgstr "Bloqueado"
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
+msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#: admin/devices/class_deviceGeneric.inc:94
 #, fuzzy
-msgid "Abort installation"
-msgstr "Estación de trabajo"
+msgid "iSerial"
+msgstr "Terminal"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Activate"
-msgstr "Activado"
+msgid "Serial"
+msgstr "Terminal"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:100
+msgid "Vendor ID"
+msgstr ""
+
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr ""
+
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "Use"
-msgstr "Usuario"
+msgid "Device generic"
+msgstr "Servidor genérico"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
+msgid "List of defined devices"
+msgstr ""
+
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr ""
+
+#: admin/devices/class_divListDevices.inc:278
 #, fuzzy
-msgid "Targets"
-msgstr "Recursos compartidos"
+msgid "Number of listed devices"
+msgstr "Nuevo otros dispositivos"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
+#: admin/devices/remove.tpl:6
 msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "System / Department"
-msgstr "Departamento"
+msgid "Device type"
+msgstr "Nombre del servicio"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
-#, fuzzy
-msgid "Display server"
-msgstr "Servidor de Cola"
+#: admin/devices/deviceGeneric.tpl:35
+msgid "Choose the device type"
+msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:45
+msgid "(iSerial)"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr ""
+
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Display workstation"
-msgstr "Mostrar usuarios que coincidan con"
+msgid "Script name"
+msgstr "Contenido del script"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
-msgid "Display object groups"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Entorno"
+
+#: personal/environment/class_environment.inc:137
+#, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "automático"
+
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "No se puede grabar el archivo '%s'."
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "desactivado"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-msgid "Object group"
+#: personal/environment/class_environment.inc:333
+#, fuzzy, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
 msgstr ""
+"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
+"servidor de perfiles a '%s'."
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: personal/environment/class_environment.inc:337
+#, fuzzy, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr ""
+"El servidor de perfiles seleccionado '%s' no es accesible. Configurando el "
+"servidor de perfiles a '%s'."
+
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
+msgstr ""
+
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr ""
+
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Progress"
-msgstr "Propiedades"
+msgid "Share"
+msgstr "Recursos compartidos"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
+msgstr ""
+
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
+msgstr ""
+
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "Reiniciar hash de la contraseña"
+
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "Eliminar entrada compartida"
+
+#: personal/environment/class_environment.inc:960
+#, fuzzy
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
+"El indicador de impresora por defecto de GOsa no está permitido dentro de "
+"los grupos."
+
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+msgid "Profile quota"
+msgstr "Cuota del Perfil"
+
+#: personal/environment/class_environment.inc:1121
+#, fuzzy
+msgid "environment"
+msgstr "Entorno"
+
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "grupo compartido"
+
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "Administrador"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Impresora por defecto"
+
+#: personal/environment/class_environment.inc:1740
+msgid "Environment settings"
+msgstr "Parámetros de entorno"
+
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Mi cuenta"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
+msgstr "Comando para extender la lista de resoluciones de pantalla posibles"
+
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "Resolución modificable durante la sesión"
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
-msgid "Start a system"
-msgstr ""
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "Cachear perfil localmente"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
-msgstr ""
+#: personal/environment/class_environment.inc:1756
+msgid "Profile server"
+msgstr "Servidor de Perfil"
 
-#: addons/goto/events/timestamp_select.tpl:4
-#, fuzzy
-msgid "Month"
-msgstr "Monitor"
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Script de inicio de sesión"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
-msgstr ""
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "Dispositivos de conexión en caliente (HotPlug)"
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
-msgstr ""
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "Parámetros de entorno de usuario"
 
-#: addons/goto/events/timestamp_select.tpl:8
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Minute"
-msgstr "Impresora"
+msgid "Please select a printer!"
+msgstr "Por favor seleccione una plantilla válida."
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Second"
-msgstr "Sección"
+msgid "Please select a hotplug device!"
+msgstr "Por favor seleccione una plantilla válida."
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:117
-#, fuzzy
-msgid "This job has no template."
-msgstr "Esta 'dn' no tiene características de terminal."
-
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Añadir"
-
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
-msgid "Available targets"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:69
-msgid "Object name"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:72
-msgid "Select to see object groups"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:72
-msgid "Show object groups"
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "Seleccione para buscar dentro de los subárboles"
-
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "Servidor de Intercambio"
-
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Seleccione para buscar dentro de los subárboles"
-
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Estación de trabajo"
-
-#: addons/goto/class_target_list.inc:75
-#, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Seleccione para buscar dentro de los subárboles"
-
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:83
-msgid "Regular expression for matching group names"
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
+#: personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-msgid "System deployment"
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "Permisos"
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr ""
 
-#: addons/goto/class_gotomasses.inc:289
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:290
-msgid "List of queued jobs"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "Reinstalar"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr ""
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "Base"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr ""
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "Inicio todos"
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "Mb"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:337
-#, fuzzy
-msgid "Schedule"
-msgstr "Actualización programada"
-
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
+#: personal/environment/environment.tpl:136
+msgid "Profile"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
+#: personal/environment/environment.tpl:153
+msgid "Manage"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "Aviso"
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr ""
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
 msgstr ""
 
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Actualización instantánea"
+
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Entorno"
+
+#, fuzzy
+#~ msgid "Missing FAI plugin extension!"
+#~ msgstr "Añadir extensión de impresora"
+
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Nuevo disco duro"
+
 #, fuzzy
 #~ msgid "Something went wrong while talking to the daemon: %s."
 #~ msgstr ""
@@ -3935,19 +4047,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Guardar"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr ""
-#~ "La extensión de entorno está desactivada. Puede activarla pulsando aquí."
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr ""
-#~ "La extensión de entorno está activada. Puede desactivarla pulsando aquí."
-
-#~ msgid "Back"
-#~ msgstr "Atrás"
-
 #~ msgid "LDAP Service"
 #~ msgstr "Servicio LDAP"
 
@@ -4209,10 +4308,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "No tiene permisos para eliminar este departamento."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Enviar"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "texto"
@@ -4411,9 +4506,6 @@ msgstr ""
 #~ msgid "Delete entry"
 #~ msgstr "Eliminar entrada"
 
-#~ msgid "Insert seperator"
-#~ msgstr "Insertar separador"
-
 #~ msgid "This application is no longer available."
 #~ msgstr "La aplicación ya no está disponible."
 
index 982999e7a738b47d7566ed5a275ff9ade6628160..e02c2930665a0768dc62309a408d99370e7e532e 100644 (file)
@@ -4,7 +4,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
 "PO-Revision-Date: 2007-07-19 11:57+0200\n"
 "Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
 "Language-Team: Français <fr@li.org>\n"
@@ -14,138 +14,160 @@ msgstr ""
 "X-Generator: KBabel 1.11.4\n"
 "Plural-Forms:  nplurals=2; plural=(n > 1);\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Environnement"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "Ceci fait quelque chose"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#, fuzzy
+msgid "Available targets"
+msgstr "Applications disponibles"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Avertissement"
+#: addons/goto/class_target_list.inc:69
+#, fuzzy
+msgid "Object name"
+msgstr "Nom du périphérique"
 
-#: personal/environment/class_environment.inc:137
-#, fuzzy, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr "Il n'y a pas de snapshots disponibles qui pourrait êtres restaurés"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Select to see object groups"
+msgstr "Choisissez un groupe d'objets"
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "automatique"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Show object groups"
+msgstr "Choisissez un groupe d'objets"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "Le fichier de configuration peut être écrit"
+msgid "Select to see servers"
+msgstr "Sélectionner pour chercher dans le sous arbre"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "Impossible de lire le fichier '%s'."
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "Serveur de Swap"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "désactivé"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Station de travail Windows"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Station de travail Windows"
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Sélectionner pour chercher dans le sous arbre"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
-"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
-"serveur de profil actuel est changé en '%s'."
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
-"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
-"serveur de profil actuel est changé en '%s'."
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:83
 #, fuzzy
-msgid "Permission error"
-msgstr "Permissions"
+msgid "Regular expression for matching group names"
+msgstr "Expression régulière concordant avec les noms des membres"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
-msgstr "Scripts de démarrage"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Base"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Soumettre le département"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "Soumettre"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Serveur"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Stations de travail"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "Choisissez un groupe d'objets"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -153,1551 +175,1055 @@ msgstr "Scripts de démarrage"
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr "Erreur"
 
-#: personal/environment/class_environment.inc:639
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
+
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Share"
-msgstr "Partages"
+msgid "System deployment"
+msgstr "Type de système"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "Ceci fait quelque chose"
+
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Mount point"
-msgstr "Point de montage"
+msgid "Permission"
+msgstr "Permissions"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
 #, fuzzy
-msgid "Used by all users"
-msgstr "ACL valide pour tout les utilisateurs"
+msgid "Service infrastructure"
+msgstr "Chercher dans les sous arbre"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_gotomasses.inc:290
+#, fuzzy
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
+"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "Réinitialiser le mot de passe"
+#: addons/goto/class_gotomasses.inc:291
+#, fuzzy
+msgid "List of queued jobs"
+msgstr "Liste des périphériques"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "Supprimer ce partage"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Actions"
 
-#: personal/environment/class_environment.inc:952
-#, fuzzy
-msgid "Cannot set default printer flag for groups!"
-msgstr ""
-"L'indicateur d'imprimante par défaut n'est pas permis parmis les groupes."
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Créer"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-#, fuzzy
-msgid "LDAP error"
-msgstr "Serveur LDAP"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Supprimer"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-msgid "Profile quota"
-msgstr "Quota du profil"
+#: addons/goto/class_gotomasses.inc:307
+#, fuzzy
+msgid "Resume"
+msgstr "Reinstaller"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:308
 #, fuzzy
-msgid "environemnt"
-msgstr "Environnement"
+msgid "Pause"
+msgstr "Coller"
 
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "partage de groupe"
+#: addons/goto/class_gotomasses.inc:309
+#, fuzzy
+msgid "Abort"
+msgstr "Hériter de tout"
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "Administrateur"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Exécuter"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Imprimante par défaut"
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
+msgid "Reload"
+msgstr "Recharger"
 
-#: personal/environment/class_environment.inc:1736
-msgid "Environment settings"
-msgstr "Préférences d'environnement"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "Jeu de caractères"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Mon Compte"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
-msgstr "Commande pour étendre la liste des résolutions écrans possibles"
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "Mise à jour programmée"
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "La résolution peut être changée pendant la session"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+#, fuzzy
+msgid "Status"
+msgstr "Démarrage"
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "Cacher le profile localement"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Action"
 
-#: personal/environment/class_environment.inc:1752
-msgid "Profile server"
-msgstr "Serveur de profil"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Résolution"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Profil Kiosk"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Script de démarrage"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "Périphériques Hotplug"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "Partages"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Ajouter une d'imprimante"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Editer"
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Sélectionnez une imprimante à ajouter"
+#: addons/goto/class_gotomasses.inc:433
+#, fuzzy
+msgid "Waiting"
+msgstr "Avertissement"
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Filtres"
+#: addons/goto/class_gotomasses.inc:439
+#, fuzzy
+msgid "Processed"
+msgstr "Propriétés"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Sélectionner le département où sera effectuée la recherche"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "Verrouillé"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "Sélectionner pour chercher dans le sous arbre"
+#: addons/goto/class_gotomasses.inc:454
+#, fuzzy
+msgid "Detection"
+msgstr "Section"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Search in subtrees"
-msgstr "Chercher dans les sous arbre"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
-msgstr "Afficher les imprimantes correspondants"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
-msgstr "Expression régulière concordant avec les noms des imprimantes"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
-msgstr "Administration des scripts de démarrage"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Paramètres des scripts de démarrage"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nom du script"
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "Description"
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr "Priorité"
-
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Paramètres des scripts de démarrage"
-
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Dernier script"
-
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Le script peut être remplacé par l'utilisateur"
-
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "Script"
-
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Importer"
-
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Ajouter des périphériques hotplug"
-
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Gestion des périphériques Hotplug"
-
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Sélectionner le périphérique hotplug à ajouter"
-
-#: 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"
-
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Afficher les utilisateurs correspondants"
-
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr ""
-"Expression régulière concordant avec les noms des périphériques hotplug"
-
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "L'extension d'environnement est actuellement désactivée."
-
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profils"
-
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr "Paramètres des préférences d'environnement"
-
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr "Utiliser la gestion des profiles"
-
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr "Chemin du Profil"
-
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "MB"
-
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
-msgstr "Gestion du profile"
-
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
-msgstr "Gestion des profiles serveurs"
-
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr "Quota du profil"
-
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
-msgstr "Paramètres du profil Kiosk"
-
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Serveur"
-
-#: personal/environment/environment.tpl:136
-msgid "Profile"
-msgstr "Profil"
-
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr "Gérer"
-
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr "Utilisateur sélectionné pour la connexion au partage"
-
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
-msgstr "Sélectionnez un partage"
-
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
-msgstr "Point de montage"
-
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Supprimer"
-
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Editer"
-
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr "Paramètre des périphériques Hotplug"
-
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Imprimante"
-
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
-msgstr ""
-
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr "Paramètres de l'imprimante"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr "Afficher/Cacher l'administrateur"
-
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr "Afficher/Cacher défaut"
-
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Nom"
-
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Nom du script"
-
-#: personal/environment/class_selectPrinterDialog.inc:107
-#, fuzzy
-msgid "Please select a printer!"
-msgstr "Veuillez sélectionner un fichier valide."
-
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "Utiliser les préférences d'environnement"
-
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Applications"
-
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "application"
-
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "Liste des applications"
-
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "Ce tableau montre toutes les applications dans l'arbre sélectionné."
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Nom de l'application"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Département"
-
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Actions"
-
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Base"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Soumettre le département"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "Soumettre"
-
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Créer"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Applications"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-#, fuzzy
-msgid "Copy"
-msgstr "copier"
-
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "couper"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr "Coller"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "couper"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "Couper cette entrée"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "copier"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "Copier cette entrée"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "éditer"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Editer cette entrée"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "supprimer"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Supprimer cette entrée"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Applications Incorporées"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Nom du département"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "pas d'exemple"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr ""
-"Impossible d'enlever le profile kiosk ,il est encore utilisé par ce(s) "
-"objets '%s'."
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Permissions"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Impossible de sauver le fichier '%s'."
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Exécuter"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Exécuter"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "Préférences de l'application"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Le nom de l'application à afficher (ex: en dessous des icônes)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Informations"
-
-#: admin/applications/class_applicationGeneric.inc:576
-msgid "Application generic"
-msgstr "Information des applications"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Icône"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr "Indicateur"
-
-#: admin/applications/class_applicationGeneric.inc:591
-msgid "Script content"
-msgstr "Contenu du script"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Exécutable uniquement par les membres"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Placer une icône sur le bureau des membres"
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "Placer une entrée dans le menu démarrage des membres"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Placer une entrée dans le menu démarrage des membres"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Remplacer la configuration de l'utilisateur au démarrage"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Supprimer les options"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Paramètres"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Créer des options"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variable"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "Valeur par défaut"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Ajouter une option"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Paramètres"
-
-#: admin/applications/class_applicationParameters.inc:229
-msgid "Parameter configuration"
-msgstr "Configuration des paramètres"
-
-#: admin/applications/class_applicationParameters.inc:237
-msgid "Application parameter settings"
-msgstr "Préférences de l'application"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr "Branches"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr "Version actuelle"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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 étant donné qu'il est impossible pour GOsa "
-"de récupérer vos données."
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/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."
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Gestion des applications"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Nom à afficher"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "Chemin et/ou le nom de l'exécutable de l'application"
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Avertissement"
 
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
-"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
-"l'application"
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr "Sélectionnez une base"
+"D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur "
+"'Annuler' pour abandonner."
 
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Mise à Jour"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
+#, fuzzy
+msgid "Time schedule"
+msgstr "Mise à jour programmée"
 
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "Recharger l'image à partir de l'annuaire LDAP"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+#, fuzzy
+msgid "System list"
+msgstr "Analyse du système"
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Suppression de l'image personnelle"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
+msgstr ""
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture from LDAP"
-msgstr "Effacer l'image de l'annuaire LDAP"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#, fuzzy
+msgid "Progress"
+msgstr "Propriétés"
 
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Options"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+#, fuzzy
+msgid "Result"
+msgstr "Résolution"
 
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Télécharger"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr "Téléchargement"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#, fuzzy
+msgid "Lock"
+msgstr "Verrouillé"
 
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "Version"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr "Forcer un démarrage local"
 
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+#: addons/goto/events/class_DaemonEvent.inc:117
 #, fuzzy
-msgid "Folder"
-msgstr "Filtres"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "En haut"
+msgid "This job has no template."
+msgstr "Ce 'dn' n'a pas d'extension de terminaux."
 
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "En bas"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Modifier une entrée"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Ajouter"
 
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Ajouter une option"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Eteindre"
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-#, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "L'application sélectionnée n'a pas d'options."
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Redémarrer"
 
-#: admin/groups/apps/edit_entry.tpl:8
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
 #, fuzzy
-msgid "Folder image"
-msgstr "Codage des caractères"
+msgid "Activate"
+msgstr "Activé"
 
-#: admin/groups/apps/edit_entry.tpl:12
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
 #, fuzzy
-msgid "Could not load image."
-msgstr "Impossible de sauvegarder l'image to %s."
+msgid "Abort installation"
+msgstr "Stations de travail"
 
-#: admin/groups/apps/edit_entry.tpl:14
+#: addons/goto/events/target_list.tpl:5
 #, fuzzy
-msgid "None"
-msgstr "aucun"
+msgid "Use"
+msgstr "Utilisateur"
 
-#: admin/groups/apps/edit_entry.tpl:24
-#, fuzzy
-msgid "Upload image"
-msgstr "Télécharger"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
+msgstr "Fermer"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:33
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
 #, fuzzy
-msgid "Reset"
-msgstr "activé"
-
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Options des applications"
+msgid "Subject"
+msgstr "Sélectionner"
 
-#: admin/groups/apps/class_groupApplication.inc:265
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
 #, fuzzy
-msgid "Add application extension"
-msgstr "Ajouter une Application"
+msgid "Message"
+msgstr "Utilisation Mémoire"
 
-#: admin/groups/apps/class_groupApplication.inc:270
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
 #, fuzzy
-msgid "Remove application extension"
-msgstr "Suppression d'applications"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "retour"
+msgid "Targets"
+msgstr "Partages"
 
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "département"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:930
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
 #, fuzzy
-msgid "Not available in release."
-msgstr "Pas disponible dans la configuration actuelle"
-
-#: admin/groups/apps/class_groupApplication.inc:1101
-msgid "Group applications"
-msgstr "Groupe d'applications"
+msgid "System / Department"
+msgstr "Département"
 
-#: admin/groups/apps/class_groupApplication.inc:1110
-msgid "Application parameter"
-msgstr "Paramètre de l'application"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+#, fuzzy
+msgid "Display server"
+msgstr "Écran"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-msgid "LDAP service"
-msgstr "Service LDAP"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+#, fuzzy
+msgid "Display workstation"
+msgstr "Station de travail Windows"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
-msgstr ""
+#: addons/goto/events/class_EventTargetAddList.inc:75
+#, fuzzy
+msgid "Display object groups"
+msgstr "Afficher les objets correspondants"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Services"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+#, fuzzy
+msgid "Display users"
+msgstr "Écran"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-msgid "Ldap base"
-msgstr "Base ldap"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+#, fuzzy
+msgid "Display groups"
+msgstr "Afficher les objets correspondants"
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Editer un partage"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Utilisateur"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Préférences NFS"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Groupes"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "Chemin"
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
+#, fuzzy
+msgid "Software update"
+msgstr "Mise à jour immédiate"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr "Volume"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Type"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Réveiller"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr "Monter les partages automatiquement sur les machines Apple."
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#, fuzzy
+msgid "Start a system"
+msgstr "Système"
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr "Codage des caractères"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "Reinstaller"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "Option"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-msgid "Time server"
-msgstr "Serveur de temps"
+#: addons/goto/events/timestamp_select.tpl:4
+#, fuzzy
+msgid "Month"
+msgstr "Point de montage"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-msgid "Time service (NTP)"
-msgstr "Services de temps (NTP)"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
+msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-msgid "Time service"
-msgstr "Services de temps"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
+msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-msgid "Time service - NTP"
-msgstr "Services de temps - NTP"
+#: addons/goto/events/timestamp_select.tpl:8
+#, fuzzy
+msgid "Minute"
+msgstr "Imprimante"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-msgid "Ntp source"
-msgstr "Source ntp"
+#: addons/goto/events/timestamp_select.tpl:9
+#, fuzzy
+msgid "Second"
+msgstr "Section"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-msgid "File service (Shares)"
-msgstr "Serveur de fichier (Partages)"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
+msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: addons/goto/events/DaemonEvent_notify.tpl:7
 #, fuzzy
-msgid "share"
+msgid "Message settings"
+msgstr "Préférences du serveur de temps"
+
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+#, fuzzy
+msgid "Target users"
 msgstr "Partages"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
-msgid "File service - Shares"
-msgstr "Serveur de fichier - Partages"
+#: addons/goto/events/DaemonEvent_notify.tpl:40
+#, fuzzy
+msgid "Target groups"
+msgstr "Partages"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
-msgstr "Montages Apple"
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "Recherche du matériel"
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
-msgid "Charset"
-msgstr "Jeu de caractères"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "Test mémoire"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr "Service de journaux systèmes"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "Analyse du système"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "enabled"
-msgstr "activé"
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+#, fuzzy
+msgid "Configuration error"
+msgstr "Le fichier de configuration peut être écrit"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-msgid "Logging database information"
-msgstr "Base de données des journaux systèmes"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "bit"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
-msgstr "Utilisateur de la base de données des journaux systèmes"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
+msgstr "hérité"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Mot de passe"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
+msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
-#, fuzzy
-msgid "Syslog service database"
-msgstr "Serveur de journaux systèmes activé"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
+msgstr ""
+
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Utilisateur"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "Client ICA"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "Base de données des journaux systèmes"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automatique"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-msgid "Start"
-msgstr "Démarrage"
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "Bit"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "Arrêter"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Ce 'dn' n'a pas d'extension de terminaux."
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-msgid "Restart"
-msgstr "Réessayer"
+#: admin/systems/goto/class_terminalService.inc:364
+#, fuzzy
+msgid "Unsupported"
+msgstr "Support USB"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-msgid "Admin"
-msgstr "Administrateur"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "Choisissez le téléphone situé à coté du terminal"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Serveur de journaux systèmes"
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+#, fuzzy
+msgid "LDAP error"
+msgstr "Serveur LDAP"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-msgid "Logging service"
-msgstr "Service des journaux systèmes"
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+#, fuzzy
+msgid "VSync range"
+msgstr "Fréquence de synchronisation verticale"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Service d'impression"
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+#, fuzzy
+msgid "HSync range"
+msgstr "Fréquence de synchronisation Horizontale"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-msgid "Cups"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
 msgstr ""
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr "Services d'impression"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "inconnu"
+
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+msgid "Service"
+msgstr "Service"
 
+#: admin/systems/goto/class_terminalService.inc:622
 #: admin/systems/services/terminal/goTerminalServer.tpl:4
 #: admin/systems/services/terminal/class_goTerminalServer.inc:30
 #: admin/systems/services/terminal/class_goTerminalServer.inc:79
 #: admin/systems/services/terminal/class_goTerminalServer.inc:166
 #: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
 msgid "Terminal service"
 msgstr "Services de terminaux"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "Désactiver temporairement l'identifiant"
-
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
-
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr "Gérer les profil Kiosk"
-
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-#, fuzzy
-msgid "Server path"
-msgstr "Nom du serveur"
-
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "Parcourir"
-
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Paramètres du profil Kiosk"
-
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
-msgstr ""
-
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr ""
-
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Repository service"
-msgstr "Service de dépôt"
-
-#: admin/systems/services/repository/class_servRepository.inc:93
-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é."
-
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "Classes FAI"
-
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "Dépôt"
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+msgid "Monitor"
+msgstr "Ecran"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-msgid "Releases"
-msgstr "Version"
+#: admin/systems/goto/class_terminalService.inc:631
+msgid "Method"
+msgstr "Méthode"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "Sections"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Bureau distant"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Serveur Père"
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+msgid "Gfx driver"
+msgstr "Pilote graphique"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
-msgstr "Liste des dépôts configurés."
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
+msgstr "Résolution"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
-"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
+msgstr "Profondeur des couleurs"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "Expression régulière pour trouver les objets correspondants"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "Fréquence de synchronisation Horizontale"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
-msgstr "Ajouter un dépôt"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "Fréquence de synchronisation verticale"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
+msgstr "Synchronisation automatique"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
-msgstr "hérité"
+#: admin/systems/goto/class_terminalService.inc:639
+msgid "Printer service enabled"
+msgstr "Service d'impression activés"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
-msgstr ""
-"Le profil kiosk sélectionné '%s' n'est plus disponible, le profil actuel est "
-"changé en 'aucun'."
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Serveur de file d'attente"
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
-msgstr ""
-"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
-"serveur de profil actuel est changé en '%s'."
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+msgid "Scanner enabled"
+msgstr "Scanner activé"
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
-msgstr ""
-"La commande '%s', spécifié comme KERNELS hook de l'extension '%s' n'existe "
-"pas."
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
+msgstr "Modèle de clavier"
 
-#: admin/systems/goto/class_workstationStartup.inc:300
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Veuillez sélectionner un 'serveur FAI' ou effacer les 'Classes FAI'."
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
+msgstr "Disposition du clavier"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy
-msgid "workstation"
-msgstr "Stations de travail"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
+msgstr "Variante du clavier"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
-#, fuzzy
-msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
-msgstr ""
-"Il y a déjà un profil dans votre sélection qui contient des configurations "
-"de table de partitions."
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
+msgid "Mouse type"
+msgstr "Type de souris"
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
-msgstr "Pas disponible dans la configuration actuelle"
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+msgid "Mouse port"
+msgstr "Port souris"
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-#, fuzzy
-msgid "Service infrastructure"
-msgstr "Chercher dans les sous arbre"
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Matériel téléphonique"
 
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Démarrage"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "Général"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
-msgid "System startup"
-msgstr "Démarrage du système"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "Nom de l'imprimante"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
-msgid "Ldap server"
-msgstr "Serveur ldap"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Kernel utilisé au démarrage"
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
+msgstr "Sélectionnez une base"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-msgid "Kernel parameter"
-msgstr "Paramètre du kernel"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "Détails"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-msgid "Kernel modules"
-msgstr "Modules du kernel"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
+msgstr "Localisation de l'imprimante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "Classes FAI"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "URL de l'imprimante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr "Mirroir Debian"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Pilote"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-msgid "Debian release"
-msgstr "Version Debian"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Permissions"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr "Indicateur de statut FAI"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
+msgstr "Utilisateurs qui sont autorisés à utiliser cette imprimante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "Ajouter une extension d'imprimante"
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Utilisateurs"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
+msgstr "Ajouter un utilisateur"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
-msgstr "Propriétés"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr "Ajouter un groupe"
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Modèle de station de travail"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
+msgstr "Utilisateur qui sont autorisés à administrer cette imprimante"
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Nom de la station de travail"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr "Administrateurs"
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Lieu"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Paramètre de démarrage"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
-msgstr "Sélectionnez la branche où sera placée le groupe"
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "Serveur LDAP"
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
-msgid "Inherit all"
-msgstr "Hériter de tout"
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
+#, fuzzy
+msgid "inherit from group"
+msgstr "Liste des groupes"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
-msgstr "Mode"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Kernel utilisé au démarrage"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
-msgstr "Sélectionnez le mode du terminal"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "Options personnalisées"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
-msgstr "Sélectionnez le serveur de journaux à utiliser"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+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"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
-msgstr "Hérite des paramètres du serveur de temps"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "Modules du kernel (format : nom paramètre)"
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Serveur NTP"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
+msgstr "Ajouter des modules à charger au démarrage"
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
-msgstr "Sélectionnez le serveur pour la synchronisation du temps"
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "Partages"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Action"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
+msgstr "Point de montage"
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
-msgstr "Sélectionnez l'opération à exécuter sur le terminal"
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
 
 #: admin/systems/goto/terminalService.tpl:4
 #: admin/systems/goto/workstationService.tpl:4
@@ -1740,6 +1266,15 @@ msgstr "Sélectionnez la variante du clavier"
 msgid "Mouse"
 msgstr "Souris"
 
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Type"
+
 #: admin/systems/goto/terminalService.tpl:51
 #: admin/systems/goto/workstationService.tpl:58
 msgid "Choose mouse type"
@@ -1755,13 +1290,6 @@ msgstr "Port"
 msgid "Choose mouse port"
 msgstr "Sélectionnez le port de la souris"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Matériel téléphonique"
-
 #: admin/systems/goto/terminalService.tpl:79
 #: admin/systems/goto/workstationService.tpl:89
 msgid "Telephone"
@@ -1773,12 +1301,6 @@ msgstr "Téléphone"
 msgid "Graphic device"
 msgstr "Carte écran"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Pilote"
-
 #: admin/systems/goto/terminalService.tpl:101
 #: admin/systems/goto/workstationService.tpl:114
 msgid "Choose graphic driver that is needed by the installed graphic board"
@@ -1786,6 +1308,13 @@ msgstr ""
 "Sélectionnez le pilote de la carte vidéo correspondant à la carte graphique "
 "installée"
 
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Résolution"
+
 #: admin/systems/goto/terminalService.tpl:111
 #: admin/systems/goto/workstationService.tpl:126
 msgid "Choose screen resolution used in graphic mode"
@@ -1811,361 +1340,663 @@ msgstr "Écran"
 msgid "Use DDC for automatic detection"
 msgstr "Utiliser DCC pour la détection automatique"
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "Fréquence de synchronisation Horizontale"
-
 #: admin/systems/goto/terminalService.tpl:154
 #: admin/systems/goto/workstationService.tpl:175
 msgid "Horizontal refresh frequency for installed monitor"
 msgstr "Fréquence de rafraîchissement horizontal pour l'écran installé"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "Fréquence de synchronisation verticale"
-
 #: admin/systems/goto/terminalService.tpl:162
 #: admin/systems/goto/workstationService.tpl:186
 msgid "Vertical refresh frequency for installed monitor"
 msgstr "Fréquence de rafraîchissement verticale pour l'écran installé"
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Bureau distant"
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr "Méthode de connexion"
+
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr "Sélectionnez la méthode de connexion au terminal"
+
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr "Serveur de terminaux"
+
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr "Sélectionnez un serveur de terminaux à utiliser"
+
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:212
+#, fuzzy
+msgid "Remove selected server"
+msgstr "Suppression de l'image personnelle"
+
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr "Scanner"
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Sélectionner afin de démarrer le service scanner SANE sur le terminal"
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "Fournir des services de scanner"
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "Génération d'un image CD pour l'installation"
+
+#: admin/systems/goto/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'."
+
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "Créer un image ISO"
+
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "présent"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+#, fuzzy
+msgid "terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "statut inconnu"
+
+#: admin/systems/goto/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."
+
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "en ligne"
+
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "en cours d'exécution"
+
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "n'est pas en cours d'exécution"
+
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "non défini"
+
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "hors-ligne"
+
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "Afficher le sélecteur"
+
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "direct"
+
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "répartition de charge"
+
+#: admin/systems/goto/class_workstationService.inc:485
+msgid "Workstation service"
+msgstr "Service station de travail"
+
+#: admin/systems/goto/class_workstationService.inc:499
+msgid "Use DDC"
+msgstr "Utiliser DCC"
+
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr "Propriétés"
+
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Modèle de terminaux"
+
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nom du terminal"
+
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr "Sélectionnez la branche où sera placée le groupe"
+
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+msgid "Inherit all"
+msgstr "Hériter de tout"
+
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr "Mode"
+
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr "Sélectionnez le mode du terminal"
+
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Serveur de journaux systèmes"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr "Sélectionnez le serveur de journaux à utiliser"
+
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Serveur Primaire"
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "Sélectionnez le système de fichier racine NFS à utiliser"
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "Serveur de Swap"
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Sélectionnez le système de fichier NFS où sera placé le swap"
+
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
+msgstr "Hérite des paramètres du serveur de temps"
+
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
+msgstr "Serveur NTP"
+
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
+msgstr "Sélectionnez le serveur pour la synchronisation du temps"
+
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
+msgstr "Sélectionnez l'opération à exécuter sur le terminal"
+
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Modèle de station de travail"
+
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Nom de la station de travail"
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
-msgstr "Méthode de connexion"
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Lieu"
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr "Sélectionnez la méthode de connexion au terminal"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, fuzzy, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+msgstr ""
+"Le profil kiosk sélectionné '%s' n'est plus disponible, le profil actuel est "
+"changé en 'aucun'."
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-msgid "Reload"
-msgstr "Recharger"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, fuzzy, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgstr ""
+"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
+"serveur de profil actuel est changé en '%s'."
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
-msgstr "Serveur de terminaux"
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr ""
+"La commande '%s', spécifié comme KERNELS hook de l'extension '%s' n'existe "
+"pas."
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
-msgstr "Sélectionnez un serveur de terminaux à utiliser"
+#: admin/systems/goto/class_workstationStartup.inc:305
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Veuillez sélectionner un 'serveur FAI' ou effacer les 'Classes FAI'."
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy
+msgid "workstation"
+msgstr "Stations de travail"
+
+#: admin/systems/goto/class_workstationStartup.inc:372
+#, fuzzy
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
 msgstr ""
+"Il y a déjà un profil dans votre sélection qui contient des configurations "
+"de table de partitions."
 
-#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
 #, fuzzy
-msgid "Remove selected server"
-msgstr "Suppression de l'image personnelle"
+msgid "Mount point"
+msgstr "Point de montage"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr "Scanner"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr "Pas disponible dans la configuration actuelle"
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Sélectionner afin de démarrer le service scanner SANE sur le terminal"
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Démarrage"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "Fournir des services de scanner"
+#: admin/systems/goto/class_workstationStartup.inc:1036
+msgid "System startup"
+msgstr "Démarrage du système"
 
-#: admin/systems/goto/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"
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+msgid "Ldap server"
+msgstr "Serveur ldap"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+msgid "Kernel parameter"
+msgstr "Paramètre du kernel"
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Modèle de client léger Linux"
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+msgid "Kernel modules"
+msgstr "Modules du kernel"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Modèle de station de travail Linux"
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "Classes FAI"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Serveur Linux"
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr "Mirroir Debian"
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Station de travail Windows"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+msgid "Debian release"
+msgstr "Version Debian"
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
-msgstr "Imprimante réseau"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr "Indicateur de statut FAI"
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Téléphone"
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr ""
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
-msgstr "Autre composant réseau"
+#: admin/systems/goto/class_terminalStartup.inc:539
+msgid "Terminal startup"
+msgstr "Démarrage du terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
 #: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
 #: admin/ogroups/goto/class_termgroup.inc:43
 msgid "Activated"
 msgstr "Activé"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "Verrouillé"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
 #: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
 #, fuzzy
 msgid "Event error"
 msgstr "Erreur"
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
 #: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
 #, php-format
 msgid "Event '%s' is not available!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Eteindre"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Nom"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Redémarrer"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
-#, fuzzy
-msgid "System update"
-msgstr "Type de système"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+msgid "Terminal generic"
+msgstr "Information du terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "Reinstaller"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+msgid "Syslog server enabled"
+msgstr "Serveur de journaux systèmes activé"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "Recherche du matériel"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+msgid "Ntp server settings"
+msgstr "Préférences du serveur de temps"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "Test mémoire"
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+msgid "Root password"
+msgstr "Mot de passe root"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr "Forcer un démarrage local"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+msgid "Action flag"
+msgstr "Indicateur d'action"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/systems/goto/class_workstationGeneric.inc:288
 #: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "Analyse du système"
+#, fuzzy
+msgid "System update"
+msgstr "Type de système"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Réveiller"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
+msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_workstationGeneric.inc:471
 msgid ""
 "This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Informations"
+
+#: admin/systems/goto/class_workstationGeneric.inc:644
 msgid "Workstation generic"
 msgstr "Information de la station de travail"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Stations de travail"
-
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_workstationGeneric.inc:656
 msgid "Goto mode"
 msgstr "Mode Goto"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
 msgid "Ntp server"
 msgstr "Serveur NTP"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-msgid "Root password"
-msgstr "Mot de passe root"
+#: admin/systems/goto/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"
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-msgid "Action flag"
-msgstr "Indicateur d'action"
+#: admin/systems/goto/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."
 
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "Veuillez sélectionner une imprimante ou cliquez sur annuler."
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Modèle de client léger Linux"
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Modèle de terminaux"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Modèle de station de travail Linux"
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nom du terminal"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Serveur Linux"
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Serveur Primaire"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Station de travail Windows"
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "Sélectionnez le système de fichier racine NFS à utiliser"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
+msgstr "Imprimante réseau"
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Serveur de Swap"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Téléphone"
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Sélectionnez le système de fichier NFS où sera placé le swap"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
+msgstr "Autre composant réseau"
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "inconnu"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+#, fuzzy
+msgid "Internal error"
+msgstr "Erreur"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "Génération d'un image CD pour l'installation"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, fuzzy, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
+msgstr ""
+"Impossible d'obtenir un base valide depuis le dn de l'objet, je met la base "
+"à '%s'. "
 
-#: admin/systems/goto/gencd.tpl:5
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "Ajouter une extension d'imprimante"
+
+#: admin/systems/goto/class_printGeneric.inc:260
+#, fuzzy
 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."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 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'."
+"Impossible d'initialiser l'onglet imprimante, le paramètre parent était "
+"manquant pendant la construction."
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "Créer un image ISO"
+#: admin/systems/goto/class_printGeneric.inc:268
+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é."
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Paramètre de démarrage"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Ceci est un modèle de terminal, l'onglet imprimante est désactivé."
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "Serveur LDAP"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+#, fuzzy
+msgid "printer"
+msgstr "Imprimante"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:322
 #, fuzzy
-msgid "inherit from group"
-msgstr "Liste des groupes"
+msgid ""
+"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"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "Options personnalisées"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "Enlever l'extension d'impression"
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-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"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "Modules du kernel (format : nom paramètre)"
+#: admin/systems/goto/class_printGeneric.inc:516
+#, fuzzy
+msgid "Not defined"
+msgstr "non défini"
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr "Ajouter des modules à charger au démarrage"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "Impossible d'obtenir des informations sur les ppd."
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr "Point de montage"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
+msgstr ""
+"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
+"nom."
+
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#, fuzzy
+msgid "Object is no printer!"
+msgstr "Imprimante réseau"
+
+#: admin/systems/goto/class_printGeneric.inc:894
+msgid "Print generic"
+msgstr "Imprimante générique"
+
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Imprimante"
+
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
+msgstr "URL de l'imprimante"
+
+#: admin/systems/goto/class_printGeneric.inc:907
+msgid "Printer PPD"
+msgstr "PPD de  l'Imprimante"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "Permissions"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Imprimante"
+
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr ""
+
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "Le nom spécifié est déjà utilisé."
+
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2184,214 +2015,200 @@ msgstr ""
 msgid "DNS name"
 msgstr "Nom"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr "Votre navigateur ne supporte pas les iframes."
+
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "aucun"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Modifier une entrée"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 msgid "FAI server"
 msgstr "Serveur FAI"
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "Version"
+
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 msgid "Assigned FAI classes"
 msgstr "Liste des classes FAI utilisées"
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/workstationStartup.tpl:130
 msgid "set"
 msgstr "activé"
 
-#: admin/systems/goto/workstationStartup.tpl:160
+#: admin/systems/goto/workstationStartup.tpl:167
 msgid ""
 "FAI Object assignment disabled. You can't use this feature until FAI is "
 "activated."
 msgstr ""
 "Vous ne pouvez pas utiliser cette option tant que FAI n'est pas activé."
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "bit"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "Client ICA"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "Information sur le système"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automatique"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "Bit"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "Mémoire"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Ce 'dn' n'a pas d'extension de terminaux."
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "Adresse MAC de démarrage"
 
-#: admin/systems/goto/class_terminalService.inc:364
-#, fuzzy
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr "Support USB"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "Choisissez le téléphone situé à coté du terminal"
-
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-#, fuzzy
-msgid "VSync range"
-msgstr "Fréquence de synchronisation verticale"
-
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-#, fuzzy
-msgid "HSync range"
-msgstr "Fréquence de synchronisation Horizontale"
-
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "Statut du système"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-msgid "Service"
-msgstr "Service"
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr "Numéro d'inventaire"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-msgid "Monitor"
-msgstr "Ecran"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "Dernière connexion"
 
-#: admin/systems/goto/class_terminalService.inc:631
-msgid "Method"
-msgstr "Méthode"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "Périphériques réseau"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-msgid "Gfx driver"
-msgstr "Pilote graphique"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "Périphériques IDE"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
-msgstr "Résolution"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "Périphériques SCSI"
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
-msgstr "Profondeur des couleurs"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "Lecteur de disquette"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr "Synchronisation automatique"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "Lecteur CDROM"
 
-#: admin/systems/goto/class_terminalService.inc:639
-msgid "Printer service enabled"
-msgstr "Service d'impression activés"
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "Carte son"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Serveur de file d'attente"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "Allumé depuis"
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-msgid "Scanner enabled"
-msgstr "Scanner activé"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "Charge CPU"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
-msgstr "Modèle de clavier"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "Utilisation Mémoire"
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
-msgstr "Disposition du clavier"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Utilisation Swap"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
-msgstr "Variante du clavier"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "Service SSH"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-msgid "Mouse type"
-msgstr "Type de souris"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Service d'impression"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-msgid "Mouse port"
-msgstr "Port souris"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "Service scanner"
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "Afficher le sélecteur"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "Service Son"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "direct"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "Interface graphique"
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "répartition de charge"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Sélectionnez une imprimante à ajouter"
 
-#: admin/systems/goto/class_workstationService.inc:485
-msgid "Workstation service"
-msgstr "Service station de travail"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Sélectionnez les entrées à ajouter"
 
-#: admin/systems/goto/class_workstationService.inc:499
-msgid "Use DDC"
-msgstr "Utiliser DCC"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Filtres"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
-#, fuzzy
-msgid "terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "Sélectionner pour chercher dans le sous arbre"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Search in subtrees"
+msgstr "Chercher dans les sous arbre"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-msgid "Terminal generic"
-msgstr "Information du terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr "Afficher les membres du département"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-msgid "Syslog server enabled"
-msgstr "Serveur de journaux systèmes activé"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Sélectionner le département où sera effectuée la recherche"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-msgid "Ntp server settings"
-msgstr "Préférences du serveur de temps"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr "Afficher les membres correspondants"
+
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr "Expression régulière concordant avec les noms des membres"
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2433,739 +2250,958 @@ msgstr "Choisissez un groupe d'objets"
 msgid "Continue"
 msgstr "Continuer"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr "Votre navigateur ne supporte pas les iframes."
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+msgid "Cups"
+msgstr ""
+
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Services"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+msgid "Start"
+msgstr "Démarrage"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "Arrêter"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+msgid "Restart"
+msgstr "Réessayer"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
+msgstr "Services d'impression"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "enabled"
+msgstr "activé"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+msgid "Time service (NTP)"
+msgstr "Services de temps (NTP)"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+msgid "Time service"
+msgstr "Services de temps"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+msgid "Time service - NTP"
+msgstr "Services de temps - NTP"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+msgid "Ntp source"
+msgstr "Source ntp"
+
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+msgid "Time server"
+msgstr "Serveur de temps"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "Désactiver temporairement l'identifiant"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+msgid "Repository service"
+msgstr "Service de dépôt"
+
+#: admin/systems/services/repository/class_servRepository.inc:93
+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é."
+
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+#, fuzzy
+msgid "FAI release"
+msgstr "Classes FAI"
+
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "Dépôt"
+
+#: admin/systems/services/repository/class_servRepository.inc:354
+msgid "Releases"
+msgstr "Version"
+
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "Sections"
+
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Serveur Père"
+
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
+msgstr "Liste des dépôts configurés."
+
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr ""
+"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
+
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Options"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "Expression régulière pour trouver les objets correspondants"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr "Ajouter un dépôt"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#, fuzzy
+msgid "Syslog service database"
+msgstr "Serveur de journaux systèmes activé"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Mot de passe"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "Base de données des journaux systèmes"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+msgid "Admin"
+msgstr "Administrateur"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+msgid "Logging database information"
+msgstr "Base de données des journaux systèmes"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
+msgstr "Utilisateur de la base de données des journaux systèmes"
+
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+msgid "Logging service"
+msgstr "Service des journaux systèmes"
+
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr "Service de journaux systèmes"
+
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+msgid "File service (Shares)"
+msgstr "Serveur de fichier (Partages)"
+
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#, fuzzy
+msgid "share"
+msgstr "Partages"
+
+#: admin/systems/services/shares/class_goShareServer.inc:390
+msgid "File service - Shares"
+msgstr "Serveur de fichier - Partages"
+
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
+msgstr "Montages Apple"
+
+#: admin/systems/services/shares/class_goShareServer.inc:402
+msgid "Charset"
+msgstr "Jeu de caractères"
+
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "Chemin"
+
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "Option"
+
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "Volume"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Sélectionnez les entrées à ajouter"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
+msgstr "Gérer les profil Kiosk"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr "Afficher les membres du département"
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+#, fuzzy
+msgid "Server path"
+msgstr "Nom du serveur"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
-msgstr "Afficher les membres correspondants"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "Parcourir"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
-msgstr "Expression régulière concordant avec les noms des membres"
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+#, fuzzy
+msgid "Kiosk profile service"
+msgstr "Paramètres du profil Kiosk"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
-msgid "Terminal startup"
-msgstr "Démarrage du terminal"
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Profil Kiosk"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "présent"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "statut inconnu"
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+msgid "LDAP service"
+msgstr "Service LDAP"
 
-#: admin/systems/goto/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."
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "en ligne"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+msgid "Ldap base"
+msgstr "Base ldap"
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "en cours d'exécution"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "n'est pas en cours d'exécution"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Editer un partage"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "non défini"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Préférences NFS"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "hors-ligne"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
+msgstr "Monter les partages automatiquement sur les machines Apple."
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
-#, fuzzy
-msgid "Internal error"
-msgstr "Erreur"
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
+msgstr "Codage des caractères"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr ""
-"Impossible d'obtenir un base valide depuis le dn de l'objet, je met la base "
-"à '%s'. "
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Sélectionnez les objets à ajouter"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "Ajouter une extension d'imprimante"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
+msgstr "Afficher les objets correspondants"
 
-#: admin/systems/goto/class_printGeneric.inc:260
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
 #, fuzzy
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Impossible d'initialiser l'onglet imprimante, le paramètre parent était "
-"manquant pendant la construction."
+msgid "PPD error"
+msgstr "Serveur LDAP"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
-"Ceci est un modèle de station de travail, l'onglet imprimante est désactivé."
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Ceci est un modèle de terminal, l'onglet imprimante est désactivé."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "Sélection du ppd de votre imprimante."
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
-#, fuzzy
-msgid "printer"
-msgstr "Imprimante"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "supprimer"
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
-msgid ""
-"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"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "retour"
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "Enlever l'extension d'impression"
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "Impossible de lire le fichier '%s'."
 
-#: admin/systems/goto/class_printGeneric.inc:511
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
 #, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Le fichier PPD sélectionné '%s' n'existe pas."
+msgid "Cannot open PPD path '%s' for reading and writing!"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
 #, fuzzy
-msgid "Not defined"
-msgstr "non défini"
-
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "Impossible d'obtenir des informations sur les ppd."
+msgid "file is empty"
+msgstr "Supprimer cette entrée"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
 #, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
+msgid "Cannot parse PPD '%s'!"
+msgstr "Impossible de lire le fichier '%s'."
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+msgid "Overwrite existing PPD"
 msgstr ""
-"Cette imprimante appartient au terminal %s. Vous ne pouvez pas changer son "
-"nom."
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
 #, fuzzy
-msgid "Object is no printer!"
-msgstr "Imprimante réseau"
-
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "URL de l'imprimante"
-
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Groupes"
-
-#: admin/systems/goto/class_printGeneric.inc:893
-msgid "Print generic"
-msgstr "Imprimante générique"
-
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
-msgstr "URL de l'imprimante"
-
-#: admin/systems/goto/class_printGeneric.inc:906
-msgid "Printer PPD"
-msgstr "PPD de  l'Imprimante"
-
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Permissions"
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
+msgstr "Il y a déjà un fichier ppd pour ce type d'imprimante."
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#, fuzzy
-msgid "printer user"
-msgstr "Imprimante"
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
+msgstr "Section"
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
+msgstr "Vrai"
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "Le nom spécifié est déjà utilisé."
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
+msgstr "Faux"
 
-#: admin/systems/goto/class_printGeneric.inc:991
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
 #, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
+msgid "PPD type '%s' is not supported!"
+msgstr "La sélection multiple n'est pas encore supportée !"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "Général"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+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."
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "Nom de l'imprimante"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy
+msgid "PPD manager error"
+msgstr "Gérer l'annuaire"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, fuzzy, php-format
+msgid "The specified path '%s' does not exist."
+msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "Détails"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, fuzzy, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
+msgstr "Le fichier ppd '%s' ne peut pas être ouvert en lecture."
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr "Localisation de l'imprimante"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr "Le fichier temporaire '%s' n'a pas pu être ouvert en écriture."
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
-msgstr "Utilisateurs qui sont autorisés à utiliser cette imprimante"
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, 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"
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Utilisateurs"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
+msgstr "Les groupes imbriqués ne sont pas supportés !"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr "Ajouter un utilisateur"
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
+msgstr "Le nom du groupe n'est pas unique !"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
-msgstr "Ajouter un groupe"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr "Utilisateur qui sont autorisés à administrer cette imprimante"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
+msgstr "Les options imbriquées ne sont pas supportées !"
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr "Administrateurs"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr "La sélection multiple n'est pas encore supportée !"
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "aucun"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "La lecture du fichier PPD %s à échoué - pas de données."
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "Information sur le système"
+#: admin/systems/ppd/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é."
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Pilote d'imprimante"
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "Mémoire"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Sélectionner"
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "Adresse MAC de démarrage"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nouveau pilote"
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "Support USB"
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr "Télécharger"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "Statut du système"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "Liste des applications"
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
-msgstr "Numéro d'inventaire"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "Ce tableau montre toutes les applications dans l'arbre sélectionné."
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "Dernière connexion"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Nom de l'application"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "Périphériques réseau"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Département"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "Périphériques IDE"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Afficher les utilisateurs correspondants"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "Périphériques SCSI"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Applications"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "Lecteur de disquette"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "copier"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "Lecteur CDROM"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "couper"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "Carte son"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr "Coller"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Allumé depuis"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "couper"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "Charge CPU"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "Couper cette entrée"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "Utilisation Mémoire"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "copier"
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Utilisation Swap"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "Copier cette entrée"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "Service SSH"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "éditer"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "Service scanner"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Editer cette entrée"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "Service Son"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Supprimer cette entrée"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "Interface graphique"
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Applications Incorporées"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
 #, fuzzy
-msgid "PPD manager error"
-msgstr "Gérer l'annuaire"
+msgid "Number of listed departments"
+msgstr "Nom du département"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "Gestionnaire de PPD: Le chemin '%s' n'existe pas."
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Gestion des applications"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, fuzzy, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr "Le fichier ppd '%s' ne peut pas être ouvert en lecture."
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Nom à afficher"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
-msgstr "Le fichier temporaire '%s' n'a pas pu être ouvert en écriture."
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Le nom de l'application à afficher (ex: en dessous des icônes)"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, 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"
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "Chemin et/ou le nom de l'exécutable de l'application"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
-msgstr "Les groupes imbriqués ne sont pas supportés !"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr ""
+"Sélectionner la branche de l'annuaire ou sera placée l'entrée de "
+"l'application"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
-msgstr "Le nom du groupe n'est pas unique !"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Icône"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr ""
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Mise à Jour"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr "Les options imbriquées ne sont pas supportées !"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "Recharger l'image à partir de l'annuaire LDAP"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr "La sélection multiple n'est pas encore supportée !"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Suppression de l'image personnelle"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "La lecture du fichier PPD %s à échoué - pas de données."
+#: admin/applications/generic.tpl:81
+msgid "Remove picture from LDAP"
+msgstr "Effacer l'image de l'annuaire LDAP"
 
-#: admin/systems/ppd/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é."
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Exécutable uniquement par les membres"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr "Sélectionnez les objets à ajouter"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Remplacer la configuration de l'utilisateur au démarrage"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr "Afficher les objets correspondants"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Placer une icône sur le bureau des membres"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
-msgstr "Fermer"
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Pilote d'imprimante"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "Placer une entrée dans le menu démarrage des membres"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Sélectionner"
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "Script"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nouveau pilote"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Importer"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, fuzzy
-msgid "PPD error"
-msgstr "Serveur LDAP"
+#: admin/applications/generic.tpl:140
+msgid "Download"
+msgstr "Téléchargement"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "Impossible de lire le fichier '%s'."
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Applications"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
-msgstr ""
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "application"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#, fuzzy
-msgid "file is empty"
-msgstr "Supprimer cette entrée"
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "pas d'exemple"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/applications/class_applicationGeneric.inc:264
 #, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "Impossible de lire le fichier '%s'."
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-msgid "Overwrite existing PPD"
+msgid "Cannot remove application - it is still in use by these objects: %s"
 msgstr ""
+"Impossible d'enlever le profile kiosk ,il est encore utilisé par ce(s) "
+"objets '%s'."
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#: admin/applications/class_applicationGeneric.inc:368
 #, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr "Il y a déjà un fichier ppd pour ce type d'imprimante."
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
-msgstr "Section"
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
-msgstr "Vrai"
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
-msgstr "Faux"
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr "La sélection multiple n'est pas encore supportée !"
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-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."
+msgid "no read permission"
+msgstr "Permissions"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "Sélection du ppd de votre imprimante."
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Périphériques"
+#: admin/applications/class_applicationGeneric.inc:382
+#, fuzzy, php-format
+msgid "cannot save image to '%s'"
+msgstr "Impossible de sauver le fichier '%s'."
 
-#: admin/devices/class_deviceManagement.inc:8
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid "Manage devices"
-msgstr "Scanner"
+msgid "Execute path"
+msgstr "Exécuter"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-#, fuzzy
-msgid "device"
-msgstr "Périphérique"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "Préférences de l'application"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
-#, fuzzy
-msgid "List of defined devices"
-msgstr "Liste des périphériques"
+#: admin/applications/class_applicationGeneric.inc:576
+msgid "Application generic"
+msgstr "Information des applications"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr "Nom du périphérique"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr "Indicateur"
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
-msgstr "Afficher les périphériques correspondants"
+#: admin/applications/class_applicationGeneric.inc:591
+msgid "Script content"
+msgstr "Contenu du script"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
-msgstr "Périphérique"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Supprimer les options"
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Nombre de pages"
+msgid "parameter"
+msgstr "Paramètres"
 
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Nom du périphérique"
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Créer des options"
 
-#: admin/devices/deviceGeneric.tpl:35
-#, fuzzy
-msgid "Choose the device type"
-msgstr "Sélectionnez un type de téléphone"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variable"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr "Numéro de série"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "Valeur par défaut"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "(iSerial)"
-msgstr "(ISérie)"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Ajouter une option"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
-msgstr "ID du vendeur"
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Paramètres"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
-msgstr "(Idvendeur)"
+#: admin/applications/class_applicationParameters.inc:229
+msgid "Parameter configuration"
+msgstr "Configuration des paramètres"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
-msgstr "ID du produit"
+#: admin/applications/class_applicationParameters.inc:237
+msgid "Application parameter settings"
+msgstr "Préférences de l'application"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr "(Idproduit)"
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
+msgstr "Branches"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
+msgstr "Version actuelle"
+
+#: admin/applications/remove.tpl:6 admin/mimetypes/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 étant donné qu'il est impossible pour GOsa "
+"de récupérer vos données."
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Harddisk"
-msgstr "Nouveau disque dur"
+msgid "Folder"
+msgstr "Filtres"
 
-#: admin/devices/class_deviceGeneric.inc:30
-#, fuzzy
-msgid "USB stick"
-msgstr "permanent"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "En haut"
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "En bas"
 
-#: admin/devices/class_deviceGeneric.inc:95
+#: admin/groups/apps/app_list.tpl:114
 #, fuzzy
-msgid "iSerial"
-msgstr "(ISérie)"
+msgid "Entry"
+msgstr "Modifier une entrée"
 
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "Serial"
-msgstr "(ISérie)"
+msgid "add to"
+msgstr "Ajouter une option"
 
-#: admin/devices/class_deviceGeneric.inc:101
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
 #, fuzzy
-msgid "Vender ID"
-msgstr "ID du vendeur"
+msgid "Add selected applications to this folder."
+msgstr "L'application sélectionnée n'a pas d'options."
 
-#: admin/devices/class_deviceGeneric.inc:237
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "Device generic"
-msgstr "Serveur générique"
+msgid "Separator"
+msgstr "Insérer un séparateur"
 
-#: admin/devices/remove.tpl:6
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid ""
-"This may be used by several users/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 étant donné qu'il est impossible pour GOsa "
-"de récupérer vos données."
+msgid "Add a separator to this folder."
+msgstr "L'application sélectionnée n'a pas d'options."
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "Device management"
-msgstr "Gestion de Sieve"
+msgid "Add application extension"
+msgstr "Ajouter une Application"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "Mise à jour immédiate"
+#: admin/groups/apps/class_groupApplication.inc:276
+#, fuzzy
+msgid "Application 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."
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "Mise à jour programmée"
+#: admin/groups/apps/class_groupApplication.inc:280
+#, fuzzy
+msgid "Remove application extension"
+msgstr "Suppression d'applications"
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/class_groupApplication.inc:281
 #, fuzzy
-msgid "Wake"
-msgstr "Réveiller"
+msgid "Application 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."
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
-msgstr "Système"
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Retour"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-msgid "System group"
-msgstr "Groupe système"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "département"
 
-#: admin/ogroups/goto/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."
+#: admin/groups/apps/class_groupApplication.inc:975
+#, fuzzy
+msgid "Not available in release."
+msgstr "Pas disponible dans la configuration actuelle"
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-#: admin/mimetypes/class_divListMimeTypes.inc:175
-#: admin/mimetypes/class_divListMimeTypes.inc:229
-msgid "Mime type"
-msgstr "Type mime"
+#: admin/groups/apps/class_groupApplication.inc:1170
+msgid "Group applications"
+msgstr "Groupe d'applications"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-msgid "Please enter a name for the mime type here"
-msgstr "Veuillez entrer un nom pour le type mime"
+#: admin/groups/apps/class_groupApplication.inc:1179
+msgid "Application parameter"
+msgstr "Paramètre de l'application"
 
-#: admin/mimetypes/paste_generic.tpl:24
-msgid "Please specify a description for this mime type here"
-msgstr "Veuillez indiquer une description pour ce type mime"
+#: admin/groups/apps/edit_entry.tpl:8
+#, fuzzy
+msgid "Folder image"
+msgstr "Codage des caractères"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
+#: admin/groups/apps/edit_entry.tpl:12
 #, fuzzy
-msgid "File pattern"
-msgstr "Filtres des fichiers"
+msgid "Could not load image."
+msgstr "Impossible de sauvegarder l'image to %s."
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
-msgid "Mime type generic"
-msgstr "Information sur les types mime"
+#: admin/groups/apps/edit_entry.tpl:14
+#, fuzzy
+msgid "None"
+msgstr "aucun"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
-msgid "Mime types"
-msgstr "Types mime"
+#: admin/groups/apps/edit_entry.tpl:24
+#, fuzzy
+msgid "Upload image"
+msgstr "Télécharger"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
-#: admin/mimetypes/generic.tpl:22
-msgid "Mime group"
-msgstr "Groupe de type mime"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
+msgstr ""
+
+#: admin/groups/apps/edit_entry.tpl:33
+#, fuzzy
+msgid "Reset"
+msgstr "activé"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-msgid "Left click action"
-msgstr "Clic gauche"
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Options des applications"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-msgid "File patterns"
-msgstr "Filtres des fichiers"
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+msgid "List of defined mime types"
+msgstr "Liste des type mime définis"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-msgid "Embedded applications"
-msgstr "Applications Incorporées"
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/mimetypes/class_divListMimeTypes.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
+msgid "Mime type"
+msgstr "Type mime"
 
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-msgid "Manage mime types"
-msgstr "Gérer les types mime"
+#: admin/mimetypes/class_divListMimeTypes.inc:66
+msgid "Display mime types matching"
+msgstr "Afficher les types mime correspondants"
+
+#: admin/mimetypes/class_divListMimeTypes.inc:310
+#, fuzzy
+msgid "Number of listed mimetypes"
+msgstr "Liste des type mime définis"
 
 #: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
 msgid "Mimetype management"
 msgstr "Gestion des type mime"
 
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+msgid "Please enter a name for the mime type here"
+msgstr "Veuillez entrer un nom pour le type mime"
+
+#: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
+msgid "Mime group"
+msgstr "Groupe de type mime"
+
 #: admin/mimetypes/generic.tpl:26
 msgid "Categorize this mime type"
 msgstr "Mettre ce type mime dans une catégorie"
@@ -3186,6 +3222,11 @@ msgstr "Mettre à jour l'icône mime"
 msgid "Left click"
 msgstr "Clic gauche"
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+msgid "File patterns"
+msgstr "Filtres des fichiers"
+
 #: admin/mimetypes/generic.tpl:105
 msgid "Please specify a new file pattern"
 msgstr "Veuillez indiquer un nouveau filtre de fichiers"
@@ -3218,473 +3259,547 @@ msgstr "Montrer le fichier dans un programme externe"
 msgid "Ask whether to save to local disk"
 msgstr "Demander si il faut le sauver sur un disque local"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
-msgid "List of defined mime types"
-msgstr "Liste des type mime définis"
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
+msgid "Mime types"
+msgstr "Types mime"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
-msgid "Display mime types matching"
-msgstr "Afficher les types mime correspondants"
+#: admin/mimetypes/class_mimetypeManagement.inc:25
+msgid "Manage mime types"
+msgstr "Gérer les types mime"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Liste des type mime définis"
+msgid "File pattern"
+msgstr "Filtres des fichiers"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
-#, fuzzy
-msgid "Software update"
-msgstr "Mise à jour immédiate"
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
+msgid "Mime type generic"
+msgstr "Information sur les types mime"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
-#, fuzzy
-msgid "software update"
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+msgid "Left click action"
+msgstr "Clic gauche"
+
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+msgid "Embedded applications"
+msgstr "Applications Incorporées"
+
+#: admin/mimetypes/paste_generic.tpl:24
+msgid "Please specify a description for this mime type here"
+msgstr "Veuillez indiquer une description pour ce type mime"
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
 msgstr "Mise à jour immédiate"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
-#, fuzzy
-msgid "Time schedule"
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr "Mise à jour programmée"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "Analyse du système"
+msgid "Wake"
+msgstr "Réveiller"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
+msgstr "Système"
+
+#: admin/ogroups/goto/class_termgroup.inc:299
+msgid "System group"
+msgstr "Groupe système"
+
+#: admin/ogroups/goto/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."
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
-#, fuzzy
-msgid "Status"
-msgstr "Démarrage"
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Périphériques"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr "Nom du périphérique"
+
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Result"
-msgstr "Résolution"
+msgid "Device management"
+msgstr "Gestion de Sieve"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:8
 #, fuzzy
-msgid "Target"
-msgstr "Jeu de caractères"
+msgid "Manage devices"
+msgstr "Scanner"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
-msgstr ""
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
+#, fuzzy
+msgid "device"
+msgstr "Périphérique"
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#: admin/devices/class_deviceGeneric.inc:29
 #, fuzzy
-msgid "Lock"
-msgstr "Verrouillé"
+msgid "USB stick"
+msgstr "permanent"
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
-#, fuzzy
-msgid "Abort installation"
-msgstr "Stations de travail"
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
+msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:94
 #, fuzzy
-msgid "Activate"
-msgstr "Activé"
+msgid "iSerial"
+msgstr "(ISérie)"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Use"
-msgstr "Utilisateur"
+msgid "Serial"
+msgstr "(ISérie)"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_deviceGeneric.inc:100
 #, fuzzy
-msgid "Targets"
-msgstr "Partages"
+msgid "Vendor ID"
+msgstr "ID du vendeur"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
-msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
-msgstr ""
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr "Périphérique"
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "System / Department"
-msgstr "Département"
+msgid "Device generic"
+msgstr "Serveur générique"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
 #, fuzzy
-msgid "Display server"
-msgstr "Écran"
+msgid "List of defined devices"
+msgstr "Liste des périphériques"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
-#, fuzzy
-msgid "Display workstation"
-msgstr "Station de travail Windows"
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr "Afficher les périphériques correspondants"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/class_divListDevices.inc:278
 #, fuzzy
-msgid "Display object groups"
-msgstr "Afficher les objets correspondants"
+msgid "Number of listed devices"
+msgstr "Nombre de pages"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
+#: admin/devices/remove.tpl:6
+#, fuzzy
+msgid ""
+"This may be used by several users/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 étant donné qu'il est impossible pour GOsa "
+"de récupérer vos données."
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "Object group"
-msgstr "Choisissez un groupe d'objets"
+msgid "Device type"
+msgstr "Nom du périphérique"
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Progress"
-msgstr "Propriétés"
+msgid "Choose the device type"
+msgstr "Sélectionnez un type de téléphone"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
-msgstr ""
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr "Numéro de série"
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#: admin/devices/deviceGeneric.tpl:45
+msgid "(iSerial)"
+msgstr "(ISérie)"
+
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
+msgstr "ID du vendeur"
+
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
+msgstr "(Idvendeur)"
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr "ID du produit"
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr "(Idproduit)"
+
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Start a system"
-msgstr "Système"
+msgid "Script name"
+msgstr "Nom du script"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Environnement"
+
+#: personal/environment/class_environment.inc:137
+#, fuzzy, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
+msgstr "Il n'y a pas de snapshots disponibles qui pourrait êtres restaurés"
+
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "automatique"
+
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Impossible de lire le fichier '%s'."
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "désactivé"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
-#, fuzzy
-msgid "Month"
-msgstr "Point de montage"
+#: personal/environment/class_environment.inc:333
+#, fuzzy, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr ""
+"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
+"serveur de profil actuel est changé en '%s'."
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:337
+#, fuzzy, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
 msgstr ""
+"Le serveur de profil kiosk sélectionné '%s' n'est plus disponible, Le "
+"serveur de profil actuel est changé en '%s'."
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
-#, fuzzy
-msgid "Minute"
-msgstr "Imprimante"
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr "Scripts de démarrage"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Second"
-msgstr "Section"
-
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
-msgstr ""
+msgid "Share"
+msgstr "Partages"
 
-#: addons/goto/events/class_DaemonEvent.inc:117
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
 #, fuzzy
-msgid "This job has no template."
-msgstr "Ce 'dn' n'a pas d'extension de terminaux."
+msgid "Used by all users"
+msgstr "ACL valide pour tout les utilisateurs"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Ajouter"
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "Réinitialiser le mot de passe"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "Supprimer ce partage"
+
+#: personal/environment/class_environment.inc:960
+#, fuzzy
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
+"L'indicateur d'imprimante par défaut n'est pas permis parmis les groupes."
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+msgid "Profile quota"
+msgstr "Quota du profil"
+
+#: personal/environment/class_environment.inc:1121
 #, fuzzy
-msgid "Available targets"
-msgstr "Applications disponibles"
+msgid "environment"
+msgstr "Environnement"
+
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "partage de groupe"
+
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "Administrateur"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Imprimante par défaut"
+
+#: personal/environment/class_environment.inc:1740
+msgid "Environment settings"
+msgstr "Préférences d'environnement"
+
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Mon Compte"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
+msgstr "Commande pour étendre la liste des résolutions écrans possibles"
+
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "La résolution peut être changée pendant la session"
+
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "Cacher le profile localement"
+
+#: personal/environment/class_environment.inc:1756
+msgid "Profile server"
+msgstr "Serveur de profil"
+
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Script de démarrage"
+
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "Périphériques Hotplug"
+
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "Utiliser les préférences d'environnement"
 
-#: addons/goto/class_target_list.inc:69
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Object name"
-msgstr "Nom du périphérique"
+msgid "Please select a printer!"
+msgstr "Veuillez sélectionner un fichier valide."
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "Choisissez un groupe d'objets"
+msgid "Please select a hotplug device!"
+msgstr "Veuillez sélectionner un fichier valide."
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Show object groups"
-msgstr "Choisissez un groupe d'objets"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Ajouter une d'imprimante"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "Sélectionner pour chercher dans le sous arbre"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
+msgstr "Afficher les imprimantes correspondants"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "Serveur de Swap"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
+msgstr "Expression régulière concordant avec les noms des imprimantes"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Station de travail Windows"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
+msgstr "Administration des scripts de démarrage"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Station de travail Windows"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Paramètres des scripts de démarrage"
 
-#: addons/goto/class_target_list.inc:75
-#, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Sélectionner pour chercher dans le sous arbre"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nom du script"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorité"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Paramètres des scripts de démarrage"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Dernier script"
 
-#: addons/goto/class_target_list.inc:83
-#, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Expression régulière concordant avec les noms des membres"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Le script peut être remplacé par l'utilisateur"
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Ajouter des périphériques hotplug"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Gestion des périphériques Hotplug"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Sélectionner le périphérique hotplug à ajouter"
+
+#: 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"
+
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
+"Expression régulière concordant avec les noms des périphériques hotplug"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-#, fuzzy
-msgid "System deployment"
-msgstr "Type de système"
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "L'extension d'environnement est actuellement désactivée."
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "Permissions"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profils"
 
-#: addons/goto/class_gotomasses.inc:289
-#, fuzzy
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr ""
-"Ce menu vous permet créer, effacer et éditer des classes des dépôts FAI."
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
+msgstr "Paramètres des préférences d'environnement"
 
-#: addons/goto/class_gotomasses.inc:290
-#, fuzzy
-msgid "List of queued jobs"
-msgstr "Liste des périphériques"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr "Utiliser la gestion des profiles"
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "Reinstaller"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr "Chemin du Profil"
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "Coller"
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "MB"
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "Hériter de tout"
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
+msgstr "Gestion du profile"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
+msgstr "Gestion des profiles serveurs"
 
-#: addons/goto/class_gotomasses.inc:337
-#, fuzzy
-msgid "Schedule"
-msgstr "Mise à jour programmée"
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
+msgstr "Quota du profil"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
+msgstr "Paramètres du profil Kiosk"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:136
+msgid "Profile"
+msgstr "Profil"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:153
+msgid "Manage"
+msgstr "Gérer"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
+msgstr "Utilisateur sélectionné pour la connexion au partage"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr "Sélectionnez un partage"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
-msgstr ""
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
+msgstr "Point de montage"
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "Avertissement"
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
+msgstr "Paramètre des périphériques Hotplug"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
+msgstr "Paramètres de l'imprimante"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
-msgstr ""
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
+msgstr "Afficher/Cacher l'administrateur"
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
+msgstr "Afficher/Cacher défaut"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Mise à jour immédiate"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Environnement"
+
+#, fuzzy
+#~ msgid "Missing FAI plugin extension!"
+#~ msgstr "Ajouter une extension d'imprimante"
+
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Nouveau disque dur"
 
 #, fuzzy
 #~ msgid "Something went wrong while talking to the daemon: %s."
@@ -4000,21 +4115,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Enregistrer"
 
-#, fuzzy
-#~ msgid "Application 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."
-
-#, fuzzy
-#~ msgid "Application 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."
-
-#~ msgid "Back"
-#~ msgstr "Retour"
-
 #~ msgid "LDAP Service"
 #~ msgstr "Service LDAP"
 
@@ -4330,10 +4430,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "Vous n'avez pas l'autorisation de supprimer cette liste rouge."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Sélectionner"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "texte"
@@ -4595,9 +4691,6 @@ msgstr ""
 #~ msgid "Delete entry"
 #~ msgstr "Supprimer cette entrée"
 
-#~ msgid "Insert seperator"
-#~ msgstr "Insérer un séparateur"
-
 #~ msgid "This application is no longer available."
 #~ msgstr "L'application sélectionnée n'est plus disponible."
 
index f711be5f84ddb98d3ce448a8d33d96f504998713..bbdd1f6bf8fa810f5d654e7d73aa060ab96615ab 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
 "PO-Revision-Date: 2005-11-18 15:26+0100\n"
 "Last-Translator: Alessandro Amici <a.amici@bopen.it>\n"
 "Language-Team: Italian\n"
@@ -15,135 +15,159 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.9.1\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Ambiente"
-
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "Questo fa qualcosa"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Attenzione"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#, fuzzy
+msgid "Available targets"
+msgstr "Applicazioni disponibili"
 
-#: personal/environment/class_environment.inc:137
-#, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
+#: addons/goto/class_target_list.inc:69
+msgid "Object name"
 msgstr ""
 
-#: personal/environment/class_environment.inc:210
+#: addons/goto/class_target_list.inc:72
 #, fuzzy
-msgid "auto"
-msgstr "Rapporto"
+msgid "Select to see object groups"
+msgstr "Gruppo di oggetti"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:72
 #, fuzzy
-msgid "Configuration error"
-msgstr "File di configurazione"
+msgid "Show object groups"
+msgstr "Gruppo di oggetti"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "Rimuovi"
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Select to see servers"
+msgstr "Seleziona per mostrare le applicazioni"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "disabilitato"
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "Server"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Seleziona per mostrare le applicazioni"
 
-#: personal/environment/class_environment.inc:329
-#, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Nome applicazione"
+
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Seleziona per mostrare le applicazioni"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
 
-#: personal/environment/class_environment.inc:333
-#, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:83
 #, fuzzy
-msgid "Permission error"
-msgstr "Permessi"
+msgid "Regular expression for matching group names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
 msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Base"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Imposta dipartimento"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Server"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "Gruppo di oggetti"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -151,1626 +175,1070 @@ msgstr ""
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr ""
 
-#: personal/environment/class_environment.inc:639
-#, fuzzy
-msgid "Share"
-msgstr "reset"
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Mount point"
-msgstr "Monitoraggio"
-
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
-msgstr ""
+msgid "System deployment"
+msgstr "Sistemi"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "Questo fa qualcosa"
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Reset password hash"
-msgstr "Cambia password"
+msgid "Permission"
+msgstr "Permessi"
 
-#: personal/environment/class_environment.inc:758
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
 #, fuzzy
-msgid "Delete share entry"
-msgstr "Elimina questo record"
+msgid "Service infrastructure"
+msgstr "Seleziona per mostrare le applicazioni"
 
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
+#: addons/goto/class_gotomasses.inc:290
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: addons/goto/class_gotomasses.inc:291
 #, fuzzy
-msgid "LDAP error"
-msgstr "Dispositivi"
+msgid "List of queued jobs"
+msgstr "Lista degli utenti"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-#, fuzzy
-msgid "Profile quota"
-msgstr "Path del profilo"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Azioni"
 
-#: personal/environment/class_environment.inc:1113
-#, fuzzy
-msgid "environemnt"
-msgstr "Ambiente"
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Creare"
+
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Rimuovi"
 
-#: personal/environment/class_environment.inc:1296
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "group share"
-msgstr "gruppi"
+msgid "Resume"
+msgstr "reset"
 
-#: personal/environment/class_environment.inc:1332
+#: addons/goto/class_gotomasses.inc:308
 #, fuzzy
-msgid "Administrator"
-msgstr "Amministrazione"
+msgid "Pause"
+msgstr "Data"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
+#: addons/goto/class_gotomasses.inc:309
 #, fuzzy
-msgid "Default printer"
-msgstr "Permessi predefiniti"
+msgid "Abort"
+msgstr "Iniziali"
+
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Esegui"
 
-#: personal/environment/class_environment.inc:1736
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
 #, fuzzy
-msgid "Environment settings"
-msgstr "Opzioni di posta dell'identità"
+msgid "Reload"
+msgstr "leggere"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Identità"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "reset"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
+#: addons/goto/class_gotomasses.inc:338
+msgid "Schedule"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+#, fuzzy
+msgid "Status"
+msgstr "Avvio"
+
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Azione"
+
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1752
-#, fuzzy
-msgid "Profile server"
-msgstr "Server"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Dispositivi del client"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-#, fuzzy
-msgid "Shares"
-msgstr "reset"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Modifica"
 
-#: personal/environment/selectPrinterDialog.tpl:1
+#: addons/goto/class_gotomasses.inc:433
 #, fuzzy
-msgid "Add printer devcies"
-msgstr "Dispositivi del client"
+msgid "Waiting"
+msgstr "Attenzione"
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: addons/goto/class_gotomasses.inc:439
 #, fuzzy
-msgid "Select printer to add"
-msgstr "Seleziona il numero da aggiungere"
-
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Filtri"
+msgid "Processed"
+msgstr "Profili"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Scegli il dipartimento di base per la ricerca"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: addons/goto/class_gotomasses.inc:454
 #, fuzzy
-msgid "Select to search within subtrees"
-msgstr "Seleziona per mostrare le applicazioni"
+msgid "Detection"
+msgstr "Azione"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-#, fuzzy
-msgid "Search in subtrees"
-msgstr "Seleziona per mostrare le applicazioni"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:48
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Mostra utenti che corrispondono a"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-#, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-#, fuzzy
-msgid "Logon script management"
-msgstr "Riferimenti"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Impostazioni Unix"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-#, fuzzy
-msgid "Skript name"
-msgstr "Script path"
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "Descrizione"
 
-#: personal/environment/logonManagement.tpl:24
-#, fuzzy
-msgid "Priority"
-msgstr "Proxy"
-
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
-
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
-
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr ""
-
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "Script"
-
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Importa"
-
-#: personal/environment/hotplugDialog.tpl:1
-#, fuzzy
-msgid "Add hotplug devices"
-msgstr "Dispositivi del client"
-
-#: personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Riferimenti"
-
-#: personal/environment/hotplugDialog.tpl:10
-#, fuzzy
-msgid "Select hotplug device to add"
-msgstr "Rimuovi"
-
-#: personal/environment/hotplugDialog.tpl:34
-#, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Scegli il dipartimento di base per la ricerca"
-
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Mostra utenti che corrispondono a"
-
-#: personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
-
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr ""
-
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profili"
-
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Opzioni di posta dell'identità"
-
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-#, fuzzy
-msgid "Use profile managment"
-msgstr "Riferimenti"
-
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-#, fuzzy
-msgid "Profil path"
-msgstr "Path del profilo"
-
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "Mb"
-
-#: personal/environment/environment.tpl:44
-#, fuzzy
-msgid "Profile managment"
-msgstr "Riferimenti"
-
-#: personal/environment/environment.tpl:59
-#, fuzzy
-msgid "Profile server managment"
-msgstr "Riferimenti"
-
-#: personal/environment/environment.tpl:83
-#, fuzzy
-msgid "Profil quota"
-msgstr "Path del profilo"
-
-#: personal/environment/environment.tpl:113
-#, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Opzioni di posta dell'identità"
-
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Server"
-
-#: personal/environment/environment.tpl:136
-#, fuzzy
-msgid "Profile"
-msgstr "Path del profilo"
-
-#: personal/environment/environment.tpl:153
-#, fuzzy
-msgid "Manage"
-msgstr "Nome gruppo"
-
-#: personal/environment/environment.tpl:211
-#, fuzzy
-msgid "User used to connect to the share"
-msgstr "Impossibile connettersi al server del database!"
-
-#: personal/environment/environment.tpl:214
-#, fuzzy
-msgid "Select a share"
-msgstr "Rimuovi"
-
-#: personal/environment/environment.tpl:222
-#, fuzzy
-msgid "Mount path"
-msgstr "Monitoraggio"
-
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Rimuovi"
-
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Modifica"
-
-#: personal/environment/environment.tpl:284
-#, fuzzy
-msgid "Hotplug device settings"
-msgstr "Dispositivi del client"
-
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Stampante"
-
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
-msgstr ""
-
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-#, fuzzy
-msgid "Printer settings"
-msgstr "Impostazioni Unix"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr ""
-
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr ""
-
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Cognome"
-
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Script path"
-
-#: personal/environment/class_selectPrinterDialog.inc:107
-#, fuzzy
-msgid "Please select a printer!"
-msgstr "Prego inserire un numero di telefono valido!"
-
-#: personal/environment/main.inc:121
-#, fuzzy
-msgid "User environment settings"
-msgstr "Opzioni di posta dell'identità"
-
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Applicazioni"
-
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-#, fuzzy
-msgid "application"
-msgstr "applicazioni"
-
-#: admin/applications/class_divListApplication.inc:31
-#, fuzzy
-msgid "List of Applications"
-msgstr "Lista delle applicazioni"
-
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr ""
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Nome applicazione"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Dipartimento"
-
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Azioni"
-
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Base"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Imposta dipartimento"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr ""
-
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Creare"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Applicazione"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-#, fuzzy
-msgid "Copy"
-msgstr "Azienda"
-
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "Esegui"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-#, fuzzy
-msgid "Paste"
-msgstr "Data"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-#, fuzzy
-msgid "cut"
-msgstr "Esegui"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-#, fuzzy
-msgid "Cut this entry"
-msgstr "Modifica questo record"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr ""
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-#, fuzzy
-msgid "Copy this entry"
-msgstr "Modifica questo record"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "modifica"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Modifica questo record"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "elimina"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Elimina questo record"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Applicazioni in uso"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Imposta dipartimento"
-
-#: admin/applications/class_applicationGeneric.inc:100
-#, fuzzy
-msgid "no example"
-msgstr "incompleto"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr "Non hai il permesso di cambiare la tua password."
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Permessi"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Rimuovi"
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Esegui"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Esegui"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-#, fuzzy
-msgid "Application settings"
-msgstr "Opzioni applicazione"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Generale"
-
-#: admin/applications/class_applicationGeneric.inc:576
-#, fuzzy
-msgid "Application generic"
-msgstr "Nome applicazione"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Icna"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:591
-#, fuzzy
-msgid "Script content"
-msgstr "Mostra terminali"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Parametro"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr ""
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Parametro"
-
-#: admin/applications/class_applicationParameters.inc:229
-#, fuzzy
-msgid "Parameter configuration"
-msgstr "Scarica il file di  configurazione"
-
-#: admin/applications/class_applicationParameters.inc:237
-#, fuzzy
-msgid "Application parameter settings"
-msgstr "Nome applicazione"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-#, fuzzy
-msgid "Branches"
-msgstr "Annulla"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-#, fuzzy
-msgid "Current release"
-msgstr "Password attuale"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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 ""
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Attenzione"
 
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/remove.tpl:9
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
 #, fuzzy
 msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 "Quindi - Se sei sicuro - premi <i>Rimuovi</i> per continuare o <i>Annulla</"
 "i> per abortire."
 
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr ""
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Mostra il nome"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr ""
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr ""
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-#, fuzzy
-msgid "Select a base"
-msgstr "Rimuovi"
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Aggiorna"
-
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr ""
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Elimina foto"
-
-#: admin/applications/generic.tpl:81
-#, fuzzy
-msgid "Remove picture from LDAP"
-msgstr "Elimina foto"
-
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Opzioni"
-
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr ""
-
-#: admin/applications/generic.tpl:140
-#, fuzzy
-msgid "Download"
-msgstr "Dominio"
-
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-#, fuzzy
-msgid "Release"
-msgstr "Rimuovi"
-
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-#, fuzzy
-msgid "Folder"
-msgstr "Filtri"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr ""
-
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-#, fuzzy
-msgid "Move down"
-msgstr "Dominio"
-
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Modifica contatto"
-
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Rapporto"
-
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-msgid "Add selected applications to this folder."
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:8
-#, fuzzy
-msgid "Folder image"
-msgstr "Home Page"
-
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:14
-#, fuzzy
-msgid "None"
-msgstr "nessuno"
-
-#: admin/groups/apps/edit_entry.tpl:24
-msgid "Upload image"
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
-msgstr ""
-
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "reset"
-
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Opzioni applicazione"
-
-#: admin/groups/apps/class_groupApplication.inc:265
-#, fuzzy
-msgid "Add application extension"
-msgstr "applicazioni"
-
-#: admin/groups/apps/class_groupApplication.inc:270
-#, fuzzy
-msgid "Remove application extension"
-msgstr "Elimina estensioni per le applicazioni"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
 #, fuzzy
-msgid "back"
-msgstr "Indietro"
+msgid "Time schedule"
+msgstr "Server"
 
-#: admin/groups/apps/class_groupApplication.inc:342
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
 #, fuzzy
-msgid "department"
-msgstr "dipartimenti"
+msgid "System list"
+msgstr "Log di sitema"
 
-#: admin/groups/apps/class_groupApplication.inc:930
-msgid "Not available in release."
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:1101
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
 #, fuzzy
-msgid "Group applications"
-msgstr "Mostra applicazioni"
+msgid "Progress"
+msgstr "Profili"
 
-#: admin/groups/apps/class_groupApplication.inc:1110
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
 #, fuzzy
-msgid "Application parameter"
-msgstr "Nome applicazione"
+msgid "Result"
+msgstr "Riprova"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-#, fuzzy
-msgid "LDAP service"
-msgstr "Dispositivi"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+msgid "Lock"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Servizi"
+#: addons/goto/events/class_DaemonEvent.inc:117
+msgid "This job has no template."
+msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-#, fuzzy
-msgid "Ldap base"
-msgstr "Server"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-#, fuzzy
-msgid "Edit share"
-msgstr "Modifica contatto"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Aggiungi"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
 #, fuzzy
-msgid "Volume"
-msgstr "Home"
-
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Tipo"
+msgid "Activate"
+msgstr "Privato"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+msgid "Abort installation"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:109
+#: addons/goto/events/target_list.tpl:5
 #, fuzzy
-msgid "Codepage"
-msgstr "Home Page"
+msgid "Use"
+msgstr "Utenti"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
 #, fuzzy
-msgid "Option"
-msgstr "Opzioni"
+msgid "Close"
+msgstr "Scegli"
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-#, fuzzy
-msgid "Time server"
-msgstr "Server"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
+msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
 #, fuzzy
-msgid "Time service (NTP)"
-msgstr "Utenti di Dominio"
+msgid "Subject"
+msgstr "Rimuovi"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
 #, fuzzy
-msgid "Time service"
-msgstr "Utenti di Dominio"
+msgid "Message"
+msgstr "Nome gruppo"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
 #, fuzzy
-msgid "Time service - NTP"
-msgstr "Utenti di Dominio"
+msgid "Targets"
+msgstr "reset"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
+
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
 #, fuzzy
-msgid "Ntp source"
-msgstr "Servizi"
+msgid "System / Department"
+msgstr "Dipartimento"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
+#: addons/goto/events/class_EventTargetAddList.inc:73
 #, fuzzy
-msgid "File service (Shares)"
-msgstr "Server"
+msgid "Display server"
+msgstr "Mostra il nome"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: addons/goto/events/class_EventTargetAddList.inc:74
 #, fuzzy
-msgid "share"
-msgstr "reset"
+msgid "Display workstation"
+msgstr "Mostra utenti che corrispondono a"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: addons/goto/events/class_EventTargetAddList.inc:75
 #, fuzzy
-msgid "File service - Shares"
-msgstr "Server"
+msgid "Display object groups"
+msgstr "Gruppo di oggetti"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
 #, fuzzy
-msgid "Charset"
-msgstr "reset"
+msgid "Display users"
+msgstr "Mostra il nome"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+#, fuzzy
+msgid "Display groups"
+msgstr "Gruppo di oggetti"
+
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
 msgstr ""
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Gruppo"
+
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
 #, fuzzy
-msgid "enabled"
-msgstr "disabilitato"
+msgid "Software update"
+msgstr "Crea estensioni telefoniche"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr ""
+
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr ""
+
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
 #, fuzzy
-msgid "Logging database information"
-msgstr "Informazioni organizzazione"
+msgid "Start a system"
+msgstr "Sistemi"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Password"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#: addons/goto/events/timestamp_select.tpl:4
 #, fuzzy
-msgid "Syslog service database"
-msgstr "Mostra server"
+msgid "Month"
+msgstr "Monitoraggio"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
+#: addons/goto/events/timestamp_select.tpl:8
 #, fuzzy
-msgid "Start"
-msgstr "Avvio"
+msgid "Minute"
+msgstr "Stampante"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
+#: addons/goto/events/timestamp_select.tpl:9
+#, fuzzy
+msgid "Second"
+msgstr "Azione"
+
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
+#: addons/goto/events/DaemonEvent_notify.tpl:7
 #, fuzzy
-msgid "Restart"
-msgstr "Riprova"
+msgid "Message settings"
+msgstr "Opzioni di posta dell'identità"
+
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+#, fuzzy
+msgid "Target users"
+msgstr "reset"
+
+#: addons/goto/events/DaemonEvent_notify.tpl:40
+#, fuzzy
+msgid "Target groups"
+msgstr "reset"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
 #, fuzzy
-msgid "Admin"
-msgstr "DN dell'amministratore"
+msgid "Rescan hardware"
+msgstr "Dispositivo telefonico"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
 #, fuzzy
-msgid "Logging service"
-msgstr "Utenti di Dominio"
+msgid "System analysis"
+msgstr "Log di sitema"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+#, fuzzy
+msgid "Configuration error"
+msgstr "File di configurazione"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
 #, fuzzy
-msgid "Cups"
-msgstr "gruppi"
+msgid "bit"
+msgstr "scrivere"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
 msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-#, fuzzy
-msgid "Terminal service"
-msgstr "Terminal Server"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
+msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
 msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
 msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#, fuzzy
-msgid "Kiosk profile management"
-msgstr "Riferimenti"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automatico"
+
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
 #, fuzzy
-msgid "Server path"
-msgstr "Server"
+msgid "Bit"
+msgstr "scrivere"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
 msgstr ""
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Opzioni di posta dell'identità"
-
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
+#: admin/systems/goto/class_terminalService.inc:364
+msgid "Unsupported"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
 #, fuzzy
-msgid "Repository service"
-msgstr "server"
+msgid "LDAP error"
+msgstr "Dispositivi"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+msgid "VSync range"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "Scegli il tuo numero di telefono personale"
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+msgid "HSync range"
+msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-#, fuzzy
-msgid "Repository"
-msgstr "Riprova"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
+msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-#, fuzzy
-msgid "Releases"
-msgstr "Rimuovi"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
 #, fuzzy
-msgid "Sections"
-msgstr "Azione"
+msgid "Service"
+msgstr "Servizi"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
 #, fuzzy
-msgid "Parent server"
-msgstr "server"
+msgid "Terminal service"
+msgstr "Terminal Server"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
 #, fuzzy
-msgid "List of configured repositories."
-msgstr "Lista dei gruppi"
+msgid "Monitor"
+msgstr "Dimensione quota"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:631
+#, fuzzy
+msgid "Method"
+msgstr "metodo"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
 #, fuzzy
-msgid "Add repository"
-msgstr "Riprova"
+msgid "Gfx driver"
+msgstr "Server"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
+msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:300
+#: admin/systems/goto/class_terminalService.inc:639
 #, fuzzy
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Prego inserire un numero di telefono valido!"
+msgid "Printer service enabled"
+msgstr "Nome della stampante"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr ""
+
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
 #, fuzzy
-msgid "workstation"
-msgstr "Nome applicazione"
+msgid "Scanner enabled"
+msgstr "disabilitato"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
-msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-#, fuzzy
-msgid "Service infrastructure"
-msgstr "Seleziona per mostrare le applicazioni"
-
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Avvio"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
+msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:990
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
 #, fuzzy
-msgid "System startup"
-msgstr "Accesso ai sistemi"
+msgid "Mouse type"
+msgstr "Tipo"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
 #, fuzzy
-msgid "Ldap server"
-msgstr "Server"
+msgid "Mouse port"
+msgstr "Monitoraggio"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Dispositivo telefonico"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-#, fuzzy
-msgid "Kernel parameter"
-msgstr "Parametro"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "Generale"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-#, fuzzy
-msgid "Kernel modules"
-msgstr "Parametro"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "Nome della stampante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Scegli il subtree per l'utente"
+
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
 #, fuzzy
-msgid "FAI classes"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Select a base"
+msgstr "Rimuovi"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr ""
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "Dettagli"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
+#: admin/systems/goto/printer.tpl:46
 #, fuzzy
-msgid "Debian release"
-msgstr "Password attuale"
+msgid "Printer location"
+msgstr "Impostazioni Unix"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr ""
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "URL della stampante"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-msgid "Missing FAI plugin extension!"
-msgstr ""
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Driver"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Permessi"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr ""
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Utenti"
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+#, fuzzy
+msgid "Add user"
+msgstr "Modifica contatto"
+
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+#, fuzzy
+msgid "Add group"
+msgstr "gruppi"
+
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Località"
+#: admin/systems/goto/printer.tpl:115
+#, fuzzy
+msgid "Admins"
+msgstr "DN dell'amministratore"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
-msgstr "Scegli il subtree dove mettere il gruppo"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr ""
+
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr ""
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Inherit all"
-msgstr "Iniziali"
+msgid "inherit from group"
+msgstr "Lista dei gruppi"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
-msgstr ""
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+#, fuzzy
+msgid "Shares"
+msgstr "reset"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Azione"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+#, fuzzy
+msgid "Mountpoint"
+msgstr "Monitoraggio"
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
-msgstr ""
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+#, fuzzy
+msgid "Please select a printer or press cancel."
+msgstr "Prego inserire un numero di telefono valido!"
 
 #: admin/systems/goto/terminalService.tpl:4
 #: admin/systems/goto/workstationService.tpl:4
@@ -1813,6 +1281,15 @@ msgstr ""
 msgid "Mouse"
 msgstr ""
 
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Tipo"
+
 #: admin/systems/goto/terminalService.tpl:51
 #: admin/systems/goto/workstationService.tpl:58
 msgid "Choose mouse type"
@@ -1828,13 +1305,6 @@ msgstr ""
 msgid "Choose mouse port"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Dispositivo telefonico"
-
 #: admin/systems/goto/terminalService.tpl:79
 #: admin/systems/goto/workstationService.tpl:89
 msgid "Telephone"
@@ -1846,17 +1316,18 @@ msgstr "Telefono"
 msgid "Graphic device"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Driver"
-
 #: admin/systems/goto/terminalService.tpl:101
 #: admin/systems/goto/workstationService.tpl:114
 msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr ""
+
 #: admin/systems/goto/terminalService.tpl:111
 #: admin/systems/goto/workstationService.tpl:126
 msgid "Choose screen resolution used in graphic mode"
@@ -1882,361 +1353,655 @@ msgstr ""
 msgid "Use DDC for automatic detection"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr ""
-
 #: admin/systems/goto/terminalService.tpl:154
 #: admin/systems/goto/workstationService.tpl:175
 msgid "Horizontal refresh frequency for installed monitor"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:212
+#, fuzzy
+msgid "Remove selected server"
+msgstr "Elimina foto"
+
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr ""
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
+
+#: admin/systems/goto/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 ""
+
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "presente"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+#, fuzzy
+msgid "terminal"
+msgstr "Terminali"
+
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:89
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "non definito"
+
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr ""
+
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr ""
+
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr ""
+
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr ""
+
+#: admin/systems/goto/class_workstationService.inc:485
+#, fuzzy
+msgid "Workstation service"
+msgstr "server"
+
+#: admin/systems/goto/class_workstationService.inc:499
+#, fuzzy
+msgid "Use DDC"
+msgstr "Utenti"
+
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr "Scegli il subtree dove mettere il gruppo"
+
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+#, fuzzy
+msgid "Inherit all"
+msgstr "Iniziali"
+
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
+msgstr ""
+
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-#, fuzzy
-msgid "Reload"
-msgstr "leggere"
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Località"
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/class_workstationStartup.inc:305
 #, fuzzy
-msgid "Remove selected server"
-msgstr "Elimina foto"
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Prego inserire un numero di telefono valido!"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy
+msgid "workstation"
+msgstr "Nome applicazione"
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
+#: admin/systems/goto/class_workstationStartup.inc:372
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#, fuzzy
+msgid "Mount point"
+msgstr "Monitoraggio"
 
-#: admin/systems/goto/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
 msgstr ""
 
-#: admin/systems/goto/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 ""
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Avvio"
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1036
+#, fuzzy
+msgid "System startup"
+msgstr "Accesso ai sistemi"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+#, fuzzy
+msgid "Ldap server"
+msgstr "Server"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Server Linux"
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+#, fuzzy
+msgid "Kernel parameter"
+msgstr "Parametro"
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr ""
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+#, fuzzy
+msgid "Kernel modules"
+msgstr "Parametro"
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
+#: admin/systems/goto/class_workstationStartup.inc:1051
+#, fuzzy
+msgid "FAI classes"
+msgstr "Scegli il tuo numero di telefono personale"
+
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Telefono"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+#, fuzzy
+msgid "Debian release"
+msgstr "Password attuale"
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr ""
+
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
+#: admin/systems/goto/class_terminalStartup.inc:539
+#, fuzzy
+msgid "Terminal startup"
+msgstr "Terminali"
+
 #: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
 #: admin/ogroups/goto/class_termgroup.inc:43
 #, fuzzy
 msgid "Activated"
 msgstr "Privato"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr ""
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
 #: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
 msgid "Event error"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
 #: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
 #, php-format
 msgid "Event '%s' is not available!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Cognome"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#, fuzzy
+msgid "Terminal"
+msgstr "Terminali"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
+#: admin/systems/goto/class_terminalGeneric.inc:599
 #, fuzzy
-msgid "System update"
-msgstr "Sistemi"
+msgid "Terminal generic"
+msgstr "Terminal Server"
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:610
+#, fuzzy
+msgid "Syslog server enabled"
+msgstr "Mostra server"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:611
 #, fuzzy
-msgid "Rescan hardware"
-msgstr "Dispositivo telefonico"
+msgid "Ntp server settings"
+msgstr "Opzioni di posta dell'identità"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+#, fuzzy
+msgid "Root password"
+msgstr "Cambia password"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+#, fuzzy
+msgid "Action flag"
+msgstr "Azione"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/systems/goto/class_workstationGeneric.inc:288
 #: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
 #, fuzzy
-msgid "System analysis"
-msgstr "Log di sitema"
+msgid "System update"
+msgstr "Sistemi"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_workstationGeneric.inc:471
 msgid ""
 "This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Generale"
+
+#: admin/systems/goto/class_workstationGeneric.inc:644
 #, fuzzy
 msgid "Workstation generic"
 msgstr "Mostra workstation"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr ""
-
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_workstationGeneric.inc:656
 #, fuzzy
 msgid "Goto mode"
 msgstr "nella cartella"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
 #, fuzzy
 msgid "Ntp server"
 msgstr "Servizi"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-#, fuzzy
-msgid "Root password"
-msgstr "Cambia password"
-
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-#, fuzzy
-msgid "Action flag"
-msgstr "Azione"
-
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-#, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "Prego inserire un numero di telefono valido!"
+#: admin/systems/goto/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr ""
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Server Linux"
+
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Telefono"
+
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+#, fuzzy
+msgid "Internal error"
+msgstr "Permessi"
+
+#: admin/systems/goto/class_printGeneric.inc:104
+#, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
 msgstr ""
 
-#: admin/systems/goto/gencd.tpl:5
+#: admin/systems/goto/class_printGeneric.inc:260
 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."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+#, fuzzy
+msgid "printer"
+msgstr "Stampante"
+
+#: admin/systems/goto/class_printGeneric.inc:322
+#, fuzzy
+msgid ""
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
+msgstr "Questa identità non possiede estensioni di posta."
+
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+#, fuzzy
+msgid "Remove printer extension"
+msgstr "Elimina foto"
+
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:516
 #, fuzzy
-msgid "inherit from group"
-msgstr "Lista dei gruppi"
+msgid "Not defined"
+msgstr "non definito"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+msgid "Object is no printer!"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
+#: admin/systems/goto/class_printGeneric.inc:894
+#, fuzzy
+msgid "Print generic"
+msgstr "Stampante"
+
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Stampante"
+
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
+#: admin/systems/goto/class_printGeneric.inc:907
 #, fuzzy
-msgid "Mountpoint"
-msgstr "Monitoraggio"
+msgid "Printer PPD"
+msgstr "Stampante"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "Permessi"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Stampante"
+
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr ""
+
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "L'indirizzo principale inserito è già in uso."
+
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "La password immessa come 'Nuova password' è vuota"
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2255,229 +2020,210 @@ msgstr ""
 msgid "DNS name"
 msgstr "Cognome"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
-#, fuzzy
-msgid "FAI server"
-msgstr "server"
-
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
-#, fuzzy
-msgid "Assigned FAI classes"
-msgstr "Scegli il tuo numero di telefono personale"
-
-#: admin/systems/goto/workstationStartup.tpl:123
-#, fuzzy
-msgid "set"
-msgstr "reset"
-
-#: admin/systems/goto/workstationStartup.tpl:160
-msgid ""
-"FAI Object assignment disabled. You can't use this feature until FAI is "
-"activated."
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-#, fuzzy
-msgid "bit"
-msgstr "scrivere"
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "nessuno"
 
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr ""
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Modifica contatto"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
+#, fuzzy
+msgid "FAI server"
+msgstr "server"
+
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+#, fuzzy
+msgid "Release"
+msgstr "Rimuovi"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automatico"
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
+#, fuzzy
+msgid "Assigned FAI classes"
+msgstr "Scegli il tuo numero di telefono personale"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/workstationStartup.tpl:130
 #, fuzzy
-msgid "Bit"
-msgstr "scrivere"
+msgid "set"
+msgstr "reset"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
+#: admin/systems/goto/workstationStartup.tpl:167
+msgid ""
+"FAI Object assignment disabled. You can't use this feature until FAI is "
+"activated."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:364
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-msgid "VSync range"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-msgid "HSync range"
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-#, fuzzy
-msgid "Service"
-msgstr "Servizi"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-#, fuzzy
-msgid "Monitor"
-msgstr "Dimensione quota"
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:631
-#, fuzzy
-msgid "Method"
-msgstr "metodo"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-#, fuzzy
-msgid "Gfx driver"
-msgstr "Server"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:639
-#, fuzzy
-msgid "Printer service enabled"
-msgstr "Nome della stampante"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-#, fuzzy
-msgid "Scanner enabled"
-msgstr "disabilitato"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-#, fuzzy
-msgid "Mouse type"
-msgstr "Tipo"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-#, fuzzy
-msgid "Mouse port"
-msgstr "Monitoraggio"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:485
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
 #, fuzzy
-msgid "Workstation service"
-msgstr "server"
+msgid "Select printer to add"
+msgstr "Seleziona il numero da aggiungere"
 
-#: admin/systems/goto/class_workstationService.inc:499
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
 #, fuzzy
-msgid "Use DDC"
-msgstr "Utenti"
+msgid "Select entries to add"
+msgstr "Selezioni utenti da aggiungere"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Filtri"
+
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "terminal"
-msgstr "Terminali"
+msgid "Select to search within subtrees"
+msgstr "Seleziona per mostrare le applicazioni"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "Terminal"
-msgstr "Terminali"
+msgid "Search in subtrees"
+msgstr "Seleziona per mostrare le applicazioni"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
 #, fuzzy
-msgid "Terminal generic"
-msgstr "Terminal Server"
+msgid "Display members of department"
+msgstr "Mostra utenti del dipartimento"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Scegli il dipartimento di base per la ricerca"
+
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
 #, fuzzy
-msgid "Syslog server enabled"
-msgstr "Mostra server"
+msgid "Display members matching"
+msgstr "Mostra utenti che corrispondono a"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
 #, fuzzy
-msgid "Ntp server settings"
-msgstr "Opzioni di posta dell'identità"
+msgid "Regular expression for matching member names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2513,345 +2259,439 @@ msgstr "Gruppo di oggetti"
 msgid "Choose an object group"
 msgstr "Gruppo di oggetti"
 
-#: admin/systems/goto/SelectDeviceType.tpl:44
-msgid "Continue"
-msgstr "Continua"
+#: admin/systems/goto/SelectDeviceType.tpl:44
+msgid "Continue"
+msgstr "Continua"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+#, fuzzy
+msgid "Cups"
+msgstr "gruppi"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Servizi"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+#, fuzzy
+msgid "Start"
+msgstr "Avvio"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr ""
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+#, fuzzy
+msgid "Restart"
+msgstr "Riprova"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
 #, fuzzy
-msgid "Select entries to add"
-msgstr "Selezioni utenti da aggiungere"
+msgid "enabled"
+msgstr "disabilitato"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
 #, fuzzy
-msgid "Display members of department"
-msgstr "Mostra utenti del dipartimento"
+msgid "Time service (NTP)"
+msgstr "Utenti di Dominio"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
 #, fuzzy
-msgid "Display members matching"
-msgstr "Mostra utenti che corrispondono a"
+msgid "Time service"
+msgstr "Utenti di Dominio"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
 #, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+msgid "Time service - NTP"
+msgstr "Utenti di Dominio"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
 #, fuzzy
-msgid "Terminal startup"
-msgstr "Terminali"
+msgid "Ntp source"
+msgstr "Servizi"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "presente"
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+#, fuzzy
+msgid "Time server"
+msgstr "Server"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr ""
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+#, fuzzy
+msgid "Repository service"
+msgstr "server"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "non definito"
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+#, fuzzy
+msgid "FAI release"
+msgstr "Scegli il tuo numero di telefono personale"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr ""
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+#, fuzzy
+msgid "Repository"
+msgstr "Riprova"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/services/repository/class_servRepository.inc:354
 #, fuzzy
-msgid "Internal error"
-msgstr "Permessi"
+msgid "Releases"
+msgstr "Rimuovi"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr ""
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+#, fuzzy
+msgid "Sections"
+msgstr "Azione"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr ""
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+#, fuzzy
+msgid "Parent server"
+msgstr "server"
 
-#: admin/systems/goto/class_printGeneric.inc:260
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+#, fuzzy
+msgid "List of configured repositories."
+msgstr "Lista dei gruppi"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Opzioni"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
+#: admin/systems/services/repository/class_divListRepositories.inc:33
 #, fuzzy
-msgid "printer"
-msgstr "Stampante"
+msgid "Add repository"
+msgstr "Riprova"
 
-#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
 #, fuzzy
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
-msgstr "Questa identità non possiede estensioni di posta."
+msgid "Syslog service database"
+msgstr "Mostra server"
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-#, fuzzy
-msgid "Remove printer extension"
-msgstr "Elimina foto"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Password"
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
 #, fuzzy
-msgid "Not defined"
-msgstr "non definito"
-
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr ""
+msgid "Admin"
+msgstr "DN dell'amministratore"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
-msgstr ""
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+#, fuzzy
+msgid "Logging database information"
+msgstr "Informazioni organizzazione"
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-msgid "Object is no printer!"
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "URL della stampante"
-
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Gruppo"
-
-#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
 #, fuzzy
-msgid "Print generic"
-msgstr "Stampante"
+msgid "Logging service"
+msgstr "Utenti di Dominio"
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:906
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
 #, fuzzy
-msgid "Printer PPD"
-msgstr "Stampante"
+msgid "File service (Shares)"
+msgstr "Server"
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Permessi"
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#, fuzzy
+msgid "share"
+msgstr "reset"
+
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#, fuzzy
+msgid "File service - Shares"
+msgstr "Server"
+
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
+#: admin/systems/services/shares/class_goShareServer.inc:402
 #, fuzzy
-msgid "printer user"
-msgstr "Stampante"
+msgid "Charset"
+msgstr "reset"
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "L'indirizzo principale inserito è già in uso."
-
-#: admin/systems/goto/class_printGeneric.inc:991
-#, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "La password immessa come 'Nuova password' è vuota"
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+#, fuzzy
+msgid "Option"
+msgstr "Opzioni"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "Generale"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+#, fuzzy
+msgid "Volume"
+msgstr "Home"
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "Nome della stampante"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#, fuzzy
+msgid "Kiosk profile management"
+msgstr "Riferimenti"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Scegli il subtree per l'utente"
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+#, fuzzy
+msgid "Server path"
+msgstr "Server"
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "Dettagli"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:46
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
 #, fuzzy
-msgid "Printer location"
-msgstr "Impostazioni Unix"
+msgid "Kiosk profile service"
+msgstr "Opzioni di posta dell'identità"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Utenti"
-
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-#, fuzzy
-msgid "Add user"
-msgstr "Modifica contatto"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
 #, fuzzy
-msgid "Add group"
-msgstr "gruppi"
+msgid "LDAP service"
+msgstr "Dispositivi"
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:115
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
 #, fuzzy
-msgid "Admins"
-msgstr "DN dell'amministratore"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "nessuno"
+msgid "Ldap base"
+msgstr "Server"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr ""
+#: admin/systems/services/nfs/servnfs.tpl:1
+#, fuzzy
+msgid "Edit share"
+msgstr "Modifica contatto"
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr ""
+#: admin/systems/services/nfs/servnfs.tpl:109
+#, fuzzy
+msgid "Codepage"
+msgstr "Home Page"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#, fuzzy
+msgid "PPD error"
+msgstr "Dispositivi"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+#, fuzzy
+msgid "Printer ppd selection."
+msgstr "Impostazioni Unix"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "elimina"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+#, fuzzy
+msgid "back"
+msgstr "Indietro"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "Rimuovi"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#, php-format
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#, fuzzy
+msgid "file is empty"
+msgstr "Elimina questo record"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, fuzzy, php-format
+msgid "Cannot parse PPD '%s'!"
+msgstr "Rimuovi"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+msgid "Overwrite existing PPD"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+#, fuzzy
+msgid "Section"
+msgstr "Azione"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+#, fuzzy
+msgid "True"
+msgstr "Futuro"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+#, fuzzy
+msgid "False"
+msgstr "femmina"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, fuzzy, php-format
+msgid "PPD type '%s' is not supported!"
+msgstr "Gruppi ricorsivi non supportati!"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
 msgstr ""
 
 #: admin/systems/ppd/class_ppdManager.inc:14
@@ -2914,20 +2754,6 @@ msgstr ""
 msgid "The ppd file will be removed from the server and can not be restored."
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr ""
-
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr ""
-
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-#, fuzzy
-msgid "Close"
-msgstr "Scegli"
-
 #: admin/systems/ppd/printerPPDDialog.tpl:1
 #, fuzzy
 msgid "Printer driver"
@@ -2943,325 +2769,492 @@ msgstr "Rimuovi"
 msgid "New driver"
 msgstr "Server"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr ""
+
+#: admin/applications/class_divListApplication.inc:31
+#, fuzzy
+msgid "List of Applications"
+msgstr "Lista delle applicazioni"
+
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr ""
+
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Nome applicazione"
+
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Dipartimento"
+
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Mostra utenti che corrispondono a"
+
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Applicazione"
+
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "Azienda"
+
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "Esegui"
+
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+#, fuzzy
+msgid "Paste"
+msgstr "Data"
+
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+#, fuzzy
+msgid "cut"
+msgstr "Esegui"
+
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+#, fuzzy
+msgid "Cut this entry"
+msgstr "Modifica questo record"
+
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr ""
+
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+#, fuzzy
+msgid "Copy this entry"
+msgstr "Modifica questo record"
+
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "modifica"
+
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Modifica questo record"
+
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Elimina questo record"
+
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Applicazioni in uso"
+
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+#, fuzzy
+msgid "Number of listed departments"
+msgstr "Imposta dipartimento"
+
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr ""
+
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Mostra il nome"
+
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr ""
+
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr ""
+
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr ""
+
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Icna"
+
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Aggiorna"
+
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr ""
+
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Elimina foto"
+
+#: admin/applications/generic.tpl:81
+#, fuzzy
+msgid "Remove picture from LDAP"
+msgstr "Elimina foto"
+
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr ""
+
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr ""
+
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr ""
+
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr ""
+
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr ""
+
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "Script"
+
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Importa"
+
+#: admin/applications/generic.tpl:140
+#, fuzzy
+msgid "Download"
+msgstr "Dominio"
+
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Applicazioni"
+
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+#, fuzzy
+msgid "application"
+msgstr "applicazioni"
+
+#: admin/applications/class_applicationGeneric.inc:100
 #, fuzzy
-msgid "PPD error"
-msgstr "Dispositivi"
+msgid "no example"
+msgstr "incompleto"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/applications/class_applicationGeneric.inc:264
 #, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "Rimuovi"
+msgid "Cannot remove application - it is still in use by these objects: %s"
+msgstr "Non hai il permesso di cambiare la tua password."
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
+#: admin/applications/class_applicationGeneric.inc:368
+#, fuzzy
+msgid "no read permission"
+msgstr "Permessi"
+
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#, fuzzy
-msgid "file is empty"
-msgstr "Elimina questo record"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/applications/class_applicationGeneric.inc:382
 #, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
+msgid "cannot save image to '%s'"
 msgstr "Rimuovi"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-msgid "Overwrite existing PPD"
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:411
+#, fuzzy
+msgid "Execute path"
+msgstr "Esegui"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+#, fuzzy
+msgid "Application settings"
+msgstr "Opzioni applicazione"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
+#: admin/applications/class_applicationGeneric.inc:576
 #, fuzzy
-msgid "Section"
-msgstr "Azione"
+msgid "Application generic"
+msgstr "Nome applicazione"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr ""
+
+#: admin/applications/class_applicationGeneric.inc:591
 #, fuzzy
-msgid "True"
-msgstr "Futuro"
+msgid "Script content"
+msgstr "Mostra terminali"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr ""
+
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
 #, fuzzy
-msgid "False"
-msgstr "femmina"
+msgid "parameter"
+msgstr "Parametro"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr "Gruppi ricorsivi non supportati!"
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-#, fuzzy
-msgid "Printer ppd selection."
-msgstr "Impostazioni Unix"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Dispositivi"
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Parametro"
 
-#: admin/devices/class_deviceManagement.inc:8
+#: admin/applications/class_applicationParameters.inc:229
 #, fuzzy
-msgid "Manage devices"
-msgstr "Dispositivi del client"
+msgid "Parameter configuration"
+msgstr "Scarica il file di  configurazione"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
+#: admin/applications/class_applicationParameters.inc:237
 #, fuzzy
-msgid "device"
-msgstr "Dispositivi"
+msgid "Application parameter settings"
+msgstr "Nome applicazione"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
 #, fuzzy
-msgid "List of defined devices"
-msgstr "Lista degli utenti"
-
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr ""
+msgid "Branches"
+msgstr "Annulla"
 
-#: admin/devices/class_divListDevices.inc:58
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
 #, fuzzy
-msgid "Display devices matching"
-msgstr "Mostra gli indirizzi che corrispondono"
+msgid "Current release"
+msgstr "Password attuale"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-#, fuzzy
-msgid "Device"
-msgstr "Dispositivi"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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 ""
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Mostra dispositiva di rete"
+msgid "Folder"
+msgstr "Filtri"
 
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Dispositivi"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:35
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
 #, fuzzy
-msgid "Choose the device type"
-msgstr "Scegli il tuo numero di telefono personale"
+msgid "Move down"
+msgstr "Dominio"
 
-#: admin/devices/deviceGeneric.tpl:45
+#: admin/groups/apps/app_list.tpl:114
 #, fuzzy
-msgid "Serial number"
-msgstr "Numero di telefono"
+msgid "Entry"
+msgstr "Modifica contatto"
 
-#: admin/devices/deviceGeneric.tpl:45
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "(iSerial)"
-msgstr "Terminali"
-
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
-msgstr ""
-
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
-msgstr ""
+msgid "add to"
+msgstr "Rapporto"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
+msgid "Add selected applications to this folder."
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:143
+#, fuzzy
+msgid "Separator"
+msgstr "Server"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/groups/apps/app_list.tpl:143
+msgid "Add a separator to this folder."
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "Harddisk"
-msgstr "Server"
+msgid "Add application extension"
+msgstr "applicazioni"
 
-#: admin/devices/class_deviceGeneric.inc:30
+#: admin/groups/apps/class_groupApplication.inc:276
 #, fuzzy
-msgid "USB stick"
-msgstr "statico"
+msgid "Application extension disabled. You can enable it by clicking below."
+msgstr "Questa identità non possiede estensioni di posta."
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:280
+#, fuzzy
+msgid "Remove application extension"
+msgstr "Elimina estensioni per le applicazioni"
 
-#: admin/devices/class_deviceGeneric.inc:95
+#: admin/groups/apps/class_groupApplication.inc:281
 #, fuzzy
-msgid "iSerial"
-msgstr "Terminali"
+msgid "Application extension enabled. You can disable it by clicking below."
+msgstr "Questa identià possiede estensioni di posta."
+
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Indietro"
 
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/class_groupApplication.inc:353
 #, fuzzy
-msgid "Serial"
-msgstr "Terminali"
+msgid "department"
+msgstr "dipartimenti"
 
-#: admin/devices/class_deviceGeneric.inc:101
-msgid "Vender ID"
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:237
+#: admin/groups/apps/class_groupApplication.inc:1170
 #, fuzzy
-msgid "Device generic"
-msgstr "Cognome"
+msgid "Group applications"
+msgstr "Mostra applicazioni"
 
-#: admin/devices/remove.tpl:6
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:1179
+#, fuzzy
+msgid "Application parameter"
+msgstr "Nome applicazione"
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/edit_entry.tpl:8
 #, fuzzy
-msgid "Device management"
-msgstr "Dirigenza"
+msgid "Folder image"
+msgstr "Home Page"
+
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
+msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:240
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "Instant update"
-msgstr "Crea estensioni telefoniche"
+msgid "None"
+msgstr "nessuno"
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
+#: admin/groups/apps/edit_entry.tpl:24
+msgid "Upload image"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:242
-msgid "Wake"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:336
+#: admin/groups/apps/edit_entry.tpl:33
 #, fuzzy
-msgid "System"
-msgstr "Sistemi"
+msgid "Reset"
+msgstr "reset"
+
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Opzioni applicazione"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
 #, fuzzy
-msgid "System group"
-msgstr "Accesso ai sistemi"
-
-#: admin/ogroups/goto/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 ""
+msgid "List of defined mime types"
+msgstr "Liste di blocco predefinite"
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
 #: admin/mimetypes/class_divListMimeTypes.inc:59
 #: admin/mimetypes/class_divListMimeTypes.inc:175
 #: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 #, fuzzy
 msgid "Mime type"
 msgstr "Tipo"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-#, fuzzy
-msgid "Please enter a name for the mime type here"
-msgstr "Prego inserire un numero di telefono valido!"
-
-#: admin/mimetypes/paste_generic.tpl:24
+#: admin/mimetypes/class_divListMimeTypes.inc:66
 #, fuzzy
-msgid "Please specify a description for this mime type here"
-msgstr "Specificare una dimenzione valida per le mail da rigettare."
+msgid "Display mime types matching"
+msgstr "Mostra utenti che corrispondono a"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
+#: admin/mimetypes/class_divListMimeTypes.inc:310
 #, fuzzy
-msgid "File pattern"
-msgstr "Filtri"
+msgid "Number of listed mimetypes"
+msgstr "Liste di blocco predefinite"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
 #, fuzzy
-msgid "Mime type generic"
-msgstr "Tipo"
+msgid "Mimetype management"
+msgstr "Riferimenti"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
 #, fuzzy
-msgid "Mime types"
-msgstr "Tipo"
+msgid "Please enter a name for the mime type here"
+msgstr "Prego inserire un numero di telefono valido!"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #, fuzzy
 msgid "Mime group"
 msgstr "Gruppo primario"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-#, fuzzy
-msgid "Left click action"
-msgstr "Crea estensioni per le applicazioni"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-#, fuzzy
-msgid "File patterns"
-msgstr "Filtri"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-#, fuzzy
-msgid "Embedded applications"
-msgstr "Applicazioni in uso"
-
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-#, fuzzy
-msgid "Manage mime types"
-msgstr "Sistemi"
-
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-#, fuzzy
-msgid "Mimetype management"
-msgstr "Riferimenti"
-
 #: admin/mimetypes/generic.tpl:26
 msgid "Categorize this mime type"
 msgstr ""
@@ -3284,6 +3277,12 @@ msgstr ""
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+#, fuzzy
+msgid "File patterns"
+msgstr "Filtri"
+
 #: admin/mimetypes/generic.tpl:105
 #, fuzzy
 msgid "Please specify a new file pattern"
@@ -3319,468 +3318,576 @@ msgstr ""
 msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
 #, fuzzy
-msgid "List of defined mime types"
-msgstr "Liste di blocco predefinite"
+msgid "Mime types"
+msgstr "Tipo"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
+#: admin/mimetypes/class_mimetypeManagement.inc:25
 #, fuzzy
-msgid "Display mime types matching"
-msgstr "Mostra utenti che corrispondono a"
+msgid "Manage mime types"
+msgstr "Sistemi"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Liste di blocco predefinite"
+msgid "File pattern"
+msgstr "Filtri"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
 #, fuzzy
-msgid "Software update"
-msgstr "Crea estensioni telefoniche"
+msgid "Mime type generic"
+msgstr "Tipo"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
 #, fuzzy
-msgid "software update"
-msgstr "Crea estensioni telefoniche"
+msgid "Left click action"
+msgstr "Crea estensioni per le applicazioni"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
 #, fuzzy
-msgid "Time schedule"
-msgstr "Server"
+msgid "Embedded applications"
+msgstr "Applicazioni in uso"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/mimetypes/paste_generic.tpl:24
 #, fuzzy
-msgid "System list"
-msgstr "Log di sitema"
+msgid "Please specify a description for this mime type here"
+msgstr "Specificare una dimenzione valida per le mail da rigettare."
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:202
+#, fuzzy
+msgid "Instant update"
+msgstr "Crea estensioni telefoniche"
+
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
-#, fuzzy
-msgid "Status"
-msgstr "Avvio"
+#: admin/ogroups/goto/class_termgroup.inc:204
+msgid "Wake"
+msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/ogroups/goto/class_termgroup.inc:298
 #, fuzzy
-msgid "Result"
-msgstr "Riprova"
+msgid "System"
+msgstr "Sistemi"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/ogroups/goto/class_termgroup.inc:299
 #, fuzzy
-msgid "Target"
-msgstr "reset"
+msgid "System group"
+msgstr "Accesso ai sistemi"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/ogroups/goto/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 ""
+
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Dispositivi"
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#, fuzzy
+msgid "Device management"
+msgstr "Dirigenza"
+
+#: admin/devices/class_deviceManagement.inc:8
+#, fuzzy
+msgid "Manage devices"
+msgstr "Dispositivi del client"
+
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
+#, fuzzy
+msgid "device"
+msgstr "Dispositivi"
+
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
-msgid "Lock"
+#: admin/devices/class_deviceGeneric.inc:29
+#, fuzzy
+msgid "USB stick"
+msgstr "statico"
+
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
-msgid "Abort installation"
+#: admin/devices/class_deviceGeneric.inc:94
+#, fuzzy
+msgid "iSerial"
+msgstr "Terminali"
+
+#: admin/devices/class_deviceGeneric.inc:97
+#, fuzzy
+msgid "Serial"
+msgstr "Terminali"
+
+#: admin/devices/class_deviceGeneric.inc:100
+msgid "Vendor ID"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
 #, fuzzy
-msgid "Activate"
-msgstr "Privato"
+msgid "Device"
+msgstr "Dispositivi"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "Use"
-msgstr "Utenti"
+msgid "Device generic"
+msgstr "Cognome"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
 #, fuzzy
-msgid "Targets"
-msgstr "reset"
+msgid "List of defined devices"
+msgstr "Lista degli utenti"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
+#: admin/devices/class_divListDevices.inc:58
+#, fuzzy
+msgid "Display devices matching"
+msgstr "Mostra gli indirizzi che corrispondono"
+
+#: admin/devices/class_divListDevices.inc:278
+#, fuzzy
+msgid "Number of listed devices"
+msgstr "Mostra dispositiva di rete"
+
+#: admin/devices/remove.tpl:6
 msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "System / Department"
-msgstr "Dipartimento"
+msgid "Device type"
+msgstr "Dispositivi"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Display server"
-msgstr "Mostra il nome"
+msgid "Choose the device type"
+msgstr "Scegli il tuo numero di telefono personale"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display workstation"
-msgstr "Mostra utenti che corrispondono a"
+msgid "Serial number"
+msgstr "Numero di telefono"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display object groups"
-msgstr "Gruppo di oggetti"
+msgid "(iSerial)"
+msgstr "Terminali"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-#, fuzzy
-msgid "Object group"
-msgstr "Gruppo di oggetti"
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
+msgstr ""
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr ""
+
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Progress"
-msgstr "Profili"
+msgid "Script name"
+msgstr "Script path"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Ambiente"
+
+#: personal/environment/class_environment.inc:137
+#, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#: personal/environment/class_environment.inc:210
 #, fuzzy
-msgid "Start a system"
-msgstr "Sistemi"
+msgid "auto"
+msgstr "Rapporto"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Rimuovi"
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "disabilitato"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
+#: personal/environment/class_environment.inc:333
+#, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr ""
+
+#: personal/environment/class_environment.inc:337
+#, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr ""
+
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
+msgstr ""
+
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr ""
+
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Month"
-msgstr "Monitoraggio"
+msgid "Share"
+msgstr "reset"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
 #, fuzzy
-msgid "Minute"
-msgstr "Stampante"
+msgid "Reset password hash"
+msgstr "Cambia password"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:766
 #, fuzzy
-msgid "Second"
-msgstr "Azione"
+msgid "Delete share entry"
+msgstr "Elimina questo record"
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:117
-msgid "This job has no template."
-msgstr ""
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+#, fuzzy
+msgid "Profile quota"
+msgstr "Path del profilo"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:1121
+#, fuzzy
+msgid "environment"
+msgstr "Ambiente"
+
+#: personal/environment/class_environment.inc:1300
+#, fuzzy
+msgid "group share"
+msgstr "gruppi"
+
+#: personal/environment/class_environment.inc:1336
+#, fuzzy
+msgid "Administrator"
+msgstr "Amministrazione"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+#, fuzzy
+msgid "Default printer"
+msgstr "Permessi predefiniti"
+
+#: personal/environment/class_environment.inc:1740
+#, fuzzy
+msgid "Environment settings"
+msgstr "Opzioni di posta dell'identità"
+
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Identità"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Aggiungi"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr ""
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#: personal/environment/class_environment.inc:1756
 #, fuzzy
-msgid "Available targets"
-msgstr "Applicazioni disponibili"
+msgid "Profile server"
+msgstr "Server"
 
-#: addons/goto/class_target_list.inc:69
-msgid "Object name"
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "Gruppo di oggetti"
+msgid "Hotplug devices"
+msgstr "Dispositivi del client"
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/main.inc:121
 #, fuzzy
-msgid "Show object groups"
-msgstr "Gruppo di oggetti"
+msgid "User environment settings"
+msgstr "Opzioni di posta dell'identità"
 
-#: addons/goto/class_target_list.inc:73
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Select to see servers"
-msgstr "Seleziona per mostrare le applicazioni"
+msgid "Please select a printer!"
+msgstr "Prego inserire un numero di telefono valido!"
 
-#: addons/goto/class_target_list.inc:73
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Show servers"
-msgstr "Server"
+msgid "Please select a hotplug device!"
+msgstr "Prego inserire un numero di telefono valido!"
 
-#: addons/goto/class_target_list.inc:74
+#: personal/environment/selectPrinterDialog.tpl:1
 #, fuzzy
-msgid "Select to see workstations"
-msgstr "Seleziona per mostrare le applicazioni"
+msgid "Add printer devcies"
+msgstr "Dispositivi del client"
 
-#: addons/goto/class_target_list.inc:74
+#: personal/environment/selectPrinterDialog.tpl:48
 #, fuzzy
-msgid "Show workstations"
-msgstr "Nome applicazione"
+msgid "Display printers matching"
+msgstr "Mostra utenti che corrispondono a"
 
-#: addons/goto/class_target_list.inc:75
+#: personal/environment/selectPrinterDialog.tpl:53
 #, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Seleziona per mostrare le applicazioni"
+msgid "Regular expression for matching printer names"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+#, fuzzy
+msgid "Logon script management"
+msgstr "Riferimenti"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: personal/environment/logonManagement.tpl:8
+#, fuzzy
+msgid "Logon script settings"
+msgstr "Impostazioni Unix"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: personal/environment/logonManagement.tpl:10
+#, fuzzy
+msgid "Skript name"
+msgstr "Script path"
 
-#: addons/goto/class_target_list.inc:83
+#: personal/environment/logonManagement.tpl:24
 #, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Espressioni regolare per selezionare il nome del gruppo"
+msgid "Priority"
+msgstr "Proxy"
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
+#: personal/environment/hotplugDialog.tpl:1
 #, fuzzy
-msgid "System deployment"
-msgstr "Sistemi"
+msgid "Add hotplug devices"
+msgstr "Dispositivi del client"
 
-#: addons/goto/class_gotomasses.inc:183
+#: personal/environment/hotplugDialog.tpl:5
 #, fuzzy
-msgid "Permission"
-msgstr "Permessi"
+msgid "Hotplug management"
+msgstr "Riferimenti"
 
-#: addons/goto/class_gotomasses.inc:289
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
+#: personal/environment/hotplugDialog.tpl:10
+#, fuzzy
+msgid "Select hotplug device to add"
+msgstr "Rimuovi"
+
+#: personal/environment/hotplugDialog.tpl:34
+#, fuzzy
+msgid "Choose the department the search will be based    on"
+msgstr "Scegli il dipartimento di base per la ricerca"
+
+#: personal/environment/hotplugDialog.tpl:48
+#, fuzzy
+msgid "Regular expression for        matching hotplugs"
+msgstr "Espressioni regolare per selezionare il nome del gruppo"
+
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:290
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profili"
+
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
 #, fuzzy
-msgid "List of queued jobs"
-msgstr "Lista degli utenti"
+msgid "Environment managment settings"
+msgstr "Opzioni di posta dell'identità"
 
-#: addons/goto/class_gotomasses.inc:306
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
 #, fuzzy
-msgid "Resume"
-msgstr "reset"
+msgid "Use profile managment"
+msgstr "Riferimenti"
 
-#: addons/goto/class_gotomasses.inc:307
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
 #, fuzzy
-msgid "Pause"
-msgstr "Data"
+msgid "Profil path"
+msgstr "Path del profilo"
 
-#: addons/goto/class_gotomasses.inc:308
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "Mb"
+
+#: personal/environment/environment.tpl:44
 #, fuzzy
-msgid "Abort"
-msgstr "Iniziali"
+msgid "Profile managment"
+msgstr "Riferimenti"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:59
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Riferimenti"
 
-#: addons/goto/class_gotomasses.inc:337
-msgid "Schedule"
-msgstr ""
+#: personal/environment/environment.tpl:83
+#, fuzzy
+msgid "Profil quota"
+msgstr "Path del profilo"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:113
+#, fuzzy
+msgid "Kiosk profile settings"
+msgstr "Opzioni di posta dell'identità"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:136
+#, fuzzy
+msgid "Profile"
+msgstr "Path del profilo"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:153
+#, fuzzy
+msgid "Manage"
+msgstr "Nome gruppo"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:211
+#, fuzzy
+msgid "User used to connect to the share"
+msgstr "Impossibile connettersi al server del database!"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:214
+#, fuzzy
+msgid "Select a share"
+msgstr "Rimuovi"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
-msgstr ""
+#: personal/environment/environment.tpl:222
+#, fuzzy
+msgid "Mount path"
+msgstr "Monitoraggio"
 
-#: addons/goto/class_gotomasses.inc:428
+#: personal/environment/environment.tpl:284
 #, fuzzy
-msgid "Waiting"
-msgstr "Attenzione"
+msgid "Hotplug device settings"
+msgstr "Dispositivi del client"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+#, fuzzy
+msgid "Printer settings"
+msgstr "Impostazioni Unix"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Crea estensioni telefoniche"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Ambiente"
+
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Server"
 
 #, fuzzy
 #~ msgid ""
@@ -3855,17 +3962,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Salva"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr "Questa identità non possiede estensioni di posta."
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr "Questa identià possiede estensioni di posta."
-
-#~ msgid "Back"
-#~ msgstr "Indietro"
-
 #, fuzzy
 #~ msgid "The given base is empty or contains invalid characters."
 #~ msgstr "Il valore specificato come '%s' contiene dei caratteri invalidi!"
@@ -4101,10 +4197,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "Non hai il permesso di cambiare la tua password."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Rimuovi"
-
 #, fuzzy
 #~ msgid "Install"
 #~ msgstr "Iniziali"
index adc7abd905723fac43237215e6cecb5c10147447..5ff66924cabc8d52fd223621b3e7ce81c15f5c0b 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\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"
@@ -16,1463 +16,1509 @@ msgstr ""
 "Content-Type: text/plain; charset=CHARSET\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
 msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+msgid "Available targets"
 msgstr ""
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
+#: addons/goto/class_target_list.inc:69
+msgid "Object name"
 msgstr ""
 
-#: personal/environment/class_environment.inc:137
-#, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
+#: addons/goto/class_target_list.inc:72
+msgid "Select to see object groups"
 msgstr ""
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
+#: addons/goto/class_target_list.inc:72
+msgid "Show object groups"
 msgstr ""
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-msgid "Configuration error"
+#: addons/goto/class_target_list.inc:73
+msgid "Select to see servers"
 msgstr ""
 
-#: personal/environment/class_environment.inc:232
-#, php-format
-msgid "Cannot open file '%s'!"
+#: addons/goto/class_target_list.inc:73
+msgid "Show servers"
 msgstr ""
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
+#: addons/goto/class_target_list.inc:74
+msgid "Select to see workstations"
 msgstr ""
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
+#: addons/goto/class_target_list.inc:74
+msgid "Show workstations"
 msgstr ""
 
-#: personal/environment/class_environment.inc:329
-#, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:75
+msgid "Select to see incoming objects"
 msgstr ""
 
-#: personal/environment/class_environment.inc:333
-#, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
-msgid "Permission error"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
+#: addons/goto/class_target_list.inc:83
+msgid "Regular expression for matching group names"
 msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
-#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-#: admin/systems/services/kiosk/class_goKioskService.inc:148
-#: admin/systems/services/kiosk/class_goKioskService.inc:151
-#: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
-msgid "Error"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
 msgstr ""
 
-#: personal/environment/class_environment.inc:639
-msgid "Share"
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
 msgstr ""
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-msgid "Mount point"
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
 msgstr ""
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
 msgstr ""
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
 msgstr ""
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
 msgstr ""
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
 msgstr ""
 
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-msgid "LDAP error"
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
+#: admin/systems/services/shares/class_goShareServer.inc:98
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: admin/systems/services/kiosk/class_goKioskService.inc:148
+#: admin/systems/services/kiosk/class_goKioskService.inc:151
+#: admin/systems/services/kiosk/class_goKioskService.inc:215
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
+msgid "Error"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-msgid "Profile quota"
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1113
-msgid "environemnt"
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
+msgid "System deployment"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
+#: addons/goto/class_gotomasses.inc:183
+msgid "Permission"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
+msgid "Service infrastructure"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1736
-msgid "Environment settings"
+#: addons/goto/class_gotomasses.inc:290
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
+#: addons/goto/class_gotomasses.inc:291
+msgid "List of queued jobs"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr ""
-
-#: personal/environment/class_environment.inc:1752
-msgid "Profile server"
-msgstr ""
-
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
+#: addons/goto/class_gotomasses.inc:307
+msgid "Resume"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: addons/goto/class_gotomasses.inc:308
+msgid "Pause"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
+#: addons/goto/class_gotomasses.inc:309
+msgid "Abort"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
+msgid "Reload"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+msgid "Target"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
+#: addons/goto/class_gotomasses.inc:338
+msgid "Schedule"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+msgid "Status"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Search in subtrees"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
 msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
-#: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
-#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
-msgid "Description"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
+#: addons/goto/class_gotomasses.inc:433
+msgid "Waiting"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
+#: addons/goto/class_gotomasses.inc:439
+msgid "Processed"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
+#: addons/goto/class_gotomasses.inc:454
+msgid "Detection"
 msgstr ""
 
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
 msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
+#: admin/systems/goto/class_terminalGeneric.inc:614
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
+#: admin/mimetypes/class_mimetypeGeneric.inc:726
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
+msgid "Description"
 msgstr ""
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
 msgstr ""
 
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
+msgid "Time schedule"
 msgstr ""
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+msgid "System list"
 msgstr ""
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
 msgstr ""
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+msgid "Progress"
 msgstr ""
 
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+msgid "Result"
 msgstr ""
 
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
 msgstr ""
 
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+msgid "Lock"
 msgstr ""
 
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
 msgstr ""
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
+#: addons/goto/events/class_DaemonEvent.inc:117
+msgid "This job has no template."
 msgstr ""
 
-#: personal/environment/environment.tpl:136
-msgid "Profile"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
 msgstr ""
 
-#: personal/environment/environment.tpl:153
-msgid "Manage"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
 msgstr ""
 
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
 msgstr ""
 
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
 msgstr ""
 
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
+msgid "Activate"
 msgstr ""
 
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+msgid "Abort installation"
 msgstr ""
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
+#: addons/goto/events/target_list.tpl:5
+msgid "Use"
 msgstr ""
 
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
 msgstr ""
 
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
 msgstr ""
 
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
+msgid "Subject"
 msgstr ""
 
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
+msgid "Message"
 msgstr ""
 
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
+msgid "Targets"
 msgstr ""
 
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
 msgstr ""
 
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
+msgid "System / Department"
 msgstr ""
 
-#: personal/environment/class_logonManagementDialog.inc:107
-msgid "Script name"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+msgid "Display server"
 msgstr ""
 
-#: personal/environment/class_selectPrinterDialog.inc:107
-msgid "Please select a printer!"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+msgid "Display workstation"
 msgstr ""
 
-#: personal/environment/main.inc:121
-msgid "User environment settings"
+#: addons/goto/events/class_EventTargetAddList.inc:75
+msgid "Display object groups"
 msgstr ""
 
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+msgid "Display users"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+msgid "Display groups"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
+msgid "Software update"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+msgid "Start a system"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
+#: addons/goto/events/timestamp_select.tpl:4
+msgid "Month"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-msgid "Copy"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-msgid "Cut"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
+#: addons/goto/events/timestamp_select.tpl:8
+msgid "Minute"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
+#: addons/goto/events/timestamp_select.tpl:9
+msgid "Second"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
+#: addons/goto/events/DaemonEvent_notify.tpl:7
+msgid "Message settings"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+msgid "Target users"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
+#: addons/goto/events/DaemonEvent_notify.tpl:40
+msgid "Target groups"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:295
-msgid "Number of listed applications"
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+msgid "Configuration error"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-msgid "Number of listed departments"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:264
-#, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:368
-msgid "no read permission"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:382
-#, php-format
-msgid "cannot save image to '%s'"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:411
-msgid "Execute path"
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
+#: admin/systems/goto/class_terminalService.inc:364
+msgid "Unsupported"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr ""
+
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+msgid "LDAP error"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+msgid "VSync range"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:576
-msgid "Application generic"
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+msgid "HSync range"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:591
-msgid "Script content"
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+msgid "Service"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+msgid "Terminal service"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+msgid "Monitor"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
+#: admin/systems/goto/class_terminalService.inc:631
+msgid "Method"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+msgid "Gfx driver"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-msgid "parameter"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
+#: admin/systems/goto/class_terminalService.inc:639
+msgid "Printer service enabled"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:229
-msgid "Parameter configuration"
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+msgid "Scanner enabled"
 msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:237
-msgid "Application parameter settings"
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
 msgstr ""
 
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
 msgstr ""
 
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
 msgstr ""
 
-#: admin/applications/remove.tpl:6 admin/mimetypes/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."
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
+msgid "Mouse type"
 msgstr ""
 
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/remove.tpl:9
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+msgid "Mouse port"
 msgstr ""
 
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
 msgstr ""
 
-#: admin/applications/generic.tpl:15
-msgid "Display name"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
 msgstr ""
 
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
 msgstr ""
 
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
 msgstr ""
 
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
 #: admin/mimetypes/generic.tpl:53
 msgid "Select a base"
 msgstr ""
 
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
 msgstr ""
 
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
 msgstr ""
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
 msgstr ""
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture from LDAP"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
 msgstr ""
 
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
 msgstr ""
 
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
 msgstr ""
 
-#: admin/applications/generic.tpl:140
-msgid "Download"
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-msgid "Folder"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:94
-msgid "Entry"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:116
-msgid "add to"
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-msgid "Add selected applications to this folder."
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
+msgid "inherit from group"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:8
-msgid "Folder image"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:14
-msgid "None"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:24
-msgid "Upload image"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:33
-msgid "Reset"
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr ""
+
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:265
-msgid "Add application extension"
+#: admin/systems/goto/terminalService.tpl:4
+#: admin/systems/goto/workstationService.tpl:4
+msgid "Keyboard"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:270
-msgid "Remove application extension"
+#: admin/systems/goto/terminalService.tpl:7
+#: admin/systems/goto/workstationService.tpl:7
+#: admin/systems/ppd/printerPPDDialog.tpl:5
+msgid "Model"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
+#: admin/systems/goto/terminalService.tpl:10
+#: admin/systems/goto/workstationService.tpl:11
+msgid "Choose keyboard model"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
+#: admin/systems/goto/terminalService.tpl:17
+#: admin/systems/goto/workstationService.tpl:19
+msgid "Layout"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:930
-msgid "Not available in release."
+#: admin/systems/goto/terminalService.tpl:20
+#: admin/systems/goto/workstationService.tpl:23
+msgid "Choose keyboard layout"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:1101
-msgid "Group applications"
+#: admin/systems/goto/terminalService.tpl:27
+#: admin/systems/goto/workstationService.tpl:31
+msgid "Variant"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:1110
-msgid "Application parameter"
+#: admin/systems/goto/terminalService.tpl:30
+#: admin/systems/goto/workstationService.tpl:35
+msgid "Choose keyboard variant"
 msgstr ""
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-msgid "LDAP service"
+#: admin/systems/goto/terminalService.tpl:45
+#: admin/systems/goto/workstationService.tpl:51
+msgid "Mouse"
 msgstr ""
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
+#: admin/systems/goto/terminalService.tpl:51
+#: admin/systems/goto/workstationService.tpl:58
+msgid "Choose mouse type"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
+#: admin/systems/goto/terminalService.tpl:58
+#: admin/systems/goto/workstationService.tpl:66
+msgid "Port"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-msgid "Ldap base"
+#: admin/systems/goto/terminalService.tpl:61
+#: admin/systems/goto/workstationService.tpl:70
+msgid "Choose mouse port"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
+#: admin/systems/goto/terminalService.tpl:79
+#: admin/systems/goto/workstationService.tpl:89
+msgid "Telephone"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
+#: admin/systems/goto/terminalService.tpl:95
+#: admin/systems/goto/workstationService.tpl:107
+#: admin/systems/goto/info.tpl:73
+msgid "Graphic device"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
+#: admin/systems/goto/terminalService.tpl:101
+#: admin/systems/goto/workstationService.tpl:114
+msgid "Choose graphic driver that is needed by the installed graphic board"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
+#: admin/systems/goto/terminalService.tpl:111
+#: admin/systems/goto/workstationService.tpl:126
+msgid "Choose screen resolution used in graphic mode"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
+#: admin/systems/goto/terminalService.tpl:118
+#: admin/systems/goto/workstationService.tpl:134
+msgid "Color depth"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
+#: admin/systems/goto/terminalService.tpl:121
+#: admin/systems/goto/workstationService.tpl:138
+msgid "Choose colordepth used in graphic mode"
 msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
+#: admin/systems/goto/terminalService.tpl:135
+#: admin/systems/goto/workstationService.tpl:153
+msgid "Display device"
 msgstr ""
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-msgid "Time server"
+#: admin/systems/goto/terminalService.tpl:147
+#: admin/systems/goto/workstationService.tpl:167
+msgid "Use DDC for automatic detection"
 msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-msgid "Time service (NTP)"
+#: admin/systems/goto/terminalService.tpl:154
+#: admin/systems/goto/workstationService.tpl:175
+msgid "Horizontal refresh frequency for installed monitor"
 msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-msgid "Time service"
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
 msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-msgid "Time service - NTP"
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
 msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-msgid "Ntp source"
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-msgid "File service (Shares)"
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
-msgid "share"
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
-msgid "File service - Shares"
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
+#: admin/systems/goto/terminalService.tpl:212
+msgid "Remove selected server"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
-msgid "Charset"
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
 msgstr ""
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
 msgstr ""
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "enabled"
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-msgid "Logging database information"
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
-msgid "Syslog service database"
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+msgid "terminal"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-msgid "Start"
+#: admin/systems/goto/class_terminalInfo.inc:89
+msgid "This is a virtual terminal which has no properties to show here."
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-msgid "Restart"
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-msgid "Admin"
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
 msgstr ""
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-msgid "Logging service"
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
 msgstr ""
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
 msgstr ""
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-msgid "Cups"
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
 msgstr ""
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
 msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-msgid "Terminal service"
+#: admin/systems/goto/class_workstationService.inc:485
+msgid "Workstation service"
 msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
+#: admin/systems/goto/class_workstationService.inc:499
+msgid "Use DDC"
 msgstr ""
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
 msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
 msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-msgid "Server path"
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
 msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
 msgstr ""
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-msgid "Kiosk profile service"
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+msgid "Inherit all"
 msgstr ""
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Repository service"
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-msgid "FAI release"
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-msgid "Releases"
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
 msgstr ""
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:237
+#: admin/systems/goto/class_workstationStartup.inc:242
 #, php-format
 msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:251
+#: admin/systems/goto/class_workstationStartup.inc:256
 #, php-format
 msgid ""
 "FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:263
+#: admin/systems/goto/class_workstationStartup.inc:268
 #: admin/systems/goto/class_terminalStartup.inc:84
 #, php-format
 msgid ""
@@ -1480,2028 +1526,2065 @@ msgid ""
 "exist."
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:300
+#: admin/systems/goto/class_workstationStartup.inc:305
 msgid "Please select a 'FAI server' or remove the 'FAI classes'."
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
 #: admin/systems/goto/class_printGeneric.inc:534
 msgid "workstation"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:367
+#: admin/systems/goto/class_workstationStartup.inc:372
 msgid ""
 "There is already a profile containing a partition table in your "
 "configuration!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+msgid "Mount point"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-msgid "Service infrastructure"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:989
+#: admin/systems/goto/class_workstationStartup.inc:1035
 #: admin/systems/goto/class_terminalStartup.inc:538
 msgid "Startup"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:990
+#: admin/systems/goto/class_workstationStartup.inc:1036
 msgid "System startup"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:998
+#: admin/systems/goto/class_workstationStartup.inc:1044
 #: admin/systems/goto/class_terminalStartup.inc:547
 msgid "Ldap server"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr ""
-
-#: admin/systems/goto/class_workstationStartup.inc:1000
+#: admin/systems/goto/class_workstationStartup.inc:1046
 #: admin/systems/goto/class_terminalStartup.inc:551
 msgid "Kernel parameter"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
+#: admin/systems/goto/class_workstationStartup.inc:1048
 #: admin/systems/goto/class_terminalStartup.inc:549
 msgid "Kernel modules"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
+#: admin/systems/goto/class_workstationStartup.inc:1051
 msgid "FAI classes"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr ""
+
+#: admin/systems/goto/class_workstationStartup.inc:1053
+msgid "Debian release"
+msgstr ""
+
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr ""
+
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr ""
+
+#: admin/systems/goto/class_terminalStartup.inc:539
+msgid "Terminal startup"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
+#: admin/ogroups/goto/class_termgroup.inc:43
+msgid "Activated"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
+msgid "Event error"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
+#, php-format
+msgid "Event '%s' is not available!"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:599
+msgid "Terminal generic"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:610
+msgid "Syslog server enabled"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:611
+msgid "Ntp server settings"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+msgid "Root password"
+msgstr ""
+
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+msgid "Action flag"
+msgstr ""
+
+#: admin/systems/goto/class_workstationGeneric.inc:288
+#: admin/systems/goto/class_workstationGeneric.inc:297
+msgid "System update"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-msgid "Debian release"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
+#: admin/systems/goto/class_workstationGeneric.inc:471
+msgid ""
+"This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-msgid "Missing FAI plugin extension!"
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
+#: admin/systems/goto/class_workstationGeneric.inc:644
+msgid "Workstation generic"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
+#: admin/systems/goto/class_workstationGeneric.inc:656
+msgid "Goto mode"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
+msgid "Ntp server"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
+#: admin/systems/goto/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
-msgid "Inherit all"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+msgid "Internal error"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:4
-#: admin/systems/goto/workstationService.tpl:4
-msgid "Keyboard"
+#: admin/systems/goto/class_printGeneric.inc:260
+msgid ""
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:7
-#: admin/systems/goto/workstationService.tpl:7
-#: admin/systems/ppd/printerPPDDialog.tpl:5
-msgid "Model"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:10
-#: admin/systems/goto/workstationService.tpl:11
-msgid "Choose keyboard model"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:17
-#: admin/systems/goto/workstationService.tpl:19
-msgid "Layout"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+msgid "printer"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:20
-#: admin/systems/goto/workstationService.tpl:23
-msgid "Choose keyboard layout"
+#: admin/systems/goto/class_printGeneric.inc:322
+msgid ""
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:27
-#: admin/systems/goto/workstationService.tpl:31
-msgid "Variant"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:30
-#: admin/systems/goto/workstationService.tpl:35
-msgid "Choose keyboard variant"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:45
-#: admin/systems/goto/workstationService.tpl:51
-msgid "Mouse"
+#: admin/systems/goto/class_printGeneric.inc:516
+msgid "Not defined"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:51
-#: admin/systems/goto/workstationService.tpl:58
-msgid "Choose mouse type"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:58
-#: admin/systems/goto/workstationService.tpl:66
-msgid "Port"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:61
-#: admin/systems/goto/workstationService.tpl:70
-msgid "Choose mouse port"
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+msgid "Object is no printer!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
+#: admin/systems/goto/class_printGeneric.inc:894
+msgid "Print generic"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:79
-#: admin/systems/goto/workstationService.tpl:89
-msgid "Telephone"
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:95
-#: admin/systems/goto/workstationService.tpl:107
-#: admin/systems/goto/info.tpl:73
-msgid "Graphic device"
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
+#: admin/systems/goto/class_printGeneric.inc:907
+msgid "Printer PPD"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:101
-#: admin/systems/goto/workstationService.tpl:114
-msgid "Choose graphic driver that is needed by the installed graphic board"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+msgid "Permission error"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:111
-#: admin/systems/goto/workstationService.tpl:126
-msgid "Choose screen resolution used in graphic mode"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+msgid "printer user"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:118
-#: admin/systems/goto/workstationService.tpl:134
-msgid "Color depth"
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:121
-#: admin/systems/goto/workstationService.tpl:138
-msgid "Choose colordepth used in graphic mode"
+#: admin/systems/goto/class_printGeneric.inc:981
+#, php-format
+msgid "'%s' is already used!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:135
-#: admin/systems/goto/workstationService.tpl:153
-msgid "Display device"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, php-format
+msgid "'%s' does not exist!"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:147
-#: admin/systems/goto/workstationService.tpl:167
-msgid "Use DDC for automatic detection"
+#: admin/systems/goto/ArpNewDevice.tpl:1
+msgid "Integrating unknown devices"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
+#: admin/systems/goto/ArpNewDevice.tpl:3
+msgid ""
+"The current device has been detected by the ARP monitor used by GOsa. You "
+"can integrate this device into your running DHCP/DNS infrastructure by "
+"submitting this form. The device entry will disappear from the list of the "
+"systems and move to the DNS/DHCP configuration."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:154
-#: admin/systems/goto/workstationService.tpl:175
-msgid "Horizontal refresh frequency for installed monitor"
+#: admin/systems/goto/ArpNewDevice.tpl:9
+msgid "DNS name"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-msgid "Reload"
+#: admin/systems/goto/workstationStartup.tpl:67
+msgid "retry"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
+msgid "FAI server"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
+msgid "Assigned FAI classes"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:212
-msgid "Remove selected server"
+#: admin/systems/goto/workstationStartup.tpl:130
+msgid "set"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
+#: admin/systems/goto/workstationStartup.tpl:167
+msgid ""
+"FAI Object assignment disabled. You can't use this feature until FAI is "
+"activated."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
 msgstr ""
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
 msgstr ""
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
-#: admin/systems/goto/class_terminalGeneric.inc:112
-#: admin/ogroups/goto/class_termgroup.inc:43
-msgid "Activated"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:202
-#: admin/systems/goto/class_terminalGeneric.inc:179
-msgid "Event error"
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
-#: admin/systems/goto/class_terminalGeneric.inc:180
-#, php-format
-msgid "Event '%s' is not available!"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
-msgid "System update"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
-#: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
-msgid ""
-"This host is currently installing, if you really want to save it, save again."
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
-msgid "Workstation generic"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:644
-msgid "Goto mode"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Search in subtrees"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
-msgid "Ntp server"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-msgid "Root password"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-msgid "Action flag"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
 msgstr ""
 
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
+#: admin/systems/goto/SelectDeviceType.tpl:9
+msgid ""
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
+#: admin/systems/goto/SelectDeviceType.tpl:20
+msgid "System type"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
+#: admin/systems/goto/SelectDeviceType.tpl:21
+msgid "Choose a system type"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
+#: admin/systems/goto/SelectDeviceType.tpl:32
+msgid "Choose an object group as template"
 msgstr ""
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
+#: admin/systems/goto/SelectDeviceType.tpl:33
+msgid "Choose an object group"
 msgstr ""
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
+#: admin/systems/goto/SelectDeviceType.tpl:44
+msgid "Continue"
 msgstr ""
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+msgid "Cups"
 msgstr ""
 
-#: admin/systems/goto/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."
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr ""
+
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+msgid "Start"
 msgstr ""
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+msgid "Restart"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
-msgid "inherit from group"
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "enabled"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+msgid "Time service (NTP)"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+msgid "Time service"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+msgid "Time service - NTP"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+msgid "Ntp source"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+msgid "Time server"
 msgstr ""
 
-#: admin/systems/goto/ArpNewDevice.tpl:1
-msgid "Integrating unknown devices"
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
 msgstr ""
 
-#: admin/systems/goto/ArpNewDevice.tpl:3
-msgid ""
-"The current device has been detected by the ARP monitor used by GOsa. You "
-"can integrate this device into your running DHCP/DNS infrastructure by "
-"submitting this form. The device entry will disappear from the list of the "
-"systems and move to the DNS/DHCP configuration."
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
 msgstr ""
 
-#: admin/systems/goto/ArpNewDevice.tpl:9
-msgid "DNS name"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
-msgid "FAI server"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+msgid "Repository service"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
-msgid "Assigned FAI classes"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:123
-msgid "set"
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+msgid "FAI release"
 msgstr ""
 
-#: admin/systems/goto/workstationStartup.tpl:160
-msgid ""
-"FAI Object assignment disabled. You can't use this feature until FAI is "
-"activated."
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
+#: admin/systems/services/repository/class_servRepository.inc:354
+msgid "Releases"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:364
-msgid "Unsupported"
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+msgid "Syslog service database"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-msgid "VSync range"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-msgid "HSync range"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+msgid "Admin"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-msgid "Service"
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+msgid "Logging database information"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-msgid "Monitor"
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:631
-msgid "Method"
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+msgid "Logging service"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-msgid "Gfx driver"
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+msgid "File service (Shares)"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
+#: admin/systems/services/shares/class_goShareServer.inc:233
+msgid "share"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
+#: admin/systems/services/shares/class_goShareServer.inc:390
+msgid "File service - Shares"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:639
-msgid "Printer service enabled"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
+#: admin/systems/services/shares/class_goShareServer.inc:402
+msgid "Charset"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-msgid "Scanner enabled"
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-msgid "Mouse type"
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+msgid "Server path"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-msgid "Mouse port"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+msgid "Kiosk profile service"
+msgstr ""
+
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+msgid "LDAP service"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:485
-msgid "Workstation service"
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
 msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:499
-msgid "Use DDC"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+msgid "Ldap base"
 msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
-msgid "terminal"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
 msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
 msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-msgid "Terminal generic"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-msgid "Syslog server enabled"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-msgid "Ntp server settings"
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
 msgstr ""
 
-#: admin/systems/goto/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."
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:20
-msgid "System type"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+msgid "PPD error"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:21
-msgid "Choose a system type"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:32
-msgid "Choose an object group as template"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:33
-msgid "Choose an object group"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:44
-msgid "Continue"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
 msgstr ""
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, php-format
+msgid "Cannot open PPD '%s'!"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#, php-format
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+msgid "file is empty"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, php-format
+msgid "Cannot parse PPD '%s'!"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+msgid "Overwrite existing PPD"
 msgstr ""
 
-#: admin/systems/goto/class_terminalStartup.inc:539
-msgid "Terminal startup"
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, php-format
+msgid "PPD type '%s' is not supported!"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+msgid "PPD manager error"
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, php-format
+msgid "The specified path '%s' does not exist."
 msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
-msgid "Internal error"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
 #, php-format
 msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:260
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
-msgid "printer"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:322
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
-msgid "Not defined"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-msgid "Object is no printer!"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:893
-msgid "Print generic"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:906
-msgid "Printer PPD"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+msgid "Copy"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-msgid "printer user"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+msgid "Cut"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, php-format
-msgid "'%s' is already used!"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:991
-#, php-format
-msgid "'%s' does not exist!"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
+#: admin/applications/class_divListApplication.inc:295
+msgid "Number of listed applications"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+msgid "Number of listed departments"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
+#: admin/applications/generic.tpl:15
+msgid "Display name"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
 msgstr ""
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture from LDAP"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
+#: admin/applications/generic.tpl:140
+msgid "Download"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
+#: admin/applications/class_applicationGeneric.inc:264
+#, php-format
+msgid "Cannot remove application - it is still in use by these objects: %s"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
+#: admin/applications/class_applicationGeneric.inc:368
+msgid "no read permission"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
+#: admin/applications/class_applicationGeneric.inc:382
+#, php-format
+msgid "cannot save image to '%s'"
 msgstr ""
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
+#: admin/applications/class_applicationGeneric.inc:411
+msgid "Execute path"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
-msgid "PPD manager error"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, php-format
-msgid "The specified path '%s' does not exist."
+#: admin/applications/class_applicationGeneric.inc:576
+msgid "Application generic"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
+#: admin/applications/class_applicationGeneric.inc:591
+msgid "Script content"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr ""
+
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
+msgid "parameter"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
 msgstr ""
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
+#: admin/applications/class_applicationParameters.inc:229
+msgid "Parameter configuration"
 msgstr ""
 
-#: admin/systems/ppd/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
+#: admin/applications/class_applicationParameters.inc:237
+msgid "Application parameter settings"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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 ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+msgid "Folder"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
 msgstr ""
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-msgid "PPD error"
+#: admin/groups/apps/app_list.tpl:114
+msgid "Entry"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, php-format
-msgid "Cannot open PPD '%s'!"
+#: admin/groups/apps/app_list.tpl:136
+msgid "add to"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
+msgid "Add selected applications to this folder."
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-msgid "file is empty"
+#: admin/groups/apps/app_list.tpl:143
+msgid "Separator"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#, php-format
-msgid "Cannot parse PPD '%s'!"
+#: admin/groups/apps/app_list.tpl:143
+msgid "Add a separator to this folder."
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-msgid "Overwrite existing PPD"
+#: admin/groups/apps/class_groupApplication.inc:275
+msgid "Add application extension"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
+#: admin/groups/apps/class_groupApplication.inc:276
+msgid "Application extension disabled. You can enable it by clicking below."
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
+#: admin/groups/apps/class_groupApplication.inc:280
+msgid "Remove application extension"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
+#: admin/groups/apps/class_groupApplication.inc:281
+msgid "Application extension enabled. You can disable it by clicking below."
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, php-format
-msgid "PPD type '%s' is not supported!"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
+#: admin/groups/apps/class_groupApplication.inc:1170
+msgid "Group applications"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
+#: admin/groups/apps/class_groupApplication.inc:1179
+msgid "Application parameter"
 msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
+#: admin/groups/apps/edit_entry.tpl:8
+msgid "Folder image"
 msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:8
-msgid "Manage devices"
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
 msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-msgid "device"
+#: admin/groups/apps/edit_entry.tpl:14
+msgid "None"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
-msgid "List of defined devices"
+#: admin/groups/apps/edit_entry.tpl:24
+msgid "Upload image"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
+#: admin/groups/apps/edit_entry.tpl:33
+msgid "Reset"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
 msgstr ""
 
-#: admin/devices/class_divListDevices.inc:278
-msgid "Number of listed devices"
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+msgid "List of defined mime types"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:32
-msgid "Device type"
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/mimetypes/class_divListMimeTypes.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
+msgid "Mime type"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:35
-msgid "Choose the device type"
+#: admin/mimetypes/class_divListMimeTypes.inc:66
+msgid "Display mime types matching"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
+#: admin/mimetypes/class_divListMimeTypes.inc:310
+msgid "Number of listed mimetypes"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "(iSerial)"
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
+msgid "Mimetype management"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+msgid "Please enter a name for the mime type here"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
+#: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
+msgid "Mime group"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
+#: admin/mimetypes/generic.tpl:26
+msgid "Categorize this mime type"
 msgstr ""
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
+#: admin/mimetypes/generic.tpl:38
+msgid "Please specify a description"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/mimetypes/generic.tpl:68
+msgid "Mime icon"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:29
-msgid "Harddisk"
+#: admin/mimetypes/generic.tpl:80
+msgid "Update mime type icon"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:30
-msgid "USB stick"
+#: admin/mimetypes/generic.tpl:94
+msgid "Left click"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+msgid "File patterns"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:95
-msgid "iSerial"
+#: admin/mimetypes/generic.tpl:105
+msgid "Please specify a new file pattern"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:98
-msgid "Serial"
+#: admin/mimetypes/generic.tpl:108
+msgid "Add a new file pattern"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:101
-msgid "Vender ID"
+#: admin/mimetypes/generic.tpl:124 admin/mimetypes/generic.tpl:184
+msgid "Enter an application name here"
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:237
-msgid "Device generic"
+#: admin/mimetypes/generic.tpl:127 admin/mimetypes/generic.tpl:188
+msgid "Add application"
 msgstr ""
 
-#: admin/devices/remove.tpl:6
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: admin/mimetypes/generic.tpl:138
+msgid "Embedding"
 msgstr ""
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
-msgid "Device management"
+#: admin/mimetypes/generic.tpl:151
+msgid "Show file in embedded viewer"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
+#: admin/mimetypes/generic.tpl:158
+msgid "Show file in external viewer"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
+#: admin/mimetypes/generic.tpl:165
+msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:242
-msgid "Wake"
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
+msgid "Mime types"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
+#: admin/mimetypes/class_mimetypeManagement.inc:25
+msgid "Manage mime types"
 msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-msgid "System group"
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
+msgid "File pattern"
 msgstr ""
 
-#: admin/ogroups/goto/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."
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
+msgid "Mime type generic"
 msgstr ""
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-#: admin/mimetypes/class_divListMimeTypes.inc:175
-#: admin/mimetypes/class_divListMimeTypes.inc:229
-msgid "Mime type"
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+msgid "Left click action"
 msgstr ""
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-msgid "Please enter a name for the mime type here"
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+msgid "Embedded applications"
 msgstr ""
 
 #: admin/mimetypes/paste_generic.tpl:24
 msgid "Please specify a description for this mime type here"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
-msgid "File pattern"
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
-msgid "Mime type generic"
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
-msgid "Mime types"
+#: admin/ogroups/goto/class_termgroup.inc:204
+msgid "Wake"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
-#: admin/mimetypes/generic.tpl:22
-msgid "Mime group"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-msgid "Left click action"
+#: admin/ogroups/goto/class_termgroup.inc:299
+msgid "System group"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-msgid "File patterns"
+#: admin/ogroups/goto/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 ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-msgid "Embedded applications"
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
 msgstr ""
 
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-msgid "Manage mime types"
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
 msgstr ""
 
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-msgid "Mimetype management"
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
+msgid "Device management"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:26
-msgid "Categorize this mime type"
+#: admin/devices/class_deviceManagement.inc:8
+msgid "Manage devices"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:38
-msgid "Please specify a description"
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
+msgid "device"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:68
-msgid "Mime icon"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:80
-msgid "Update mime type icon"
+#: admin/devices/class_deviceGeneric.inc:29
+msgid "USB stick"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:94
-msgid "Left click"
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:105
-msgid "Please specify a new file pattern"
+#: admin/devices/class_deviceGeneric.inc:94
+msgid "iSerial"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:108
-msgid "Add a new file pattern"
+#: admin/devices/class_deviceGeneric.inc:97
+msgid "Serial"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:124 admin/mimetypes/generic.tpl:184
-msgid "Enter an application name here"
+#: admin/devices/class_deviceGeneric.inc:100
+msgid "Vendor ID"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:127 admin/mimetypes/generic.tpl:188
-msgid "Add application"
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:138
-msgid "Embedding"
+#: admin/devices/class_deviceGeneric.inc:236
+msgid "Device generic"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:151
-msgid "Show file in embedded viewer"
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
+msgid "List of defined devices"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:158
-msgid "Show file in external viewer"
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
 msgstr ""
 
-#: admin/mimetypes/generic.tpl:165
-msgid "Ask whether to save to local disk"
+#: admin/devices/class_divListDevices.inc:278
+msgid "Number of listed devices"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
-msgid "List of defined mime types"
+#: admin/devices/remove.tpl:6
+msgid ""
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
-msgid "Display mime types matching"
+#: admin/devices/deviceGeneric.tpl:32
+msgid "Device type"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
-msgid "Number of listed mimetypes"
+#: admin/devices/deviceGeneric.tpl:35
+msgid "Choose the device type"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
-msgid "Software update"
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
-msgid "software update"
+#: admin/devices/deviceGeneric.tpl:45
+msgid "(iSerial)"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
-msgid "Time schedule"
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
-msgid "System list"
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
-msgid "Status"
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
-msgid "Result"
+#: personal/environment/class_logonManagementDialog.inc:107
+msgid "Script name"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
-msgid "Target"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: personal/environment/class_environment.inc:137
+#, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: personal/environment/class_environment.inc:210
+msgid "auto"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
-msgid "Lock"
+#: personal/environment/class_environment.inc:232
+#, php-format
+msgid "Cannot open file '%s'!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
-msgid "Abort installation"
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
-msgid "Activate"
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/target_list.tpl:5
-msgid "Use"
+#: personal/environment/class_environment.inc:333
+#, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
-msgid "Targets"
+#: personal/environment/class_environment.inc:337
+#, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
-msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
-msgid "System / Department"
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
-msgid "Display server"
+#: personal/environment/class_environment.inc:647
+msgid "Share"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
-msgid "Display workstation"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
-msgid "Display object groups"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-msgid "Object group"
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
 msgstr ""
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
-msgid "Progress"
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+msgid "Profile quota"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
-msgid "Start a system"
+#: personal/environment/class_environment.inc:1121
+msgid "environment"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
-msgid "Month"
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:1740
+msgid "Environment settings"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
-msgid "Minute"
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:9
-msgid "Second"
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:117
-msgid "This job has no template."
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:1756
+msgid "Profile server"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
-msgid "Available targets"
+#: personal/environment/main.inc:121
+msgid "User environment settings"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:69
-msgid "Object name"
+#: personal/environment/class_selectPrinterDialog.inc:107
+msgid "Please select a printer!"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:72
-msgid "Select to see object groups"
+#: personal/environment/class_hotplugDialog.inc:64
+msgid "Please select a hotplug device!"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:72
-msgid "Show object groups"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:73
-msgid "Select to see servers"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:73
-msgid "Show servers"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:74
-msgid "Select to see workstations"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:74
-msgid "Show workstations"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:75
-msgid "Select to see incoming objects"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:83
-msgid "Regular expression for matching group names"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-msgid "System deployment"
+#: personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:183
-msgid "Permission"
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:289
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:290
-msgid "List of queued jobs"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:306
-msgid "Resume"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:307
-msgid "Pause"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:308
-msgid "Abort"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:337
-msgid "Schedule"
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
+#: personal/environment/environment.tpl:136
+msgid "Profile"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
+#: personal/environment/environment.tpl:153
+msgid "Manage"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:428
-msgid "Waiting"
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
 msgstr ""
index 977468f68a77faad733dcb3e48febc2383ac9c76..8d21a11a63ae4607b9ffda77bef4ae767ca7ba35 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\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"
@@ -19,139 +19,160 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Omgeving"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "Dit doet iets"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#, fuzzy
+msgid "Available targets"
+msgstr "Beschikbare programma's"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Waarschuwing"
+#: addons/goto/class_target_list.inc:69
+#, fuzzy
+msgid "Object name"
+msgstr "Apparaat naam"
 
-#: personal/environment/class_environment.inc:137
-#, fuzzy, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr ""
-"Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b."
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Select to see object groups"
+msgstr "Selecteer een objectgroep"
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "auto"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Show object groups"
+msgstr "Selecteer een objectgroep"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "Configuratie bestand"
+msgid "Select to see servers"
+msgstr "Selecteer om binnen subonderdelen te zoeken"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "Kan bestand '%s' niet openen."
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "Swap server"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "gedeactiveerd"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Windows werkstation"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Windows werkstation"
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Selecteer om binnen subonderdelen te zoeken"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
-"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
-"profiel wordt op 'geen' ingesteld."
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
-"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
-"profiel wordt op 'geen' ingesteld."
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:83
 #, fuzzy
-msgid "Permission error"
-msgstr "Rechten"
+msgid "Regular expression for matching group names"
+msgstr "Reguliere expressie voor overeenkomende lidnamen"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
-msgstr "Login scripts"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Basis"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Verwerk afdeling"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "Verwerk"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Server"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Werkstation"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "Selecteer een objectgroep"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -159,1357 +180,680 @@ msgstr "Login scripts"
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr "Fout"
 
-#: personal/environment/class_environment.inc:639
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
+
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Share"
-msgstr "Shares"
+msgid "System deployment"
+msgstr "Systeemtype"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "Dit doet iets"
+
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Mount point"
-msgstr "Koppelpunt"
+msgid "Permission"
+msgstr "Rechten"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
+#, fuzzy
+msgid "Service infrastructure"
+msgstr "Zoek binnen subtree"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_gotomasses.inc:290
+#, fuzzy
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
+"Dit menu maakt het mogelijk om FAI verzamelplaatsen aan te maken, bewerken "
+"en verwijderen."
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "Wachtwoord hashwaarde herstellen"
+#: addons/goto/class_gotomasses.inc:291
+#, fuzzy
+msgid "List of queued jobs"
+msgstr "Lijst met apparaten"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "Verwijder share regel"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Acties"
 
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Aanmaken"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-#, fuzzy
-msgid "LDAP error"
-msgstr "LDAP server"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Verwijderen"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "Profile quota"
-msgstr "Profiel quota"
+msgid "Resume"
+msgstr "Herinstalleer"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:308
 #, fuzzy
-msgid "environemnt"
-msgstr "Omgeving"
-
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "groepsshare"
+msgid "Pause"
+msgstr "Plakken"
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "Beheerder"
+#: addons/goto/class_gotomasses.inc:309
+#, fuzzy
+msgid "Abort"
+msgstr "Initialen"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Standaard printer"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Commando"
 
-#: personal/environment/class_environment.inc:1736
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
 #, fuzzy
-msgid "Environment settings"
-msgstr "Gebruikersomgeving instellingen"
+msgid "Reload"
+msgstr "Lezen"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Mijn account"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "Chipset"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "Resolutie is binnen de sessie te veranderen"
-
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "Profiel lokaal cachen"
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "Geplande bijwerking"
 
-#: personal/environment/class_environment.inc:1752
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
 #, fuzzy
-msgid "Profile server"
-msgstr "Bestandserver"
+msgid "Status"
+msgstr "Opstarten"
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Resolutie"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Actie"
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Kiosk profiel"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Login script"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "Hotplug apparaten"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "Shares"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Voeg printer toe"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Selecteer de toe te voegen printer"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Filters"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Bewerken"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Selecteer de afdeling waarbinnen gezocht zal worden"
+#: addons/goto/class_gotomasses.inc:433
+#, fuzzy
+msgid "Waiting"
+msgstr "Waarschuwing"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "Selecteer om binnen subonderdelen te zoeken"
+#: addons/goto/class_gotomasses.inc:439
+#, fuzzy
+msgid "Processed"
+msgstr "Eigenschappen"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "Geblokkeerd"
+
+#: addons/goto/class_gotomasses.inc:454
 #, fuzzy
-msgid "Search in subtrees"
-msgstr "Zoek binnen subtree"
+msgid "Detection"
+msgstr "Sectie"
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
-msgstr "Toon de overeenkomende printers"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
-msgstr "Reguliere expressie voor overeenkomende printernamen"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
-msgstr "Login script beheer"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Login script instellingen"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Scriptnaam"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
-#: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
-#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
-msgid "Description"
-msgstr "Omschrijving"
-
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr "Prioriteit"
-
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Login script kenmerken"
-
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Laatste script"
-
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Script kan vervangen worden door gebruiker"
-
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "Script"
-
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Importeren"
-
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Hotplug apparaten toevoegen"
-
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Hotplug beheer"
-
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Selecteer toe te voegen hotplug apparaat"
-
-#: personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
-
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Toon overeenkomende gebruikers"
-
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Reguliere expressie voor      overeenkomende hotplugs"
-
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "De omgevings extensie is momenteel uitgeschakeld."
-
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profielen"
-
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr "Omgevingsbeheer instellingen"
-
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr "Gebruik profielbeheer"
-
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr "Profielpad"
-
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "MB"
-
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
-msgstr "Profiel beheer"
-
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
-msgstr "Profielserver beheer"
-
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr "Profiel quota"
-
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
-msgstr "Kiosk profiel instellingen"
-
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Server"
-
-#: personal/environment/environment.tpl:136
-#, fuzzy
-msgid "Profile"
-msgstr "Profielen"
-
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr "Beheer"
-
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr "Te gebruiken gebruikernaam om met de share te verbinden"
-
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
-msgstr "Selecteer een share"
-
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
-msgstr "Mount pad"
-
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Verwijderen"
-
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Bewerken"
-
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr "Hotplug apparaat instellingen"
-
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Printer"
-
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
-msgstr ""
-
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr "Printer instellingen"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr "Beheerders omschakeling"
-
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr "Standaard omschakeling"
-
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Naam"
-
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Scriptnaam"
-
-#: personal/environment/class_selectPrinterDialog.inc:107
-#, fuzzy
-msgid "Please select a printer!"
-msgstr "Selecteer a.u.b. een geldig bestand."
-
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "Gebruikersomgeving instellingen"
-
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Programma's"
-
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "programma"
-
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "Lijst met programma's"
-
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "Deze tabel toont alle programma's in de geselecteerde tree."
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Programmanaam"
-
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Afdeling"
-
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Acties"
-
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Basis"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Verwerk afdeling"
-
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "Verwerk"
-
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Aanmaken"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Programma"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
-#, fuzzy
-msgid "Copy"
-msgstr "kopieer"
-
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "knippen"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr "Plakken"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "knippen"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "Deze invoer knippen"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "kopieer"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "Deze invoer kopieren"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "Bewerk"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Bewerk deze invoer"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "Verwijder"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Verwijder deze invoer"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Gebruikte programma's"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Naam van de afdeling"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "geen voorbeeld"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr ""
-"U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
-"is door deze systemen: '%s'"
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Rechten"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Kan bestand '%s' niet opslaan."
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Commando"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Commando"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "Programma instellingen"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Te tonen programma naam (bv. onder iconen)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Algemeen"
-
-#: admin/applications/class_applicationGeneric.inc:576
-#, fuzzy
-msgid "Application generic"
-msgstr "Programmanaam"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Icoon"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:591
-#, fuzzy
-msgid "Script content"
-msgstr "Variabele inhoud"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Alleen uitvoerbaar voor groepsleden"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Plaats icoon op de desktop van groepsleden"
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "Plaats invoer in snelstartbalk van groepsleden"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Plaats programma in het startmenu van groepsleden"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Vervang gebruikers configuratie bij opstarten"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Opties verwijderen"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Parameters"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Opties aanmaken"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Variabele"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "Standaard waarde"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Optie toevoegen"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Parameters"
-
-#: admin/applications/class_applicationParameters.inc:229
-#, fuzzy
-msgid "Parameter configuration"
-msgstr "FAX database"
-
-#: admin/applications/class_applicationParameters.inc:237
-#, fuzzy
-msgid "Application parameter settings"
-msgstr "Programmanaam"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr "Aftakkingen"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr "Huidige uitgave"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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."
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/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."
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Programma beheer"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Getoonde naam"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "Directory en/of bestandsnaam van het programma"
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr "Selecteer de subtree waaronder het programma geplaatst zal worden."
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr "Selecteer een basis"
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Bijwerken"
-
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "Herlaad plaatje vanuit LDAP"
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Plaatje verwijderen"
-
-#: admin/applications/generic.tpl:81
-#, fuzzy
-msgid "Remove picture from LDAP"
-msgstr "Herlaad plaatje vanuit LDAP"
-
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Opties"
-
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Uploaden"
-
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr "Downloaden"
-
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "Distributie versie"
-
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-#, fuzzy
-msgid "Folder"
-msgstr "Filters"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "Omhoog verplaatsen"
-
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "Omlaag verplaatsen"
-
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Invoer bewerken"
-
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Optie toevoegen"
-
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-#, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "Het geselecteerde programma heeft geen opties."
-
-#: admin/groups/apps/edit_entry.tpl:8
-#, fuzzy
-msgid "Folder image"
-msgstr "Karakterset"
-
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:14
-#, fuzzy
-msgid "None"
-msgstr "geen"
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
+#: admin/systems/goto/class_terminalGeneric.inc:614
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
+#: admin/mimetypes/class_mimetypeGeneric.inc:726
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
+msgid "Description"
+msgstr "Omschrijving"
 
-#: admin/groups/apps/edit_entry.tpl:24
-#, fuzzy
-msgid "Upload image"
-msgstr "Uploaden"
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Waarschuwing"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/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."
 
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "stel in"
-
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Programma opties"
-
-#: admin/groups/apps/class_groupApplication.inc:265
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
 #, fuzzy
-msgid "Add application extension"
-msgstr "programma"
+msgid "Time schedule"
+msgstr "Geplande bijwerking"
 
-#: admin/groups/apps/class_groupApplication.inc:270
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
 #, fuzzy
-msgid "Remove application extension"
-msgstr "Programma's verwijderen"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "terug"
-
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "afdeling"
+msgid "System list"
+msgstr "Systeem analyse"
 
-#: admin/groups/apps/class_groupApplication.inc:930
-msgid "Not available in release."
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
 msgstr ""
 
-#: admin/groups/apps/class_groupApplication.inc:1101
-#, fuzzy
-msgid "Group applications"
-msgstr "Toon programma's"
-
-#: admin/groups/apps/class_groupApplication.inc:1110
-#, fuzzy
-msgid "Application parameter"
-msgstr "Programmanaam"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
 #, fuzzy
-msgid "LDAP service"
-msgstr "LDAP Service"
-
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
-msgstr ""
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr ""
-
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Services"
+msgid "Progress"
+msgstr "Eigenschappen"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
 #, fuzzy
-msgid "Ldap base"
-msgstr "Ldap server"
-
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Bewerk share"
-
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS instellingen"
-
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "Pad"
-
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr "Volume"
-
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Type"
+msgid "Result"
+msgstr "Resolutie"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr "Auto-mount share op Apple systemen"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr "Karakterset"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#, fuzzy
+msgid "Lock"
+msgstr "Geblokkeerd"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "Optie"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr ""
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
+#: addons/goto/events/class_DaemonEvent.inc:117
 #, fuzzy
-msgid "Time server"
-msgstr "Tijd Service"
+msgid "This job has no template."
+msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-#, fuzzy
-msgid "Time service (NTP)"
-msgstr "Tijd Service"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-#, fuzzy
-msgid "Time service"
-msgstr "Tijd Service"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Toevoegen"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#, fuzzy
-msgid "Time service - NTP"
-msgstr "Tijd Service"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Uitschakelen"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-#, fuzzy
-msgid "Ntp source"
-msgstr "Audio service"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Herstarten"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
 #, fuzzy
-msgid "File service (Shares)"
-msgstr "Bestandserver"
+msgid "Activate"
+msgstr "Geactiveerd"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
 #, fuzzy
-msgid "share"
-msgstr "Shares"
+msgid "Abort installation"
+msgstr "Werkstation"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: addons/goto/events/target_list.tpl:5
 #, fuzzy
-msgid "File service - Shares"
-msgstr "Bestandserver"
+msgid "Use"
+msgstr "Gebruiker"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
+msgstr "Sluiten"
+
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
 #, fuzzy
-msgid "Charset"
-msgstr "Chipset"
-
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr "Syslog Service"
+msgid "Subject"
+msgstr "Selecteer"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
 #, fuzzy
-msgid "enabled"
-msgstr "gedeactiveerd"
+msgid "Message"
+msgstr "Geheugen gebruik"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
 #, fuzzy
-msgid "Logging database information"
-msgstr "Log database"
-
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
-msgstr "Log DB gebruiker"
+msgid "Targets"
+msgstr "Shares"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Wachtwoord"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
 #, fuzzy
-msgid "Syslog service database"
-msgstr "Syslog Service"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Gebruiker"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "Log database"
+msgid "System / Department"
+msgstr "Afdeling"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
+#: addons/goto/events/class_EventTargetAddList.inc:73
 #, fuzzy
-msgid "Start"
-msgstr "Opstarten"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "Stop"
+msgid "Display server"
+msgstr "Scherm"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
+#: addons/goto/events/class_EventTargetAddList.inc:74
 #, fuzzy
-msgid "Restart"
-msgstr "Opnieuw proberen"
+msgid "Display workstation"
+msgstr "Windows werkstation"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+#: addons/goto/events/class_EventTargetAddList.inc:75
 #, fuzzy
-msgid "Admin"
-msgstr "Beheerders"
+msgid "Display object groups"
+msgstr "Toon overeenkomende objecten"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Syslog server"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
+msgstr ""
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
 #, fuzzy
-msgid "Logging service"
-msgstr "Log DB gebruiker"
-
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Print service"
+msgid "Display users"
+msgstr "Scherm"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
 #, fuzzy
-msgid "Cups"
-msgstr "omhoog"
+msgid "Display groups"
+msgstr "Toon overeenkomende objecten"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr "Print Service"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Gebruiker"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-#, fuzzy
-msgid "Terminal service"
-msgstr "Terminal Service"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Groep"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "Schakel inlog mogelijkheid tijdelijk uit"
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
+#, fuzzy
+msgid "Software update"
+msgstr "Onmiddelijk bijwerken"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
 msgstr ""
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr "Kiosk profiel beheer"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Aanzetten"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
 #, fuzzy
-msgid "Server path"
-msgstr "Servernaam"
+msgid "Start a system"
+msgstr "Systeem"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "Doorzoek"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "Herinstalleer"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
+
+#: addons/goto/events/timestamp_select.tpl:4
 #, fuzzy
-msgid "Kiosk profile service"
-msgstr "Kiosk profiel instellingen"
+msgid "Month"
+msgstr "Mount pad"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
 msgstr ""
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
+#: addons/goto/events/timestamp_select.tpl:8
 #, fuzzy
-msgid "Repository service"
-msgstr "Print service"
-
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
+msgid "Minute"
+msgstr "Printer"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
+#: addons/goto/events/timestamp_select.tpl:9
 #, fuzzy
-msgid "FAI release"
-msgstr "FAI klassen"
+msgid "Second"
+msgstr "Sectie"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "Verzamelplaats"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
+msgstr ""
 
-#: admin/systems/services/repository/class_servRepository.inc:354
+#: addons/goto/events/DaemonEvent_notify.tpl:7
 #, fuzzy
-msgid "Releases"
-msgstr "Distributie versie"
+msgid "Message settings"
+msgstr "Gebruikersinstellingen"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "Secties"
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+#, fuzzy
+msgid "Target users"
+msgstr "Shares"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Hoofd/Parent server"
+#: addons/goto/events/DaemonEvent_notify.tpl:40
+#, fuzzy
+msgid "Target groups"
+msgstr "Shares"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
-msgstr "Lijst met gedefinieerde verzamelplaatsen."
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "Hardware opnieuw scannen"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-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."
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "Geheugentest"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "Reguliere expressie voor overeenkomende objectnamen"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "Systeem analyse"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
-msgstr "Verzamelplaats toevoegen"
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
+#, fuzzy
+msgid "Configuration error"
+msgstr "Configuratie bestand"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "bit"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
 #: admin/systems/goto/class_terminalService.inc:165
 #: admin/systems/goto/class_terminalService.inc:249
 #: admin/systems/goto/class_terminalService.inc:257
@@ -1533,207 +877,376 @@ msgstr "URL"
 #: admin/systems/goto/class_workstationService.inc:236
 #: admin/systems/goto/class_workstationService.inc:237
 #: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
 #: admin/systems/goto/class_terminalStartup.inc:137
 #: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
 msgid "inherited"
 msgstr "overerfd"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
 msgstr ""
-"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
-"profiel wordt op 'geen' ingesteld."
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
 msgstr ""
-"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
-"profiel wordt op 'geen' ingesteld."
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
+
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "ICA client"
+
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automatisch"
+
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "Bit"
+
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
+
+#: admin/systems/goto/class_terminalService.inc:364
+#, fuzzy
+msgid "Unsupported"
+msgstr "USB ondersteuning"
+
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
+
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+#, fuzzy
+msgid "LDAP error"
+msgstr "LDAP server"
+
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
+#, fuzzy
+msgid "VSync range"
+msgstr "VSync"
+
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+#, fuzzy
+msgid "HSync range"
+msgstr "HSync"
+
+#: admin/systems/goto/class_terminalService.inc:531
 msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
 msgstr ""
-"Het commando '%s' dat gespecificeerd is als KERNELS inhaker voor module '%s' "
-"bestaat niet."
 
-#: admin/systems/goto/class_workstationStartup.inc:300
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Selecteer a.u.b. een 'FAI server' of  verwijder de 'FAI klasses'."
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "onbekend"
+
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+#, fuzzy
+msgid "Service"
+msgstr "Services"
+
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#, fuzzy
+msgid "Terminal service"
+msgstr "Terminal Service"
+
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+#, fuzzy
+msgid "Monitor"
+msgstr "Monitor grootte"
+
+#: admin/systems/goto/class_terminalService.inc:631
+#, fuzzy
+msgid "Method"
+msgstr "methode"
+
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Remote desktop"
+
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+#, fuzzy
+msgid "Gfx driver"
+msgstr "Nieuw stuurprogramma"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
 #, fuzzy
-msgid "workstation"
-msgstr "Werkstation"
+msgid "Gfx resolution"
+msgstr "Resolutie"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
 #, fuzzy
-msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
-msgstr ""
-"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
-"bevat."
+msgid "Gfx color depth"
+msgstr "Kleurdiepte"
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "HSync"
+
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "VSync"
+
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
+#: admin/systems/goto/class_terminalService.inc:639
 #, fuzzy
-msgid "Service infrastructure"
-msgstr "Zoek binnen subtree"
+msgid "Printer service enabled"
+msgstr "Print service"
 
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Opstarten"
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Spool server"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
 #, fuzzy
-msgid "System startup"
-msgstr "Systeem status"
+msgid "Scanner enabled"
+msgstr "gedeactiveerd"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
 #, fuzzy
-msgid "Ldap server"
-msgstr "Ldap server"
+msgid "Keyboard model"
+msgstr "Kies toetsenbord model"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Boot kernel"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+#, fuzzy
+msgid "Keyboard layout"
+msgstr "Kies toetsenbord indeling"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
 #, fuzzy
-msgid "Kernel parameter"
-msgstr "Controleer parameter"
+msgid "Keyboard variant"
+msgstr "Kies toetsenbord variant"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
 #, fuzzy
-msgid "Kernel modules"
-msgstr "Controleer parameter"
+msgid "Mouse type"
+msgstr "MIME-type"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "FAI klassen"
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+#, fuzzy
+msgid "Mouse port"
+msgstr "Koppelpunt"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Telefoon hardware"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-#, fuzzy
-msgid "Debian release"
-msgstr "Huidige uitgave"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "Algemeen"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr ""
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "Printernaam"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "Voeg printer extensie toe"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
+msgstr "Selecteer een basis"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
-msgstr "Eigenschappen"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "Details"
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Werkstation sjabloon"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
+msgstr "Printer locatie"
 
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Werkstation naam"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "Printer URL"
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Plaats"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Stuurprogramma"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
-msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Rechten"
+
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
+msgstr "Gebruikers die deze printer mogen gebruiken"
+
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Gebruikers"
+
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
+msgstr "Gebruiker toevoegen"
+
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr "Groep toevoegen"
+
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
+msgstr "Gebruikers die deze printer mogen beheren"
+
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr "Beheerders"
+
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Opstart parameters"
+
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "LDAP server"
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Inherit all"
-msgstr "Initialen"
+msgid "inherit from group"
+msgstr "Lijst met groepen"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
-msgstr "Modus"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Boot kernel"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
-msgstr "Selecteer terminal modus"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "Aangepaste opties"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
-msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+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"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
-msgstr "Tijdserver attributen overerven"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "Kernel modules (formaat: naam parameters)"
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
-msgstr "NTP tijdserver"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
+msgstr "Voeg additioneel te laden modules toe bij het opstarten"
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
-msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "Shares"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Actie"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
+msgstr "Koppelpunt"
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
-msgstr "Selecteer de voor deze terminal uit te voeren actie"
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "Selecteer a.u.b. een printer of druk annuleren in"
 
 #: admin/systems/goto/terminalService.tpl:4
 #: admin/systems/goto/workstationService.tpl:4
@@ -1776,6 +1289,15 @@ msgstr "Kies toetsenbord variant"
 msgid "Mouse"
 msgstr "Muis"
 
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Type"
+
 #: admin/systems/goto/terminalService.tpl:51
 #: admin/systems/goto/workstationService.tpl:58
 msgid "Choose mouse type"
@@ -1791,13 +1313,6 @@ msgstr "Poort"
 msgid "Choose mouse port"
 msgstr "Kies muispoort"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Telefoon hardware"
-
 #: admin/systems/goto/terminalService.tpl:79
 #: admin/systems/goto/workstationService.tpl:89
 msgid "Telephone"
@@ -1809,18 +1324,19 @@ msgstr "Telefoon"
 msgid "Graphic device"
 msgstr "Grafische kaart"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Stuurprogramma"
-
 #: admin/systems/goto/terminalService.tpl:101
 #: admin/systems/goto/workstationService.tpl:114
 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"
 
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Resolutie"
+
 #: admin/systems/goto/terminalService.tpl:111
 #: admin/systems/goto/workstationService.tpl:126
 msgid "Choose screen resolution used in graphic mode"
@@ -1846,366 +1362,678 @@ msgstr "Scherm"
 msgid "Use DDC for automatic detection"
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "HSync"
-
 #: admin/systems/goto/terminalService.tpl:154
 #: admin/systems/goto/workstationService.tpl:175
 msgid "Horizontal refresh frequency for installed monitor"
 msgstr "Horizontale ververs frequentie voor de geïnstalleerde monitor"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "VSync"
-
 #: admin/systems/goto/terminalService.tpl:162
 #: admin/systems/goto/workstationService.tpl:186
 msgid "Vertical refresh frequency for installed monitor"
 msgstr "Verticale ververs frequentie voor de geïnstalleerde monitor"
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Remote desktop"
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr "Verbindings methode"
+
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr "Kies de methode om te verbinden met de terminal server"
+
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr "Terminal server"
+
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr "Selecteer de te gebruiken terminal server"
+
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:212
+#, fuzzy
+msgid "Remove selected server"
+msgstr "Plaatje verwijderen"
+
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr "Scanner"
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Selecteer om de SANE scan service te starten op de terminal"
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "Lever scan diensten"
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
+
+#: admin/systems/goto/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 ""
+
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr ""
+
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "aanwezig"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
+#, fuzzy
+msgid "terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "onbekende status"
+
+#: admin/systems/goto/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."
+
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "online"
+
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "draait"
+
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "draait niet"
+
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "niet gedefiniëerd"
+
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "offline"
+
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "toon keuze-mogelijkheid"
+
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "direkt"
+
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "load balanced"
+
+#: admin/systems/goto/class_workstationService.inc:485
+#, fuzzy
+msgid "Workstation service"
+msgstr "Werkstation naam"
+
+#: admin/systems/goto/class_workstationService.inc:499
+#, fuzzy
+msgid "Use DDC"
+msgstr "Gebruikers ID"
+
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr "Eigenschappen"
+
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Terminal sjabloon"
+
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Terminal naam"
+
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt"
+
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
+#, fuzzy
+msgid "Inherit all"
+msgstr "Initialen"
+
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr "Modus"
+
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr "Selecteer terminal modus"
+
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Syslog server"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr "Selecteer de server die gebruikt wordt voor log doeleinden"
+
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Root server"
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "Swap server"
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
+
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
+msgstr "Tijdserver attributen overerven"
+
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
+msgstr "NTP tijdserver"
+
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
+msgstr "Selecteer de server die gebruikt wordt voor tijdsynchronisatie"
+
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
+msgstr "Selecteer de voor deze terminal uit te voeren actie"
+
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Werkstation sjabloon"
+
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Werkstation naam"
+
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Plaats"
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
-msgstr "Verbindings methode"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, fuzzy, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+msgstr ""
+"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
+"profiel wordt op 'geen' ingesteld."
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr "Kies de methode om te verbinden met de terminal server"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, fuzzy, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgstr ""
+"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
+"profiel wordt op 'geen' ingesteld."
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
-#, fuzzy
-msgid "Reload"
-msgstr "Lezen"
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr ""
+"Het commando '%s' dat gespecificeerd is als KERNELS inhaker voor module '%s' "
+"bestaat niet."
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
-msgstr "Terminal server"
+#: admin/systems/goto/class_workstationStartup.inc:305
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Selecteer a.u.b. een 'FAI server' of  verwijder de 'FAI klasses'."
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
-msgstr "Selecteer de te gebruiken terminal server"
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy
+msgid "workstation"
+msgstr "Werkstation"
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationStartup.inc:372
+#, fuzzy
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
 msgstr ""
+"Er bestaat al een profiel in uw selectie die partitietabel configuraties "
+"bevat."
 
-#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
 #, fuzzy
-msgid "Remove selected server"
-msgstr "Plaatje verwijderen"
+msgid "Mount point"
+msgstr "Koppelpunt"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr "Scanner"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Selecteer om de SANE scan service te starten op de terminal"
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Opstarten"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "Lever scan diensten"
+#: admin/systems/goto/class_workstationStartup.inc:1036
+#, fuzzy
+msgid "System startup"
+msgstr "Systeem status"
 
-#: admin/systems/goto/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"
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+#, fuzzy
+msgid "Ldap server"
+msgstr "Ldap server"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+#, fuzzy
+msgid "Kernel parameter"
+msgstr "Controleer parameter"
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Linux thin client sjabloon"
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+#, fuzzy
+msgid "Kernel modules"
+msgstr "Controleer parameter"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Linux werkstation sjabloon"
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "FAI klassen"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Linux server"
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr ""
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows werkstation"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+#, fuzzy
+msgid "Debian release"
+msgstr "Huidige uitgave"
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
-msgstr "Netwerk printer"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr ""
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Telefoon"
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr ""
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
-msgstr "Ander netwerk component"
+#: admin/systems/goto/class_terminalStartup.inc:539
+#, fuzzy
+msgid "Terminal startup"
+msgstr "Terminal sjabloon"
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
 #: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
 #: admin/ogroups/goto/class_termgroup.inc:43
 msgid "Activated"
 msgstr "Geactiveerd"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "Geblokkeerd"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
 #: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
 #, fuzzy
 msgid "Event error"
 msgstr "Fout"
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
 #: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
 #, php-format
 msgid "Event '%s' is not available!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Uitschakelen"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Naam"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Herstarten"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
+#: admin/systems/goto/class_terminalGeneric.inc:599
 #, fuzzy
-msgid "System update"
-msgstr "Systeemtype"
-
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "Herinstalleer"
+msgid "Terminal generic"
+msgstr "Terminal Service"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "Hardware opnieuw scannen"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+#, fuzzy
+msgid "Syslog server enabled"
+msgstr "Syslog server"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "Geheugentest"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+#, fuzzy
+msgid "Ntp server settings"
+msgstr "Gebruikersinstellingen"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr ""
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+#, fuzzy
+msgid "Root password"
+msgstr "Wachtwoord instellen"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
-#: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "Systeem analyse"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+#, fuzzy
+msgid "Action flag"
+msgstr "Actie"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Aanzetten"
+#: admin/systems/goto/class_workstationGeneric.inc:288
+#: admin/systems/goto/class_workstationGeneric.inc:297
+#, fuzzy
+msgid "System update"
+msgstr "Systeemtype"
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
+msgstr ""
+
+#: admin/systems/goto/class_workstationGeneric.inc:471
 msgid ""
 "This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Algemeen"
+
+#: admin/systems/goto/class_workstationGeneric.inc:644
 #, fuzzy
 msgid "Workstation generic"
 msgstr "Werkstation naam"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Werkstation"
-
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_workstationGeneric.inc:656
 #, fuzzy
 msgid "Goto mode"
 msgstr "naar map"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
 #, fuzzy
 msgid "Ntp server"
 msgstr "NTP tijdserver"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-#, fuzzy
-msgid "Root password"
-msgstr "Wachtwoord instellen"
+#: admin/systems/goto/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"
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-#, fuzzy
-msgid "Action flag"
-msgstr "Actie"
+#: admin/systems/goto/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."
 
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "Selecteer a.u.b. een printer of druk annuleren in"
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Linux thin client sjabloon"
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Terminal sjabloon"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Linux werkstation sjabloon"
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Terminal naam"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Linux server"
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Root server"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows werkstation"
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "Selecteer het te gebruiken NFS root bestandssysteem"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
+msgstr "Netwerk printer"
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Swap server"
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Telefoon"
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Kies het NFS bestandssysteem waarop de swapbestanden geplaatst worden"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
+msgstr "Ander netwerk component"
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "onbekend"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+#, fuzzy
+msgid "Internal error"
+msgstr "Fout"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, fuzzy, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
+"Kon geen geldige basis ophalen uit de dn van het object. Basis is ingesteld "
+"op '%s'."
 
-#: admin/systems/goto/gencd.tpl:5
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "Voeg printer extensie toe"
+
+#: admin/systems/goto/class_printGeneric.inc:260
+#, fuzzy
 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."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
+"Kon de printertab niet initialiseren. Parameter parent ontbrak bij aanmaak."
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "Dit is een werkstationsjabloon. Het printer tabblad is uitgeschakeld."
+
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "Dit is een terminalsjabloon. Het printer tabblad is uitgeschakeld."
+
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+#, fuzzy
+msgid "printer"
+msgstr "Printer"
+
+#: admin/systems/goto/class_printGeneric.inc:322
+#, fuzzy
+msgid ""
+"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."
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Opstart parameters"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "Verwijder printer mogelijkheden"
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "LDAP server"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:516
 #, fuzzy
-msgid "inherit from group"
-msgstr "Lijst met groepen"
+msgid "Not defined"
+msgstr "niet gedefiniëerd"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "Aangepaste opties"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "Kan de PPD informatie niet ophalen."
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
 msgstr ""
-"Geef parameters op die meegeven worden aan de kernel als append regel "
-"tijdens het opstarten"
+"Deze printer behoort bij terminal %s. U kunt deze printer niet hernoemen."
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "Kernel modules (formaat: naam parameters)"
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#, fuzzy
+msgid "Object is no printer!"
+msgstr "Netwerk printer"
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr "Voeg additioneel te laden modules toe bij het opstarten"
+#: admin/systems/goto/class_printGeneric.inc:894
+#, fuzzy
+msgid "Print generic"
+msgstr "Print Service"
+
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Printer"
+
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
+msgstr ""
+
+#: admin/systems/goto/class_printGeneric.inc:907
+#, fuzzy
+msgid "Printer PPD"
+msgstr "Printer"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "Rechten"
+
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Printer"
+
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr ""
+
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "De opgegeven naam wordt al gebruikt."
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr "Koppelpunt"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2224,231 +2052,200 @@ msgstr ""
 msgid "DNS name"
 msgstr "Naam"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
+
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "geen"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Invoer bewerken"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 msgid "FAI server"
 msgstr "FAI server"
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "Distributie versie"
+
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 msgid "Assigned FAI classes"
 msgstr "Toegekende FAI klasses"
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/workstationStartup.tpl:130
 msgid "set"
 msgstr "stel in"
 
-#: admin/systems/goto/workstationStartup.tpl:160
+#: admin/systems/goto/workstationStartup.tpl:167
 msgid ""
 "FAI Object assignment disabled. You can't use this feature until FAI is "
 "activated."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "bit"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "ICA client"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "Systeem informatie"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automatisch"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "Processor"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "Bit"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "Geheugen"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "Hardware Adres (MAC)"
 
-#: admin/systems/goto/class_terminalService.inc:364
-#, fuzzy
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr "USB ondersteuning"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "Selecteer de telefoon die zich bij de huidige terminal bevindt."
-
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-#, fuzzy
-msgid "VSync range"
-msgstr "VSync"
-
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-#, fuzzy
-msgid "HSync range"
-msgstr "HSync"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "Systeem status"
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr "Inventaris nummer"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-#, fuzzy
-msgid "Service"
-msgstr "Services"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "Laatste aanmelding"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-#, fuzzy
-msgid "Monitor"
-msgstr "Monitor grootte"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "Netwerk apparaten"
 
-#: admin/systems/goto/class_terminalService.inc:631
-#, fuzzy
-msgid "Method"
-msgstr "methode"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE apparaten"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-#, fuzzy
-msgid "Gfx driver"
-msgstr "Nieuw stuurprogramma"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI apparaten"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-#, fuzzy
-msgid "Gfx resolution"
-msgstr "Resolutie"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "Diskdrive"
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-#, fuzzy
-msgid "Gfx color depth"
-msgstr "Kleurdiepte"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "CDROM speler"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr ""
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "Geluidskaart"
 
-#: admin/systems/goto/class_terminalService.inc:639
-#, fuzzy
-msgid "Printer service enabled"
-msgstr "Print service"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "Staat aan sinds"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Spool server"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "Processor belasting"
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-#, fuzzy
-msgid "Scanner enabled"
-msgstr "gedeactiveerd"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "Geheugen gebruik"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-#, fuzzy
-msgid "Keyboard model"
-msgstr "Kies toetsenbord model"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Swap gebruik"
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-#, fuzzy
-msgid "Keyboard layout"
-msgstr "Kies toetsenbord indeling"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "SSH service"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-#, fuzzy
-msgid "Keyboard variant"
-msgstr "Kies toetsenbord variant"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Print service"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-#, fuzzy
-msgid "Mouse type"
-msgstr "MIME-type"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "Scan service"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-#, fuzzy
-msgid "Mouse port"
-msgstr "Koppelpunt"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "Audio service"
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "toon keuze-mogelijkheid"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "direkt"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Selecteer de toe te voegen printer"
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "load balanced"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Selecteer de toe te voegen regels"
 
-#: admin/systems/goto/class_workstationService.inc:485
-#, fuzzy
-msgid "Workstation service"
-msgstr "Werkstation naam"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Filters"
 
-#: admin/systems/goto/class_workstationService.inc:499
-#, fuzzy
-msgid "Use DDC"
-msgstr "Gebruikers ID"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "Selecteer om binnen subonderdelen te zoeken"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "terminal"
-msgstr "Terminal"
+msgid "Search in subtrees"
+msgstr "Zoek binnen subtree"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr "Toon leden van afdeling"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-#, fuzzy
-msgid "Terminal generic"
-msgstr "Terminal Service"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Selecteer de afdeling waarbinnen gezocht zal worden"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-#, fuzzy
-msgid "Syslog server enabled"
-msgstr "Syslog server"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr "Toon de overeenkomende leden"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-#, fuzzy
-msgid "Ntp server settings"
-msgstr "Gebruikersinstellingen"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr "Reguliere expressie voor overeenkomende lidnamen"
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2491,756 +2288,986 @@ msgstr "Selecteer een objectgroep"
 msgid "Continue"
 msgstr "Doorgaan"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+#, fuzzy
+msgid "Cups"
+msgstr "omhoog"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Services"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+#, fuzzy
+msgid "Start"
+msgstr "Opstarten"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "Stop"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+#, fuzzy
+msgid "Restart"
+msgstr "Opnieuw proberen"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
+msgstr "Print Service"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+#, fuzzy
+msgid "enabled"
+msgstr "gedeactiveerd"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+#, fuzzy
+msgid "Time service (NTP)"
+msgstr "Tijd Service"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+#, fuzzy
+msgid "Time service"
+msgstr "Tijd Service"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#, fuzzy
+msgid "Time service - NTP"
+msgstr "Tijd Service"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+#, fuzzy
+msgid "Ntp source"
+msgstr "Audio service"
+
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+#, fuzzy
+msgid "Time server"
+msgstr "Tijd Service"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "Schakel inlog mogelijkheid tijdelijk uit"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Selecteer de toe te voegen regels"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr "Toon leden van afdeling"
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+#, fuzzy
+msgid "Repository service"
+msgstr "Print service"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
-msgstr "Toon de overeenkomende leden"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
-msgstr "Reguliere expressie voor overeenkomende lidnamen"
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+#, fuzzy
+msgid "FAI release"
+msgstr "FAI klassen"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "Verzamelplaats"
+
+#: admin/systems/services/repository/class_servRepository.inc:354
 #, fuzzy
-msgid "Terminal startup"
-msgstr "Terminal sjabloon"
+msgid "Releases"
+msgstr "Distributie versie"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "aanwezig"
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "Secties"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "onbekende status"
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Hoofd/Parent server"
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
+msgstr "Lijst met gedefinieerde verzamelplaatsen."
+
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
 msgstr ""
-"Dit is een virtuele terminal die geen eigenschappen voorhanden heeft die "
-"hier getoond kunnen worden."
+"Dit menu maakt het mogelijk om FAI verzamelplaatsen aan te maken, bewerken "
+"en verwijderen."
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "online"
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Opties"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "Reguliere expressie voor overeenkomende objectnamen"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr "Verzamelplaats toevoegen"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#, fuzzy
+msgid "Syslog service database"
+msgstr "Syslog Service"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "Log database"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+#, fuzzy
+msgid "Admin"
+msgstr "Beheerders"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+#, fuzzy
+msgid "Logging database information"
+msgstr "Log database"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
+msgstr "Log DB gebruiker"
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "draait"
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#, fuzzy
+msgid "Logging service"
+msgstr "Log DB gebruiker"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "draait niet"
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr "Syslog Service"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "niet gedefiniëerd"
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+#, fuzzy
+msgid "File service (Shares)"
+msgstr "Bestandserver"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "offline"
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#, fuzzy
+msgid "share"
+msgstr "Shares"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/services/shares/class_goShareServer.inc:390
 #, fuzzy
-msgid "Internal error"
-msgstr "Fout"
+msgid "File service - Shares"
+msgstr "Bestandserver"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
 msgstr ""
-"Kon geen geldige basis ophalen uit de dn van het object. Basis is ingesteld "
-"op '%s'."
-
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "Voeg printer extensie toe"
 
-#: admin/systems/goto/class_printGeneric.inc:260
+#: admin/systems/services/shares/class_goShareServer.inc:402
 #, fuzzy
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Kon de printertab niet initialiseren. Parameter parent ontbrak bij aanmaak."
+msgid "Charset"
+msgstr "Chipset"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "Dit is een werkstationsjabloon. Het printer tabblad is uitgeschakeld."
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "Pad"
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "Dit is een terminalsjabloon. Het printer tabblad is uitgeschakeld."
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "Optie"
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
-#, fuzzy
-msgid "printer"
-msgstr "Printer"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "Volume"
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
-msgid ""
-"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."
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
+msgstr "Kiosk profiel beheer"
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "Verwijder printer mogelijkheden"
+#: admin/systems/services/kiosk/goKioskService.tpl:5
+#, fuzzy
+msgid "Server path"
+msgstr "Servernaam"
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Uw huidig geselecteerde PPD bestand '%s' bestaat niet."
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "Doorzoek"
 
-#: admin/systems/goto/class_printGeneric.inc:516
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
 #, fuzzy
-msgid "Not defined"
-msgstr "niet gedefiniëerd"
+msgid "Kiosk profile service"
+msgstr "Kiosk profiel instellingen"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "Kan de PPD informatie niet ophalen."
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Kiosk profiel"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
 msgstr ""
-"Deze printer behoort bij terminal %s. U kunt deze printer niet hernoemen."
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
 #, fuzzy
-msgid "Object is no printer!"
-msgstr "Netwerk printer"
-
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "Printer URL"
+msgid "LDAP service"
+msgstr "LDAP Service"
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Groep"
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
 #, fuzzy
-msgid "Print generic"
-msgstr "Print Service"
+msgid "Ldap base"
+msgstr "Ldap server"
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:906
-#, fuzzy
-msgid "Printer PPD"
-msgstr "Printer"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Bewerk share"
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Rechten"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS instellingen"
+
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
+msgstr "Auto-mount share op Apple systemen"
+
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
+msgstr "Karakterset"
+
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Selecteer de toe te voegen objecten"
+
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
+msgstr "Toon overeenkomende objecten"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
 #, fuzzy
-msgid "printer user"
-msgstr "Printer"
+msgid "PPD error"
+msgstr "LDAP server"
 
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
 #, php-format
-msgid "Illegal member type type '%s'!"
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "De opgegeven naam wordt al gebruikt."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "Printer PPD selectie"
 
-#: admin/systems/goto/class_printGeneric.inc:991
-#, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "Verwijder"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "Algemeen"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "terug"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "Kan bestand '%s' niet openen."
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "Printernaam"
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#, php-format
+msgid "Cannot open PPD path '%s' for reading and writing!"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt"
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#, fuzzy
+msgid "file is empty"
+msgstr "Verwijder deze invoer"
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "Details"
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, fuzzy, php-format
+msgid "Cannot parse PPD '%s'!"
+msgstr "Kan bestand '%s' niet openen."
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr "Printer locatie"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+#, fuzzy
+msgid "Overwrite existing PPD"
+msgstr "Overschrijf bestaande gegevens"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
-msgstr "Gebruikers die deze printer mogen gebruiken"
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#, fuzzy
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
+msgstr "Er bestaat al een PPD bestand voor dit type printer."
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Gebruikers"
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
+msgstr "Sectie"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr "Gebruiker toevoegen"
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
+msgstr "Ja"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
-msgstr "Groep toevoegen"
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
+msgstr "Nee"
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr "Gebruikers die deze printer mogen beheren"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, fuzzy, php-format
+msgid "PPD type '%s' is not supported!"
+msgstr "PickMany wordt nog niet ondersteund!"
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr "Beheerders"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "geen"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy
+msgid "PPD manager error"
+msgstr "LDAP beheer"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "Systeem informatie"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, fuzzy, php-format
+msgid "The specified path '%s' does not exist."
+msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "Processor"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, fuzzy, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
+msgstr "Het opgegeven ppd bestand '%s' kan niet geopend worden om te lezen."
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "Geheugen"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr "Het vereiste tijdelijke bestand '%s' kan niet weggeschreven worden."
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "Hardware Adres (MAC)"
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, 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."
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "USB ondersteuning"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
+msgstr "Geneste groepen worden niet ondersteund!"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "Systeem status"
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
+msgstr "Groepnaam is niet uniek!"
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
-msgstr "Inventaris nummer"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr "Symbool waardes worden nog niet ondersteund!"
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "Laatste aanmelding"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
+msgstr "Geneste opties worden niet ondersteund!"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "Netwerk apparaten"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr "PickMany wordt nog niet ondersteund!"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE apparaten"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, 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."
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI apparaten"
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "Diskdrive"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Printer stuurprogramma"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "CDROM speler"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Selecteer"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "Geluidskaart"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nieuw stuurprogramma"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Staat aan sinds"
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr "Uploaden"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "Processor belasting"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "Lijst met programma's"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "Geheugen gebruik"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "Deze tabel toont alle programma's in de geselecteerde tree."
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Swap gebruik"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Programmanaam"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "SSH service"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Afdeling"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "Scan service"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Toon overeenkomende gebruikers"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "Audio service"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Programma"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "kopieer"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
 #, fuzzy
-msgid "PPD manager error"
-msgstr "LDAP beheer"
+msgid "Cut"
+msgstr "knippen"
+
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr "Plakken"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "PPD beheerder : Het opgegeven pad '%s' bestaat niet."
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "knippen"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, fuzzy, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr "Het opgegeven ppd bestand '%s' kan niet geopend worden om te lezen."
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "Deze invoer knippen"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
-msgstr "Het vereiste tijdelijke bestand '%s' kan niet weggeschreven worden."
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "kopieer"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, 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."
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "Deze invoer kopieren"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
-msgstr "Geneste groepen worden niet ondersteund!"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "Bewerk"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
-msgstr "Groepnaam is niet uniek!"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Bewerk deze invoer"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr "Symbool waardes worden nog niet ondersteund!"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Verwijder deze invoer"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr "Geneste opties worden niet ondersteund!"
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Gebruikte programma's"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr "PickMany wordt nog niet ondersteund!"
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+#, fuzzy
+msgid "Number of listed departments"
+msgstr "Naam van de afdeling"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, 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."
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Programma beheer"
 
-#: admin/systems/ppd/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Getoonde naam"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr "Selecteer de toe te voegen objecten"
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Te tonen programma naam (bv. onder iconen)"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr "Toon overeenkomende objecten"
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "Directory en/of bestandsnaam van het programma"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
-msgstr "Sluiten"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr "Selecteer de subtree waaronder het programma geplaatst zal worden."
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Printer stuurprogramma"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Icoon"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Selecteer"
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Bijwerken"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nieuw stuurprogramma"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "Herlaad plaatje vanuit LDAP"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Plaatje verwijderen"
+
+#: admin/applications/generic.tpl:81
 #, fuzzy
-msgid "PPD error"
-msgstr "LDAP server"
+msgid "Remove picture from LDAP"
+msgstr "Herlaad plaatje vanuit LDAP"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "Kan bestand '%s' niet openen."
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Alleen uitvoerbaar voor groepsleden"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
-msgstr ""
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Vervang gebruikers configuratie bij opstarten"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#, fuzzy
-msgid "file is empty"
-msgstr "Verwijder deze invoer"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Plaats icoon op de desktop van groepsleden"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "Kan bestand '%s' niet openen."
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Plaats programma in het startmenu van groepsleden"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-#, fuzzy
-msgid "Overwrite existing PPD"
-msgstr "Overschrijf bestaande gegevens"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "Plaats invoer in snelstartbalk van groepsleden"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
-#, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr "Er bestaat al een PPD bestand voor dit type printer."
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "Script"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
-msgstr "Sectie"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Importeren"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
-msgstr "Ja"
+#: admin/applications/generic.tpl:140
+msgid "Download"
+msgstr "Downloaden"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
-msgstr "Nee"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Programma's"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr "PickMany wordt nog niet ondersteund!"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "programma"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "geen voorbeeld"
+
+#: admin/applications/class_applicationGeneric.inc:264
+#, fuzzy, php-format
+msgid "Cannot remove application - it is still in use by these objects: %s"
 msgstr ""
+"U kunt deze bijlage niet verwijderen, aangezien deze nog steeds in gebruik "
+"is door deze systemen: '%s'"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
+#: admin/applications/class_applicationGeneric.inc:368
+#, fuzzy
+msgid "no read permission"
+msgstr "Rechten"
+
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "Printer PPD selectie"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Apparaten"
+#: admin/applications/class_applicationGeneric.inc:382
+#, fuzzy, php-format
+msgid "cannot save image to '%s'"
+msgstr "Kan bestand '%s' niet opslaan."
 
-#: admin/devices/class_deviceManagement.inc:8
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid "Manage devices"
-msgstr "Scanner"
+msgid "Execute path"
+msgstr "Commando"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-#, fuzzy
-msgid "device"
-msgstr "Apparaat"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "Programma instellingen"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
+#: admin/applications/class_applicationGeneric.inc:576
 #, fuzzy
-msgid "List of defined devices"
-msgstr "Lijst met apparaten"
+msgid "Application generic"
+msgstr "Programmanaam"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr "Apparaat naam"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr ""
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
-msgstr "Toon overeenkomende apparaten"
+#: admin/applications/class_applicationGeneric.inc:591
+#, fuzzy
+msgid "Script content"
+msgstr "Variabele inhoud"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
-msgstr "Apparaat"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Opties verwijderen"
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Naam van de afdeling"
+msgid "parameter"
+msgstr "Parameters"
 
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Apparaat naam"
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Opties aanmaken"
 
-#: admin/devices/deviceGeneric.tpl:35
-#, fuzzy
-msgid "Choose the device type"
-msgstr "Kies een telefoontype"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Variabele"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr "Serienummer"
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "Standaard waarde"
 
-#: admin/devices/deviceGeneric.tpl:45
-#, fuzzy
-msgid "(iSerial)"
-msgstr "Serieel"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Optie toevoegen"
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Parameters"
+
+#: admin/applications/class_applicationParameters.inc:229
 #, fuzzy
-msgid "Vendor-ID"
-msgstr "Afzender ID"
+msgid "Parameter configuration"
+msgstr "FAX database"
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/applications/class_applicationParameters.inc:237
 #, fuzzy
-msgid "(idVendor)"
-msgstr "Afzender ID"
+msgid "Application parameter settings"
+msgstr "Programmanaam"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
-msgstr ""
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
+msgstr "Aftakkingen"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr ""
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
+msgstr "Huidige uitgave"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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."
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Harddisk"
-msgstr "Nieuwe hardeschijf"
+msgid "Folder"
+msgstr "Filters"
 
-#: admin/devices/class_deviceGeneric.inc:30
-#, fuzzy
-msgid "USB stick"
-msgstr "sticky"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "Omhoog verplaatsen"
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "Omlaag verplaatsen"
 
-#: admin/devices/class_deviceGeneric.inc:95
+#: admin/groups/apps/app_list.tpl:114
 #, fuzzy
-msgid "iSerial"
-msgstr "Serieel"
+msgid "Entry"
+msgstr "Invoer bewerken"
 
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "Serial"
-msgstr "Serieel"
+msgid "add to"
+msgstr "Optie toevoegen"
 
-#: admin/devices/class_deviceGeneric.inc:101
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
 #, fuzzy
-msgid "Vender ID"
-msgstr "Afzender ID"
+msgid "Add selected applications to this folder."
+msgstr "Het geselecteerde programma heeft geen opties."
 
-#: admin/devices/class_deviceGeneric.inc:237
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "Device generic"
-msgstr "Servernaam"
+msgid "Separator"
+msgstr "Scheidingsteken invoegen"
 
-#: admin/devices/remove.tpl:6
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid ""
-"This may be used by several users/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."
+msgid "Add a separator to this folder."
+msgstr "Het geselecteerde programma heeft geen opties."
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "Device management"
-msgstr "Beheer"
+msgid "Add application extension"
+msgstr "programma"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "Onmiddelijk bijwerken"
+#: admin/groups/apps/class_groupApplication.inc:276
+#, fuzzy
+msgid "Application extension disabled. You can enable it by clicking below."
+msgstr ""
+"Omgevingsmogelijkheden zijn uitgeschakeld. U kunt deze inschakelen door de "
+"knop hieronder te gebruiken."
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "Geplande bijwerking"
+#: admin/groups/apps/class_groupApplication.inc:280
+#, fuzzy
+msgid "Remove application extension"
+msgstr "Programma's verwijderen"
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/class_groupApplication.inc:281
 #, fuzzy
-msgid "Wake"
-msgstr "Aanzetten"
+msgid "Application extension enabled. You can disable it by clicking below."
+msgstr ""
+"Omgevingsmogelijkheden zijn ingeschakeld. U kunt deze uitschakelen door de "
+"knop hieronder te gebruiken."
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
-msgstr "Systeem"
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Terug"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-#, fuzzy
-msgid "System group"
-msgstr "Systeem status"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "afdeling"
 
-#: admin/ogroups/goto/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."
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
 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."
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-#: admin/mimetypes/class_divListMimeTypes.inc:175
-#: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/groups/apps/class_groupApplication.inc:1170
 #, fuzzy
-msgid "Mime type"
-msgstr "MIME-type"
+msgid "Group applications"
+msgstr "Toon programma's"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
+#: admin/groups/apps/class_groupApplication.inc:1179
 #, fuzzy
-msgid "Please enter a name for the mime type here"
-msgstr "Voer a.u.b. een naam voor de conferentie in."
+msgid "Application parameter"
+msgstr "Programmanaam"
 
-#: admin/mimetypes/paste_generic.tpl:24
+#: admin/groups/apps/edit_entry.tpl:8
 #, fuzzy
-msgid "Please specify a description for this mime type here"
-msgstr "Geef a.u.b. een geldige naam op voor deze bijlage."
+msgid "Folder image"
+msgstr "Karakterset"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
-#, fuzzy
-msgid "File pattern"
-msgstr "Filters"
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
+msgstr ""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "Mime type generic"
-msgstr "MIME-type"
+msgid "None"
+msgstr "geen"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/groups/apps/edit_entry.tpl:24
 #, fuzzy
-msgid "Mime types"
-msgstr "MIME-type"
+msgid "Upload image"
+msgstr "Uploaden"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
-#: admin/mimetypes/generic.tpl:22
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
+msgstr ""
+
+#: admin/groups/apps/edit_entry.tpl:33
 #, fuzzy
-msgid "Mime group"
-msgstr "Primaire groep"
+msgid "Reset"
+msgstr "stel in"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Programma opties"
+
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
 #, fuzzy
-msgid "Left click action"
-msgstr "Programma's aanmaken"
+msgid "List of defined mime types"
+msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/mimetypes/class_divListMimeTypes.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 #, fuzzy
-msgid "File patterns"
-msgstr "Filters"
+msgid "Mime type"
+msgstr "MIME-type"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
+#: admin/mimetypes/class_divListMimeTypes.inc:66
 #, fuzzy
-msgid "Embedded applications"
-msgstr "Gebruikte programma's"
+msgid "Display mime types matching"
+msgstr "Toon de overeenkomende cartridgetypes"
 
-#: admin/mimetypes/class_mimetypeManagement.inc:25
+#: admin/mimetypes/class_divListMimeTypes.inc:310
 #, fuzzy
-msgid "Manage mime types"
-msgstr "OS-types beheren"
+msgid "Number of listed mimetypes"
+msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
 
 #: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
 #, fuzzy
 msgid "Mimetype management"
 msgstr "Systeembeheer"
 
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+#, fuzzy
+msgid "Please enter a name for the mime type here"
+msgstr "Voer a.u.b. een naam voor de conferentie in."
+
+#: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
+#, fuzzy
+msgid "Mime group"
+msgstr "Primaire groep"
+
 #: admin/mimetypes/generic.tpl:26
 #, fuzzy
 msgid "Categorize this mime type"
@@ -3264,6 +3291,12 @@ msgstr ""
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+#, fuzzy
+msgid "File patterns"
+msgstr "Filters"
+
 #: admin/mimetypes/generic.tpl:105
 #, fuzzy
 msgid "Please specify a new file pattern"
@@ -3299,476 +3332,558 @@ msgstr ""
 msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
 #, fuzzy
-msgid "List of defined mime types"
-msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
+msgid "Mime types"
+msgstr "MIME-type"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
+#: admin/mimetypes/class_mimetypeManagement.inc:25
 #, fuzzy
-msgid "Display mime types matching"
-msgstr "Toon de overeenkomende cartridgetypes"
+msgid "Manage mime types"
+msgstr "OS-types beheren"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Lijst met voorgedefiniëerde blokkeerlijstn"
+msgid "File pattern"
+msgstr "Filters"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
 #, fuzzy
-msgid "Software update"
-msgstr "Onmiddelijk bijwerken"
+msgid "Mime type generic"
+msgstr "MIME-type"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
 #, fuzzy
-msgid "software update"
-msgstr "Onmiddelijk bijwerken"
+msgid "Left click action"
+msgstr "Programma's aanmaken"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
 #, fuzzy
-msgid "Time schedule"
+msgid "Embedded applications"
+msgstr "Gebruikte programma's"
+
+#: admin/mimetypes/paste_generic.tpl:24
+#, fuzzy
+msgid "Please specify a description for this mime type here"
+msgstr "Geef a.u.b. een geldige naam op voor deze bijlage."
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
+msgstr "Onmiddelijk bijwerken"
+
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr "Geplande bijwerking"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "Systeem analyse"
+msgid "Wake"
+msgstr "Aanzetten"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
+msgstr "Systeem"
+
+#: admin/ogroups/goto/class_termgroup.inc:299
+#, fuzzy
+msgid "System group"
+msgstr "Systeem status"
+
+#: admin/ogroups/goto/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."
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Apparaten"
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr "Apparaat naam"
+
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Status"
-msgstr "Opstarten"
+msgid "Device management"
+msgstr "Beheer"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/devices/class_deviceManagement.inc:8
 #, fuzzy
-msgid "Result"
-msgstr "Resolutie"
+msgid "Manage devices"
+msgstr "Scanner"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
 #, fuzzy
-msgid "Target"
-msgstr "Chipset"
+msgid "device"
+msgstr "Apparaat"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:29
+#, fuzzy
+msgid "USB stick"
+msgstr "sticky"
+
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#: admin/devices/class_deviceGeneric.inc:94
 #, fuzzy
-msgid "Lock"
-msgstr "Geblokkeerd"
+msgid "iSerial"
+msgstr "Serieel"
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Abort installation"
-msgstr "Werkstation"
+msgid "Serial"
+msgstr "Serieel"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:100
 #, fuzzy
-msgid "Activate"
-msgstr "Geactiveerd"
+msgid "Vendor ID"
+msgstr "Afzender ID"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr "Apparaat"
+
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "Use"
-msgstr "Gebruiker"
+msgid "Device generic"
+msgstr "Servernaam"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
 #, fuzzy
-msgid "Targets"
-msgstr "Shares"
+msgid "List of defined devices"
+msgstr "Lijst met apparaten"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr "Toon overeenkomende apparaten"
+
+#: admin/devices/class_divListDevices.inc:278
+#, fuzzy
+msgid "Number of listed devices"
+msgstr "Naam van de afdeling"
+
+#: admin/devices/remove.tpl:6
+#, fuzzy
 msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+"This may be used by several users/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."
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "System / Department"
-msgstr "Afdeling"
+msgid "Device type"
+msgstr "Apparaat naam"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Display server"
-msgstr "Scherm"
+msgid "Choose the device type"
+msgstr "Kies een telefoontype"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr "Serienummer"
+
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display workstation"
-msgstr "Windows werkstation"
+msgid "(iSerial)"
+msgstr "Serieel"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/deviceGeneric.tpl:53
 #, fuzzy
-msgid "Display object groups"
-msgstr "Toon overeenkomende objecten"
+msgid "Vendor-ID"
+msgstr "Afzender ID"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
+#: admin/devices/deviceGeneric.tpl:53
+#, fuzzy
+msgid "(idVendor)"
+msgstr "Afzender ID"
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
 msgstr ""
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-#, fuzzy
-msgid "Object group"
-msgstr "Selecteer een objectgroep"
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr ""
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Progress"
-msgstr "Eigenschappen"
+msgid "Script name"
+msgstr "Scriptnaam"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Omgeving"
+
+#: personal/environment/class_environment.inc:137
+#, fuzzy, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
 msgstr ""
+"Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b."
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
-#, fuzzy
-msgid "Start a system"
-msgstr "Systeem"
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "auto"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Kan bestand '%s' niet openen."
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "gedeactiveerd"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
+#: personal/environment/class_environment.inc:333
+#, fuzzy, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr ""
+"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
+"profiel wordt op 'geen' ingesteld."
+
+#: personal/environment/class_environment.inc:337
+#, fuzzy, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr ""
+"Het geselecteerde kiosk profiel '%s' is niet meer beschikbaar. Het huidige "
+"profiel wordt op 'geen' ingesteld."
+
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
+msgstr ""
+
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr "Login scripts"
+
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Month"
-msgstr "Mount pad"
+msgid "Share"
+msgstr "Shares"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "Wachtwoord hashwaarde herstellen"
+
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "Verwijder share regel"
+
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
+msgstr ""
+
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
 #, fuzzy
-msgid "Minute"
-msgstr "Printer"
+msgid "Profile quota"
+msgstr "Profiel quota"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:1121
 #, fuzzy
-msgid "Second"
-msgstr "Sectie"
+msgid "environment"
+msgstr "Omgeving"
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
-msgstr ""
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "groepsshare"
 
-#: addons/goto/events/class_DaemonEvent.inc:117
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "Beheerder"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Standaard printer"
+
+#: personal/environment/class_environment.inc:1740
 #, fuzzy
-msgid "This job has no template."
-msgstr "Deze 'dn' heeft geen terminal mogelijkheden."
+msgid "Environment settings"
+msgstr "Gebruikersomgeving instellingen"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Mijn account"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Toevoegen"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "Resolutie is binnen de sessie te veranderen"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
-msgstr ""
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "Profiel lokaal cachen"
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#: personal/environment/class_environment.inc:1756
 #, fuzzy
-msgid "Available targets"
-msgstr "Beschikbare programma's"
+msgid "Profile server"
+msgstr "Bestandserver"
+
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Login script"
+
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "Hotplug apparaten"
+
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "Gebruikersomgeving instellingen"
 
-#: addons/goto/class_target_list.inc:69
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Object name"
-msgstr "Apparaat naam"
+msgid "Please select a printer!"
+msgstr "Selecteer a.u.b. een geldig bestand."
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "Selecteer een objectgroep"
+msgid "Please select a hotplug device!"
+msgstr "Selecteer a.u.b. een geldig bestand."
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Show object groups"
-msgstr "Selecteer een objectgroep"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Voeg printer toe"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "Selecteer om binnen subonderdelen te zoeken"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
+msgstr "Toon de overeenkomende printers"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "Swap server"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
+msgstr "Reguliere expressie voor overeenkomende printernamen"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Windows werkstation"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
+msgstr "Login script beheer"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Windows werkstation"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Login script instellingen"
 
-#: addons/goto/class_target_list.inc:75
-#, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Selecteer om binnen subonderdelen te zoeken"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Scriptnaam"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Prioriteit"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Login script kenmerken"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Laatste script"
 
-#: addons/goto/class_target_list.inc:83
-#, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Reguliere expressie voor overeenkomende lidnamen"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Script kan vervangen worden door gebruiker"
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Hotplug apparaten toevoegen"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Hotplug beheer"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Selecteer toe te voegen hotplug apparaat"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-#, fuzzy
-msgid "System deployment"
-msgstr "Systeemtype"
+#: personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Selecteer de afdeling waarbinnen gezocht zal    worden"
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "Rechten"
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Reguliere expressie voor      overeenkomende hotplugs"
 
-#: addons/goto/class_gotomasses.inc:289
-#, fuzzy
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr ""
-"Dit menu maakt het mogelijk om FAI verzamelplaatsen aan te maken, bewerken "
-"en verwijderen."
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "De omgevings extensie is momenteel uitgeschakeld."
 
-#: addons/goto/class_gotomasses.inc:290
-#, fuzzy
-msgid "List of queued jobs"
-msgstr "Lijst met apparaten"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profielen"
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "Herinstalleer"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
+msgstr "Omgevingsbeheer instellingen"
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "Plakken"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr "Gebruik profielbeheer"
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "Initialen"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr "Profielpad"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "MB"
+
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
+msgstr "Profiel beheer"
 
-#: addons/goto/class_gotomasses.inc:337
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
+msgstr "Profielserver beheer"
+
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
+msgstr "Profiel quota"
+
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
+msgstr "Kiosk profiel instellingen"
+
+#: personal/environment/environment.tpl:136
 #, fuzzy
-msgid "Schedule"
-msgstr "Geplande bijwerking"
+msgid "Profile"
+msgstr "Profielen"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:153
+msgid "Manage"
+msgstr "Beheer"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
+msgstr "Te gebruiken gebruikernaam om met de share te verbinden"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr "Selecteer een share"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
+msgstr "Mount pad"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
+msgstr "Hotplug apparaat instellingen"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "Waarschuwing"
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
+msgstr "Printer instellingen"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
-msgstr ""
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
+msgstr "Beheerders omschakeling"
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
+msgstr "Standaard omschakeling"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
-msgstr ""
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Onmiddelijk bijwerken"
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Omgeving"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#, fuzzy
+#~ msgid "Missing FAI plugin extension!"
+#~ msgstr "Voeg printer extensie toe"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Nieuwe hardeschijf"
 
 #~ msgid ""
 #~ "You have specified an external resolution hook which can't be read, "
@@ -4017,21 +4132,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Opslaan"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr ""
-#~ "Omgevingsmogelijkheden zijn uitgeschakeld. U kunt deze inschakelen door "
-#~ "de knop hieronder te gebruiken."
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr ""
-#~ "Omgevingsmogelijkheden zijn ingeschakeld. U kunt deze uitschakelen door "
-#~ "de knop hieronder te gebruiken."
-
-#~ msgid "Back"
-#~ msgstr "Terug"
-
 #~ msgid "LDAP Service"
 #~ msgstr "LDAP Service"
 
@@ -4345,10 +4445,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Selecteer"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "tekst"
@@ -4575,9 +4671,6 @@ msgstr ""
 #~ msgid "Delete entry"
 #~ msgstr "Verwijder invoer"
 
-#~ msgid "Insert seperator"
-#~ msgstr "Scheidingsteken invoegen"
-
 #~ msgid "This application is no longer available."
 #~ msgstr "Dit programma is niet meer beschikbaar."
 
index ccecfec6f4e619bf56ad716dcb9661f454de2a33..86606fc0171e85d9753ae1a90e19dea6921280a9 100644 (file)
@@ -2,7 +2,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: polski\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
 "PO-Revision-Date: 2007-07-14 21:45+0100\n"
 "Last-Translator: Piotr Rybicki <meritus@innervision.pl>\n"
 "Language-Team: Piotr Rybicki <meritus@innervision.pl>\n"
@@ -14,138 +14,160 @@ msgstr ""
 "X-Poedit-SourceCharset: iso-8859-2\n"
 "X-Poedit-Basepath: tedst\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Środowisko"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "To robi coś"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#, fuzzy
+msgid "Available targets"
+msgstr "Dostępne aplikacje"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Ostrzeżenie"
+#: addons/goto/class_target_list.inc:69
+#, fuzzy
+msgid "Object name"
+msgstr "Nazwa urządzenia"
 
-#: personal/environment/class_environment.inc:137
-#, fuzzy, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr "Brak snapshot'u który mógłby zostać odtworzony"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Select to see object groups"
+msgstr "Proszę wybrać grupę obiektów"
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "automatycznie"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Show object groups"
+msgstr "Proszę wybrać grupę obiektów"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "Plik konfiguracyjny"
+msgid "Select to see servers"
+msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "Nie można otworzyć pliku '%s'."
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "Serwer Swap"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "wyłączone"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Stacja robocza Windows"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Stacja robocza Windows"
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
-"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
-"'brak'."
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
-"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
-"'brak'."
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:83
 #, fuzzy
-msgid "Permission error"
-msgstr "Uprawnienia"
+msgid "Regular expression for matching group names"
+msgstr "Wyrażenie regularne dla dopasowania nazw członków"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
-msgstr "Skrypty logowania"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Kontener"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "Zatwierdź departament"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "Wyślij"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Serwer"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Stacja robocza"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "Proszę wybrać grupę obiektów"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -153,1744 +175,1636 @@ msgstr "Skrypty logowania"
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr "Błąd"
 
-#: personal/environment/class_environment.inc:639
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
+
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Share"
-msgstr "Udziały"
+msgid "System deployment"
+msgstr "Typ systemu"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "To robi coś"
+
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Mount point"
-msgstr "Punkt montowania"
+msgid "Permission"
+msgstr "Uprawnienia"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
 #, fuzzy
-msgid "Used by all users"
-msgstr "ACL jest prawidłowy dla wszystkich użytkowników"
+msgid "Service infrastructure"
+msgstr "Szukaj wewnątrz tego poddrzewa"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
+#: addons/goto/class_gotomasses.inc:290
+#, fuzzy
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "Zresetuj hash hasła"
+#: addons/goto/class_gotomasses.inc:291
+#, fuzzy
+msgid "List of queued jobs"
+msgstr "Lista urządzeń"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "Usuń wpis udziału"
-
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Akcje"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-#, fuzzy
-msgid "LDAP error"
-msgstr "Serwer LDAP"
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Utwórz"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-msgid "Profile quota"
-msgstr "Quota profilu"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Usuń"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "environemnt"
-msgstr "Środowisko"
+msgid "Resume"
+msgstr "Przeinstaluj"
 
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "grupuj udział"
+#: addons/goto/class_gotomasses.inc:308
+#, fuzzy
+msgid "Pause"
+msgstr "Wklej"
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "Administrator"
+#: addons/goto/class_gotomasses.inc:309
+#, fuzzy
+msgid "Abort"
+msgstr "Inicjały"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Domyślna drukarka"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Uruchom"
 
-#: personal/environment/class_environment.inc:1736
-msgid "Environment settings"
-msgstr "Ustawienia środowiska"
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
+#, fuzzy
+msgid "Reload"
+msgstr "Odczyt"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Moje konto "
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "Kodowanie"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
-msgstr "Polecenie do rozszerzenia listy możliwych rozdzielczości ekranu"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "Rozdzielczość zmienialna podczas pracy"
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "Zaplanowana aktualizacja"
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "Buforu profil lokalnie"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+#, fuzzy
+msgid "Status"
+msgstr "Startup"
 
-#: personal/environment/class_environment.inc:1752
-msgid "Profile server"
-msgstr "Serwer profili"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Akcja"
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Rozdzielczość"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Profil Kiosk"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "Skrypt logowania"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "Urządzenia Hotplug"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "Udziały"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "Dodaj urządzenie drukujące"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "Wybierz drukarkę do dodania"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Edytuj"
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Filtry"
+#: addons/goto/class_gotomasses.inc:433
+#, fuzzy
+msgid "Waiting"
+msgstr "Ostrzeżenie"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Wybierz departament na którym wyszukiwanie będzie bazować"
+#: addons/goto/class_gotomasses.inc:439
+#, fuzzy
+msgid "Processed"
+msgstr "Właściwości"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "Zablokowane"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: addons/goto/class_gotomasses.inc:454
 #, fuzzy
-msgid "Search in subtrees"
-msgstr "Szukaj wewnątrz tego poddrzewa"
+msgid "Detection"
+msgstr "Sekcja"
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
-msgstr "Wyświetl drukarki pasujące"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
-msgstr "Wyrażenie regularne do dopasowania nazw drukarek"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
-msgstr "Zarządzanie skryptami logowania"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "Ustawienia skryptu logowania"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "Nazwa skryptu"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
+
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "Opis"
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr "Priorytet"
-
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "Flagi skryptu logowania"
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Ostrzeżenie"
 
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr "Ostatni skrypt"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/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ć."
 
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "Skrypt może być zmieniony przez użytkownika"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
+#, fuzzy
+msgid "Time schedule"
+msgstr "Zaplanowana aktualizacja"
 
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "Skrypt"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+#, fuzzy
+msgid "System list"
+msgstr "Analiza systemu"
 
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Import"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "Dodaj urządzenia hotplug"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#, fuzzy
+msgid "Progress"
+msgstr "Właściwości"
 
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "Zarządzanie Hotplug"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+#, fuzzy
+msgid "Result"
+msgstr "Rozdzielczość"
 
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "Wybierz urządzenie hotplug do dodania"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "Wybierz departament na którym będzie wyszukiwanie"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#, fuzzy
+msgid "Lock"
+msgstr "Zablokowane"
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Wyświetl użytkowników pasujących"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "Wyrażenie regularne dla dopasowania hotplug"
+#: addons/goto/events/class_DaemonEvent.inc:117
+#, fuzzy
+msgid "This job has no template."
+msgstr "Ten 'dn' nie posiada cech terminala."
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "Rozszerzenie Środowisko jest obecnie wyłączone"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profile"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Dodaj"
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr "Ustawienia zarządzania Środowiskiem"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Wyłącz"
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr "Użyj zarządzania profilami"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Restartuj"
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr "Ścieżka profili"
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#, fuzzy
+msgid "Activate"
+msgstr "Aktywne"
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "MB"
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#, fuzzy
+msgid "Abort installation"
+msgstr "Stacja robocza"
 
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
-msgstr "Zarządzanie profilami"
+#: addons/goto/events/target_list.tpl:5
+#, fuzzy
+msgid "Use"
+msgstr "Użytkownik"
 
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
-msgstr "Zarządzanie serwerem profili"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
+msgstr "Zamknij"
 
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr "Quota profili"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
+msgstr ""
 
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
-msgstr "Ustawienia profilu Kiosk"
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
+#, fuzzy
+msgid "Subject"
+msgstr "Wybierz"
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Serwer"
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
+#, fuzzy
+msgid "Message"
+msgstr "Zużycie pamięci"
 
-#: personal/environment/environment.tpl:136
-msgid "Profile"
-msgstr "Profile"
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
+#, fuzzy
+msgid "Targets"
+msgstr "Udziały"
 
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr "Zarządzaj"
-
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr "Użytkownik łączył się do tego udziału"
-
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
-msgstr "Wybierz udział"
-
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
-msgstr "Ścieżka montowania"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
 
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Usuń"
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
+#, fuzzy
+msgid "System / Department"
+msgstr "Departament"
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Edytuj"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+#, fuzzy
+msgid "Display server"
+msgstr "Urządzenie wyświetlające"
 
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr "Ustawienia urządzeń Hotplug"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+#, fuzzy
+msgid "Display workstation"
+msgstr "Stacja robocza Windows"
 
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Drukarka"
+#: addons/goto/events/class_EventTargetAddList.inc:75
+#, fuzzy
+msgid "Display object groups"
+msgstr "Wyświetl obiekty pasujące"
 
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr "Ustawienia drukarki"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr "Przełącz admin"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+#, fuzzy
+msgid "Display users"
+msgstr "Urządzenie wyświetlające"
 
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr "Przełącz domyślne"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+#, fuzzy
+msgid "Display groups"
+msgstr "Wyświetl obiekty pasujące"
 
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Imię"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Użytkownik"
 
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Nazwa skryptu"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Grupa"
 
-#: personal/environment/class_selectPrinterDialog.inc:107
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
 #, fuzzy
-msgid "Please select a printer!"
-msgstr "Proszę wybrać prawidłowy plik"
+msgid "Software update"
+msgstr "Natychmiastowe uaktualnienie"
 
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "Ustawienia środowiska użytkownika"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr ""
 
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Aplikacje"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Zbudź"
 
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "aplikacja"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#, fuzzy
+msgid "Start a system"
+msgstr "System"
 
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "Lista aplikacji"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "Przeinstaluj"
 
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "Ta tabela wyświetla wszystkie aplikacje w wybranym drzewie."
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Nazwa aplikacji"
+#: addons/goto/events/timestamp_select.tpl:4
+#, fuzzy
+msgid "Month"
+msgstr "Ścieżka montowania"
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Departament"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Akcje"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Kontener"
+#: addons/goto/events/timestamp_select.tpl:8
+#, fuzzy
+msgid "Minute"
+msgstr "Drukarka"
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "Zatwierdź departament"
+#: addons/goto/events/timestamp_select.tpl:9
+#, fuzzy
+msgid "Second"
+msgstr "Sekcja"
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "Wyślij"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Utwórz"
+#: addons/goto/events/DaemonEvent_notify.tpl:7
+#, fuzzy
+msgid "Message settings"
+msgstr "Ustawienia serwera ntp"
 
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Aplikacja"
+#: addons/goto/events/DaemonEvent_notify.tpl:33
+#, fuzzy
+msgid "Target users"
+msgstr "Udziały"
 
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: addons/goto/events/DaemonEvent_notify.tpl:40
 #, fuzzy
-msgid "Copy"
-msgstr "kopiuj"
+msgid "Target groups"
+msgstr "Udziały"
 
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
-#, fuzzy
-msgid "Cut"
-msgstr "wytnij"
-
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr "Wklej"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "wytnij"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "Wytnij ten obiekt"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "kopiuj"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "Kopiuj ten obiekt"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "edytuj"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "Edytuj ten obiekt"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "Usuń"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "Usuń ten obiekt"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "Osadzone aplikacje"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "Nazwa departamentu"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "brak przykładu"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - 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'"
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Uprawnienia"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Nie można zapisać pliku '%s'."
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Uruchom"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Uruchom"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "Ustawienia Aplikacji"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "Wyświetlana nazwa aplikacji (pod ikoną)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Ogólne"
-
-#: admin/applications/class_applicationGeneric.inc:576
-#, fuzzy
-msgid "Application generic"
-msgstr "Nazwa aplikacji"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Ikona"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr "Flaga"
-
-#: admin/applications/class_applicationGeneric.inc:591
-msgid "Script content"
-msgstr "Zawartość skryptu"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Tylko wykonywalne dla członków"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Utwórz ikonę na desktopie członka"
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "Utwórz wpis w pasku uruchamiania członka"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Utwórz wpis w menu startowym członka"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Podmień konfigurację użytkownika na starcie"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Usuń opcje"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "Parametr"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Utwórz opcje"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Zmienna"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "Domyślna wartość"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Dodaj opcję"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "Parametr"
-
-#: admin/applications/class_applicationParameters.inc:229
-#, fuzzy
-msgid "Parameter configuration"
-msgstr "Konfiguracja bazy FAX"
-
-#: admin/applications/class_applicationParameters.inc:237
-#, fuzzy
-msgid "Application parameter settings"
-msgstr "Parametr aplikacji"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr "Gałęzie"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr "Obecne wydanie"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/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."
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/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ć."
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Zarządzanie aplikacją"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Wyświetl nazwę"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "Ścieżka i/lub nazwa binarium aplikacji"
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr "Wybierz poddrzewo do umieszczenia aplikacji"
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr "Wybierz bazę"
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Aktualizuj"
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "Przeskanuj sprzęt"
 
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "Przeładuj obrazek z LDAP"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "Test pamięci"
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Usuń obrazek"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "Analiza systemu"
 
-#: admin/applications/generic.tpl:81
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
 #, fuzzy
-msgid "Remove picture from LDAP"
-msgstr "Przeładuj obrazek z LDAP"
+msgid "Configuration error"
+msgstr "Plik konfiguracyjny"
 
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Opcje"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "bit"
 
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "Wgraj"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
+msgstr "odziedziczony"
 
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr "Ściągnij"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
+msgstr ""
 
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "Wersja"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
+msgstr ""
 
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-#, fuzzy
-msgid "Folder"
-msgstr "Filtry"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "Przesuń w górę"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "Klient ICA"
 
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "Przesuń w dół"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "automatyczne"
 
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Edycja pozycji"
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "Bit"
 
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Dodaj opcję"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Ten 'dn' nie posiada cech terminala."
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
+#: admin/systems/goto/class_terminalService.inc:364
 #, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "Wybrana aplikacja nie posiada opcji."
+msgid "Unsupported"
+msgstr "Wsparcie dla USB"
 
-#: admin/groups/apps/edit_entry.tpl:8
-#, fuzzy
-msgid "Folder image"
-msgstr "Strona kodowa"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "Wybierz telefon umieszczony przy obecnym terminalu"
 
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
+#, fuzzy
+msgid "LDAP error"
+msgstr "Serwer LDAP"
 
-#: admin/groups/apps/edit_entry.tpl:14
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
 #, fuzzy
-msgid "None"
-msgstr "żaden"
+msgid "VSync range"
+msgstr "VSync"
 
-#: admin/groups/apps/edit_entry.tpl:24
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
 #, fuzzy
-msgid "Upload image"
-msgstr "Wgraj"
+msgid "HSync range"
+msgstr "HSync"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "ustaw"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "nieznane"
 
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Opcje aplikacji"
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+msgid "Service"
+msgstr "Usługa"
 
-#: admin/groups/apps/class_groupApplication.inc:265
-#, fuzzy
-msgid "Add application extension"
-msgstr "Dodaj aplikację"
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+msgid "Terminal service"
+msgstr "Usługa Terminali"
 
-#: admin/groups/apps/class_groupApplication.inc:270
-#, fuzzy
-msgid "Remove application extension"
-msgstr "Usuń aplikacje"
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+msgid "Monitor"
+msgstr "Monitor"
 
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "wróć"
+#: admin/systems/goto/class_terminalService.inc:631
+msgid "Method"
+msgstr "Metoda"
 
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "departament"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Zdalny pulpit"
 
-#: admin/groups/apps/class_groupApplication.inc:930
-msgid "Not available in release."
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+msgid "Gfx driver"
+msgstr "Sterownik Gfx"
 
-#: admin/groups/apps/class_groupApplication.inc:1101
-msgid "Group applications"
-msgstr "Grupa aplikacje"
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+msgid "Gfx resolution"
+msgstr "Rozdzielczość Gfx"
 
-#: admin/groups/apps/class_groupApplication.inc:1110
-msgid "Application parameter"
-msgstr "Parametr aplikacji"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+msgid "Gfx color depth"
+msgstr "Głębia kolorów Gfx"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
-msgid "LDAP service"
-msgstr "Usługa LDAP"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "HSync"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "VSync"
+
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr "Ldap"
+#: admin/systems/goto/class_terminalService.inc:639
+msgid "Printer service enabled"
+msgstr "Usługa drukowania włączona"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Usługi"
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Serwer kolejkowania"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-msgid "Ldap base"
-msgstr "Baza Ldap"
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+msgid "Scanner enabled"
+msgstr "Skaner włączony"
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr "Edytuj udział"
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+msgid "Keyboard model"
+msgstr "Model klawiatury"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "Ustawienia NFS"
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
+msgid "Keyboard layout"
+msgstr "Układ klawiatury"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "Ścieżka"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+msgid "Keyboard variant"
+msgstr "Wariant klawiatury"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr "Głośność"
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
+msgid "Mouse type"
+msgstr "Typ myszy"
 
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "Typ"
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
+msgid "Mouse port"
+msgstr "Port myszy"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr "Auto-montuj udział na systemach Apple"
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Sprzęt telefoniczny"
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr "Strona kodowa"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "Ogólne"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "Opcja"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "nazwa drukarki"
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-msgid "Time server"
-msgstr "Serwer czasu"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Wybierz poddrzewo do umieszczenia konta."
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-#, fuzzy
-msgid "Time service (NTP)"
-msgstr "Usługa czasu"
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
+msgstr "Wybierz bazę"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-msgid "Time service"
-msgstr "Usługa czasu"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "Szczegóły"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#, fuzzy
-msgid "Time service - NTP"
-msgstr "Usługa czasu"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
+msgstr "Lokalizacja drukarki"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-msgid "Ntp source"
-msgstr "Źródło ntp"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "URL drukarki"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-#, fuzzy
-msgid "File service (Shares)"
-msgstr "Usługa plików"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Sterownik"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
-#, fuzzy
-msgid "share"
-msgstr "Udziały"
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "Uprawnienia"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#, fuzzy
-msgid "File service - Shares"
-msgstr "Usługa plików"
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
+msgstr "Użytkownicy którzy mogą używać tej drukarki"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-#, fuzzy
-msgid "Apple mounts"
-msgstr "Apple talk"
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Użytkownicy"
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
-msgid "Charset"
-msgstr "Kodowanie"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
+msgstr "Dodaj użytkownika"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr "Usługa Syslog"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr "Dodaj grupę"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "enabled"
-msgstr "włączone"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
+msgstr "Użytkownicy, którzy mogą administrować tą drukarką"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-msgid "Logging database information"
-msgstr "Informacje bazy logowania"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr "Administratorzy"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
-msgstr "Użytkownik bazy logowania"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Parametry uruchamiania"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Hasło"
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "Serwer LDAP"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Syslog service database"
-msgstr "Usługa Syslog"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Użytkownik"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "Baza logowania"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-msgid "Start"
-msgstr "Start"
+msgid "inherit from group"
+msgstr "Lista grup"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "Zatrzymaj"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Uruchamiane jądro"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-msgid "Restart"
-msgstr "Restart"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "Dodatkowe opcje"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-msgid "Admin"
-msgstr "Admin"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+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"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Serwer Syslog"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "Modułu jądra (format: nazwa parametry)"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-msgid "Logging service"
-msgstr "Usługa Logowania"
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
+msgstr "Dodaj inne moduły do załadowania na starcie"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Usługa Drukowania"
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "Udziały"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-msgid "Cups"
-msgstr "Cups"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
+msgstr "Punkt montowania"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr "Usługa drukowania"
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "Proszę wybrać drukarkę lub nacisnąć Anuluj."
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-msgid "Terminal service"
-msgstr "Usługa Terminali"
+#: admin/systems/goto/terminalService.tpl:4
+#: admin/systems/goto/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Klawiatura"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "Tymczasowo zablokuj logowanie"
+#: admin/systems/goto/terminalService.tpl:7
+#: admin/systems/goto/workstationService.tpl:7
+#: admin/systems/ppd/printerPPDDialog.tpl:5
+msgid "Model"
+msgstr "Model"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:10
+#: admin/systems/goto/workstationService.tpl:11
+msgid "Choose keyboard model"
+msgstr "Wybierz model klawiatury"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr "Zarządzanie profilami kiosk"
+#: admin/systems/goto/terminalService.tpl:17
+#: admin/systems/goto/workstationService.tpl:19
+msgid "Layout"
+msgstr "Układ"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-#, fuzzy
-msgid "Server path"
-msgstr "Nazwa serwera"
+#: admin/systems/goto/terminalService.tpl:20
+#: admin/systems/goto/workstationService.tpl:23
+msgid "Choose keyboard layout"
+msgstr "Wybierz układ klawiatury"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "Przeglądaj"
+#: admin/systems/goto/terminalService.tpl:27
+#: admin/systems/goto/workstationService.tpl:31
+msgid "Variant"
+msgstr "Wariant"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Ustawienia profilu Kiosk"
+#: admin/systems/goto/terminalService.tpl:30
+#: admin/systems/goto/workstationService.tpl:35
+msgid "Choose keyboard variant"
+msgstr "Wybierz wariant klawiatury"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:45
+#: admin/systems/goto/workstationService.tpl:51
+msgid "Mouse"
+msgstr "Mysz"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr "Url"
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "Typ"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Repository service"
-msgstr "Usługa repozytorium"
+#: admin/systems/goto/terminalService.tpl:51
+#: admin/systems/goto/workstationService.tpl:58
+msgid "Choose mouse type"
+msgstr "Wybierz typ myszy"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:58
+#: admin/systems/goto/workstationService.tpl:66
+msgid "Port"
+msgstr "Port"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "Klasy FAI"
+#: admin/systems/goto/terminalService.tpl:61
+#: admin/systems/goto/workstationService.tpl:70
+msgid "Choose mouse port"
+msgstr "Wybierz port myszy"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "Repozytorium"
+#: admin/systems/goto/terminalService.tpl:79
+#: admin/systems/goto/workstationService.tpl:89
+msgid "Telephone"
+msgstr "Telefon"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-msgid "Releases"
-msgstr "Wydania"
+#: admin/systems/goto/terminalService.tpl:95
+#: admin/systems/goto/workstationService.tpl:107
+#: admin/systems/goto/info.tpl:73
+msgid "Graphic device"
+msgstr "Karta graficzna"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "Sekcje"
+#: admin/systems/goto/terminalService.tpl:101
+#: admin/systems/goto/workstationService.tpl:114
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "Wybierz sterownik wymagany przez zainstalowaną kartę graficzną"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-msgid "Parent server"
-msgstr "Nadrzędny serwer"
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Rozdzielczość"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
-msgstr "Lista skonfigurowanych repozytoriów"
+#: admin/systems/goto/terminalService.tpl:111
+#: admin/systems/goto/workstationService.tpl:126
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Wybierz rozdzielczość ekranu użytą w trybie graficznym"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
+#: admin/systems/goto/terminalService.tpl:118
+#: admin/systems/goto/workstationService.tpl:134
+msgid "Color depth"
+msgstr "Głębia kolorów"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "Wyrażenie regularne dla dopasowania nazw obiektów"
+#: admin/systems/goto/terminalService.tpl:121
+#: admin/systems/goto/workstationService.tpl:138
+msgid "Choose colordepth used in graphic mode"
+msgstr "Wybierz głębię kolorów użytą w trybie graficznym"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
-msgstr "Dodaj repozytorium"
+#: admin/systems/goto/terminalService.tpl:135
+#: admin/systems/goto/workstationService.tpl:153
+msgid "Display device"
+msgstr "Urządzenie wyświetlające"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/terminalService.tpl:147
+#: admin/systems/goto/workstationService.tpl:167
+msgid "Use DDC for automatic detection"
+msgstr "Użyj DCC do automatycznego wykrywania"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
-msgstr "odziedziczony"
+#: admin/systems/goto/terminalService.tpl:154
+#: admin/systems/goto/workstationService.tpl:175
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Częstotliwość odświeżania poziomego dla zainstalowanego monitora"
+
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Częstotliwość odświeżania pionowego dla zainstalowanego monitora"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
-msgstr ""
-"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
-"'brak'."
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr "Metoda połączenia"
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
-msgstr ""
-"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
-"'brak'."
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr "Wybierz metodę połączenia z serwerem terminali"
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
-msgstr ""
-"Polecenie '%s' podane jako zaczep KERNELS dla dodatku '%s' nie istnieje."
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr "Serwer terminali"
 
-#: admin/systems/goto/class_workstationStartup.inc:300
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "Proszę wybrać 'serwer FAI' lub usunąć 'klasy FAI'."
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr "Wybierz serwer terminali"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy
-msgid "workstation"
-msgstr "Stacja robocza"
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:367
+#: admin/systems/goto/terminalService.tpl:212
 #, fuzzy
+msgid "Remove selected server"
+msgstr "Usuń obrazek"
+
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr "Urządzenie skanujące"
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Zaznacz aby uruchomić usługę skanowania SANE na terminalu"
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "Dostarcza usługi skanowania"
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr ""
+
+#: admin/systems/goto/gencd.tpl:5
 msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
+"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 ""
-"Już istnieje profil w twoim wyborze który zawiera konfiguracje tablicy "
-"partycji."
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "obecne"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
 #, fuzzy
-msgid "Service infrastructure"
-msgstr "Szukaj wewnątrz tego poddrzewa"
+msgid "terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "Startup"
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "nieznany status"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
-#, fuzzy
-msgid "System startup"
-msgstr "Status systemu"
+#: admin/systems/goto/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."
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
-msgid "Ldap server"
-msgstr "Serwer Ldap"
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "online"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Uruchamiane jądro"
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "działa"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-msgid "Kernel parameter"
-msgstr "Parametr kernela"
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "nie działa"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-#, fuzzy
-msgid "Kernel modules"
-msgstr "Parametr kernela"
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "nie zdefiniowane"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "Klasy FAI"
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "offline"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-msgid "Debian mirror"
-msgstr "Mirror Debiana"
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "pokaż wybor"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-msgid "Debian release"
-msgstr "Wydanie debian"
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "bezpośredni"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr "flaga statusu FAI"
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "równoważone obciążenie"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "Dodaj rozszerzenie drukarki"
+#: admin/systems/goto/class_workstationService.inc:485
+msgid "Workstation service"
+msgstr "Usługa stacji roboczej"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/class_workstationService.inc:499
+#, fuzzy
+msgid "Use DDC"
+msgstr "Identyfikator użytkownika"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
 msgid "Properties"
 msgstr "Właściwości"
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Szablon stacji roboczej"
-
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Nazwa stacji roboczej"
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Szablon terminala"
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Lokalizacja"
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Nazwa terminala"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
 msgid "Choose subtree to place group in"
 msgstr "Wybierz poddrzewo do umieszczenia grupy"
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
 #, fuzzy
 msgid "Inherit all"
 msgstr "Inicjały"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
 #: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
+#: admin/ogroups/goto/class_termgroup.inc:306
 #: admin/ogroups/goto/termgroup.tpl:47
 msgid "Mode"
 msgstr "Tryb"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
 #: admin/ogroups/goto/termgroup.tpl:50
 msgid "Select terminal mode"
 msgstr "Proszę wybrać tryb terminala"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Serwer Syslog"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
 #: admin/ogroups/goto/termgroup.tpl:61
 msgid "Choose server to use for logging"
 msgstr "Proszę wybrać serwer do logowania"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Serwer NFS"
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "Proszę wybrać główny system plików NFS"
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "Serwer Swap"
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Proszę wybrać system plików NFS dla plików swap"
+
 #: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
 msgid "Inherit time server attributes"
 msgstr "Dziedzicz atrybuty serwera czasu"
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
 #: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
 #: admin/ogroups/goto/class_termgroup.inc:114
 #: admin/ogroups/goto/termgroup.tpl:14
 msgid "NTP server"
 msgstr "Serwer NTP"
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
 #: admin/ogroups/goto/termgroup.tpl:17
 msgid "Choose server to use for synchronizing time"
 msgstr "Proszę wybrać serwer do synchronizacji czasu"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Akcja"
-
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
 #: admin/ogroups/goto/termgroup.tpl:93
 msgid "Select action to execute for this terminal"
 msgstr "Proszę wybrać akcję do wykonania dla tego terminala"
 
-#: admin/systems/goto/terminalService.tpl:4
-#: admin/systems/goto/workstationService.tpl:4
-msgid "Keyboard"
-msgstr "Klawiatura"
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Szablon stacji roboczej"
 
-#: admin/systems/goto/terminalService.tpl:7
-#: admin/systems/goto/workstationService.tpl:7
-#: admin/systems/ppd/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Model"
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Nazwa stacji roboczej"
 
-#: admin/systems/goto/terminalService.tpl:10
-#: admin/systems/goto/workstationService.tpl:11
-msgid "Choose keyboard model"
-msgstr "Wybierz model klawiatury"
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Lokalizacja"
 
-#: admin/systems/goto/terminalService.tpl:17
-#: admin/systems/goto/workstationService.tpl:19
-msgid "Layout"
-msgstr "Układ"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, fuzzy, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+msgstr ""
+"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
+"'brak'."
 
-#: admin/systems/goto/terminalService.tpl:20
-#: admin/systems/goto/workstationService.tpl:23
-msgid "Choose keyboard layout"
-msgstr "Wybierz układ klawiatury"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, fuzzy, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgstr ""
+"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
+"'brak'."
+
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr ""
+"Polecenie '%s' podane jako zaczep KERNELS dla dodatku '%s' nie istnieje."
 
-#: admin/systems/goto/terminalService.tpl:27
-#: admin/systems/goto/workstationService.tpl:31
-msgid "Variant"
-msgstr "Wariant"
+#: admin/systems/goto/class_workstationStartup.inc:305
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "Proszę wybrać 'serwer FAI' lub usunąć 'klasy FAI'."
 
-#: admin/systems/goto/terminalService.tpl:30
-#: admin/systems/goto/workstationService.tpl:35
-msgid "Choose keyboard variant"
-msgstr "Wybierz wariant klawiatury"
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy
+msgid "workstation"
+msgstr "Stacja robocza"
 
-#: admin/systems/goto/terminalService.tpl:45
-#: admin/systems/goto/workstationService.tpl:51
-msgid "Mouse"
-msgstr "Mysz"
+#: admin/systems/goto/class_workstationStartup.inc:372
+#, fuzzy
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
+msgstr ""
+"Już istnieje profil w twoim wyborze który zawiera konfiguracje tablicy "
+"partycji."
 
-#: admin/systems/goto/terminalService.tpl:51
-#: admin/systems/goto/workstationService.tpl:58
-msgid "Choose mouse type"
-msgstr "Wybierz typ myszy"
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#, fuzzy
+msgid "Mount point"
+msgstr "Punkt montowania"
 
-#: admin/systems/goto/terminalService.tpl:58
-#: admin/systems/goto/workstationService.tpl:66
-msgid "Port"
-msgstr "Port"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:61
-#: admin/systems/goto/workstationService.tpl:70
-msgid "Choose mouse port"
-msgstr "Wybierz port myszy"
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "Startup"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Sprzęt telefoniczny"
+#: admin/systems/goto/class_workstationStartup.inc:1036
+#, fuzzy
+msgid "System startup"
+msgstr "Status systemu"
 
-#: admin/systems/goto/terminalService.tpl:79
-#: admin/systems/goto/workstationService.tpl:89
-msgid "Telephone"
-msgstr "Telefon"
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+msgid "Ldap server"
+msgstr "Serwer Ldap"
 
-#: admin/systems/goto/terminalService.tpl:95
-#: admin/systems/goto/workstationService.tpl:107
-#: admin/systems/goto/info.tpl:73
-msgid "Graphic device"
-msgstr "Karta graficzna"
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+msgid "Kernel parameter"
+msgstr "Parametr kernela"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Sterownik"
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+#, fuzzy
+msgid "Kernel modules"
+msgstr "Parametr kernela"
 
-#: admin/systems/goto/terminalService.tpl:101
-#: admin/systems/goto/workstationService.tpl:114
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr "Wybierz sterownik wymagany przez zainstalowaną kartę graficzną"
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "Klasy FAI"
 
-#: admin/systems/goto/terminalService.tpl:111
-#: admin/systems/goto/workstationService.tpl:126
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Wybierz rozdzielczość ekranu użytą w trybie graficznym"
+#: admin/systems/goto/class_workstationStartup.inc:1052
+msgid "Debian mirror"
+msgstr "Mirror Debiana"
 
-#: admin/systems/goto/terminalService.tpl:118
-#: admin/systems/goto/workstationService.tpl:134
-msgid "Color depth"
-msgstr "Głębia kolorów"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+msgid "Debian release"
+msgstr "Wydanie debian"
 
-#: admin/systems/goto/terminalService.tpl:121
-#: admin/systems/goto/workstationService.tpl:138
-msgid "Choose colordepth used in graphic mode"
-msgstr "Wybierz głębię kolorów użytą w trybie graficznym"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr "flaga statusu FAI"
 
-#: admin/systems/goto/terminalService.tpl:135
-#: admin/systems/goto/workstationService.tpl:153
-msgid "Display device"
-msgstr "Urządzenie wyświetlające"
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:147
-#: admin/systems/goto/workstationService.tpl:167
-msgid "Use DDC for automatic detection"
-msgstr "Użyj DCC do automatycznego wykrywania"
+#: admin/systems/goto/class_terminalStartup.inc:539
+#, fuzzy
+msgid "Terminal startup"
+msgstr "Szablon terminala"
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "HSync"
+#: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
+#: admin/ogroups/goto/class_termgroup.inc:43
+msgid "Activated"
+msgstr "Aktywne"
 
-#: admin/systems/goto/terminalService.tpl:154
-#: admin/systems/goto/workstationService.tpl:175
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Częstotliwość odświeżania poziomego dla zainstalowanego monitora"
+#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
+#, fuzzy
+msgid "Event error"
+msgstr "Błąd"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "VSync"
+#: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
+#, php-format
+msgid "Event '%s' is not available!"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Częstotliwość odświeżania pionowego dla zainstalowanego monitora"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Imię"
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Zdalny pulpit"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "Terminal"
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
-msgstr "Metoda połączenia"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+#, fuzzy
+msgid "Terminal generic"
+msgstr "Usługa Terminali"
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr "Wybierz metodę połączenia z serwerem terminali"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+msgid "Syslog server enabled"
+msgstr "Serwer Syslog włączony"
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
+#: admin/systems/goto/class_terminalGeneric.inc:611
+msgid "Ntp server settings"
+msgstr "Ustawienia serwera ntp"
+
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
 #, fuzzy
-msgid "Reload"
-msgstr "Odczyt"
+msgid "Root password"
+msgstr "Ustaw hasło"
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
-msgstr "Serwer terminali"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+msgid "Action flag"
+msgstr "Flaga akcji"
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
-msgstr "Wybierz serwer terminali"
+#: admin/systems/goto/class_workstationGeneric.inc:288
+#: admin/systems/goto/class_workstationGeneric.inc:297
+#, fuzzy
+msgid "System update"
+msgstr "Typ systemu"
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:212
-#, fuzzy
-msgid "Remove selected server"
-msgstr "Usuń obrazek"
+#: admin/systems/goto/class_workstationGeneric.inc:471
+msgid ""
+"This host is currently installing, if you really want to save it, save again."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr "Urządzenie skanujące"
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Ogólne"
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Zaznacz aby uruchomić usługę skanowania SANE na terminalu"
+#: admin/systems/goto/class_workstationGeneric.inc:644
+#, fuzzy
+msgid "Workstation generic"
+msgstr "Nazwa stacji roboczej"
+
+#: admin/systems/goto/class_workstationGeneric.inc:656
+#, fuzzy
+msgid "Goto mode"
+msgstr "do folferu"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "Dostarcza usługi skanowania"
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
+msgid "Ntp server"
+msgstr "Serwer NTP"
 
 #: admin/systems/goto/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
@@ -1940,234 +1854,153 @@ msgstr "Telefon"
 msgid "Other network component"
 msgstr "Inny element sieciowy"
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
-#: admin/systems/goto/class_terminalGeneric.inc:112
-#: admin/ogroups/goto/class_termgroup.inc:43
-msgid "Activated"
-msgstr "Aktywne"
-
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "Zablokowane"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
-#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
 #, fuzzy
-msgid "Event error"
+msgid "Internal error"
 msgstr "Błąd"
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
-#: admin/systems/goto/class_terminalGeneric.inc:180
-#, php-format
-msgid "Event '%s' is not available!"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, fuzzy, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
 msgstr ""
+"Nie można wydobyć poprawnej podstawy z obiektu dn, ustawiam podstawę na '%s'."
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Wyłącz"
-
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Restartuj"
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "Dodaj rozszerzenie drukarki"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
+#: admin/systems/goto/class_printGeneric.inc:260
 #, fuzzy
-msgid "System update"
-msgstr "Typ systemu"
-
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "Przeinstaluj"
-
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "Przeskanuj sprzęt"
-
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "Test pamięci"
-
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr ""
-
-#: admin/systems/goto/class_workstationGeneric.inc:290
-#: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "Analiza systemu"
-
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Zbudź"
-
-#: admin/systems/goto/class_workstationGeneric.inc:460
 msgid ""
-"This host is currently installing, if you really want to save it, save again."
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
 msgstr ""
+"Nie można zainicjalizować zakładki drukarek, brak parametru parent podzczas "
+"tworzenia."
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
-#, fuzzy
-msgid "Workstation generic"
-msgstr "Nazwa stacji roboczej"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "To jest szablon stacji roboczej, zakładka drukarek jest wyłączona."
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Stacja robocza"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "To jest szablon terminala, zakładka drukarek jest wyłączona."
 
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
 #, fuzzy
-msgid "Goto mode"
-msgstr "do folferu"
-
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
-msgid "Ntp server"
-msgstr "Serwer NTP"
+msgid "printer"
+msgstr "Drukarka"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_printGeneric.inc:322
 #, fuzzy
-msgid "Root password"
-msgstr "Ustaw hasło"
-
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-msgid "Action flag"
-msgstr "Flaga akcji"
-
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "Proszę wybrać drukarkę lub nacisnąć Anuluj."
-
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Szablon terminala"
+msgid ""
+"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."
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "Nazwa terminala"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "Usuń rozszerzenie drukarki"
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Serwer NFS"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "Wybrany plik PPD '%s' nie istnieje."
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "Proszę wybrać główny system plików NFS"
+#: admin/systems/goto/class_printGeneric.inc:516
+#, fuzzy
+msgid "Not defined"
+msgstr "nie zdefiniowane"
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Serwer Swap"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "Nie można pobrać informacji ppd."
 
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "Proszę wybrać system plików NFS dla plików swap"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
+msgstr ""
+"Ta drukarka należy do terminala %s. Nie można zmienić nazwy tej drukarki."
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "nieznane"
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#, fuzzy
+msgid "Object is no printer!"
+msgstr "Drukarka sieciowa"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: admin/systems/goto/class_printGeneric.inc:894
+#, fuzzy
+msgid "Print generic"
+msgstr "Usługa drukowania"
 
-#: admin/systems/goto/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 ""
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Drukarka"
 
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
 msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Parametry uruchamiania"
-
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "Serwer LDAP"
+#: admin/systems/goto/class_printGeneric.inc:907
+msgid "Printer PPD"
+msgstr "PPD drukarki"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
 #, fuzzy
-msgid "inherit from group"
-msgstr "Lista grup"
+msgid "Permission error"
+msgstr "Uprawnienia"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "Dodatkowe opcje"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Drukarka"
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
 msgstr ""
-"Podaj wszystkie parametry które powinny zostać przekazane do jądra podczas "
-"uruchamiania"
-
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "Modułu jądra (format: nazwa parametry)"
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr "Dodaj inne moduły do załadowania na starcie"
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "Ta nazwa jest już w użyciu."
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr "Punkt montowania"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "Manager PPD: Podana ścieżka '%s' nie istnieje."
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2186,215 +2019,200 @@ msgstr ""
 msgid "DNS name"
 msgstr "Imię"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr ""
+
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "żaden"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Edycja pozycji"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 msgid "FAI server"
 msgstr "Serwer FAI"
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "Wersja"
+
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 msgid "Assigned FAI classes"
 msgstr "Przydzielone klasy FAI"
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/workstationStartup.tpl:130
 msgid "set"
 msgstr "ustaw"
 
-#: admin/systems/goto/workstationStartup.tpl:160
+#: admin/systems/goto/workstationStartup.tpl:167
 msgid ""
 "FAI Object assignment disabled. You can't use this feature until FAI is "
 "activated."
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "bit"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "Klient ICA"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "Informacja o systemie"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "automatyczne"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "Bit"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "Pamięć"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Ten 'dn' nie posiada cech terminala."
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "Adres MAC"
 
-#: admin/systems/goto/class_terminalService.inc:364
-#, fuzzy
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr "Wsparcie dla USB"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "Wybierz telefon umieszczony przy obecnym terminalu"
-
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-#, fuzzy
-msgid "VSync range"
-msgstr "VSync"
-
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-#, fuzzy
-msgid "HSync range"
-msgstr "HSync"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "Status systemu"
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr "Numer inwentarza"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-msgid "Service"
-msgstr "Usługa"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "Ostatnie logowanie"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-msgid "Monitor"
-msgstr "Monitor"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "Urządzenia sieciowe"
 
-#: admin/systems/goto/class_terminalService.inc:631
-msgid "Method"
-msgstr "Metoda"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "Urządzenia IDE"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-msgid "Gfx driver"
-msgstr "Sterownik Gfx"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "Urządzenia SCSI"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-msgid "Gfx resolution"
-msgstr "Rozdzielczość Gfx"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "Stacja dyskietek"
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-msgid "Gfx color depth"
-msgstr "Głębia kolorów Gfx"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "Stacja CDROM"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr ""
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "Karta dźwiękowa"
 
-#: admin/systems/goto/class_terminalService.inc:639
-msgid "Printer service enabled"
-msgstr "Usługa drukowania włączona"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "Włączony od"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Serwer kolejkowania"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "Zużycie procesora"
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-msgid "Scanner enabled"
-msgstr "Skaner włączony"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "Zużycie pamięci"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-msgid "Keyboard model"
-msgstr "Model klawiatury"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Zużycie SWAP"
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-msgid "Keyboard layout"
-msgstr "Układ klawiatury"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "Usłoga SSH"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-msgid "Keyboard variant"
-msgstr "Wariant klawiatury"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Usługa Drukowania"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-msgid "Mouse type"
-msgstr "Typ myszy"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "Usługa Skanowania"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-msgid "Mouse port"
-msgstr "Port myszy"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "Usługa dźwięku"
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "pokaż wybor"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "bezpośredni"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "Wybierz drukarkę do dodania"
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "równoważone obciążenie"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "Wybierz elementy do dodania"
 
-#: admin/systems/goto/class_workstationService.inc:485
-msgid "Workstation service"
-msgstr "Usługa stacji roboczej"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Filtry"
 
-#: admin/systems/goto/class_workstationService.inc:499
-#, fuzzy
-msgid "Use DDC"
-msgstr "Identyfikator użytkownika"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "terminal"
-msgstr "Terminal"
+msgid "Search in subtrees"
+msgstr "Szukaj wewnątrz tego poddrzewa"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "Terminal"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr "Wyświetl członków departamentu"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-#, fuzzy
-msgid "Terminal generic"
-msgstr "Usługa Terminali"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Wybierz departament na którym wyszukiwanie będzie bazować"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-msgid "Syslog server enabled"
-msgstr "Serwer Syslog włączony"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr "Wyświetl członków pasujących"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-msgid "Ntp server settings"
-msgstr "Ustawienia serwera ntp"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr "Wyrażenie regularne dla dopasowania nazw członków"
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2428,750 +2246,963 @@ msgstr "Wybierz typ systemu"
 msgid "Choose an object group as template"
 msgstr "Wybierz grupę obiektową jako szablon"
 
-#: admin/systems/goto/SelectDeviceType.tpl:33
-msgid "Choose an object group"
-msgstr "Proszę wybrać grupę obiektów"
+#: admin/systems/goto/SelectDeviceType.tpl:33
+msgid "Choose an object group"
+msgstr "Proszę wybrać grupę obiektów"
+
+#: admin/systems/goto/SelectDeviceType.tpl:44
+msgid "Continue"
+msgstr "Kontynuuj"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+msgid "Cups"
+msgstr "Cups"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Usługi"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+msgid "Start"
+msgstr "Start"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "Zatrzymaj"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+msgid "Restart"
+msgstr "Restart"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
+msgstr "Usługa drukowania"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "enabled"
+msgstr "włączone"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+#, fuzzy
+msgid "Time service (NTP)"
+msgstr "Usługa czasu"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+msgid "Time service"
+msgstr "Usługa czasu"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#, fuzzy
+msgid "Time service - NTP"
+msgstr "Usługa czasu"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+msgid "Ntp source"
+msgstr "Źródło ntp"
+
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+msgid "Time server"
+msgstr "Serwer czasu"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "Tymczasowo zablokuj logowanie"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr "Url"
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+msgid "Repository service"
+msgstr "Usługa repozytorium"
+
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+#, fuzzy
+msgid "FAI release"
+msgstr "Klasy FAI"
+
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "Repozytorium"
+
+#: admin/systems/services/repository/class_servRepository.inc:354
+msgid "Releases"
+msgstr "Wydania"
+
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "Sekcje"
+
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+msgid "Parent server"
+msgstr "Nadrzędny serwer"
+
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
+msgstr "Lista skonfigurowanych repozytoriów"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr ""
+"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
+
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Opcje"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "Wyrażenie regularne dla dopasowania nazw obiektów"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr "Dodaj repozytorium"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#, fuzzy
+msgid "Syslog service database"
+msgstr "Usługa Syslog"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Hasło"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "Baza logowania"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+msgid "Admin"
+msgstr "Admin"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+msgid "Logging database information"
+msgstr "Informacje bazy logowania"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
+msgstr "Użytkownik bazy logowania"
+
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+msgid "Logging service"
+msgstr "Usługa Logowania"
+
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr "Usługa Syslog"
+
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
+#, fuzzy
+msgid "File service (Shares)"
+msgstr "Usługa plików"
+
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#, fuzzy
+msgid "share"
+msgstr "Udziały"
+
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#, fuzzy
+msgid "File service - Shares"
+msgstr "Usługa plików"
 
-#: admin/systems/goto/SelectDeviceType.tpl:44
-msgid "Continue"
-msgstr "Kontynuuj"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+#, fuzzy
+msgid "Apple mounts"
+msgstr "Apple talk"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr ""
+#: admin/systems/services/shares/class_goShareServer.inc:402
+msgid "Charset"
+msgstr "Kodowanie"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "Wybierz elementy do dodania"
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "Ścieżka"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr "Wyświetl członków departamentu"
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "Opcja"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
-msgstr "Wyświetl członków pasujących"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "Głośność"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
-msgstr "Wyrażenie regularne dla dopasowania nazw członków"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
+msgstr "Zarządzanie profilami kiosk"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
+#: admin/systems/services/kiosk/goKioskService.tpl:5
 #, fuzzy
-msgid "Terminal startup"
-msgstr "Szablon terminala"
+msgid "Server path"
+msgstr "Nazwa serwera"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "obecne"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "Przeglądaj"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "nieznany status"
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+#, fuzzy
+msgid "Kiosk profile service"
+msgstr "Ustawienia profilu Kiosk"
 
-#: admin/systems/goto/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."
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Profil Kiosk"
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "online"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "działa"
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+msgid "LDAP service"
+msgstr "Usługa LDAP"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "nie działa"
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr "Ldap"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "nie zdefiniowane"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+msgid "Ldap base"
+msgstr "Baza Ldap"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "offline"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
-#, fuzzy
-msgid "Internal error"
-msgstr "Błąd"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
+msgstr "Edytuj udział"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr ""
-"Nie można wydobyć poprawnej podstawy z obiektu dn, ustawiam podstawę na '%s'."
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "Ustawienia NFS"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "Dodaj rozszerzenie drukarki"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
+msgstr "Auto-montuj udział na systemach Apple"
 
-#: admin/systems/goto/class_printGeneric.inc:260
-#, fuzzy
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
-"Nie można zainicjalizować zakładki drukarek, brak parametru parent podzczas "
-"tworzenia."
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
+msgstr "Strona kodowa"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "To jest szablon stacji roboczej, zakładka drukarek jest wyłączona."
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Wybierz obiekty do dodania"
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "To jest szablon terminala, zakładka drukarek jest wyłączona."
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
+msgstr "Wyświetl obiekty pasujące"
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
 #, fuzzy
-msgid "printer"
-msgstr "Drukarka"
+msgid "PPD error"
+msgstr "Serwer LDAP"
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 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."
-
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "Usuń rozszerzenie drukarki"
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "Wybrany plik PPD '%s' nie istnieje."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "Wybór ppd drukarki."
 
-#: admin/systems/goto/class_printGeneric.inc:516
-#, fuzzy
-msgid "Not defined"
-msgstr "nie zdefiniowane"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "Usuń"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "Nie można pobrać informacji ppd."
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "wróć"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
 #, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
+msgid "Cannot open PPD '%s'!"
+msgstr "Nie można otworzyć pliku '%s'."
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#, php-format
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
-"Ta drukarka należy do terminala %s. Nie można zmienić nazwy tej drukarki."
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
 #, fuzzy
-msgid "Object is no printer!"
-msgstr "Drukarka sieciowa"
+msgid "file is empty"
+msgstr "Usuń ten obiekt"
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "URL drukarki"
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, fuzzy, php-format
+msgid "Cannot parse PPD '%s'!"
+msgstr "Nie można otworzyć pliku '%s'."
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Grupa"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+#, fuzzy
+msgid "Overwrite existing PPD"
+msgstr "Zastąp istniejący wpis"
 
-#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
 #, fuzzy
-msgid "Print generic"
-msgstr "Usługa drukowania"
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
+msgstr "Istnieje już plik ppd dla tego rodzaju drukarki."
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
-msgstr ""
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
+msgstr "Sekcja"
 
-#: admin/systems/goto/class_printGeneric.inc:906
-msgid "Printer PPD"
-msgstr "PPD drukarki"
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
+msgstr "Tak"
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "Uprawnienia"
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
+msgstr "Nie"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#, fuzzy
-msgid "printer user"
-msgstr "Drukarka"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, fuzzy, php-format
+msgid "PPD type '%s' is not supported!"
+msgstr "PickMany nie jest jeszcze obsługiwany"
 
-#: admin/systems/goto/class_printGeneric.inc:940
-#, php-format
-msgid "Illegal member type type '%s'!"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "Ta nazwa jest już w użyciu."
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy
+msgid "PPD manager error"
+msgstr "Menedżer LDAP"
 
-#: admin/systems/goto/class_printGeneric.inc:991
+#: admin/systems/ppd/class_ppdManager.inc:14
 #, fuzzy, php-format
-msgid "'%s' does not exist!"
+msgid "The specified path '%s' does not exist."
 msgstr "Manager PPD: Podana ścieżka '%s' nie istnieje."
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "Ogólne"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, fuzzy, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
+msgstr "Podany plik ppd '%s' nie może zostać otwarty do czytania."
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "nazwa drukarki"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr "Wymagany plik tymczasowy '%s' nie może zostać otwarty do zapisu."
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Wybierz poddrzewo do umieszczenia konta."
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, 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"
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "Szczegóły"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
+msgstr "Zagnieżdżone grupy nie są wspierane!"
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr "Lokalizacja drukarki"
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
+msgstr "Nazwa grupy nie jest unikalna"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
-msgstr "Użytkownicy którzy mogą używać tej drukarki"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr "Wartości symboliczne nie są jeszcze wspierane!"
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Użytkownicy"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
+msgstr "Opcje zagnieżdżone nie są wspierane!"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr "Dodaj użytkownika"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr "PickMany nie jest jeszcze obsługiwany"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
-msgstr "Dodaj grupę"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr "Użytkownicy, którzy mogą administrować tą drukarką"
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr "Administratorzy"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "Sterownik drulkarki"
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "żaden"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "Wybierz"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "Informacja o systemie"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "Nowy sterownik"
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr "Wgraj"
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "Pamięć"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "Lista aplikacji"
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "Adres MAC"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "Ta tabela wyświetla wszystkie aplikacje w wybranym drzewie."
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "Wsparcie dla USB"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Nazwa aplikacji"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "Status systemu"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Departament"
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
-msgstr "Numer inwentarza"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Wyświetl użytkowników pasujących"
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "Ostatnie logowanie"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Aplikacja"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "Urządzenia sieciowe"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "kopiuj"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "Urządzenia IDE"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "wytnij"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "Urządzenia SCSI"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr "Wklej"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "Stacja dyskietek"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "wytnij"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "Stacja CDROM"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "Wytnij ten obiekt"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "Karta dźwiękowa"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "kopiuj"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Włączony od"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "Kopiuj ten obiekt"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "Zużycie procesora"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "edytuj"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "Zużycie pamięci"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "Edytuj ten obiekt"
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Zużycie SWAP"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "Usuń ten obiekt"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "Usłoga SSH"
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Osadzone aplikacje"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "Usługa Skanowania"
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+#, fuzzy
+msgid "Number of listed departments"
+msgstr "Nazwa departamentu"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "Usługa dźwięku"
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Zarządzanie aplikacją"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Wyświetl nazwę"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy
-msgid "PPD manager error"
-msgstr "Menedżer LDAP"
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "Wyświetlana nazwa aplikacji (pod ikoną)"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "Manager PPD: Podana ścieżka '%s' nie istnieje."
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "Ścieżka i/lub nazwa binarium aplikacji"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, fuzzy, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr "Podany plik ppd '%s' nie może zostać otwarty do czytania."
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr "Wybierz poddrzewo do umieszczenia aplikacji"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
-msgstr "Wymagany plik tymczasowy '%s' nie może zostać otwarty do zapisu."
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Ikona"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, 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"
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Aktualizuj"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
-msgstr "Zagnieżdżone grupy nie są wspierane!"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "Przeładuj obrazek z LDAP"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
-msgstr "Nazwa grupy nie jest unikalna"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Usuń obrazek"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr "Wartości symboliczne nie są jeszcze wspierane!"
+#: admin/applications/generic.tpl:81
+#, fuzzy
+msgid "Remove picture from LDAP"
+msgstr "Przeładuj obrazek z LDAP"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr "Opcje zagnieżdżone nie są wspierane!"
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Tylko wykonywalne dla członków"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr "PickMany nie jest jeszcze obsługiwany"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Podmień konfigurację użytkownika na starcie"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Utwórz ikonę na desktopie członka"
 
-#: admin/systems/ppd/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Utwórz wpis w menu startowym członka"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr "Wybierz obiekty do dodania"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "Utwórz wpis w pasku uruchamiania członka"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr "Wyświetl obiekty pasujące"
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "Skrypt"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
-msgstr "Zamknij"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Import"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "Sterownik drulkarki"
+#: admin/applications/generic.tpl:140
+msgid "Download"
+msgstr "Ściągnij"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "Wybierz"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Aplikacje"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "Nowy sterownik"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "aplikacja"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, fuzzy
-msgid "PPD error"
-msgstr "Serwer LDAP"
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "brak przykładu"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/applications/class_applicationGeneric.inc:264
 #, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "Nie można otworzyć pliku '%s'."
-
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
+msgid "Cannot remove application - 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'"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/applications/class_applicationGeneric.inc:368
 #, fuzzy
-msgid "file is empty"
-msgstr "Usuń ten obiekt"
+msgid "no read permission"
+msgstr "Uprawnienia"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
+msgstr ""
+
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr ""
+
+#: admin/applications/class_applicationGeneric.inc:382
 #, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "Nie można otworzyć pliku '%s'."
+msgid "cannot save image to '%s'"
+msgstr "Nie można zapisać pliku '%s'."
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid "Overwrite existing PPD"
-msgstr "Zastąp istniejący wpis"
+msgid "Execute path"
+msgstr "Uruchom"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "Ustawienia Aplikacji"
+
+#: admin/applications/class_applicationGeneric.inc:576
 #, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr "Istnieje już plik ppd dla tego rodzaju drukarki."
+msgid "Application generic"
+msgstr "Nazwa aplikacji"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
-msgstr "Sekcja"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr "Flaga"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
-msgstr "Tak"
+#: admin/applications/class_applicationGeneric.inc:591
+msgid "Script content"
+msgstr "Zawartość skryptu"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
-msgstr "Nie"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Usuń opcje"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr "PickMany nie jest jeszcze obsługiwany"
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
+#, fuzzy
+msgid "parameter"
+msgstr "Parametr"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Utwórz opcje"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Zmienna"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "Wybór ppd drukarki."
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "Domyślna wartość"
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Urządzenia"
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Dodaj opcję"
 
-#: admin/devices/class_deviceManagement.inc:8
-#, fuzzy
-msgid "Manage devices"
-msgstr "Urządzenie skanujące"
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "Parametr"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
+#: admin/applications/class_applicationParameters.inc:229
 #, fuzzy
-msgid "device"
-msgstr "Urządzenie"
+msgid "Parameter configuration"
+msgstr "Konfiguracja bazy FAX"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
+#: admin/applications/class_applicationParameters.inc:237
 #, fuzzy
-msgid "List of defined devices"
-msgstr "Lista urządzeń"
+msgid "Application parameter settings"
+msgstr "Parametr aplikacji"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr "Nazwa urządzenia"
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
+msgstr "Gałęzie"
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
-msgstr "Wyświetl pasujące urządzenia"
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
+msgstr "Obecne wydanie"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
-msgstr "Urządzenie"
+#: admin/applications/remove.tpl:6 admin/mimetypes/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."
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Nazwa departamentu"
+msgid "Folder"
+msgstr "Filtry"
 
-#: admin/devices/deviceGeneric.tpl:32
-#, fuzzy
-msgid "Device type"
-msgstr "Nazwa urządzenia"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "Przesuń w górę"
 
-#: admin/devices/deviceGeneric.tpl:35
-#, fuzzy
-msgid "Choose the device type"
-msgstr "Proszę wybrać typ telefonu"
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "Przesuń w dół"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr "Numer seryjny"
+#: admin/groups/apps/app_list.tpl:114
+#, fuzzy
+msgid "Entry"
+msgstr "Edycja pozycji"
 
-#: admin/devices/deviceGeneric.tpl:45
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "(iSerial)"
-msgstr "Szeregowy"
+msgid "add to"
+msgstr "Dodaj opcję"
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
 #, fuzzy
-msgid "Vendor-ID"
-msgstr "ID Dostawcy"
+msgid "Add selected applications to this folder."
+msgstr "Wybrana aplikacja nie posiada opcji."
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "(idVendor)"
-msgstr "ID Dostawcy"
+msgid "Separator"
+msgstr "Wstaw separator"
 
-#: admin/devices/deviceGeneric.tpl:60
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "Product-ID"
-msgstr "ID Produktu"
+msgid "Add a separator to this folder."
+msgstr "Wybrana aplikacja nie posiada opcji."
 
-#: admin/devices/deviceGeneric.tpl:60
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "(idProduct)"
-msgstr "ID Produktu"
+msgid "Add application extension"
+msgstr "Dodaj aplikację"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:276
+#, fuzzy
+msgid "Application extension disabled. You can enable it by clicking below."
+msgstr "Rozszerzenie środowiska wyłączone. Można je włączyć klikając poniżej."
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/class_groupApplication.inc:280
 #, fuzzy
-msgid "Harddisk"
-msgstr "Nowy dysk twardy"
+msgid "Remove application extension"
+msgstr "Usuń aplikacje"
 
-#: admin/devices/class_deviceGeneric.inc:30
+#: admin/groups/apps/class_groupApplication.inc:281
 #, fuzzy
-msgid "USB stick"
-msgstr "sticky"
+msgid "Application extension enabled. You can disable it by clicking below."
+msgstr "Rozszerzenie środowiska włączone. Można je wyłączyć klikając poniżej."
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Wróć"
 
-#: admin/devices/class_deviceGeneric.inc:95
-#, fuzzy
-msgid "iSerial"
-msgstr "Szeregowy"
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "departament"
 
-#: admin/devices/class_deviceGeneric.inc:98
-#, fuzzy
-msgid "Serial"
-msgstr "Szeregowy"
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
+msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:101
-#, fuzzy
-msgid "Vender ID"
-msgstr "ID Dostawcy"
+#: admin/groups/apps/class_groupApplication.inc:1170
+msgid "Group applications"
+msgstr "Grupa aplikacje"
 
-#: admin/devices/class_deviceGeneric.inc:237
-#, fuzzy
-msgid "Device generic"
-msgstr "Nazwa serwera"
+#: admin/groups/apps/class_groupApplication.inc:1179
+msgid "Application parameter"
+msgstr "Parametr aplikacji"
 
-#: admin/devices/remove.tpl:6
+#: admin/groups/apps/edit_entry.tpl:8
 #, fuzzy
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+msgid "Folder image"
+msgstr "Strona kodowa"
+
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
 msgstr ""
-"To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, "
-"gdyż nie ma operacji powrotu."
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "Device management"
-msgstr "Zarządzanie"
+msgid "None"
+msgstr "żaden"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "Natychmiastowe uaktualnienie"
+#: admin/groups/apps/edit_entry.tpl:24
+#, fuzzy
+msgid "Upload image"
+msgstr "Wgraj"
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "Zaplanowana aktualizacja"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
+msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/edit_entry.tpl:33
 #, fuzzy
-msgid "Wake"
-msgstr "Zbudź"
-
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
-msgstr "System"
+msgid "Reset"
+msgstr "ustaw"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
-msgid "System group"
-msgstr "Grupa systemowa"
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Opcje aplikacji"
 
-#: admin/ogroups/goto/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."
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+msgid "List of defined mime types"
+msgstr "Lista zdefiniowanych typów mime"
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
 #: admin/mimetypes/class_divListMimeTypes.inc:59
 #: admin/mimetypes/class_divListMimeTypes.inc:175
 #: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 msgid "Mime type"
 msgstr "Typ mime"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-msgid "Please enter a name for the mime type here"
-msgstr "Proszę podać nazwę typu mime"
-
-#: admin/mimetypes/paste_generic.tpl:24
-msgid "Please specify a description for this mime type here"
-msgstr "Proszę podać opis dla tego typu mime"
+#: admin/mimetypes/class_divListMimeTypes.inc:66
+msgid "Display mime types matching"
+msgstr "Wyświetl pasujące typy mime"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
+#: admin/mimetypes/class_divListMimeTypes.inc:310
 #, fuzzy
-msgid "File pattern"
-msgstr "Wzorce pliku"
+msgid "Number of listed mimetypes"
+msgstr "Lista zdefiniowanych typów mime"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
-msgid "Mime type generic"
-msgstr "Typ mime podstawowy"
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
+msgid "Mimetype management"
+msgstr "Zarządzanie typami mime"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
-msgid "Mime types"
-msgstr "Typy mime"
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
+msgid "Please enter a name for the mime type here"
+msgstr "Proszę podać nazwę typu mime"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
 msgid "Mime group"
 msgstr "Grupa mime"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-msgid "Left click action"
-msgstr "Akcja lewego kliknięcia"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-msgid "File patterns"
-msgstr "Wzorce pliku"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-msgid "Embedded applications"
-msgstr "Osadzone aplikacje"
-
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-msgid "Manage mime types"
-msgstr "Zarządzaj typami mime"
-
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-msgid "Mimetype management"
-msgstr "Zarządzanie typami mime"
-
 #: admin/mimetypes/generic.tpl:26
 msgid "Categorize this mime type"
 msgstr "Skategoryzuj ten typ mime"
@@ -3193,6 +3224,11 @@ msgstr "Aktualizuj ikonę typu mime"
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+msgid "File patterns"
+msgstr "Wzorce pliku"
+
 #: admin/mimetypes/generic.tpl:105
 msgid "Please specify a new file pattern"
 msgstr "Proszę podać nowy wzorzec pliku"
@@ -3225,473 +3261,548 @@ msgstr "Pokaż plik w zewnętrznej przeglądarce"
 msgid "Ask whether to save to local disk"
 msgstr "Pytaj czy zapisać na dysk"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
-msgid "List of defined mime types"
-msgstr "Lista zdefiniowanych typów mime"
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
+msgid "Mime types"
+msgstr "Typy mime"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
-msgid "Display mime types matching"
-msgstr "Wyświetl pasujące typy mime"
+#: admin/mimetypes/class_mimetypeManagement.inc:25
+msgid "Manage mime types"
+msgstr "Zarządzaj typami mime"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Lista zdefiniowanych typów mime"
+msgid "File pattern"
+msgstr "Wzorce pliku"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
-#, fuzzy
-msgid "Software update"
-msgstr "Natychmiastowe uaktualnienie"
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
+msgid "Mime type generic"
+msgstr "Typ mime podstawowy"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
-#, fuzzy
-msgid "software update"
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+msgid "Left click action"
+msgstr "Akcja lewego kliknięcia"
+
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+msgid "Embedded applications"
+msgstr "Osadzone aplikacje"
+
+#: admin/mimetypes/paste_generic.tpl:24
+msgid "Please specify a description for this mime type here"
+msgstr "Proszę podać opis dla tego typu mime"
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
 msgstr "Natychmiastowe uaktualnienie"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
-#, fuzzy
-msgid "Time schedule"
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr "Zaplanowana aktualizacja"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "Analiza systemu"
+msgid "Wake"
+msgstr "Zbudź"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
+msgstr "System"
+
+#: admin/ogroups/goto/class_termgroup.inc:299
+msgid "System group"
+msgstr "Grupa systemowa"
+
+#: admin/ogroups/goto/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."
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Urządzenia"
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr "Nazwa urządzenia"
+
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Status"
-msgstr "Startup"
+msgid "Device management"
+msgstr "Zarządzanie"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/devices/class_deviceManagement.inc:8
 #, fuzzy
-msgid "Result"
-msgstr "Rozdzielczość"
+msgid "Manage devices"
+msgstr "Urządzenie skanujące"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
 #, fuzzy
-msgid "Target"
-msgstr "Kodowanie"
+msgid "device"
+msgstr "Urządzenie"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:29
+#, fuzzy
+msgid "USB stick"
+msgstr "sticky"
+
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#: admin/devices/class_deviceGeneric.inc:94
+#, fuzzy
+msgid "iSerial"
+msgstr "Szeregowy"
+
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Lock"
-msgstr "Zablokowane"
+msgid "Serial"
+msgstr "Szeregowy"
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#: admin/devices/class_deviceGeneric.inc:100
 #, fuzzy
-msgid "Abort installation"
-msgstr "Stacja robocza"
+msgid "Vendor ID"
+msgstr "ID Dostawcy"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr "Urządzenie"
+
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "Activate"
-msgstr "Aktywne"
+msgid "Device generic"
+msgstr "Nazwa serwera"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
 #, fuzzy
-msgid "Use"
-msgstr "Użytkownik"
+msgid "List of defined devices"
+msgstr "Lista urządzeń"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr "Wyświetl pasujące urządzenia"
+
+#: admin/devices/class_divListDevices.inc:278
 #, fuzzy
-msgid "Targets"
-msgstr "Udziały"
+msgid "Number of listed devices"
+msgstr "Nazwa departamentu"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
+#: admin/devices/remove.tpl:6
+#, fuzzy
 msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+"This may be used by several users/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."
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "System / Department"
-msgstr "Departament"
+msgid "Device type"
+msgstr "Nazwa urządzenia"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Display server"
-msgstr "Urządzenie wyświetlające"
+msgid "Choose the device type"
+msgstr "Proszę wybrać typ telefonu"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
-#, fuzzy
-msgid "Display workstation"
-msgstr "Stacja robocza Windows"
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr "Numer seryjny"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display object groups"
-msgstr "Wyświetl obiekty pasujące"
+msgid "(iSerial)"
+msgstr "Szeregowy"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
-msgstr ""
+#: admin/devices/deviceGeneric.tpl:53
+#, fuzzy
+msgid "Vendor-ID"
+msgstr "ID Dostawcy"
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
+#: admin/devices/deviceGeneric.tpl:53
 #, fuzzy
-msgid "Object group"
-msgstr "Proszę wybrać grupę obiektów"
+msgid "(idVendor)"
+msgstr "ID Dostawcy"
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: admin/devices/deviceGeneric.tpl:60
 #, fuzzy
-msgid "Progress"
-msgstr "Właściwości"
+msgid "Product-ID"
+msgstr "ID Produktu"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
-msgstr ""
+#: admin/devices/deviceGeneric.tpl:60
+#, fuzzy
+msgid "(idProduct)"
+msgstr "ID Produktu"
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Start a system"
-msgstr "System"
+msgid "Script name"
+msgstr "Nazwa skryptu"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Środowisko"
+
+#: personal/environment/class_environment.inc:137
+#, fuzzy, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
+msgstr "Brak snapshot'u który mógłby zostać odtworzony"
+
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "automatycznie"
+
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Nie można otworzyć pliku '%s'."
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "wyłączone"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
-#, fuzzy
-msgid "Month"
-msgstr "Ścieżka montowania"
+#: personal/environment/class_environment.inc:333
+#, fuzzy, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr ""
+"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
+"'brak'."
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:337
+#, fuzzy, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
 msgstr ""
+"Wybrany profil kiosk '%s' nie jest już dostępny, ustawiam aktualny profil na "
+"'brak'."
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
-#, fuzzy
-msgid "Minute"
-msgstr "Drukarka"
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr "Skrypty logowania"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Second"
-msgstr "Sekcja"
-
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
-msgstr ""
+msgid "Share"
+msgstr "Udziały"
 
-#: addons/goto/events/class_DaemonEvent.inc:117
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
 #, fuzzy
-msgid "This job has no template."
-msgstr "Ten 'dn' nie posiada cech terminala."
+msgid "Used by all users"
+msgstr "ACL jest prawidłowy dla wszystkich użytkowników"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Dodaj"
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "Zresetuj hash hasła"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "Usuń wpis udziału"
+
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
+msgid "Profile quota"
+msgstr "Quota profilu"
+
+#: personal/environment/class_environment.inc:1121
 #, fuzzy
-msgid "Available targets"
-msgstr "Dostępne aplikacje"
+msgid "environment"
+msgstr "Środowisko"
+
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "grupuj udział"
+
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "Administrator"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Domyślna drukarka"
+
+#: personal/environment/class_environment.inc:1740
+msgid "Environment settings"
+msgstr "Ustawienia środowiska"
+
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Moje konto "
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
+msgstr "Polecenie do rozszerzenia listy możliwych rozdzielczości ekranu"
+
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "Rozdzielczość zmienialna podczas pracy"
+
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "Buforu profil lokalnie"
+
+#: personal/environment/class_environment.inc:1756
+msgid "Profile server"
+msgstr "Serwer profili"
+
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "Skrypt logowania"
+
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "Urządzenia Hotplug"
+
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "Ustawienia środowiska użytkownika"
 
-#: addons/goto/class_target_list.inc:69
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Object name"
-msgstr "Nazwa urządzenia"
+msgid "Please select a printer!"
+msgstr "Proszę wybrać prawidłowy plik"
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "Proszę wybrać grupę obiektów"
+msgid "Please select a hotplug device!"
+msgstr "Proszę wybrać prawidłowy plik"
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Show object groups"
-msgstr "Proszę wybrać grupę obiektów"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "Dodaj urządzenie drukujące"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
+msgstr "Wyświetl drukarki pasujące"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "Serwer Swap"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
+msgstr "Wyrażenie regularne do dopasowania nazw drukarek"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Stacja robocza Windows"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
+msgstr "Zarządzanie skryptami logowania"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Stacja robocza Windows"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "Ustawienia skryptu logowania"
 
-#: addons/goto/class_target_list.inc:75
-#, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew"
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "Nazwa skryptu"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "Priorytet"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "Flagi skryptu logowania"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
+msgstr "Ostatni skrypt"
 
-#: addons/goto/class_target_list.inc:83
-#, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Wyrażenie regularne dla dopasowania nazw członków"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "Skrypt może być zmieniony przez użytkownika"
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "Dodaj urządzenia hotplug"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "Zarządzanie Hotplug"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "Wybierz urządzenie hotplug do dodania"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-#, fuzzy
-msgid "System deployment"
-msgstr "Typ systemu"
+#: personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "Wybierz departament na którym będzie wyszukiwanie"
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "Uprawnienia"
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "Wyrażenie regularne dla dopasowania hotplug"
 
-#: addons/goto/class_gotomasses.inc:289
-#, fuzzy
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr ""
-"To menu umożliwia tworzenie, usuwanie oraz edycję ustawień repozytorium."
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "Rozszerzenie Środowisko jest obecnie wyłączone"
 
-#: addons/goto/class_gotomasses.inc:290
-#, fuzzy
-msgid "List of queued jobs"
-msgstr "Lista urządzeń"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profile"
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "Przeinstaluj"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
+msgstr "Ustawienia zarządzania Środowiskiem"
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "Wklej"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr "Użyj zarządzania profilami"
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "Inicjały"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr "Ścieżka profili"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "MB"
 
-#: addons/goto/class_gotomasses.inc:337
-#, fuzzy
-msgid "Schedule"
-msgstr "Zaplanowana aktualizacja"
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
+msgstr "Zarządzanie profilami"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
+msgstr "Zarządzanie serwerem profili"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
+msgstr "Quota profili"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
+msgstr "Ustawienia profilu Kiosk"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:136
+msgid "Profile"
+msgstr "Profile"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:153
+msgid "Manage"
+msgstr "Zarządzaj"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
-msgstr ""
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
+msgstr "Użytkownik łączył się do tego udziału"
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "Ostrzeżenie"
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr "Wybierz udział"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
-msgstr ""
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
+msgstr "Ścieżka montowania"
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
+msgstr "Ustawienia urządzeń Hotplug"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
+msgstr "Ustawienia drukarki"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
+msgstr "Przełącz admin"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
+msgstr "Przełącz domyślne"
+
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Natychmiastowe uaktualnienie"
+
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Środowisko"
+
+#, fuzzy
+#~ msgid "Missing FAI plugin extension!"
+#~ msgstr "Dodaj rozszerzenie drukarki"
+
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Nowy dysk twardy"
 
 #~ msgid ""
 #~ "You have specified an external resolution hook which can't be read, "
@@ -3938,19 +4049,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Zapisz"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr ""
-#~ "Rozszerzenie środowiska wyłączone. Można je włączyć klikając poniżej."
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr ""
-#~ "Rozszerzenie środowiska włączone. Można je wyłączyć klikając poniżej."
-
-#~ msgid "Back"
-#~ msgstr "Wróć"
-
 #~ msgid "LDAP Service"
 #~ msgstr "Usługa LDAP"
 
@@ -4241,10 +4339,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "Brak uprawnień do usunięcia tej bloklisty."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Wybierz"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "tekst"
@@ -4467,9 +4561,6 @@ msgstr ""
 #~ msgid "Delete entry"
 #~ msgstr "Usuń wpis"
 
-#~ msgid "Insert seperator"
-#~ msgstr "Wstaw separator"
-
 #~ msgid "This application is no longer available."
 #~ msgstr "Ta aplikacja nie jest już dostępna."
 
index fc41fd0059fae52ebaf7b93623d02e0fca09d2ff..24b9318efb95c79c57a79a450a3917f2b884fedf 100644 (file)
@@ -5,7 +5,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\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"
@@ -14,135 +14,161 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: poEdit 1.3.1\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "Окружение"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
-msgid "This does something"
-msgstr "Что-то будет"
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#, fuzzy
+msgid "Available targets"
+msgstr "Доступные приложения"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "Предупреждение"
+#: addons/goto/class_target_list.inc:69
+#, fuzzy
+msgid "Object name"
+msgstr "Имя сервера"
 
-#: personal/environment/class_environment.inc:137
-#, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr ""
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Select to see object groups"
+msgstr "Объект группы"
 
-#: personal/environment/class_environment.inc:210
+#: addons/goto/class_target_list.inc:72
 #, fuzzy
-msgid "auto"
-msgstr "Отношение"
+msgid "Show object groups"
+msgstr "Объект группы"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
+msgid "Select to see servers"
+msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "УдалиÑ\82Ñ\8c"
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "оÑ\82клÑ\8eÑ\87ен"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Рабочая станция Windows"
+
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "Искать в поддеревьях"
+
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
 msgstr ""
 
-#: personal/environment/class_environment.inc:329
-#, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
 
-#: personal/environment/class_environment.inc:333
-#, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
 msgstr ""
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:83
+#, fuzzy
+msgid "Regular expression for matching group names"
+msgstr "Регулярное выражение, соответствующее именам пользователей"
+
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "Ветка"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
 #, fuzzy
-msgid "Permission error"
-msgstr "Права для членов группы"
+msgid "Submit department"
+msgstr "Показать подразделения"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
 msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "Сервер"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "Рабочая станция"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "Объект группы"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -150,1475 +176,1450 @@ msgstr ""
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr ""
 
-#: personal/environment/class_environment.inc:639
-#, fuzzy
-msgid "Share"
-msgstr "сброс"
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Mount point"
-msgstr "Мониторинг"
-
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
-msgstr ""
+msgid "System deployment"
+msgstr "Системы"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
+msgid "This does something"
+msgstr "Что-то будет"
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
+#: addons/goto/class_gotomasses.inc:183
 #, fuzzy
-msgid "Reset password hash"
-msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c"
+msgid "Permission"
+msgstr "Ð\9fÑ\80ава Ð´Ð»Ñ\8f Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
 
-#: personal/environment/class_environment.inc:758
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
 #, fuzzy
-msgid "Delete share entry"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Service infrastructure"
+msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
 
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
+#: addons/goto/class_gotomasses.inc:290
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
 msgstr ""
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: addons/goto/class_gotomasses.inc:291
 #, fuzzy
-msgid "LDAP error"
-msgstr "LDAP-сервер"
+msgid "List of queued jobs"
+msgstr "Список пользователей"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-#, fuzzy
-msgid "Profile quota"
-msgstr "Путь к профилю"
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "Действия"
+
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "Создать"
+
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "Удалить"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "environemnt"
-msgstr "Окружение"
+msgid "Resume"
+msgstr "сброс"
 
-#: personal/environment/class_environment.inc:1296
+#: addons/goto/class_gotomasses.inc:308
 #, fuzzy
-msgid "group share"
-msgstr "гÑ\80Ñ\83ппÑ\8b"
+msgid "Pause"
+msgstr "Ð\94аÑ\82а"
 
-#: personal/environment/class_environment.inc:1332
+#: addons/goto/class_gotomasses.inc:309
 #, fuzzy
-msgid "Administrator"
-msgstr "Ð\90дминиÑ\81Ñ\82Ñ\80иÑ\80ование"
+msgid "Abort"
+msgstr "Ð\9eÑ\82Ñ\87еÑ\81Ñ\82во"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "Принтер по умолчанию"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "Выполнить"
 
-#: personal/environment/class_environment.inc:1736
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
 #, fuzzy
-msgid "Environment settings"
-msgstr "Почтовые настройки пользователя"
+msgid "Reload"
+msgstr "чтение"
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "Моя учетная запись"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "сброс"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "Выберите режим терминала"
 
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
+#, fuzzy
+msgid "Status"
+msgstr "Запуск"
+
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "Действие"
+
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1752
-#, fuzzy
-msgid "Profile server"
-msgstr "Сервер для хранения запросов и временных файлов"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "Разрешение"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-#, fuzzy
-msgid "Hotplug devices"
-msgstr "Дисковод"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-#, fuzzy
-msgid "Shares"
-msgstr "сброс"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "Изменить"
 
-#: personal/environment/selectPrinterDialog.tpl:1
+#: addons/goto/class_gotomasses.inc:433
 #, fuzzy
-msgid "Add printer devcies"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
+msgid "Waiting"
+msgstr "Ð\9fÑ\80едÑ\83пÑ\80еждение"
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: addons/goto/class_gotomasses.inc:439
 #, fuzzy
-msgid "Select printer to add"
-msgstr "Выбрать номера для добавления"
-
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "Фильтры"
+msgid "Processed"
+msgstr "Свойства"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "Выбрать раздел, для которого будет осуществлен поиск"
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: addons/goto/class_gotomasses.inc:454
 #, fuzzy
-msgid "Select to search within subtrees"
-msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
+msgid "Detection"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-#, fuzzy
-msgid "Search in subtrees"
-msgstr "Искать в поддеревьях"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:48
-#, fuzzy
-msgid "Display printers matching"
-msgstr "Показать совпадения номеров"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-#, fuzzy
-msgid "Regular expression for matching printer names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-#, fuzzy
-msgid "Logon script management"
-msgstr "Управление системами"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-#, fuzzy
-msgid "Logon script settings"
-msgstr "Атрибуты UNIX"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-#, fuzzy
-msgid "Skript name"
-msgstr "Список"
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
-msgid "Description"
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
+msgid "Description"
 msgstr "Описание"
 
-#: personal/environment/logonManagement.tpl:24
-#, fuzzy
-msgid "Priority"
-msgstr "Порт"
-
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr ""
-
-#: personal/environment/logonManagement.tpl:38
-msgid "Last script"
-msgstr ""
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "Предупреждение"
 
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
+#, fuzzy
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
 msgstr ""
+"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
+"нажмите <i>Отмена</i>."
 
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
 #, fuzzy
-msgid "Script"
-msgstr "Путь к сценариям"
-
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "Импортировать"
+msgid "Time schedule"
+msgstr "Выберите режим терминала"
 
-#: personal/environment/hotplugDialog.tpl:1
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
 #, fuzzy
-msgid "Add hotplug devices"
-msgstr "Ð\94иÑ\81ковод"
+msgid "System list"
+msgstr "СиÑ\81Ñ\82емнÑ\8bе Ð¶Ñ\83Ñ\80налÑ\8b"
 
-#: personal/environment/hotplugDialog.tpl:5
-#, fuzzy
-msgid "Hotplug management"
-msgstr "Управление подразделениями"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:10
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
 #, fuzzy
-msgid "Select hotplug device to add"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Progress"
+msgstr "СвойÑ\81Ñ\82ва"
 
-#: personal/environment/hotplugDialog.tpl:34
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
 #, fuzzy
-msgid "Choose the department the search will be based    on"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f ÐºÐ¾Ñ\82оÑ\80ого Ð±Ñ\83деÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влен Ð¿Ð¾Ð¸Ñ\81к"
+msgid "Result"
+msgstr "РазÑ\80еÑ\88ение"
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "Фильтр"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:48
-#, fuzzy
-msgid "Regular expression for        matching hotplugs"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+msgid "Lock"
+msgstr ""
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
 msgstr ""
 
-#: personal/environment/environment.tpl:11
+#: addons/goto/events/class_DaemonEvent.inc:117
 #, fuzzy
-msgid "Profiles"
-msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
+msgid "This job has no template."
+msgstr "ЭÑ\82о DN Ð½Ðµ Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ñ\82еÑ\80миналÑ\83."
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-#, fuzzy
-msgid "Environment managment settings"
-msgstr "Почтовые настройки пользователя"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-#, fuzzy
-msgid "Use profile managment"
-msgstr "Управление системами"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "Добавить"
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-#, fuzzy
-msgid "Profil path"
-msgstr "Путь к профилю"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "Выключить"
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "Мб"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "Перезагрузить"
 
-#: personal/environment/environment.tpl:44
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
 #, fuzzy
-msgid "Profile managment"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+msgid "Activate"
+msgstr "Ð\9bиÑ\87нÑ\8bй"
 
-#: personal/environment/environment.tpl:59
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
 #, fuzzy
-msgid "Profile server managment"
-msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
+msgid "Abort installation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f"
 
-#: personal/environment/environment.tpl:83
+#: addons/goto/events/target_list.tpl:5
 #, fuzzy
-msgid "Profil quota"
-msgstr "Путь к профилю"
+msgid "Use"
+msgstr "Пользователь"
 
-#: personal/environment/environment.tpl:113
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
 #, fuzzy
-msgid "Kiosk profile settings"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+msgid "Close"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c"
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "Сервер"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
+msgstr ""
 
-#: personal/environment/environment.tpl:136
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
 #, fuzzy
-msgid "Profile"
-msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
+msgid "Subject"
+msgstr "УдалиÑ\82Ñ\8c"
 
-#: personal/environment/environment.tpl:153
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
 #, fuzzy
-msgid "Manage"
-msgstr "Ð\9dазвание"
+msgid "Message"
+msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð°Ð¼Ñ\8fÑ\82и"
 
-#: personal/environment/environment.tpl:211
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
 #, fuzzy
-msgid "User used to connect to the share"
-msgstr "Выберите способ подключения к серверу терминалов"
+msgid "Targets"
+msgstr "сброс"
 
-#: personal/environment/environment.tpl:214
-#, fuzzy
-msgid "Select a share"
-msgstr "Выберите, чтобы просмотреть серверы"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
 
-#: personal/environment/environment.tpl:222
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
 #, fuzzy
-msgid "Mount path"
-msgstr "Контакт"
-
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "Удалить"
+msgid "System / Department"
+msgstr "Подразделение"
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "Изменить"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+#, fuzzy
+msgid "Display server"
+msgstr "Устройство отображения"
 
-#: personal/environment/environment.tpl:284
+#: addons/goto/events/class_EventTargetAddList.inc:74
 #, fuzzy
-msgid "Hotplug device settings"
-msgstr "Ð\94иÑ\81ковод"
+msgid "Display workstation"
+msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
 
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "Принтер"
+#: addons/goto/events/class_EventTargetAddList.inc:75
+#, fuzzy
+msgid "Display object groups"
+msgstr "Показать совпадения объектов"
 
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-#, fuzzy
-msgid "Printer settings"
-msgstr "Настройки телефона"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
 #, fuzzy
-msgid "Toggle admin"
-msgstr "Ð\9bиÑ\87наÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86ия"
+msgid "Display users"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¾Ñ\82обÑ\80ажения"
 
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
 #, fuzzy
-msgid "Toggle default"
-msgstr "по Ñ\83молÑ\87аниÑ\8e"
+msgid "Display groups"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð¾Ð±Ñ\8aекÑ\82ов"
 
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "Фамилия"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "Пользователь"
 
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "Список"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "Группа"
 
-#: personal/environment/class_selectPrinterDialog.inc:107
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
 #, fuzzy
-msgid "Please select a printer!"
-msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
+msgid "Software update"
+msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
 
-#: personal/environment/main.inc:121
-#, fuzzy
-msgid "User environment settings"
-msgstr "Почтовые настройки пользователя"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr ""
 
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "Ð\9fÑ\80иложениÑ\8f"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "Ð\92еÑ\80нÑ\83Ñ\82Ñ\8c Ð² Ð¾Ð±Ñ\8bÑ\87нÑ\8bй Ñ\80ежим"
 
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
 #, fuzzy
-msgid "application"
-msgstr "пÑ\80иложениÑ\8f"
+msgid "Start a system"
+msgstr "СиÑ\81Ñ\82емÑ\8b"
 
-#: admin/applications/class_divListApplication.inc:31
-#, fuzzy
-msgid "List of Applications"
-msgstr "Список приложений"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:32
-#, fuzzy
-msgid "This table displays all applications in the selected tree."
-msgstr "Приложение с таким именем уже существует."
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "Приложение"
+#: addons/goto/events/timestamp_select.tpl:4
+#, fuzzy
+msgid "Month"
+msgstr "Контакт"
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "Подразделение"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "Действия"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "Ветка"
+#: addons/goto/events/timestamp_select.tpl:8
+#, fuzzy
+msgid "Minute"
+msgstr "Принтер"
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/timestamp_select.tpl:9
 #, fuzzy
-msgid "Submit department"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Second"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
 msgstr ""
 
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "Создать"
-
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "Приложение"
-
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: addons/goto/events/DaemonEvent_notify.tpl:7
 #, fuzzy
-msgid "Copy"
-msgstr "Ð\9aомпания"
+msgid "Message settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еля"
 
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: addons/goto/events/DaemonEvent_notify.tpl:33
 #, fuzzy
-msgid "Cut"
-msgstr "Выполнить"
+msgid "Target users"
+msgstr "сброс"
 
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: addons/goto/events/DaemonEvent_notify.tpl:40
 #, fuzzy
-msgid "Paste"
-msgstr "Дата"
+msgid "Target groups"
+msgstr "сброс"
 
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
 #, fuzzy
-msgid "cut"
-msgstr "Выполнить"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-#, fuzzy
-msgid "Cut this entry"
-msgstr "Редактиовать объект"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr ""
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-#, fuzzy
-msgid "Copy this entry"
-msgstr "Редактиовать объект"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-#, fuzzy
-msgid "edit"
-msgstr "Изменить"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-#, fuzzy
-msgid "Edit this entry"
-msgstr "Редактиовать объект"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-#, fuzzy
-msgid "delete"
-msgstr "Удалить"
+msgid "Rescan hardware"
+msgstr "Телефонное оборудование"
 
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
 #, fuzzy
-msgid "Delete this entry"
-msgstr "Удалить"
+msgid "Memory test"
+msgstr "Ð\9fамÑ\8fть"
 
-#: admin/applications/class_divListApplication.inc:295
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
 #, fuzzy
-msgid "Number of listed applications"
-msgstr "Ð\98Ñ\81полÑ\8cзÑ\83емÑ\8bе Ð¿Ñ\80иложениÑ\8f"
+msgid "System analysis"
+msgstr "СиÑ\81Ñ\82емнÑ\8bе Ð¶Ñ\83Ñ\80налÑ\8b"
 
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
 #, fuzzy
-msgid "Number of listed departments"
-msgstr "Ð\9fодÑ\80азделение"
+msgid "Configuration error"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80оиÑ\82Ñ\8c"
 
-#: admin/applications/class_applicationGeneric.inc:100
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
 #, fuzzy
-msgid "no example"
-msgstr "не полный"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr "У вас недостаточно прав для удаления этого группового объекта!"
+msgid "bit"
+msgstr "запись"
 
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "Права для членов группы"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
+msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
 msgstr ""
 
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "Удалить"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "Ð\92Ñ\8bполниÑ\82Ñ\8c"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
+msgstr "Ð\9aлиенÑ\82 ICA"
 
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "Выполнить"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "автоматически"
 
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
 #, fuzzy
-msgid "Application settings"
-msgstr "Параметры приложения"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr ""
-"Имя приложения, которое будет показано пользователям (например, под "
-"пиктограммами)"
+msgid "Bit"
+msgstr "запись"
 
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "Общее"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "Это DN не соответствует терминалу."
 
-#: admin/applications/class_applicationGeneric.inc:576
+#: admin/systems/goto/class_terminalService.inc:364
 #, fuzzy
-msgid "Application generic"
-msgstr "Приложение"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "Пиктограмма"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr ""
+msgid "Unsupported"
+msgstr "Поддержка USB"
 
-#: admin/applications/class_applicationGeneric.inc:591
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
 #, fuzzy
-msgid "Script content"
-msgstr "Путь к сценариям"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "Разрешено для выполнения только членам группы"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "Помещать пиктограмму на рабочие столы членов группы"
+msgid "Choose the phone located at the current terminal"
+msgstr "Выбрать раздел, для хранения объекта"
 
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
 #, fuzzy
-msgid "Place entry in members launch bar"
-msgstr "Помещать членам группы соответствующий элемент в меню запуска"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "Помещать членам группы соответствующий элемент в меню запуска"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "Заменять настройки пользователя при запуске"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "Удалить параметры"
+msgid "LDAP error"
+msgstr "LDAP-сервер"
 
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
 #, fuzzy
-msgid "parameter"
-msgstr "Параметры загрузки"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "Создать параметры"
+msgid "VSync range"
+msgstr "Кадровая синхронизация"
 
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "Переменная"
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
+#, fuzzy
+msgid "HSync range"
+msgstr "Строчная синхронизация"
 
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "По умолчанию"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
+msgstr ""
 
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "Добавить параметр"
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+#, fuzzy
+msgid "unknown"
+msgstr "состояние неизвестно"
 
-#: admin/applications/class_applicationParameters.inc:228
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
 #, fuzzy
-msgid "Parameter"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð·Ð°Ð³Ñ\80Ñ\83зки"
+msgid "Service"
+msgstr "СеÑ\80виÑ\81Ñ\8b"
 
-#: admin/applications/class_applicationParameters.inc:229
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
 #, fuzzy
-msgid "Parameter configuration"
-msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
+msgid "Terminal service"
+msgstr "ТеÑ\80миналÑ\8cнÑ\8bй Ñ\81еÑ\80веÑ\80"
 
-#: admin/applications/class_applicationParameters.inc:237
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
 #, fuzzy
-msgid "Application parameter settings"
-msgstr "Ð\9fÑ\80иложение"
+msgid "Monitor"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
+#: admin/systems/goto/class_terminalService.inc:631
 #, fuzzy
-msgid "Branches"
-msgstr "Ð\9eÑ\82мена"
+msgid "Method"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
 
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-#, fuzzy
-msgid "Current release"
-msgstr "Текущий пароль"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "Удаленная рабочая станция"
 
-#: admin/applications/remove.tpl:6 admin/mimetypes/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
-"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
-"результаты этой операции."
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+#, fuzzy
+msgid "Gfx driver"
+msgstr "Сервер"
 
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/remove.tpl:9
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
 #, fuzzy
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr ""
-"Если вы уверены в своих действиях, нажмите на кнопку <i>Удалить</i>, иначе "
-"нажмите <i>Отмена</i>."
+msgid "Gfx resolution"
+msgstr "Разрешение"
 
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "Управление приложениями"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+#, fuzzy
+msgid "Gfx color depth"
+msgstr "Глубина цвета"
 
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "Отображаемое имя"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "Строчная синхронизация"
 
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "Путь и/или имя исполняемого файла приложения"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "Кадровая синхронизация"
 
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr "Выберите ветку, куда нужно поместить приложение"
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
+msgstr ""
 
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
+#: admin/systems/goto/class_terminalService.inc:639
 #, fuzzy
-msgid "Select a base"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
+msgid "Printer service enabled"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "Ð\9eбновиÑ\82Ñ\8c"
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "СеÑ\80веÑ\80 Ð´Ð»Ñ\8f Ñ\85Ñ\80анениÑ\8f Ð·Ð°Ð¿Ñ\80оÑ\81ов Ð¸ Ð²Ñ\80еменнÑ\8bÑ\85 Ñ\84айлов"
 
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "Обновить изображение с LDAP"
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
+#, fuzzy
+msgid "Scanner enabled"
+msgstr "отключен"
 
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "Удалить изображение"
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
+#, fuzzy
+msgid "Keyboard model"
+msgstr "Выберите модель клавиатуры"
 
-#: admin/applications/generic.tpl:81
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
 #, fuzzy
-msgid "Remove picture from LDAP"
-msgstr "Ð\9eбновиÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение Ñ\81 LDAP"
+msgid "Keyboard layout"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80аÑ\81кладкÑ\83"
 
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
+#, fuzzy
+msgid "Keyboard variant"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²Ð°Ñ\80ианÑ\82 Ñ\80аÑ\81кладки"
 
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
 #, fuzzy
-msgid "Upload"
-msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
+msgid "Mouse type"
+msgstr "Тип"
 
-#: admin/applications/generic.tpl:140
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
 #, fuzzy
-msgid "Download"
-msgstr "Ð\94омен"
+msgid "Mouse port"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "Телефонное оборудование"
+
+#: admin/systems/goto/printer.tpl:5
 #, fuzzy
-msgid "Release"
-msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
+msgid "General"
+msgstr "Ð\9eбÑ\89ее"
 
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "Имя принтера"
+
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "Выберите ветку для пользователя"
+
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
 #, fuzzy
-msgid "Folder"
-msgstr "ФилÑ\8cÑ\82ры"
+msgid "Select a base"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веры"
 
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
 msgstr ""
 
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
+#: admin/systems/goto/printer.tpl:46
 #, fuzzy
-msgid "Move down"
-msgstr "Ð\94омен"
+msgid "Printer location"
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "Редактиовать объект"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "URL принтера"
 
-#: admin/groups/apps/app_list.tpl:116
-#, fuzzy
-msgid "add to"
-msgstr "Добавить параметр"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "Драйвер"
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
 #, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
+msgid "Permissions"
+msgstr "Ð\9fÑ\80ава Ð´Ð»Ñ\8f Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
 
-#: admin/groups/apps/edit_entry.tpl:8
+#: admin/systems/goto/printer.tpl:89
 #, fuzzy
-msgid "Folder image"
-msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
+msgid "Users which are allowed to use this printer"
+msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¾Ð±Ñ\8aекÑ\82а!"
 
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
-msgstr ""
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
+msgstr "Пользователи"
 
-#: admin/groups/apps/edit_entry.tpl:14
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
 #, fuzzy
-msgid "None"
-msgstr "неÑ\82"
+msgid "Add user"
+msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
-#: admin/groups/apps/edit_entry.tpl:24
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
 #, fuzzy
-msgid "Upload image"
-msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
+msgid "Add group"
+msgstr "гÑ\80Ñ\83ппÑ\8b"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
-msgstr ""
+#: admin/systems/goto/printer.tpl:113
+#, fuzzy
+msgid "Users which are allowed to administrate this printer"
+msgstr "У вас недостаточно прав для удаления этого объекта!"
 
-#: admin/groups/apps/edit_entry.tpl:33
+#: admin/systems/goto/printer.tpl:115
 #, fuzzy
-msgid "Reset"
-msgstr "сброс"
+msgid "Admins"
+msgstr "DN администратора"
 
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "Параметры приложения"
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "Параметры загрузки"
+
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "LDAP-сервер"
 
-#: admin/groups/apps/class_groupApplication.inc:265
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Add application extension"
-msgstr "приложения"
+msgid "inherit from group"
+msgstr "Список групп"
+
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "Ядро для загрузки"
 
-#: admin/groups/apps/class_groupApplication.inc:270
-#, fuzzy
-msgid "Remove application extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ñ\80иложениÑ\8f"
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "Ð\94ополниÑ\82елÑ\8cнÑ\8bе Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
 
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-#, fuzzy
-msgid "back"
-msgstr "Назад"
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr ""
+"Введите любые дополнительные параметры, которые должны передаваться ядру во "
+"время загрузки"
 
-#: admin/groups/apps/class_groupApplication.inc:342
-#, fuzzy
-msgid "department"
-msgstr "подÑ\80азделениÑ\8f"
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "Ð\9cодÑ\83ли Ñ\8fдÑ\80а (Ñ\84оÑ\80маÑ\82: Ð¸Ð¼Ñ\8f Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b)"
 
-#: admin/groups/apps/class_groupApplication.inc:930
-msgid "Not available in release."
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
 msgstr ""
+"Укажите дополнительные модули, которые должны загружаться при запуске системы"
 
-#: admin/groups/apps/class_groupApplication.inc:1101
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
 #, fuzzy
-msgid "Group applications"
-msgstr "Показать приложения"
+msgid "Shares"
+msgstr "сброс"
 
-#: admin/groups/apps/class_groupApplication.inc:1110
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
 #, fuzzy
-msgid "Application parameter"
-msgstr "Ð\9fÑ\80иложение"
+msgid "Mountpoint"
+msgstr "Ð\9cониÑ\82оÑ\80инг"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
 #, fuzzy
-msgid "LDAP service"
-msgstr "LDAP-сервер"
+msgid "Please select a printer or press cancel."
+msgstr "Введите корректный номер телефона!"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:4
+#: admin/systems/goto/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "Клавиатура"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:7
+#: admin/systems/goto/workstationService.tpl:7
+#: admin/systems/ppd/printerPPDDialog.tpl:5
+msgid "Model"
+msgstr "Модель"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
-msgstr "Сервисы"
+#: admin/systems/goto/terminalService.tpl:10
+#: admin/systems/goto/workstationService.tpl:11
+msgid "Choose keyboard model"
+msgstr "Выберите модель клавиатуры"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
-#, fuzzy
-msgid "Ldap base"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+#: admin/systems/goto/terminalService.tpl:17
+#: admin/systems/goto/workstationService.tpl:19
+msgid "Layout"
+msgstr "РаÑ\81кладка"
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-#, fuzzy
-msgid "Edit share"
-msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
+#: admin/systems/goto/terminalService.tpl:20
+#: admin/systems/goto/workstationService.tpl:23
+msgid "Choose keyboard layout"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80аÑ\81кладкÑ\83"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:27
+#: admin/systems/goto/workstationService.tpl:31
+msgid "Variant"
+msgstr "Вариант"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:30
+#: admin/systems/goto/workstationService.tpl:35
+msgid "Choose keyboard variant"
+msgstr "Выберите вариант раскладки"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-#, fuzzy
-msgid "Volume"
-msgstr "Имя системы"
+#: admin/systems/goto/terminalService.tpl:45
+#: admin/systems/goto/workstationService.tpl:51
+msgid "Mouse"
+msgstr "Мышь"
 
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
 #: admin/systems/goto/terminalService.tpl:48
 #: admin/systems/goto/terminalService.tpl:138
 #: admin/systems/goto/workstationService.tpl:54
 #: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
 msgid "Type"
 msgstr "Тип"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:51
+#: admin/systems/goto/workstationService.tpl:58
+msgid "Choose mouse type"
+msgstr "Выберите тип мыши"
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-#, fuzzy
-msgid "Codepage"
-msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
+#: admin/systems/goto/terminalService.tpl:58
+#: admin/systems/goto/workstationService.tpl:66
+msgid "Port"
+msgstr "Ð\9fоÑ\80Ñ\82"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-#, fuzzy
-msgid "Option"
-msgstr "Параметры"
+#: admin/systems/goto/terminalService.tpl:61
+#: admin/systems/goto/workstationService.tpl:70
+msgid "Choose mouse port"
+msgstr "Выберите порт мыши"
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-#, fuzzy
-msgid "Time server"
-msgstr "СеÑ\80виÑ\81Ñ\8b"
+#: admin/systems/goto/terminalService.tpl:79
+#: admin/systems/goto/workstationService.tpl:89
+msgid "Telephone"
+msgstr "ТелеÑ\84он"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
-#, fuzzy
-msgid "Time service (NTP)"
-msgstr "СеÑ\80виÑ\81Ñ\8b"
+#: admin/systems/goto/terminalService.tpl:95
+#: admin/systems/goto/workstationService.tpl:107
+#: admin/systems/goto/info.tpl:73
+msgid "Graphic device"
+msgstr "Ð\92идеокаÑ\80Ñ\82а"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
-#, fuzzy
-msgid "Time service"
-msgstr "СеÑ\80виÑ\81ы"
+#: admin/systems/goto/terminalService.tpl:101
+#: admin/systems/goto/workstationService.tpl:114
+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ы"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#, fuzzy
-msgid "Time service - NTP"
-msgstr "Сервисы"
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "Разрешение"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
-#, fuzzy
-msgid "Ntp source"
-msgstr "Ð\97вÑ\83к"
+#: admin/systems/goto/terminalService.tpl:111
+#: admin/systems/goto/workstationService.tpl:126
+msgid "Choose screen resolution used in graphic mode"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\89ее Ñ\80азÑ\80еÑ\88ение Ñ\8dкÑ\80ана"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
-#, fuzzy
-msgid "File service (Shares)"
-msgstr "Сервер"
+#: admin/systems/goto/terminalService.tpl:118
+#: admin/systems/goto/workstationService.tpl:134
+msgid "Color depth"
+msgstr "Глубина цвета"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
-#, fuzzy
-msgid "share"
-msgstr "сброс"
+#: admin/systems/goto/terminalService.tpl:121
+#: admin/systems/goto/workstationService.tpl:138
+msgid "Choose colordepth used in graphic mode"
+msgstr "Выберите подходящую глубину цвета"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#, fuzzy
-msgid "File service - Shares"
-msgstr "Сервер"
+#: admin/systems/goto/terminalService.tpl:135
+#: admin/systems/goto/workstationService.tpl:153
+msgid "Display device"
+msgstr "Устройство отображения"
+
+#: admin/systems/goto/terminalService.tpl:147
+#: admin/systems/goto/workstationService.tpl:167
+msgid "Use DDC for automatic detection"
+msgstr ""
+
+#: admin/systems/goto/terminalService.tpl:154
+#: admin/systems/goto/workstationService.tpl:175
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "Частота обновления строк для данного монитора"
+
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "Частота обновления кадров для данного монитора"
+
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr "Способ подключения"
+
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr "Выберите способ подключения к серверу терминалов"
+
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr "Терминал-сервер"
+
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr "Выберите сервер терминалов"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
 msgstr ""
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/goto/terminalService.tpl:212
 #, fuzzy
-msgid "Charset"
-msgstr "сброс"
+msgid "Remove selected server"
+msgstr "Удалить изображение"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#, fuzzy
-msgid "Syslog Service"
-msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ñ\81каниÑ\80ованиÑ\8f"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-#, fuzzy
-msgid "enabled"
-msgstr "отключен"
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "Выберите, чтобы запустить на терминале службу сканирования"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-#, fuzzy
-msgid "Logging database information"
-msgstr "база Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еля"
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ования"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
 msgstr ""
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "Пароль"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#: admin/systems/goto/gencd.tpl:9
 #, fuzzy
-msgid "Syslog service database"
-msgstr "Сервер системных журналов"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
-msgstr "Пользователь"
+msgid "Create ISO-Image"
+msgstr "Создать шаблон"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#, fuzzy
-msgid "Logging database"
-msgstr "база пользователя"
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "присутствует"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
 #, fuzzy
-msgid "Start"
-msgstr "Запуск"
-
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr ""
+msgid "terminal"
+msgstr "Терминалы"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-#, fuzzy
-msgid "Restart"
-msgstr "Повторить"
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "состояние неизвестно"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
-#, fuzzy
-msgid "Admin"
-msgstr "DN администратора"
+#: admin/systems/goto/class_terminalInfo.inc:89
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr "Это виртуальный терминал без особых свойств."
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "Сервер системных журналов"
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "в сети"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#, fuzzy
-msgid "Logging service"
-msgstr "Служба печати"
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "запущен"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "Служба печати"
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "не запущен"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-#, fuzzy
-msgid "Cups"
-msgstr "группы"
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "не определена"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-#, fuzzy
-msgid "Print Service"
-msgstr "Служба печати"
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "не в сети"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-#, fuzzy
-msgid "Terminal service"
-msgstr "Терминальный сервер"
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "показать окно входа в систему"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-#, fuzzy
-msgid "Temporary disable login"
-msgstr "Временно отключить использование факса"
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "напрямую"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "с выравниваем нагрузки"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/goto/class_workstationService.inc:485
 #, fuzzy
-msgid "Kiosk profile management"
-msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
+msgid "Workstation service"
+msgstr "РабоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
+#: admin/systems/goto/class_workstationService.inc:499
 #, fuzzy
-msgid "Server path"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Use DDC"
+msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "Ð\9fÑ\80оÑ\81моÑ\82Ñ\80"
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
+msgid "Properties"
+msgstr "СвойÑ\81Ñ\82ва"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Почтовые настройки пользователя"
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "Шаблон терминала"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
-msgstr ""
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "Терминал"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr ""
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
+msgid "Choose subtree to place group in"
+msgstr "Выберите ветку для группы"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
 #, fuzzy
-msgid "Repository service"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+msgid "Inherit all"
+msgstr "Ð\9eÑ\82Ñ\87еÑ\81Ñ\82во"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr ""
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
+#: admin/systems/goto/class_terminalGeneric.inc:607
+#: admin/ogroups/goto/class_termgroup.inc:306
+#: admin/ogroups/goto/termgroup.tpl:47
+msgid "Mode"
+msgstr "Режим"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "Выберите тип мыши"
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
+#: admin/ogroups/goto/termgroup.tpl:50
+msgid "Select terminal mode"
+msgstr "Выберите режим терминала"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-#, fuzzy
-msgid "Repository"
-msgstr "Повторить"
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "Сервер системных журналов"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-#, fuzzy
-msgid "Releases"
-msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
+#: admin/ogroups/goto/termgroup.tpl:61
+msgid "Choose server to use for logging"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ð²ÐµÐ´ÐµÐ½Ð¸Ñ\8f Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-#, fuzzy
-msgid "Sections"
-msgstr "Действие"
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "Основной сервер"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-#, fuzzy
-msgid "Parent server"
-msgstr "Служба печати"
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "Выберите корневую файловую систему NFS"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-#, fuzzy
-msgid "List of configured repositories."
-msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "Выберите файловую систему NFS для файлов подкачки"
+
+#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+msgid "Inherit time server attributes"
 msgstr ""
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "Регулярное выражение, соответствующее именам объектов"
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
+#: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
+#: admin/ogroups/goto/class_termgroup.inc:114
+#: admin/ogroups/goto/termgroup.tpl:14
+msgid "NTP server"
+msgstr "Сервер NTP"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-#, fuzzy
-msgid "Add repository"
-msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
+#: admin/ogroups/goto/termgroup.tpl:17
+msgid "Choose server to use for synchronizing time"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\81еÑ\80веÑ\80 Ð´Ð»Ñ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86ии Ð²Ñ\80емени"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr ""
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
+#: admin/ogroups/goto/termgroup.tpl:93
+msgid "Select action to execute for this terminal"
+msgstr "Выберите действие, которое нужно выполнить на этом терминале"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
-msgstr ""
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "Шаблон рабочей станции"
+
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "Имя рабочий станции"
+
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "Местоположение"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
+#: admin/systems/goto/class_workstationStartup.inc:242
 #, php-format
 msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:251
+#: admin/systems/goto/class_workstationStartup.inc:256
 #, php-format
 msgid ""
 "FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:263
+#: admin/systems/goto/class_workstationStartup.inc:268
 #: admin/systems/goto/class_terminalStartup.inc:84
 #, fuzzy, php-format
 msgid ""
@@ -1627,19 +1628,19 @@ msgid ""
 msgstr ""
 "Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
 
-#: admin/systems/goto/class_workstationStartup.inc:300
+#: admin/systems/goto/class_workstationStartup.inc:305
 #, fuzzy
 msgid "Please select a 'FAI server' or remove the 'FAI classes'."
 msgstr "Введите корректный номер телефона!"
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
 #: admin/systems/goto/class_printGeneric.inc:534
 #, fuzzy
 msgid "workstation"
 msgstr "Рабочая станция"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
+#: admin/systems/goto/class_workstationStartup.inc:372
 #, fuzzy
 msgid ""
 "There is already a profile containing a partition table in your "
@@ -1647,1693 +1648,1682 @@ msgid ""
 msgstr ""
 "Пользователь с таким регистрационным именем в базе данных уже существует."
 
-#: admin/systems/goto/class_workstationStartup.inc:627
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#, fuzzy
+msgid "Mount point"
+msgstr "Мониторинг"
+
+#: admin/systems/goto/class_workstationStartup.inc:653
 msgid "Not available in current setup"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
-#, fuzzy
-msgid "Service infrastructure"
-msgstr "Искать в поддеревьях"
-
-#: admin/systems/goto/class_workstationStartup.inc:989
+#: admin/systems/goto/class_workstationStartup.inc:1035
 #: admin/systems/goto/class_terminalStartup.inc:538
 msgid "Startup"
 msgstr "Запуск"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
+#: admin/systems/goto/class_workstationStartup.inc:1036
 #, fuzzy
 msgid "System startup"
 msgstr "Состояние системы"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
+#: admin/systems/goto/class_workstationStartup.inc:1044
 #: admin/systems/goto/class_terminalStartup.inc:547
 #, fuzzy
 msgid "Ldap server"
 msgstr "Сервер подкачки"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "Ядро для загрузки"
-
-#: admin/systems/goto/class_workstationStartup.inc:1000
+#: admin/systems/goto/class_workstationStartup.inc:1046
 #: admin/systems/goto/class_terminalStartup.inc:551
 #, fuzzy
 msgid "Kernel parameter"
 msgstr "Изменить параметры"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
+#: admin/systems/goto/class_workstationStartup.inc:1048
 #: admin/systems/goto/class_terminalStartup.inc:549
 #, fuzzy
 msgid "Kernel modules"
 msgstr "Изменить параметры"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
+#: admin/systems/goto/class_workstationStartup.inc:1051
 #, fuzzy
 msgid "FAI classes"
 msgstr "Выберите тип мыши"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
+#: admin/systems/goto/class_workstationStartup.inc:1052
 msgid "Debian mirror"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
+#: admin/systems/goto/class_workstationStartup.inc:1053
 #, fuzzy
 msgid "Debian release"
 msgstr "Текущий пароль"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
+#: admin/systems/goto/class_workstationStartup.inc:1055
 msgid "FAI status flag"
 msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
-msgid "Missing FAI plugin extension!"
-msgstr ""
-
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
-msgid "Properties"
-msgstr "Свойства"
-
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "Шаблон рабочей станции"
-
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "Имя рабочий станции"
-
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "Местоположение"
-
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
-msgid "Choose subtree to place group in"
-msgstr "Выберите ветку для группы"
-
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/class_terminalStartup.inc:539
 #, fuzzy
-msgid "Inherit all"
-msgstr "Отчество"
-
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
-#: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
-#: admin/ogroups/goto/termgroup.tpl:47
-msgid "Mode"
-msgstr "Режим"
-
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
-#: admin/ogroups/goto/termgroup.tpl:50
-msgid "Select terminal mode"
-msgstr "Выберите режим терминала"
+msgid "Terminal startup"
+msgstr "Шаблон терминала"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
-#: admin/ogroups/goto/termgroup.tpl:61
-msgid "Choose server to use for logging"
-msgstr "Выберите сервер для ведения системных журналов"
+#: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
+#: admin/ogroups/goto/class_termgroup.inc:43
+#, fuzzy
+msgid "Activated"
+msgstr "Личный"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
-#: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
-msgid "Inherit time server attributes"
+#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
+msgid "Event error"
 msgstr ""
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
-#: admin/systems/goto/class_terminalGeneric.inc:434
-#: admin/ogroups/goto/class_termgroup.inc:114
-#: admin/ogroups/goto/termgroup.tpl:14
-msgid "NTP server"
-msgstr "Сервер NTP"
-
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
-#: admin/ogroups/goto/termgroup.tpl:17
-msgid "Choose server to use for synchronizing time"
-msgstr "Выберите сервер для синхронизации времени"
-
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "Действие"
+#: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
+#, php-format
+msgid "Event '%s' is not available!"
+msgstr ""
 
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
-#: admin/ogroups/goto/termgroup.tpl:93
-msgid "Select action to execute for this terminal"
-msgstr "Выберите действие, которое нужно выполнить на этом терминале"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "Фамилия"
 
-#: admin/systems/goto/terminalService.tpl:4
-#: admin/systems/goto/workstationService.tpl:4
-msgid "Keyboard"
-msgstr "Клавиатура"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#, fuzzy
+msgid "Terminal"
+msgstr "Терминалы"
 
-#: admin/systems/goto/terminalService.tpl:7
-#: admin/systems/goto/workstationService.tpl:7
-#: admin/systems/ppd/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "Модель"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+#, fuzzy
+msgid "Terminal generic"
+msgstr "Терминальный сервер"
 
-#: admin/systems/goto/terminalService.tpl:10
-#: admin/systems/goto/workstationService.tpl:11
-msgid "Choose keyboard model"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¼Ð¾Ð´ÐµÐ»Ñ\8c ÐºÐ»Ð°Ð²Ð¸Ð°Ñ\82Ñ\83Ñ\80Ñ\8b"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+#, fuzzy
+msgid "Syslog server enabled"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
-#: admin/systems/goto/terminalService.tpl:17
-#: admin/systems/goto/workstationService.tpl:19
-msgid "Layout"
-msgstr "РаÑ\81кладка"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+#, fuzzy
+msgid "Ntp server settings"
+msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: admin/systems/goto/terminalService.tpl:20
-#: admin/systems/goto/workstationService.tpl:23
-msgid "Choose keyboard layout"
-msgstr "Выберите раскладку"
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+#, fuzzy
+msgid "Root password"
+msgstr "Изменить пароль"
 
-#: admin/systems/goto/terminalService.tpl:27
-#: admin/systems/goto/workstationService.tpl:31
-msgid "Variant"
-msgstr "Вариант"
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
+#, fuzzy
+msgid "Action flag"
+msgstr "Действие"
 
-#: admin/systems/goto/terminalService.tpl:30
-#: admin/systems/goto/workstationService.tpl:35
-msgid "Choose keyboard variant"
-msgstr "Выберите вариант раскладки"
+#: admin/systems/goto/class_workstationGeneric.inc:288
+#: admin/systems/goto/class_workstationGeneric.inc:297
+#, fuzzy
+msgid "System update"
+msgstr "Системы"
 
-#: admin/systems/goto/terminalService.tpl:45
-#: admin/systems/goto/workstationService.tpl:51
-msgid "Mouse"
-msgstr "Мышь"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:51
-#: admin/systems/goto/workstationService.tpl:58
-msgid "Choose mouse type"
-msgstr "Выберите тип мыши"
+#: admin/systems/goto/class_workstationGeneric.inc:471
+msgid ""
+"This host is currently installing, if you really want to save it, save again."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:58
-#: admin/systems/goto/workstationService.tpl:66
-msgid "Port"
-msgstr "Порт"
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "Общее"
 
-#: admin/systems/goto/terminalService.tpl:61
-#: admin/systems/goto/workstationService.tpl:70
-msgid "Choose mouse port"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¿Ð¾Ñ\80Ñ\82 Ð¼Ñ\8bÑ\88и"
+#: admin/systems/goto/class_workstationGeneric.inc:644
+#, fuzzy
+msgid "Workstation generic"
+msgstr "Ð\98мÑ\8f Ñ\80абоÑ\87ий Ñ\81Ñ\82анÑ\86ии"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "Телефонное оборудование"
+#: admin/systems/goto/class_workstationGeneric.inc:656
+#, fuzzy
+msgid "Goto mode"
+msgstr "в папку"
 
-#: admin/systems/goto/terminalService.tpl:79
-#: admin/systems/goto/workstationService.tpl:89
-msgid "Telephone"
-msgstr "Телефон"
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
+#, fuzzy
+msgid "Ntp server"
+msgstr "Сервер NTP"
 
-#: admin/systems/goto/terminalService.tpl:95
-#: admin/systems/goto/workstationService.tpl:107
-#: admin/systems/goto/info.tpl:73
-msgid "Graphic device"
-msgstr "Видеокарта"
+#: admin/systems/goto/chooser.tpl:1
+msgid "Choose the kind of system component you want to create"
+msgstr "Выберите тип системного компонента который желаете создать"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "Драйвер"
+#: admin/systems/goto/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 для создания "
+"межкомпонентных зависимостей."
 
-#: admin/systems/goto/terminalService.tpl:101
-#: admin/systems/goto/workstationService.tpl:114
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr "Выберите подходящий драйвер для установленной видеокарты"
+#: admin/systems/goto/chooser.tpl:7
+msgid "Linux thin client template"
+msgstr "Шаблон тонкого клиента Linux"
 
-#: admin/systems/goto/terminalService.tpl:111
-#: admin/systems/goto/workstationService.tpl:126
-msgid "Choose screen resolution used in graphic mode"
-msgstr "Выберите подходящее разрешение экрана"
+#: admin/systems/goto/chooser.tpl:8
+msgid "Linux workstation template"
+msgstr "Шаблон рабочей станции Linux"
 
-#: admin/systems/goto/terminalService.tpl:118
-#: admin/systems/goto/workstationService.tpl:134
-msgid "Color depth"
-msgstr "Глубина цвета"
+#: admin/systems/goto/chooser.tpl:9
+msgid "Linux Server"
+msgstr "Сервер Linux"
 
-#: admin/systems/goto/terminalService.tpl:121
-#: admin/systems/goto/workstationService.tpl:138
-msgid "Choose colordepth used in graphic mode"
-msgstr "Выберите подходящую глубину цвета"
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Рабочая станция Windows"
 
-#: admin/systems/goto/terminalService.tpl:135
-#: admin/systems/goto/workstationService.tpl:153
-msgid "Display device"
-msgstr "Устройство отображения"
+#: admin/systems/goto/chooser.tpl:11
+msgid "Network printer"
+msgstr "Сетевой принтер"
 
-#: admin/systems/goto/terminalService.tpl:147
-#: admin/systems/goto/workstationService.tpl:167
-msgid "Use DDC for automatic detection"
-msgstr ""
+#: admin/systems/goto/chooser.tpl:12
+msgid "Phone"
+msgstr "Телефон"
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "Строчная синхронизация"
+#: admin/systems/goto/chooser.tpl:13
+msgid "Other network component"
+msgstr "Прочие сетевые компоненты"
 
-#: admin/systems/goto/terminalService.tpl:154
-#: admin/systems/goto/workstationService.tpl:175
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "Частота обновления строк для данного монитора"
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
+#, fuzzy
+msgid "Internal error"
+msgstr "Терминал-сервер"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "Кадровая синхронизация"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "Частота обновления кадров для данного монитора"
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "Удаленная рабочая станция"
+#: admin/systems/goto/class_printGeneric.inc:260
+msgid ""
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
-msgstr "Способ подключения"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr "Выберите способ подключения к серверу терминалов"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
 #, fuzzy
-msgid "Reload"
-msgstr "чтение"
+msgid "printer"
+msgstr "Принтер"
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
-msgstr "Терминал-сервер"
+#: admin/systems/goto/class_printGeneric.inc:322
+#, fuzzy
+msgid ""
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
+msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
-msgstr "Выберите сервер терминалов"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+#, fuzzy
+msgid "Remove printer extension"
+msgstr "Удалить параметры"
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/class_printGeneric.inc:516
 #, fuzzy
-msgid "Remove selected server"
-msgstr "УдалиÑ\82Ñ\8c Ð¸Ð·Ð¾Ð±Ñ\80ажение"
+msgid "Not defined"
+msgstr "не Ð¾Ð¿Ñ\80еделена"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr "Устройство сканирования"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+#, fuzzy
+msgid "Can't get ppd informations."
+msgstr "Общая информация о пользователе"
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "Выберите, чтобы запустить на терминале службу сканирования"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
+msgstr ""
+
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#, fuzzy
+msgid "Object is no printer!"
+msgstr "Сетевой принтер"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "Ð\9fÑ\80едоÑ\81Ñ\82авлÑ\8fÑ\82Ñ\8c Ñ\81лÑ\83жбÑ\83 Ñ\81каниÑ\80ованиÑ\8f"
+#: admin/systems/goto/class_printGeneric.inc:894
+#, fuzzy
+msgid "Print generic"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/systems/goto/chooser.tpl:1
-msgid "Choose the kind of system component you want to create"
-msgstr "Выберите тип системного компонента который желаете создать"
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "Принтер"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
 msgstr ""
-"Терминалы и рабочие станцие Linux были созданы автоматически. Поэтому вам "
-"необходимо только создать шаблоны для нужного подразделения. Сервера обычно "
-"добавляются тоже, но в отдельных случаях вам может понадобиться "
-"'виртуальный' сервер для описания обязательных сервисов. Прочие сетевые "
-"компоненты могут быть использованы при установке Nagios для создания "
-"межкомпонентных зависимостей."
 
-#: admin/systems/goto/chooser.tpl:7
-msgid "Linux thin client template"
-msgstr "Шаблон тонкого клиента Linux"
+#: admin/systems/goto/class_printGeneric.inc:907
+#, fuzzy
+msgid "Printer PPD"
+msgstr "Принтер"
 
-#: admin/systems/goto/chooser.tpl:8
-msgid "Linux workstation template"
-msgstr "Шаблон рабочей станции Linux"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "Права для членов группы"
 
-#: admin/systems/goto/chooser.tpl:9
-msgid "Linux Server"
-msgstr "Сервер Linux"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "Принтер"
 
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Рабочая станция Windows"
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr ""
 
-#: admin/systems/goto/chooser.tpl:11
-msgid "Network printer"
-msgstr "Сетевой принтер"
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "Указанное имя уже используется."
 
-#: admin/systems/goto/chooser.tpl:12
-msgid "Phone"
-msgstr "Телефон"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "Значение поля \"Файлы\" некорректно."
 
-#: admin/systems/goto/chooser.tpl:13
-msgid "Other network component"
-msgstr "Прочие сетевые компоненты"
+#: admin/systems/goto/ArpNewDevice.tpl:1
+msgid "Integrating unknown devices"
+msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
-#: admin/systems/goto/class_terminalGeneric.inc:112
-#: admin/ogroups/goto/class_termgroup.inc:43
+#: admin/systems/goto/ArpNewDevice.tpl:3
+msgid ""
+"The current device has been detected by the ARP monitor used by GOsa. You "
+"can integrate this device into your running DHCP/DNS infrastructure by "
+"submitting this form. The device entry will disappear from the list of the "
+"systems and move to the DNS/DHCP configuration."
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:9
 #, fuzzy
-msgid "Activated"
-msgstr "Ð\9bиÑ\87нÑ\8bй"
+msgid "DNS name"
+msgstr "СпиÑ\81ок"
 
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:202
-#: admin/systems/goto/class_terminalGeneric.inc:179
-msgid "Event error"
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "нет"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
-#: admin/systems/goto/class_terminalGeneric.inc:180
-#, php-format
-msgid "Event '%s' is not available!"
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "Выключить"
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "Перезагрузить"
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "Редактиовать объект"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 #, fuzzy
-msgid "System update"
-msgstr "Системы"
+msgid "FAI server"
+msgstr "LDAP-сервер"
 
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr ""
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+#, fuzzy
+msgid "Release"
+msgstr "Набор правил"
 
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 #, fuzzy
-msgid "Rescan hardware"
-msgstr "ТелеÑ\84онное Ð¾Ð±Ð¾Ñ\80Ñ\83дование"
+msgid "Assigned FAI classes"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/workstationStartup.tpl:130
 #, fuzzy
-msgid "Memory test"
-msgstr "Память"
+msgid "set"
+msgstr "сброс"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
+#: admin/systems/goto/workstationStartup.tpl:167
+msgid ""
+"FAI Object assignment disabled. You can't use this feature until FAI is "
+"activated."
 msgstr ""
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
-#: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-#, fuzzy
-msgid "System analysis"
-msgstr "Системные журналы"
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "Системная информация"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "Вернуть в обычный режим"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "Процессор"
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
-msgid ""
-"This host is currently installing, if you really want to save it, save again."
-msgstr ""
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "Память"
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
-#, fuzzy
-msgid "Workstation generic"
-msgstr "Имя рабочий станции"
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC-адрес"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "Рабочая станция"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
+msgstr "Поддержка USB"
 
-#: admin/systems/goto/class_workstationGeneric.inc:644
-#, fuzzy
-msgid "Goto mode"
-msgstr "в папку"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "Состояние системы"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
+#: admin/systems/goto/info.tpl:23
 #, fuzzy
-msgid "Ntp server"
-msgstr "СеÑ\80веÑ\80 NTP"
+msgid "Inventory number"
+msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-#, fuzzy
-msgid "Root password"
-msgstr "Изменить пароль"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "Последний вход в систему"
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
-#, fuzzy
-msgid "Action flag"
-msgstr "Действие"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "Сетевые устройства"
 
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-#, fuzzy
-msgid "Please select a printer or press cancel."
-msgstr "Введите корректный номер телефона!"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "Устройства IDE"
 
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "Шаблон терминала"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "Устройства SCSI"
+
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "Дисковод"
+
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "Привод CDROM"
+
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "Звуковая карта"
 
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "ТеÑ\80минал"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "РабоÑ\82аеÑ\82 Ñ\81"
 
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "Основной сервер"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "Загрузка процессора"
 
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е ÐºÐ¾Ñ\80невÑ\83Ñ\8e Ñ\84айловÑ\83Ñ\8e Ñ\81иÑ\81Ñ\82емÑ\83 NFS"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "Ð\98Ñ\81полÑ\8cзование Ð¿Ð°Ð¼Ñ\8fÑ\82и"
 
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "Сервер подкачки"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Использование подкачки"
 
-#: admin/systems/goto/terminal.tpl:93
-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ки"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "СлÑ\83жба SSH"
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-#, fuzzy
-msgid "unknown"
-msgstr "состояние неизвестно"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "Служба печати"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr ""
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "Сканер"
 
-#: admin/systems/goto/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 ""
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "Звук"
 
-#: admin/systems/goto/gencd.tpl:9
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "Графический интерфейс"
+
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
 #, fuzzy
-msgid "Create ISO-Image"
-msgstr "СоздаÑ\82Ñ\8c Ñ\88аблон"
+msgid "Select printer to add"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð·Ð°Ð³Ñ\80Ñ\83зки"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+#, fuzzy
+msgid "Select entries to add"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей Ð´Ð»Ñ\8f Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ\8f"
 
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "LDAP-сервер"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "Фильтры"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "inherit from group"
-msgstr "СпиÑ\81ок Ð³Ñ\80Ñ\83пп"
+msgid "Select to search within subtrees"
+msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "Дополнительные параметры"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+#, fuzzy
+msgid "Search in subtrees"
+msgstr "Искать в поддеревьях"
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr ""
-"Введите любые дополнительные параметры, которые должны передаваться ядру во "
-"время загрузки"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+#, fuzzy
+msgid "Display members of department"
+msgstr "Показать номера из подразделения"
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "Ð\9cодÑ\83ли Ñ\8fдÑ\80а (Ñ\84оÑ\80маÑ\82: Ð¸Ð¼Ñ\8f Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b)"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f ÐºÐ¾Ñ\82оÑ\80ого Ð±Ñ\83деÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влен Ð¿Ð¾Ð¸Ñ\81к"
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr ""
-"Укажите дополнительные модули, которые должны загружаться при запуске системы"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+#, fuzzy
+msgid "Display members matching"
+msgstr "Показать совпадения номеров"
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
 #, fuzzy
-msgid "Mountpoint"
-msgstr "Ð\9cониÑ\82оÑ\80инг"
+msgid "Regular expression for matching member names"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
-#: admin/systems/goto/ArpNewDevice.tpl:1
-msgid "Integrating unknown devices"
+#: admin/systems/goto/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 ""
 
-#: admin/systems/goto/ArpNewDevice.tpl:3
+#: admin/systems/goto/SelectDeviceType.tpl:9
 msgid ""
-"The current device has been detected by the ARP monitor used by GOsa. You "
-"can integrate this device into your running DHCP/DNS infrastructure by "
-"submitting this form. The device entry will disappear from the list of the "
-"systems and move to the DNS/DHCP configuration."
+"Please select a system type and an optional bundle of predefined settings to "
+"be inherited."
 msgstr ""
 
-#: admin/systems/goto/ArpNewDevice.tpl:9
-#, fuzzy
-msgid "DNS name"
-msgstr "Список"
-
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/SelectDeviceType.tpl:20
 #, fuzzy
-msgid "FAI server"
-msgstr "LDAP-сервер"
+msgid "System type"
+msgstr "Системы"
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/SelectDeviceType.tpl:21
 #, fuzzy
-msgid "Assigned FAI classes"
+msgid "Choose a system type"
 msgstr "Выберите тип мыши"
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/SelectDeviceType.tpl:32
 #, fuzzy
-msgid "set"
-msgstr "сброс"
-
-#: admin/systems/goto/workstationStartup.tpl:160
-msgid ""
-"FAI Object assignment disabled. You can't use this feature until FAI is "
-"activated."
-msgstr ""
+msgid "Choose an object group as template"
+msgstr "Объект группы"
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
+#: admin/systems/goto/SelectDeviceType.tpl:33
 #, fuzzy
-msgid "bit"
-msgstr "запись"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr "Клиент ICA"
+msgid "Choose an object group"
+msgstr "Объект группы"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "автоматически"
+#: admin/systems/goto/SelectDeviceType.tpl:44
+msgid "Continue"
+msgstr "Продолжить"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/services/cups/class_goCupsServer.inc:68
 #, fuzzy
-msgid "Bit"
-msgstr "запиÑ\81Ñ\8c"
+msgid "Cups"
+msgstr "гÑ\80Ñ\83ппÑ\8b"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "Это DN не соответствует терминалу."
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "Сервисы"
 
-#: admin/systems/goto/class_terminalService.inc:364
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
 #, fuzzy
-msgid "Unsupported"
-msgstr "Ð\9fоддеÑ\80жка USB"
+msgid "Start"
+msgstr "Ð\97апÑ\83Ñ\81к"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr ""
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
 #, fuzzy
-msgid "Choose the phone located at the current terminal"
-msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f Ñ\85Ñ\80анениÑ\8f Ð¾Ð±Ñ\8aекÑ\82а"
+msgid "Restart"
+msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
 
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
+#: admin/systems/services/cups/goCupsServer.tpl:1
 #, fuzzy
-msgid "VSync range"
-msgstr "Ð\9aадÑ\80оваÑ\8f Ñ\81инÑ\85Ñ\80онизаÑ\86иÑ\8f"
+msgid "Print Service"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
 #, fuzzy
-msgid "HSync range"
-msgstr "Строчная синхронизация"
-
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+msgid "enabled"
+msgstr "отключен"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
 #, fuzzy
-msgid "Service"
+msgid "Time service (NTP)"
 msgstr "Сервисы"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
 #, fuzzy
-msgid "Monitor"
-msgstr "Ð\9cониÑ\82оÑ\80инг"
+msgid "Time service"
+msgstr "СеÑ\80виÑ\81Ñ\8b"
 
-#: admin/systems/goto/class_terminalService.inc:631
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
 #, fuzzy
-msgid "Method"
-msgstr "Ð\9fоÑ\87Ñ\82овÑ\8bе Ð½Ð°Ñ\81Ñ\82Ñ\80ойки"
+msgid "Time service - NTP"
+msgstr "СеÑ\80виÑ\81Ñ\8b"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
 #, fuzzy
-msgid "Gfx driver"
-msgstr "СеÑ\80веÑ\80"
+msgid "Ntp source"
+msgstr "Ð\97вÑ\83к"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
+#: admin/systems/services/ntp/goNtpServer.tpl:2
 #, fuzzy
-msgid "Gfx resolution"
-msgstr "РазÑ\80еÑ\88ение"
+msgid "Time server"
+msgstr "СеÑ\80виÑ\81Ñ\8b"
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
 #, fuzzy
-msgid "Gfx color depth"
-msgstr "Ð\93лÑ\83бина Ñ\86веÑ\82а"
+msgid "Temporary disable login"
+msgstr "Ð\92Ñ\80еменно Ð¾Ñ\82клÑ\8eÑ\87иÑ\82Ñ\8c Ð¸Ñ\81полÑ\8cзование Ñ\84акÑ\81а"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
 msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:639
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
 #, fuzzy
-msgid "Printer service enabled"
+msgid "Repository service"
 msgstr "Служба печати"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Сервер для хранения запросов и временных файлов"
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr ""
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
 #, fuzzy
-msgid "Scanner enabled"
-msgstr "оÑ\82клÑ\8eÑ\87ен"
+msgid "FAI release"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
 #, fuzzy
-msgid "Keyboard model"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð¼Ð¾Ð´ÐµÐ»Ñ\8c ÐºÐ»Ð°Ð²Ð¸Ð°Ñ\82Ñ\83Ñ\80Ñ\8b"
+msgid "Repository"
+msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
+#: admin/systems/services/repository/class_servRepository.inc:354
 #, fuzzy
-msgid "Keyboard layout"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80аÑ\81кладкÑ\83"
+msgid "Releases"
+msgstr "Ð\9dабоÑ\80 Ð¿Ñ\80авил"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
 #, fuzzy
-msgid "Keyboard variant"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ð²Ð°Ñ\80ианÑ\82 Ñ\80аÑ\81кладки"
+msgid "Sections"
+msgstr "Ð\94ейÑ\81Ñ\82вие"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
 #, fuzzy
-msgid "Mouse type"
-msgstr "Тип"
+msgid "Parent server"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-#, fuzzy
-msgid "Mouse port"
-msgstr "Мониторинг"
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "показать окно входа в систему"
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+#, fuzzy
+msgid "List of configured repositories."
+msgstr "Список групп"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "напрямую"
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr ""
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "с выравниваем нагрузки"
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "Параметры"
 
-#: admin/systems/goto/class_workstationService.inc:485
-#, fuzzy
-msgid "Workstation service"
-msgstr "РабоÑ\87ие Ñ\81Ñ\82анÑ\86ии"
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¾Ð±Ñ\8aекÑ\82ов"
 
-#: admin/systems/goto/class_workstationService.inc:499
+#: admin/systems/services/repository/class_divListRepositories.inc:33
 #, fuzzy
-msgid "Use DDC"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
+msgid "Add repository"
+msgstr "Ð\9fовÑ\82оÑ\80иÑ\82Ñ\8c"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
 #, fuzzy
-msgid "terminal"
-msgstr "ТеÑ\80миналÑ\8b"
+msgid "Syslog service database"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#, fuzzy
-msgid "Terminal"
-msgstr "Терминалы"
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "Пароль"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
 #, fuzzy
-msgid "Terminal generic"
-msgstr "ТеÑ\80миналÑ\8cнÑ\8bй Ñ\81еÑ\80веÑ\80"
+msgid "Logging database"
+msgstr "база Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елÑ\8f"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
 #, fuzzy
-msgid "Syslog server enabled"
-msgstr "Сервер системных журналов"
+msgid "Admin"
+msgstr "DN администратора"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
 #, fuzzy
-msgid "Ntp server settings"
-msgstr "Почтовые настройки пользователя"
-
-#: admin/systems/goto/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 ""
+msgid "Logging database information"
+msgstr "база пользователя"
 
-#: admin/systems/goto/SelectDeviceType.tpl:9
-msgid ""
-"Please select a system type and an optional bundle of predefined settings to "
-"be inherited."
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
 msgstr ""
 
-#: admin/systems/goto/SelectDeviceType.tpl:20
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
 #, fuzzy
-msgid "System type"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "Logging service"
+msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/systems/goto/SelectDeviceType.tpl:21
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
 #, fuzzy
-msgid "Choose a system type"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "Syslog Service"
+msgstr "СеÑ\80веÑ\80 Ñ\81иÑ\81Ñ\82емнÑ\8bÑ\85 Ð¶Ñ\83Ñ\80налов"
 
-#: admin/systems/goto/SelectDeviceType.tpl:32
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
 #, fuzzy
-msgid "Choose an object group as template"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "File service (Shares)"
+msgstr "СеÑ\80веÑ\80"
 
-#: admin/systems/goto/SelectDeviceType.tpl:33
+#: admin/systems/services/shares/class_goShareServer.inc:233
 #, fuzzy
-msgid "Choose an object group"
-msgstr "Объект группы"
+msgid "share"
+msgstr "сброс"
 
-#: admin/systems/goto/SelectDeviceType.tpl:44
-msgid "Continue"
-msgstr "Продолжить"
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#, fuzzy
+msgid "File service - Shares"
+msgstr "Сервер"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
 msgstr ""
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+#: admin/systems/services/shares/class_goShareServer.inc:402
 #, fuzzy
-msgid "Select entries to add"
-msgstr "Выбрать пользователей для добавления"
+msgid "Charset"
+msgstr "сброс"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr ""
+
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
 #, fuzzy
-msgid "Display members of department"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð½Ð¾Ð¼ÐµÑ\80а Ð¸Ð· Ð¿Ð¾Ð´Ñ\80азделениÑ\8f"
+msgid "Option"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
 #, fuzzy
-msgid "Display members matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+msgid "Volume"
+msgstr "Ð\98мÑ\8f Ñ\81иÑ\81Ñ\82емÑ\8b"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
 #, fuzzy
-msgid "Regular expression for matching member names"
-msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Kiosk profile management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
+#: admin/systems/services/kiosk/goKioskService.tpl:5
 #, fuzzy
-msgid "Terminal startup"
-msgstr "Шаблон Ñ\82еÑ\80минала"
+msgid "Server path"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "присутствует"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "Просмотр"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "состояние неизвестно"
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
+#, fuzzy
+msgid "Kiosk profile service"
+msgstr "Почтовые настройки пользователя"
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr "Это виртуальный терминал без особых свойств."
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "в сети"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "запущен"
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
+#, fuzzy
+msgid "LDAP service"
+msgstr "LDAP-сервер"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "не запущен"
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "не определена"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+#, fuzzy
+msgid "Ldap base"
+msgstr "Сервер подкачки"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "не в сети"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/services/nfs/servnfs.tpl:1
 #, fuzzy
-msgid "Internal error"
-msgstr "ТеÑ\80минал-Ñ\81еÑ\80веÑ\80"
+msgid "Edit share"
+msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:260
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr ""
+#: admin/systems/services/nfs/servnfs.tpl:109
+#, fuzzy
+msgid "Codepage"
+msgstr "Домашняя страница"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
-msgstr ""
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "Выбрать объекты для добавления"
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
+msgstr "Показать совпадения объектов"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#, fuzzy
+msgid "PPD error"
+msgstr "LDAP-сервер"
+
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
 #, fuzzy
-msgid "printer"
-msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
+msgid "Printer ppd selection."
+msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
 
-#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
 #, fuzzy
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
-msgstr ""
-"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-"ниже."
+msgid "delete"
+msgstr "Удалить"
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
 #, fuzzy
-msgid "Remove printer extension"
-msgstr "УдалиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80Ñ\8b"
+msgid "back"
+msgstr "Ð\9dазад"
 
-#: admin/systems/goto/class_printGeneric.inc:511
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "Удалить"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
 #, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
 #, fuzzy
-msgid "Not defined"
-msgstr "не Ð¾Ð¿Ñ\80еделена"
+msgid "file is empty"
+msgstr "УдалиÑ\82Ñ\8c"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#, fuzzy, php-format
+msgid "Cannot parse PPD '%s'!"
+msgstr "Удалить"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
 #, fuzzy
-msgid "Can't get ppd informations."
-msgstr "Ð\9eбÑ\89аÑ\8f Ð¸Ð½Ñ\84оÑ\80маÑ\86иÑ\8f Ð¾ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82еле"
+msgid "Overwrite existing PPD"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð¾Ð±Ñ\8aекÑ\82а"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#, fuzzy
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
 msgstr ""
+"Пользователь с таким регистрационным именем в базе данных уже существует."
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
 #, fuzzy
-msgid "Object is no printer!"
-msgstr "Сетевой принтер"
-
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "URL принтера"
+msgid "Section"
+msgstr "Действие"
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "Группа"
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+#, fuzzy
+msgid "True"
+msgstr "Улица"
 
-#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
 #, fuzzy
-msgid "Print generic"
-msgstr "СлÑ\83жба Ð¿ÐµÑ\87аÑ\82и"
+msgid "False"
+msgstr "женÑ\81кий"
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, fuzzy, php-format
+msgid "PPD type '%s' is not supported!"
 msgstr ""
+"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
-#: admin/systems/goto/class_printGeneric.inc:906
-#, fuzzy
-msgid "Printer PPD"
-msgstr "Принтер"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
 #, fuzzy
-msgid "Permissions"
-msgstr "Ð\9fÑ\80ава Ð´Ð»Ñ\8f Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "PPD manager error"
+msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð² LDIF"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#, fuzzy
-msgid "printer user"
-msgstr "Принтер"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, fuzzy, php-format
+msgid "The specified path '%s' does not exist."
+msgstr "Значение поля \"Файлы\" некорректно."
 
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/ppd/class_ppdManager.inc:145
 #, php-format
-msgid "Illegal member type type '%s'!"
+msgid "Specified PPD file '%s' cannot be opened for reading."
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "Указанное имя уже используется."
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:991
-#, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "Значение поля \"Файлы\" некорректно."
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:5
+#: admin/systems/ppd/class_ppdManager.inc:179
 #, fuzzy
-msgid "General"
-msgstr "Общее"
+msgid "Nested groups are not supported!"
+msgstr ""
+"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "Имя принтера"
+#: admin/systems/ppd/class_ppdManager.inc:183
+#, fuzzy
+msgid "Group name not unique!"
+msgstr "Группа"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "Выберите ветку для пользователя"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
 msgstr ""
 
-#: admin/systems/goto/printer.tpl:46
-#, fuzzy
-msgid "Printer location"
-msgstr "Настройки телефона"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:89
-#, fuzzy
-msgid "Users which are allowed to use this printer"
-msgstr "У вас недостаточно прав для удаления этого объекта!"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "Пользователи"
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+#: admin/systems/ppd/printerPPDDialog.tpl:1
 #, fuzzy
-msgid "Add user"
-msgstr "Ð\9fолÑ\8cзоваÑ\82ели Ð´Ð¾Ð¼ÐµÐ½Ð°"
+msgid "Printer driver"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+#: admin/systems/ppd/printerPPDDialog.tpl:6
 #, fuzzy
-msgid "Add group"
-msgstr "гÑ\80Ñ\83ппÑ\8b"
+msgid "Select"
+msgstr "УдалиÑ\82Ñ\8c"
 
-#: admin/systems/goto/printer.tpl:113
+#: admin/systems/ppd/printerPPDDialog.tpl:9
 #, fuzzy
-msgid "Users which are allowed to administrate this printer"
-msgstr "У Ð²Ð°Ñ\81 Ð½ÐµÐ´Ð¾Ñ\81Ñ\82аÑ\82оÑ\87но Ð¿Ñ\80ав Ð´Ð»Ñ\8f Ñ\83далениÑ\8f Ñ\8dÑ\82ого Ð¾Ð±Ñ\8aекÑ\82а!"
+msgid "New driver"
+msgstr "СеÑ\80веÑ\80"
 
-#: admin/systems/goto/printer.tpl:115
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
 #, fuzzy
-msgid "Admins"
-msgstr "DN администратора"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "нет"
-
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "Системная информация"
-
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "Процессор"
-
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "Память"
-
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC-адрес"
-
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "Поддержка USB"
+msgid "Upload"
+msgstr "Загрузка процессора"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "Состояние системы"
+#: admin/applications/class_divListApplication.inc:31
+#, fuzzy
+msgid "List of Applications"
+msgstr "Список приложений"
 
-#: admin/systems/goto/info.tpl:23
+#: admin/applications/class_divListApplication.inc:32
 #, fuzzy
-msgid "Inventory number"
-msgstr "Ð\9dомеÑ\80 Ñ\82елеÑ\84она"
+msgid "This table displays all applications in the selected tree."
+msgstr "Ð\9fÑ\80иложение Ñ\81 Ñ\82аким Ð¸Ð¼ÐµÐ½ÐµÐ¼ Ñ\83же Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82вÑ\83еÑ\82."
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "Последний вход в систему"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "Приложение"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "Сетевые устройства"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "Подразделение"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "Устройства IDE"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "Фильтр"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "Устройства SCSI"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "Приложение"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "Дисковод"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "Компания"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "Привод CDROM"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "Выполнить"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "Звуковая карта"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+#, fuzzy
+msgid "Paste"
+msgstr "Дата"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Работает с"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+#, fuzzy
+msgid "cut"
+msgstr "Выполнить"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "Загрузка процессора"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+#, fuzzy
+msgid "Cut this entry"
+msgstr "Редактиовать объект"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "Использование памяти"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr ""
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Использование подкачки"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+#, fuzzy
+msgid "Copy this entry"
+msgstr "Редактиовать объект"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "Служба SSH"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+#, fuzzy
+msgid "edit"
+msgstr "Изменить"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "Сканер"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+#, fuzzy
+msgid "Edit this entry"
+msgstr "Редактиовать объект"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "Звук"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+#, fuzzy
+msgid "Delete this entry"
+msgstr "Удалить"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "Графический интерфейс"
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "Используемые приложения"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
 #, fuzzy
-msgid "PPD manager error"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð² LDIF"
+msgid "Number of listed departments"
+msgstr "Ð\9fодÑ\80азделение"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "Значение поля \"Файлы\" некорректно."
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "Управление приложениями"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr ""
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "Отображаемое имя"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
 msgstr ""
+"Имя приложения, которое будет показано пользователям (например, под "
+"пиктограммами)"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr ""
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "Путь и/или имя исполняемого файла приложения"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-#, fuzzy
-msgid "Nested groups are not supported!"
-msgstr ""
-"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr "Выберите ветку, куда нужно поместить приложение"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-#, fuzzy
-msgid "Group name not unique!"
-msgstr "Группа"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "Пиктограмма"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr ""
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "Обновить"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr ""
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "Обновить изображение с LDAP"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr ""
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "Удалить изображение"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr ""
+#: admin/applications/generic.tpl:81
+#, fuzzy
+msgid "Remove picture from LDAP"
+msgstr "Обновить изображение с LDAP"
 
-#: admin/systems/ppd/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr ""
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "Разрешено для выполнения только членам группы"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr "Выбрать объекты для добавления"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "Заменять настройки пользователя при запуске"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr "Показать совпадения объектов"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "Помещать пиктограмму на рабочие столы членов группы"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-#, fuzzy
-msgid "Close"
-msgstr "Выбрать"
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "Помещать членам группы соответствующий элемент в меню запуска"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
 #, fuzzy
-msgid "Printer driver"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
+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ка"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
 #, fuzzy
-msgid "Select"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "Script"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ñ\81Ñ\86енаÑ\80иÑ\8fм"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-#, fuzzy
-msgid "New driver"
-msgstr "СеÑ\80веÑ\80"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "Ð\98мпоÑ\80Ñ\82иÑ\80оваÑ\82Ñ\8c"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/applications/generic.tpl:140
 #, fuzzy
-msgid "PPD error"
-msgstr "LDAP-сервер"
+msgid "Download"
+msgstr "Домен"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "Удалить"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "Приложения"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
-msgstr ""
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+#, fuzzy
+msgid "application"
+msgstr "приложения"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/applications/class_applicationGeneric.inc:100
 #, fuzzy
-msgid "file is empty"
-msgstr "УдалиÑ\82Ñ\8c"
+msgid "no example"
+msgstr "не Ð¿Ð¾Ð»Ð½Ñ\8bй"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/applications/class_applicationGeneric.inc:264
 #, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "Удалить"
+msgid "Cannot remove application - it is still in use by these objects: %s"
+msgstr "У вас недостаточно прав для удаления этого группового объекта!"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
+#: admin/applications/class_applicationGeneric.inc:368
 #, fuzzy
-msgid "Overwrite existing PPD"
-msgstr "ЭкÑ\81поÑ\80Ñ\82 Ð¾Ð±Ñ\8aекÑ\82а"
+msgid "no read permission"
+msgstr "Ð\9fÑ\80ава Ð´Ð»Ñ\8f Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
-#, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
+msgstr ""
+
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
 msgstr ""
-"Пользователь с таким регистрационным именем в базе данных уже существует."
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
+#: admin/applications/class_applicationGeneric.inc:382
+#, fuzzy, php-format
+msgid "cannot save image to '%s'"
+msgstr "Удалить"
+
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid "Section"
-msgstr "Ð\94ейÑ\81Ñ\82вие"
+msgid "Execute path"
+msgstr "Ð\92Ñ\8bполниÑ\82Ñ\8c"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
 #, fuzzy
-msgid "True"
-msgstr "УлиÑ\86а"
+msgid "Application settings"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð¿Ñ\80иложениÑ\8f"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
+#: admin/applications/class_applicationGeneric.inc:576
 #, fuzzy
-msgid "False"
-msgstr "женÑ\81кий"
+msgid "Application generic"
+msgstr "Ð\9fÑ\80иложение"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
 msgstr ""
-"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr ""
+#: admin/applications/class_applicationGeneric.inc:591
+#, fuzzy
+msgid "Script content"
+msgstr "Путь к сценариям"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
-msgstr ""
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "Удалить параметры"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
 #, fuzzy
-msgid "Printer ppd selection."
-msgstr "Ð\9dаÑ\81Ñ\82Ñ\80ойки Ñ\82елеÑ\84она"
+msgid "parameter"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð·Ð°Ð³Ñ\80Ñ\83зки"
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "Устройства"
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "Создать параметры"
 
-#: admin/devices/class_deviceManagement.inc:8
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "Переменная"
+
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "По умолчанию"
+
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "Добавить параметр"
+
+#: admin/applications/class_applicationParameters.inc:228
 #, fuzzy
-msgid "Manage devices"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ñ\81каниÑ\80ованиÑ\8f"
+msgid "Parameter"
+msgstr "Ð\9fаÑ\80амеÑ\82Ñ\80Ñ\8b Ð·Ð°Ð³Ñ\80Ñ\83зки"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
+#: admin/applications/class_applicationParameters.inc:229
 #, fuzzy
-msgid "device"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Parameter configuration"
+msgstr "Ð\91азÑ\8b Ð´Ð°Ð½Ð½Ñ\8bÑ\85"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
+#: admin/applications/class_applicationParameters.inc:237
 #, fuzzy
-msgid "List of defined devices"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Application parameter settings"
+msgstr "Ð\9fÑ\80иложение"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
 #, fuzzy
-msgid "Device name"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Branches"
+msgstr "Ð\9eÑ\82мена"
 
-#: admin/devices/class_divListDevices.inc:58
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
 #, fuzzy
-msgid "Display devices matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ð¿Ð¾Ð´Ñ\85одÑ\8fÑ\88ие Ð°Ð´Ñ\80еÑ\81а"
+msgid "Current release"
+msgstr "ТекÑ\83Ñ\89ий Ð¿Ð°Ñ\80олÑ\8c"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
+#: admin/applications/remove.tpl:6 admin/mimetypes/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
+"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
+"результаты этой операции."
+
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
 #, fuzzy
-msgid "Device"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82ва"
+msgid "Folder"
+msgstr "ФилÑ\8cÑ\82Ñ\80Ñ\8b"
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr ""
+
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "Ð\9fодÑ\80азделение"
+msgid "Move down"
+msgstr "Ð\94омен"
 
-#: admin/devices/deviceGeneric.tpl:32
+#: admin/groups/apps/app_list.tpl:114
 #, fuzzy
-msgid "Device type"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Entry"
+msgstr "РедакÑ\82иоваÑ\82Ñ\8c Ð¾Ð±Ñ\8aекÑ\82"
 
-#: admin/devices/deviceGeneric.tpl:35
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "Choose the device type"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
+msgid "add to"
+msgstr "Ð\94обавиÑ\82Ñ\8c Ð¿Ð°Ñ\80амеÑ\82Ñ\80"
 
-#: admin/devices/deviceGeneric.tpl:45
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
 #, fuzzy
-msgid "Serial number"
-msgstr "ТеÑ\80минал"
+msgid "Add selected applications to this folder."
+msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
 
-#: admin/devices/deviceGeneric.tpl:45
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "(iSerial)"
-msgstr "терминалы"
+msgid "Separator"
+msgstr "Имя сервера"
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "Vendor-ID"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82елÑ\8f"
+msgid "Add a separator to this folder."
+msgstr "У Ð²Ñ\8bбÑ\80анного Ð¿Ñ\80иложениÑ\8f Ð½ÐµÑ\82 Ð¿Ð°Ñ\80амеÑ\82Ñ\80ов."
 
-#: admin/devices/deviceGeneric.tpl:53
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "(idVendor)"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82еля"
+msgid "Add application extension"
+msgstr "пÑ\80иложения"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
+#: admin/groups/apps/class_groupApplication.inc:276
+#, fuzzy
+msgid "Application extension disabled. You can enable it by clicking below."
 msgstr ""
+"В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
+"ниже."
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr ""
+#: admin/groups/apps/class_groupApplication.inc:280
+#, fuzzy
+msgid "Remove application extension"
+msgstr "Удалить приложения"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
+#: admin/groups/apps/class_groupApplication.inc:281
+#, fuzzy
+msgid "Application extension enabled. You can disable it by clicking below."
 msgstr ""
+"В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
+"ниже."
 
-#: admin/devices/class_deviceGeneric.inc:29
-#, fuzzy
-msgid "Harddisk"
-msgstr "Сервер"
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "Назад"
 
-#: admin/devices/class_deviceGeneric.inc:30
+#: admin/groups/apps/class_groupApplication.inc:353
 #, fuzzy
-msgid "USB stick"
-msgstr "СоÑ\81Ñ\82оÑ\8fние"
+msgid "department"
+msgstr "подÑ\80азделениÑ\8f"
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
+#: admin/groups/apps/class_groupApplication.inc:975
+msgid "Not available in release."
 msgstr ""
 
-#: admin/devices/class_deviceGeneric.inc:95
-#, fuzzy
-msgid "iSerial"
-msgstr "терминалы"
-
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/class_groupApplication.inc:1170
 #, fuzzy
-msgid "Serial"
-msgstr "терминалы"
+msgid "Group applications"
+msgstr "Показать приложения"
 
-#: admin/devices/class_deviceGeneric.inc:101
+#: admin/groups/apps/class_groupApplication.inc:1179
 #, fuzzy
-msgid "Vender ID"
-msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82елÑ\8f"
+msgid "Application parameter"
+msgstr "Ð\9fÑ\80иложение"
 
-#: admin/devices/class_deviceGeneric.inc:237
+#: admin/groups/apps/edit_entry.tpl:8
 #, fuzzy
-msgid "Device generic"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Folder image"
+msgstr "Ð\94омаÑ\88нÑ\8fÑ\8f Ñ\81Ñ\82Ñ\80аниÑ\86а"
 
-#: admin/devices/remove.tpl:6
-#, fuzzy
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
 msgstr ""
-"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
-"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
-"результаты этой операции."
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "Device management"
-msgstr "Ð\9dазвание"
+msgid "None"
+msgstr "неÑ\82"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
+#: admin/groups/apps/edit_entry.tpl:24
 #, fuzzy
-msgid "Instant update"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Upload image"
+msgstr "Ð\97агÑ\80Ñ\83зка Ð¿Ñ\80оÑ\86еÑ\81Ñ\81оÑ\80а"
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-#, fuzzy
-msgid "Scheduled update"
-msgstr "Выберите режим терминала"
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
+msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/edit_entry.tpl:33
 #, fuzzy
-msgid "Wake"
-msgstr "Вернуть в обычный режим"
+msgid "Reset"
+msgstr "сброс"
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-#, fuzzy
-msgid "System"
-msgstr "Системы"
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "Параметры приложения"
 
-#: admin/ogroups/goto/class_termgroup.inc:337
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
 #, fuzzy
-msgid "System group"
-msgstr "Состояние системы"
-
-#: admin/ogroups/goto/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 ""
+msgid "List of defined mime types"
+msgstr "Готовые \"черные списки\""
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
 #: admin/mimetypes/class_divListMimeTypes.inc:59
 #: admin/mimetypes/class_divListMimeTypes.inc:175
 #: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 #, fuzzy
 msgid "Mime type"
 msgstr "Тип"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-#, fuzzy
-msgid "Please enter a name for the mime type here"
-msgstr "Введите корректный номер телефона!"
-
-#: admin/mimetypes/paste_generic.tpl:24
+#: admin/mimetypes/class_divListMimeTypes.inc:66
 #, fuzzy
-msgid "Please specify a description for this mime type here"
-msgstr "УкажиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она."
+msgid "Display mime types matching"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
+#: admin/mimetypes/class_divListMimeTypes.inc:310
 #, fuzzy
-msgid "File pattern"
-msgstr "ФилÑ\8cÑ\82Ñ\80Ñ\8b"
+msgid "Number of listed mimetypes"
+msgstr "Ð\93оÑ\82овÑ\8bе \"Ñ\87еÑ\80нÑ\8bе Ñ\81пиÑ\81ки\""
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
 #, fuzzy
-msgid "Mime type generic"
-msgstr "Тип"
+msgid "Mimetype management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
 #, fuzzy
-msgid "Mime types"
-msgstr "Тип"
+msgid "Please enter a name for the mime type here"
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80 Ñ\82елеÑ\84она!"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #, fuzzy
 msgid "Mime group"
 msgstr "Основная группа"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-#, fuzzy
-msgid "Left click action"
-msgstr "Создать приложения"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-#, fuzzy
-msgid "File patterns"
-msgstr "Фильтры"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-#, fuzzy
-msgid "Embedded applications"
-msgstr "Используемые приложения"
-
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-#, fuzzy
-msgid "Manage mime types"
-msgstr "Системы"
-
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-#, fuzzy
-msgid "Mimetype management"
-msgstr "Управление системами"
-
 #: admin/mimetypes/generic.tpl:26
 #, fuzzy
 msgid "Categorize this mime type"
@@ -3357,6 +3347,12 @@ msgstr ""
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+#, fuzzy
+msgid "File patterns"
+msgstr "Фильтры"
+
 #: admin/mimetypes/generic.tpl:105
 #, fuzzy
 msgid "Please specify a new file pattern"
@@ -3392,472 +3388,588 @@ msgstr ""
 msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
 #, fuzzy
-msgid "List of defined mime types"
-msgstr "Ð\93оÑ\82овÑ\8bе \"Ñ\87еÑ\80нÑ\8bе Ñ\81пиÑ\81ки\""
+msgid "Mime types"
+msgstr "Тип"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
+#: admin/mimetypes/class_mimetypeManagement.inc:25
 #, fuzzy
-msgid "Display mime types matching"
-msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
+msgid "Manage mime types"
+msgstr "СиÑ\81Ñ\82емÑ\8b"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "Ð\93оÑ\82овÑ\8bе \"Ñ\87еÑ\80нÑ\8bе Ñ\81пиÑ\81ки\""
+msgid "File pattern"
+msgstr "ФилÑ\8cÑ\82Ñ\80Ñ\8b"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
 #, fuzzy
-msgid "Software update"
-msgstr "СоздаÑ\82Ñ\8c Ñ\82елеÑ\84оннÑ\8bй Ð°ÐºÐºÐ°Ñ\83нÑ\82"
+msgid "Mime type generic"
+msgstr "Тип"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
+#, fuzzy
+msgid "Left click action"
+msgstr "Создать приложения"
+
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
+#, fuzzy
+msgid "Embedded applications"
+msgstr "Используемые приложения"
+
+#: admin/mimetypes/paste_generic.tpl:24
 #, fuzzy
-msgid "software update"
+msgid "Please specify a description for this mime type here"
+msgstr "Укажите корректный номер телефона."
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+#, fuzzy
+msgid "Instant update"
 msgstr "Создать телефонный аккаунт"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
+#: admin/ogroups/goto/class_termgroup.inc:203
 #, fuzzy
-msgid "Time schedule"
+msgid "Scheduled update"
 msgstr "Выберите режим терминала"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "СиÑ\81Ñ\82емнÑ\8bе Ð¶Ñ\83Ñ\80налÑ\8b"
+msgid "Wake"
+msgstr "Ð\92еÑ\80нÑ\83Ñ\82Ñ\8c Ð² Ð¾Ð±Ñ\8bÑ\87нÑ\8bй Ñ\80ежим"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+#, fuzzy
+msgid "System"
+msgstr "Системы"
+
+#: admin/ogroups/goto/class_termgroup.inc:299
+#, fuzzy
+msgid "System group"
+msgstr "Состояние системы"
+
+#: admin/ogroups/goto/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 ""
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "Устройства"
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
 #, fuzzy
-msgid "Status"
-msgstr "Ð\97апÑ\83Ñ\81к"
+msgid "Device name"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Result"
-msgstr "РазÑ\80еÑ\88ение"
+msgid "Device management"
+msgstr "Ð\9dазвание"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:8
 #, fuzzy
-msgid "Target"
-msgstr "сброс"
+msgid "Manage devices"
+msgstr "Устройство сканирования"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
-msgstr ""
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
+#, fuzzy
+msgid "device"
+msgstr "Устройства"
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
-msgid "Lock"
+#: admin/devices/class_deviceGeneric.inc:29
+#, fuzzy
+msgid "USB stick"
+msgstr "Состояние"
+
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#: admin/devices/class_deviceGeneric.inc:94
 #, fuzzy
-msgid "Abort installation"
-msgstr "Рабочая станция"
+msgid "iSerial"
+msgstr "терминалы"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Activate"
-msgstr "Личный"
+msgid "Serial"
+msgstr "терминалы"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:100
 #, fuzzy
-msgid "Use"
-msgstr "Ð\9fолÑ\8cзоваÑ\82елÑ\8c"
+msgid "Vendor ID"
+msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82елÑ\8f"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
 #, fuzzy
-msgid "Targets"
-msgstr "сброс"
+msgid "Device"
+msgstr "Устройства"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
+#: admin/devices/class_deviceGeneric.inc:236
+#, fuzzy
+msgid "Device generic"
+msgstr "Имя сервера"
+
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
+#, fuzzy
+msgid "List of defined devices"
+msgstr "Список пользователей"
+
+#: admin/devices/class_divListDevices.inc:58
+#, fuzzy
+msgid "Display devices matching"
+msgstr "Показать подходяшие адреса"
+
+#: admin/devices/class_divListDevices.inc:278
+#, fuzzy
+msgid "Number of listed devices"
+msgstr "Подразделение"
+
+#: admin/devices/remove.tpl:6
+#, fuzzy
 msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
 msgstr ""
+"Это приложение может использоваться несколькими группами. Подумайте еще раз, "
+"действительно ли вы хотите удалить его, так как GOsa не сможет отменить "
+"результаты этой операции."
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "System / Department"
-msgstr "Ð\9fодÑ\80азделение"
+msgid "Device type"
+msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Display server"
-msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¾Ñ\82обÑ\80ажениÑ\8f"
+msgid "Choose the device type"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\82ип Ð¼Ñ\8bÑ\88и"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display workstation"
-msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
+msgid "Serial number"
+msgstr "ТеÑ\80минал"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/deviceGeneric.tpl:45
 #, fuzzy
-msgid "Display object groups"
-msgstr "Показать совпадения объектов"
+msgid "(iSerial)"
+msgstr "терминалы"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
-msgstr ""
+#: admin/devices/deviceGeneric.tpl:53
+#, fuzzy
+msgid "Vendor-ID"
+msgstr "Идентификатор отправителя"
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
+#: admin/devices/deviceGeneric.tpl:53
 #, fuzzy
-msgid "Object group"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "(idVendor)"
+msgstr "Ð\98денÑ\82иÑ\84икаÑ\82оÑ\80 Ð¾Ñ\82пÑ\80авиÑ\82елÑ\8f"
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr ""
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr ""
+
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Progress"
-msgstr "СвойÑ\81Ñ\82ва"
+msgid "Script name"
+msgstr "СпиÑ\81ок"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "Окружение"
+
+#: personal/environment/class_environment.inc:137
+#, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#: personal/environment/class_environment.inc:210
 #, fuzzy
-msgid "Start a system"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "auto"
+msgstr "Ð\9eÑ\82ноÑ\88ение"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "Удалить"
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "отключен"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
+#: personal/environment/class_environment.inc:333
+#, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr ""
+
+#: personal/environment/class_environment.inc:337
+#, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr ""
+
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
+msgstr ""
+
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr ""
+
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Month"
-msgstr "Контакт"
+msgid "Share"
+msgstr "сброс"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
 #, fuzzy
-msgid "Minute"
-msgstr "Ð\9fÑ\80инÑ\82еÑ\80"
+msgid "Reset password hash"
+msgstr "Ð\98змениÑ\82Ñ\8c Ð¿Ð°Ñ\80олÑ\8c"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:766
 #, fuzzy
-msgid "Second"
-msgstr "Ð\94ейÑ\81Ñ\82вие"
+msgid "Delete share entry"
+msgstr "УдалиÑ\82Ñ\8c"
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:117
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
 #, fuzzy
-msgid "This job has no template."
-msgstr "ЭÑ\82о DN Ð½Ðµ Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83еÑ\82 Ñ\82еÑ\80миналÑ\83."
+msgid "Profile quota"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:1121
+#, fuzzy
+msgid "environment"
+msgstr "Окружение"
+
+#: personal/environment/class_environment.inc:1300
+#, fuzzy
+msgid "group share"
+msgstr "группы"
+
+#: personal/environment/class_environment.inc:1336
+#, fuzzy
+msgid "Administrator"
+msgstr "Администрирование"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "Принтер по умолчанию"
+
+#: personal/environment/class_environment.inc:1740
+#, fuzzy
+msgid "Environment settings"
+msgstr "Почтовые настройки пользователя"
+
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "Моя учетная запись"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "Добавить"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr ""
+
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr ""
+
+#: personal/environment/class_environment.inc:1756
+#, fuzzy
+msgid "Profile server"
+msgstr "Сервер для хранения запросов и временных файлов"
+
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr ""
+
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+#, fuzzy
+msgid "Hotplug devices"
+msgstr "Дисковод"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
-msgstr ""
+#: personal/environment/main.inc:121
+#, fuzzy
+msgid "User environment settings"
+msgstr "Почтовые настройки пользователя"
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Available targets"
-msgstr "Ð\94оÑ\81Ñ\82Ñ\83пнÑ\8bе Ð¿Ñ\80иложениÑ\8f"
+msgid "Please select a printer!"
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
-#: addons/goto/class_target_list.inc:69
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Object name"
-msgstr "Ð\98мÑ\8f Ñ\81еÑ\80веÑ\80а"
+msgid "Please select a hotplug device!"
+msgstr "Ð\92ведиÑ\82е ÐºÐ¾Ñ\80Ñ\80екÑ\82нÑ\8bй Ñ\81еÑ\80ийнÑ\8bй Ð½Ð¾Ð¼ÐµÑ\80"
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/selectPrinterDialog.tpl:1
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Add printer devcies"
+msgstr "УÑ\81Ñ\82Ñ\80ойÑ\81Ñ\82во Ð¿ÐµÑ\87аÑ\82и"
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/selectPrinterDialog.tpl:48
 #, fuzzy
-msgid "Show object groups"
-msgstr "Ð\9eбÑ\8aекÑ\82 Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Display printers matching"
+msgstr "Ð\9fоказаÑ\82Ñ\8c Ñ\81овпадениÑ\8f Ð½Ð¾Ð¼ÐµÑ\80ов"
 
-#: addons/goto/class_target_list.inc:73
+#: personal/environment/selectPrinterDialog.tpl:53
 #, fuzzy
-msgid "Select to see servers"
-msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
+msgid "Regular expression for matching printer names"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
-#: addons/goto/class_target_list.inc:73
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
 #, fuzzy
-msgid "Show servers"
-msgstr "СеÑ\80веÑ\80 Ð¿Ð¾Ð´ÐºÐ°Ñ\87ки"
+msgid "Logon script management"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
-#: addons/goto/class_target_list.inc:74
+#: personal/environment/logonManagement.tpl:8
 #, fuzzy
-msgid "Select to see workstations"
-msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
+msgid "Logon script settings"
+msgstr "Ð\90Ñ\82Ñ\80ибÑ\83Ñ\82Ñ\8b UNIX"
 
-#: addons/goto/class_target_list.inc:74
+#: personal/environment/logonManagement.tpl:10
 #, fuzzy
-msgid "Show workstations"
-msgstr "РабоÑ\87аÑ\8f Ñ\81Ñ\82анÑ\86иÑ\8f Windows"
+msgid "Skript name"
+msgstr "СпиÑ\81ок"
 
-#: addons/goto/class_target_list.inc:75
+#: personal/environment/logonManagement.tpl:24
 #, fuzzy
-msgid "Select to see incoming objects"
-msgstr "Ð\98Ñ\81каÑ\82Ñ\8c Ð² Ð¿Ð¾Ð´Ð´ÐµÑ\80евÑ\8cÑ\8fÑ\85"
+msgid "Priority"
+msgstr "Ð\9fоÑ\80Ñ\82"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
+#: personal/environment/logonManagement.tpl:38
+msgid "Last script"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
 msgstr ""
 
-#: addons/goto/class_target_list.inc:83
+#: personal/environment/hotplugDialog.tpl:1
 #, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "Регулярное выражение, соответствующее именам пользователей"
-
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+msgid "Add hotplug devices"
+msgstr "Дисковод"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:5
+#, fuzzy
+msgid "Hotplug management"
+msgstr "Управление подразделениями"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:10
+#, fuzzy
+msgid "Select hotplug device to add"
+msgstr "Удалить"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
+#: personal/environment/hotplugDialog.tpl:34
 #, fuzzy
-msgid "System deployment"
-msgstr "СиÑ\81Ñ\82емÑ\8b"
+msgid "Choose the department the search will be based    on"
+msgstr "Ð\92Ñ\8bбÑ\80аÑ\82Ñ\8c Ñ\80аздел, Ð´Ð»Ñ\8f ÐºÐ¾Ñ\82оÑ\80ого Ð±Ñ\83деÑ\82 Ð¾Ñ\81Ñ\83Ñ\89еÑ\81Ñ\82влен Ð¿Ð¾Ð¸Ñ\81к"
 
-#: addons/goto/class_gotomasses.inc:183
+#: personal/environment/hotplugDialog.tpl:48
 #, fuzzy
-msgid "Permission"
-msgstr "Ð\9fÑ\80ава Ð´Ð»Ñ\8f Ñ\87ленов Ð³Ñ\80Ñ\83ппÑ\8b"
+msgid "Regular expression for        matching hotplugs"
+msgstr "РегÑ\83лÑ\8fÑ\80ное Ð²Ñ\8bÑ\80ажение, Ñ\81ооÑ\82веÑ\82Ñ\81Ñ\82вÑ\83Ñ\8eÑ\89ее Ð¸Ð¼ÐµÐ½Ð°Ð¼ Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
 
-#: addons/goto/class_gotomasses.inc:289
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:290
+#: personal/environment/environment.tpl:11
 #, fuzzy
-msgid "List of queued jobs"
-msgstr "СпиÑ\81ок Ð¿Ð¾Ð»Ñ\8cзоваÑ\82елей"
+msgid "Profiles"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
 
-#: addons/goto/class_gotomasses.inc:306
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
 #, fuzzy
-msgid "Resume"
-msgstr "сброс"
+msgid "Environment managment settings"
+msgstr "Почтовые настройки пользователя"
 
-#: addons/goto/class_gotomasses.inc:307
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
 #, fuzzy
-msgid "Pause"
-msgstr "Ð\94аÑ\82а"
+msgid "Use profile managment"
+msgstr "УпÑ\80авление Ñ\81иÑ\81Ñ\82емами"
 
-#: addons/goto/class_gotomasses.inc:308
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
 #, fuzzy
-msgid "Abort"
-msgstr "Ð\9eÑ\82Ñ\87еÑ\81Ñ\82во"
+msgid "Profil path"
+msgstr "Ð\9fÑ\83Ñ\82Ñ\8c Ðº Ð¿Ñ\80оÑ\84илÑ\8e"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "Мб"
 
-#: addons/goto/class_gotomasses.inc:337
+#: personal/environment/environment.tpl:44
 #, fuzzy
-msgid "Schedule"
-msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е Ñ\80ежим Ñ\82еÑ\80минала"
+msgid "Profile managment"
+msgstr "УпÑ\80авление Ð¿Ð¾Ð´Ñ\80азделениÑ\8fми"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:59
+#, fuzzy
+msgid "Profile server managment"
+msgstr "Управление подразделениями"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:83
+#, fuzzy
+msgid "Profil quota"
+msgstr "Путь к профилю"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:113
+#, fuzzy
+msgid "Kiosk profile settings"
+msgstr "Почтовые настройки пользователя"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:136
+#, fuzzy
+msgid "Profile"
+msgstr "Путь к профилю"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:153
+#, fuzzy
+msgid "Manage"
+msgstr "Название"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
-msgstr ""
+#: personal/environment/environment.tpl:211
+#, fuzzy
+msgid "User used to connect to the share"
+msgstr "Выберите способ подключения к серверу терминалов"
 
-#: addons/goto/class_gotomasses.inc:428
+#: personal/environment/environment.tpl:214
 #, fuzzy
-msgid "Waiting"
-msgstr "Ð\9fÑ\80едÑ\83пÑ\80еждение"
+msgid "Select a share"
+msgstr "Ð\92Ñ\8bбеÑ\80иÑ\82е, Ñ\87Ñ\82обÑ\8b Ð¿Ñ\80оÑ\81моÑ\82Ñ\80еÑ\82Ñ\8c Ñ\81еÑ\80веÑ\80Ñ\8b"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
-msgstr ""
+#: personal/environment/environment.tpl:222
+#, fuzzy
+msgid "Mount path"
+msgstr "Контакт"
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:284
+#, fuzzy
+msgid "Hotplug device settings"
+msgstr "Дисковод"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+#, fuzzy
+msgid "Printer settings"
+msgstr "Настройки телефона"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+#, fuzzy
+msgid "Toggle admin"
+msgstr "Личная информация"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+#, fuzzy
+msgid "Toggle default"
+msgstr "по умолчанию"
+
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "Создать телефонный аккаунт"
+
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "Окружение"
+
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "Сервер"
 
 #, fuzzy
 #~ msgid ""
@@ -3993,21 +4105,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "Сохранить"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr ""
-#~ "В этой учетной записи нет настроек факса. Вы можете добавить их, щелкнув "
-#~ "ниже."
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr ""
-#~ "В этой учетной записи есть настройки факса. Вы можете удалить их, щелкнув "
-#~ "ниже."
-
-#~ msgid "Back"
-#~ msgstr "Назад"
-
 #, fuzzy
 #~ msgid "LDAP Service"
 #~ msgstr "LDAP-сервер"
@@ -4310,10 +4407,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "У вас недостаточно прав для удаления этого стоп-листа."
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "Удалить"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "текст"
index a73015e49914fafe8341499e41dfae6f99135db1..38c207911dbeed85bb5044231267e05cff85db8d 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: messages\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-03-16 16:58+0100\n"
+"POT-Creation-Date: 2008-04-03 12:57+0200\n"
 "PO-Revision-Date: 2007-06-03 12:27+0800\n"
 "Last-Translator: Jiang Xin <worldhello.net@gmail.com>\n"
 "Language-Team: Chinese Simplified <zh@li.org>\n"
@@ -16,135 +16,160 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: KBabel 1.11.4\n"
 
-#: personal/environment/class_environment.inc:7
-#: personal/environment/class_environment.inc:402
-#: personal/environment/class_environment.inc:403
-#: personal/environment/class_environment.inc:411
-#: personal/environment/class_environment.inc:412
-#: personal/environment/class_environment.inc:415
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:438
-#: personal/environment/class_environment.inc:439
-#: personal/environment/class_environment.inc:443
-#: personal/environment/class_environment.inc:444
-#: personal/environment/class_environment.inc:447
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1735
-msgid "Environment"
-msgstr "环境设置"
+#: addons/goto/class_target_list.inc:58
+msgid "Select the target objects for your scheduled action."
+msgstr ""
 
-#: personal/environment/class_environment.inc:8
-#: admin/applications/class_applicationManagement.inc:25
-#: addons/goto/class_gotomasses.inc:27
+#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
 #, fuzzy
-msgid "This does something"
-msgstr "******"
+msgid "Available targets"
+msgstr "可用的应用程序"
 
-#: personal/environment/class_environment.inc:137
-#: personal/environment/class_environment.inc:284
-#: personal/environment/class_environment.inc:329
-#: personal/environment/class_environment.inc:333
-#: admin/applications/remove.tpl:2
-#: admin/systems/services/repository/class_servRepository.inc:177
-#: admin/systems/ppd/remove_ppd.tpl:2 admin/devices/remove.tpl:2
-#: admin/ogroups/goto/termgroup.tpl:2 admin/mimetypes/remove.tpl:2
-#: addons/goto/remove.tpl:2
-msgid "Warning"
-msgstr "警告"
+#: addons/goto/class_target_list.inc:69
+#, fuzzy
+msgid "Object name"
+msgstr "设备名称"
 
-#: personal/environment/class_environment.inc:137
-#, fuzzy, php-format
-msgid "Device '%s' is not available anymore. It will be removed!"
-msgstr "没有可用的 mysql 扩展,请检查您的 php 设置。"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Select to see object groups"
+msgstr "选择一个对象组"
 
-#: personal/environment/class_environment.inc:210
-msgid "auto"
-msgstr "自动"
+#: addons/goto/class_target_list.inc:72
+#, fuzzy
+msgid "Show object groups"
+msgstr "选择一个对象组"
 
-#: personal/environment/class_environment.inc:232
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/goto/class_workstationStartup.inc:1131
-#: admin/systems/goto/class_workstationStartup.inc:1279
-#: admin/systems/goto/class_workstationStartup.inc:1281
-#: admin/systems/goto/class_terminalService.inc:110
-#: admin/systems/goto/class_workstationService.inc:79
-#: admin/systems/goto/class_terminalInfo.inc:74
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: addons/goto/class_target_list.inc:73
 #, fuzzy
-msgid "Configuration error"
-msgstr "é\85\8dç½®æ\96\87件"
+msgid "Select to see servers"
+msgstr "é\80\89æ\8b©å\9c¨å­\90æ \91中æ\9f¥è¯¢"
 
-#: personal/environment/class_environment.inc:232
-#, fuzzy, php-format
-msgid "Cannot open file '%s'!"
-msgstr "无法打开文件 '%s'。"
+#: addons/goto/class_target_list.inc:73
+#, fuzzy
+msgid "Show servers"
+msgstr "交换服务器"
 
-#: personal/environment/class_environment.inc:246
-#: personal/environment/class_environment.inc:247
-msgid "disabled"
-msgstr "禁用"
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Select to see workstations"
+msgstr "Windows 工作站"
 
-#: personal/environment/class_environment.inc:284
-#, php-format
-msgid ""
-"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
-"profile will be disabled!"
-msgstr ""
+#: addons/goto/class_target_list.inc:74
+#, fuzzy
+msgid "Show workstations"
+msgstr "Windows 工作站"
 
-#: personal/environment/class_environment.inc:329
-#, fuzzy, php-format
-msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
-msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
+#: addons/goto/class_target_list.inc:75
+#, fuzzy
+msgid "Select to see incoming objects"
+msgstr "选择在子树中查询"
 
-#: personal/environment/class_environment.inc:333
-#, fuzzy, php-format
-msgid ""
-"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
-msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
+#: addons/goto/class_target_list.inc:75
+msgid "Show new objects"
+msgstr ""
 
-#: personal/environment/class_environment.inc:416
-#: personal/environment/class_environment.inc:448
-#: personal/environment/class_environment.inc:1113
-msgid "POSIX"
+#: addons/goto/class_target_list.inc:80
+msgid "Select to search for a specific IP range only"
 msgstr ""
 
-#: personal/environment/class_environment.inc:549
-#: admin/applications/class_applicationManagement.inc:337
-#: admin/applications/class_applicationManagement.inc:391
-#: admin/applications/class_applicationManagement.inc:421
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#: admin/devices/class_deviceManagement.inc:272
-#: admin/devices/class_deviceManagement.inc:327
-#: admin/devices/class_deviceManagement.inc:356
-#: admin/mimetypes/class_mimetypeManagement.inc:337
-#: admin/mimetypes/class_mimetypeManagement.inc:392
-#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: addons/goto/class_target_list.inc:80
+msgid "Match IP range"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:83
 #, fuzzy
-msgid "Permission error"
-msgstr "å\85\81许"
+msgid "Regular expression for matching group names"
+msgstr "å\8c¹é\85\8dæ\88\90å\91\98å\90\8dç\9a\84æ­£å\88\99表达å¼\8f"
 
-#: personal/environment/class_environment.inc:549
-#: personal/environment/environment.tpl:235
-msgid "Logon scripts"
-msgstr "登录脚本"
+#: addons/goto/class_target_list.inc:84
+msgid "IP range start"
+msgstr ""
 
-#: personal/environment/class_environment.inc:557
-#: personal/environment/class_environment.inc:639
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: personal/environment/class_environment.inc:805
-#: personal/environment/class_environment.inc:856
-#: personal/environment/class_environment.inc:952
-#: admin/applications/class_applicationGeneric.inc:264
-#: admin/applications/class_applicationGeneric.inc:336
-#: admin/applications/class_applicationGeneric.inc:368
-#: admin/applications/class_applicationGeneric.inc:373
-#: admin/applications/class_applicationGeneric.inc:378
-#: admin/applications/class_applicationGeneric.inc:382
-#: admin/systems/services/nfs/class_servNfs.inc:42
-#: admin/systems/services/nfs/class_servNfs.inc:45
+#: addons/goto/class_target_list.inc:85
+msgid "IP range end"
+msgstr ""
+
+#: addons/goto/class_target_list.inc:152
+#: addons/goto/events/class_EventTargetAddList.inc:161
+#: addons/goto/events/class_EventTargetAddUsersList.inc:130
+#: admin/systems/goto/printer.tpl:27 admin/systems/goto/terminal.tpl:27
+#: admin/systems/goto/workstation.tpl:35
+#: admin/systems/goto/class_terminalGeneric.inc:612
+#: admin/systems/goto/class_workstationGeneric.inc:655
+#: admin/systems/goto/class_printGeneric.inc:903
+#: admin/systems/services/ldap/class_goLdapServer.inc:65
+#: admin/systems/services/ldap/class_goLdapServer.inc:68
+#: admin/applications/class_divListApplication.inc:142
+#: admin/applications/generic.tpl:42
+#: admin/applications/class_applicationGeneric.inc:585
+#: admin/mimetypes/class_divListMimeTypes.inc:163
+#: admin/mimetypes/generic.tpl:44
+#: admin/mimetypes/class_mimetypeGeneric.inc:727
+#: admin/devices/class_divListDevices.inc:130
+#: admin/devices/deviceGeneric.tpl:9
+msgid "Base"
+msgstr "位置"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit department"
+msgstr "提交部门"
+
+#: addons/goto/class_target_list.inc:154
+#: addons/goto/events/class_EventTargetAddList.inc:163
+#: addons/goto/events/class_EventTargetAddUsersList.inc:132
+#: admin/applications/class_divListApplication.inc:144
+#: admin/mimetypes/class_divListMimeTypes.inc:165
+#: admin/devices/class_divListDevices.inc:132
+msgid "Submit"
+msgstr "提交"
+
+#: addons/goto/class_target_list.inc:202
+#: addons/goto/events/class_EventTargetAddList.inc:238
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+#: admin/systems/services/nfs/servnfs.tpl:39
+#: personal/environment/environment.tpl:128
+msgid "Server"
+msgstr "服务器"
+
+#: addons/goto/class_target_list.inc:204
+#: addons/goto/events/class_EventTargetAddList.inc:249
+#: admin/systems/goto/class_workstationGeneric.inc:649
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Workstation"
+msgstr "工作站"
+
+#: addons/goto/class_target_list.inc:206
+#: addons/goto/events/class_EventTargetAddList.inc:259
+#, fuzzy
+msgid "Object group"
+msgstr "选择一个对象组"
+
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:436
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:594
+#: addons/goto/class_gotomasses.inc:636 addons/goto/class_gotomasses.inc:640
+#: addons/goto/class_gotomasses.inc:676 addons/goto/class_gotomasses.inc:717
+#: admin/systems/goto/class_workstationStartup.inc:242
+#: admin/systems/goto/class_workstationStartup.inc:256
+#: admin/systems/goto/class_workstationStartup.inc:372
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: admin/systems/goto/class_printGeneric.inc:432
+#: admin/systems/goto/class_printGeneric.inc:479
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
+#: admin/systems/goto/class_printGeneric.inc:981
+#: admin/systems/goto/class_printGeneric.inc:992
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:209
 #: admin/systems/services/shares/class_goShareServer.inc:98
 #: admin/systems/services/shares/class_goShareServer.inc:233
 #: admin/systems/services/kiosk/class_goKioskService.inc:59
@@ -152,1760 +177,1648 @@ msgstr "登录脚本"
 #: admin/systems/services/kiosk/class_goKioskService.inc:148
 #: admin/systems/services/kiosk/class_goKioskService.inc:151
 #: admin/systems/services/kiosk/class_goKioskService.inc:215
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:209
-#: admin/systems/goto/class_workstationStartup.inc:237
-#: admin/systems/goto/class_workstationStartup.inc:251
-#: admin/systems/goto/class_workstationStartup.inc:367
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
-#: admin/systems/goto/class_printGeneric.inc:432
-#: admin/systems/goto/class_printGeneric.inc:479
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#: admin/systems/goto/class_printGeneric.inc:980
-#: admin/systems/goto/class_printGeneric.inc:991
-#: admin/devices/class_deviceGeneric.inc:152
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-#: addons/goto/class_gotomasses.inc:142 addons/goto/class_gotomasses.inc:431
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:575
-#: addons/goto/class_gotomasses.inc:617 addons/goto/class_gotomasses.inc:621
-#: addons/goto/class_gotomasses.inc:657 addons/goto/class_gotomasses.inc:698
+#: admin/systems/services/nfs/class_servNfs.inc:42
+#: admin/systems/services/nfs/class_servNfs.inc:45
+#: admin/applications/class_applicationGeneric.inc:264
+#: admin/applications/class_applicationGeneric.inc:336
+#: admin/applications/class_applicationGeneric.inc:368
+#: admin/applications/class_applicationGeneric.inc:373
+#: admin/applications/class_applicationGeneric.inc:378
+#: admin/applications/class_applicationGeneric.inc:382
+#: admin/devices/class_deviceGeneric.inc:151
+#: personal/environment/class_environment.inc:565
+#: personal/environment/class_environment.inc:647
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#: personal/environment/class_environment.inc:813
+#: personal/environment/class_environment.inc:864
+#: personal/environment/class_environment.inc:960
 msgid "Error"
 msgstr "错误"
 
-#: personal/environment/class_environment.inc:639
+#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
+msgid "IP range"
+msgstr ""
+
+#: addons/goto/main.inc:52 addons/goto/class_gotomasses.inc:26
 #, fuzzy
-msgid "Share"
-msgstr "共享"
+msgid "System deployment"
+msgstr "系统类型"
 
-#: personal/environment/class_environment.inc:641
-#: personal/environment/class_environment.inc:643
-#: personal/environment/class_environment.inc:654
-#: admin/systems/goto/class_workstationStartup.inc:475
-#: admin/systems/goto/class_terminalStartup.inc:207
+#: addons/goto/class_gotomasses.inc:27
+#: admin/applications/class_applicationManagement.inc:25
+#: personal/environment/class_environment.inc:8
 #, fuzzy
-msgid "Mount point"
-msgstr "挂载点"
+msgid "This does something"
+msgstr "******"
 
-#: personal/environment/class_environment.inc:729
-#: personal/environment/environment.tpl:246
-#: personal/environment/environment.tpl:292
-msgid "Used by all users"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:183
+#, fuzzy
+msgid "Permission"
+msgstr "允许"
 
-#: personal/environment/class_environment.inc:732
-#: personal/environment/environment.tpl:248
-#: personal/environment/environment.tpl:294
-msgid "Used by some users"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:264
+#: admin/systems/goto/class_workstationStartup.inc:954
+#: admin/systems/goto/class_workstationStartup.inc:1087
+#: admin/systems/goto/class_workstationStartup.inc:1134
+#: admin/systems/goto/class_terminalStartup.inc:459
+#: admin/systems/goto/class_terminalGeneric.inc:175
+#: admin/systems/goto/class_terminalGeneric.inc:536
+#: admin/systems/goto/class_workstationGeneric.inc:201
+#: admin/systems/goto/class_workstationGeneric.inc:580
+#, fuzzy
+msgid "Service infrastructure"
+msgstr "在子树中查找"
 
-#: personal/environment/class_environment.inc:744
-#: personal/environment/class_environment.inc:745
-#: personal/environment/class_environment.inc:753
-#: personal/environment/class_environment.inc:754
-msgid "Reset password hash"
-msgstr "重置口令"
+#: addons/goto/class_gotomasses.inc:290
+#, fuzzy
+msgid "This menu allows you to remove and change the properties of GOsa tasks."
+msgstr "这个菜单允许您创建,删除和修改仓库设置。"
 
-#: personal/environment/class_environment.inc:758
-msgid "Delete share entry"
-msgstr "删除共享条目"
+#: addons/goto/class_gotomasses.inc:291
+#, fuzzy
+msgid "List of queued jobs"
+msgstr "设备列表"
 
-#: personal/environment/class_environment.inc:952
-msgid "Cannot set default printer flag for groups!"
-msgstr ""
+#: addons/goto/class_gotomasses.inc:295
+#: admin/applications/class_divListApplication.inc:58
+#: admin/applications/class_divListApplication.inc:147
+#: admin/mimetypes/class_divListMimeTypes.inc:60
+#: admin/mimetypes/class_divListMimeTypes.inc:168
+#: admin/devices/class_divListDevices.inc:52
+#: admin/devices/class_divListDevices.inc:135
+msgid "Actions"
+msgstr "动作"
 
-#: personal/environment/class_environment.inc:1023
-#: personal/environment/class_environment.inc:1282
-#: admin/applications/class_applicationGeneric.inc:271
-#: admin/applications/class_applicationGeneric.inc:285
-#: admin/applications/class_applicationGeneric.inc:509
-#: admin/applications/class_applicationParameters.inc:153
-#: admin/applications/class_applicationParameters.inc:216
-#: admin/groups/apps/class_groupApplication.inc:519
-#: admin/groups/apps/class_groupApplication.inc:1068
-#: admin/groups/apps/class_groupApplication.inc:1078
-#: admin/groups/apps/class_groupApplication.inc:1088
-#: admin/systems/services/ntp/class_goNtpServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:192
-#: admin/systems/services/shares/class_goShareServer.inc:261
-#: admin/systems/services/shares/class_goShareServer.inc:277
-#: admin/systems/services/shares/class_goShareServer.inc:290
-#: admin/systems/services/terminal/class_goTerminalServer.inc:106
-#: admin/systems/services/kiosk/class_goKioskService.inc:230
-#: admin/systems/goto/class_workstationStartup.inc:895
-#: admin/systems/goto/class_workstationGeneric.inc:342
-#: admin/systems/goto/class_workstationGeneric.inc:530
-#: admin/systems/goto/class_workstationGeneric.inc:541
-#: admin/systems/goto/class_ArpNewDevice.inc:69
-#: admin/systems/goto/class_terminalService.inc:447
-#: admin/systems/goto/class_terminalService.inc:586
-#: admin/systems/goto/class_workstationService.inc:453
-#: admin/systems/goto/class_terminalGeneric.inc:319
-#: admin/systems/goto/class_terminalGeneric.inc:522
-#: admin/systems/goto/class_terminalStartup.inc:444
-#: admin/systems/goto/class_printGeneric.inc:599
-#: admin/systems/goto/class_printGeneric.inc:857
-#: admin/devices/class_deviceGeneric.inc:181
-#: admin/ogroups/goto/class_termgroup.inc:170
-#: admin/ogroups/goto/class_termgroup.inc:328
-#: admin/mimetypes/class_mimetypeGeneric.inc:495
-#: admin/mimetypes/class_mimetypeGeneric.inc:507
-#: admin/mimetypes/class_mimetypeGeneric.inc:522
-#, fuzzy
-msgid "LDAP error"
-msgstr "LDAP 服务器"
+#: addons/goto/class_gotomasses.inc:296 admin/systems/goto/chooser.tpl:16
+#: admin/applications/class_divListApplication.inc:149
+#: admin/mimetypes/class_divListMimeTypes.inc:170
+#: admin/devices/class_divListDevices.inc:137
+msgid "Create"
+msgstr "创建"
 
-#: personal/environment/class_environment.inc:1106
-#: personal/environment/class_environment.inc:1680
-#: personal/environment/class_environment.inc:1751
-#, fuzzy
-msgid "Profile quota"
-msgstr "Profil quota"
+#: addons/goto/class_gotomasses.inc:303 addons/goto/class_gotomasses.inc:402
+#: addons/goto/class_gotomasses.inc:406
+#: addons/goto/events/class_DaemonEvent.inc:228
+#: admin/systems/goto/printer.tpl:71
+#: admin/systems/goto/terminalStartup.tpl:113
+#: admin/systems/goto/terminalService.tpl:212
+#: admin/systems/goto/workstationStartup.tpl:225
+#: admin/applications/class_divListApplication.inc:160
+#: admin/applications/class_applicationParameters.inc:117
+#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:100
+#: admin/groups/apps/app_list.tpl:125
+#: admin/mimetypes/class_divListMimeTypes.inc:181
+#: admin/devices/class_divListDevices.inc:148
+#: personal/environment/environment.tpl:227
+msgid "Remove"
+msgstr "删除"
 
-#: personal/environment/class_environment.inc:1113
+#: addons/goto/class_gotomasses.inc:307
 #, fuzzy
-msgid "environemnt"
-msgstr "环境设置"
+msgid "Resume"
+msgstr "重新安装"
 
-#: personal/environment/class_environment.inc:1296
-msgid "group share"
-msgstr "组共享"
+#: addons/goto/class_gotomasses.inc:308
+#, fuzzy
+msgid "Pause"
+msgstr "粘贴"
 
-#: personal/environment/class_environment.inc:1332
-msgid "Administrator"
-msgstr "管理员"
+#: addons/goto/class_gotomasses.inc:309
+#, fuzzy
+msgid "Abort"
+msgstr "中间名"
 
-#: personal/environment/class_environment.inc:1337
-#: personal/environment/class_environment.inc:1757
-msgid "Default printer"
-msgstr "缺省打印机"
+#: addons/goto/class_gotomasses.inc:310 admin/systems/goto/terminal.tpl:171
+#: admin/systems/goto/workstation.tpl:147
+#: admin/systems/goto/workstation.tpl:151 admin/applications/generic.tpl:24
+#: admin/applications/class_applicationGeneric.inc:436
+#: admin/applications/class_applicationGeneric.inc:587
+#: admin/ogroups/goto/termgroup.tpl:101
+msgid "Execute"
+msgstr "执行"
 
-#: personal/environment/class_environment.inc:1736
+#: addons/goto/class_gotomasses.inc:327
+#: admin/systems/goto/terminalStartup.tpl:13
+#: admin/systems/goto/terminalService.tpl:184
+#: admin/systems/goto/workstationStartup.tpl:34
 #, fuzzy
-msgid "Environment settings"
-msgstr "用户环境设置"
+msgid "Reload"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1740
-msgid "My account"
-msgstr "我的账号"
+#: addons/goto/class_gotomasses.inc:335
+#: addons/goto/events/DaemonEvent_reinstall.tpl:51
+#: addons/goto/events/DaemonEvent_localboot.tpl:47
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
+#: addons/goto/events/DaemonEvent_update.tpl:47
+#: addons/goto/events/DaemonEvent_faireboot.tpl:47
+#: addons/goto/events/DaemonEvent_lock.tpl:47
+#: addons/goto/events/class_DaemonEvent_notify.inc:68
+#: addons/goto/events/class_DaemonEvent_notify.inc:69
+#: addons/goto/events/class_DaemonEvent_notify.inc:90
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
+#: addons/goto/events/DaemonEvent_wakeup.tpl:47
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
+#: addons/goto/events/DaemonEvent_reboot.tpl:47
+#: addons/goto/events/DaemonEvent_memcheck.tpl:47
+#: addons/goto/events/DaemonEvent_notify.tpl:77
+#: addons/goto/events/DaemonEvent_halt.tpl:47
+#: addons/goto/events/DaemonEvent_activate.tpl:47
+#: addons/goto/events/DaemonEvent_rescan.tpl:47
+#, fuzzy
+msgid "Target"
+msgstr "芯片组"
 
-#: personal/environment/class_environment.inc:1744
-msgid "Command to extend the list of possible screen resolutions"
+#: addons/goto/class_gotomasses.inc:336
+msgid "Task"
 msgstr ""
 
-#: personal/environment/class_environment.inc:1748
-#: personal/environment/environment.tpl:163
-msgid "Resolution changeable during session"
-msgstr "会话间允许修改分辨率"
-
-#: personal/environment/class_environment.inc:1749
-#: personal/environment/environment.tpl:38
-#: personal/environment/environment.tpl:100
-msgid "Cache profile localy"
-msgstr "本地缓存 profile"
+#: addons/goto/class_gotomasses.inc:338
+#, fuzzy
+msgid "Schedule"
+msgstr "计划更新"
 
-#: personal/environment/class_environment.inc:1752
+#: addons/goto/class_gotomasses.inc:340
+#: addons/goto/events/DaemonEvent_reinstall.tpl:43
+#: addons/goto/events/DaemonEvent_localboot.tpl:39
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
+#: addons/goto/events/DaemonEvent_update.tpl:39
+#: addons/goto/events/DaemonEvent_faireboot.tpl:39
+#: addons/goto/events/DaemonEvent_lock.tpl:39
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
+#: addons/goto/events/DaemonEvent_wakeup.tpl:39
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
+#: addons/goto/events/DaemonEvent_reboot.tpl:39
+#: addons/goto/events/DaemonEvent_memcheck.tpl:39
+#: addons/goto/events/DaemonEvent_notify.tpl:69
+#: addons/goto/events/DaemonEvent_halt.tpl:39
+#: addons/goto/events/DaemonEvent_activate.tpl:39
+#: addons/goto/events/DaemonEvent_rescan.tpl:39
 #, fuzzy
-msgid "Profile server"
-msgstr "æ\96\87件æ\9c\8då\8a¡å\99¨"
+msgid "Status"
+msgstr "å\90¯å\8a¨"
 
-#: personal/environment/class_environment.inc:1754
-#: personal/environment/environment.tpl:172
-#: admin/systems/goto/terminalService.tpl:108
-#: admin/systems/goto/workstationService.tpl:122
-msgid "Resolution"
-msgstr "分辨率"
+#: addons/goto/class_gotomasses.inc:342 admin/systems/goto/terminal.tpl:158
+#: admin/systems/goto/workstation.tpl:133 admin/ogroups/goto/termgroup.tpl:88
+msgid "Action"
+msgstr "行动"
 
-#: personal/environment/class_environment.inc:1755
-#: personal/environment/environment.tpl:117
-#: personal/environment/environment.tpl:149
-#: admin/systems/services/kiosk/class_goKioskService.inc:141
-msgid "Kiosk profile"
-msgstr "Kiosk profile"
+#: addons/goto/class_gotomasses.inc:358
+msgid "Move up in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1758
-#: personal/environment/logonManagement.tpl:56
-msgid "Logon script"
-msgstr "登录脚本"
+#: addons/goto/class_gotomasses.inc:360
+msgid "Move down in execution queue"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1759
-#: personal/environment/environment.tpl:282
-msgid "Hotplug devices"
-msgstr "热插拔设备"
+#: addons/goto/class_gotomasses.inc:367
+msgid "Pause job"
+msgstr ""
 
-#: personal/environment/class_environment.inc:1760
-#: personal/environment/environment.tpl:201
-#: admin/systems/services/shares/goShareServer.tpl:1
-#: admin/systems/goto/class_workstationStartup.inc:1003
-#: admin/systems/goto/terminalStartup.tpl:89
-#: admin/systems/goto/workstationStartup.tpl:194
-#: admin/systems/goto/class_terminalStartup.inc:548
-msgid "Shares"
-msgstr "共享"
+#: addons/goto/class_gotomasses.inc:374
+msgid "Resume job"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:1
-msgid "Add printer devcies"
-msgstr "添加打印设备"
+#: addons/goto/class_gotomasses.inc:381
+msgid "Abort execution"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:5
-#: personal/environment/selectPrinterDialog.tpl:10
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
-msgid "Select printer to add"
-msgstr "选择要添加的打印机"
+#: addons/goto/class_gotomasses.inc:388
+msgid "Force execution now!"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:24
-#: personal/environment/hotplugDialog.tpl:24
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
-msgid "Filters"
-msgstr "过滤器"
+#: addons/goto/class_gotomasses.inc:395 admin/systems/goto/printer.tpl:68
+#: admin/systems/services/shares/goShareServer.tpl:17
+#: admin/groups/apps/app_list.tpl:81 admin/groups/apps/app_list.tpl:127
+#: personal/environment/environment.tpl:263
+msgid "Edit"
+msgstr "编辑"
 
-#: personal/environment/selectPrinterDialog.tpl:34
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
-msgid "Choose the department the search will be based on"
-msgstr "选择一个部门来做查询"
+#: addons/goto/class_gotomasses.inc:433
+#, fuzzy
+msgid "Waiting"
+msgstr "警告"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
-msgid "Select to search within subtrees"
-msgstr "选择在子树中查询"
+#: addons/goto/class_gotomasses.inc:439
+#, fuzzy
+msgid "Processed"
+msgstr "属性"
 
-#: personal/environment/selectPrinterDialog.tpl:42
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: addons/goto/class_gotomasses.inc:450
+#: admin/systems/goto/class_terminalGeneric.inc:111
+#: admin/systems/goto/class_workstationGeneric.inc:130
+#: admin/ogroups/goto/class_termgroup.inc:44
+msgid "Locked"
+msgstr "锁定"
+
+#: addons/goto/class_gotomasses.inc:454
 #, fuzzy
-msgid "Search in subtrees"
-msgstr "在子树中查找"
+msgid "Detection"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:48
-msgid "Display printers matching"
-msgstr "显示匹配的打印机"
+#: addons/goto/class_gotomasses.inc:558 addons/goto/class_gotomasses.inc:636
+#: addons/goto/class_gotomasses.inc:676
+#, php-format
+msgid "Cannot update queue entry: %s"
+msgstr ""
 
-#: personal/environment/selectPrinterDialog.tpl:53
-msgid "Regular expression for matching printer names"
-msgstr "匹配打印机名的正则表达式"
+#: addons/goto/class_gotomasses.inc:594
+#, php-format
+msgid "Cannot update queue entries."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:1
-#: personal/environment/logonManagement.tpl:5
-#: personal/environment/environment.tpl:237
-msgid "Logon script management"
-msgstr "登录脚本管理"
+#: addons/goto/class_gotomasses.inc:641
+#, php-format
+msgid "The job could not be aborted, the required class '%s' was not found."
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:8
-msgid "Logon script settings"
-msgstr "登录脚本设置"
+#: addons/goto/class_gotomasses.inc:717
+#, php-format
+msgid "Cannot load queue entries: %s"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:10
-msgid "Skript name"
-msgstr "脚本名称"
+#: addons/goto/class_gotomasses.inc:797 addons/goto/class_gotomasses.inc:803
+msgid "System mass deployment"
+msgstr ""
 
-#: personal/environment/logonManagement.tpl:17
-#: personal/environment/class_logonManagementDialog.inc:111
-#: admin/applications/class_applicationGeneric.inc:586
-#: admin/applications/generic.tpl:33 admin/systems/services/nfs/servnfs.tpl:19
-#: admin/systems/services/nfs/class_servNfs.inc:196
-#: admin/systems/services/shares/class_goShareServer.inc:400
-#: admin/systems/goto/workstation.tpl:19
-#: admin/systems/goto/class_workstationGeneric.inc:641
-#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/ArpNewDevice.tpl:17
+#: addons/goto/class_gotomasses.inc:798
+msgid "Provide a mechanism to automatically activate a set of systems"
+msgstr ""
+
+#: addons/goto/class_gotomasses.inc:804 admin/systems/goto/printer.tpl:16
+#: admin/systems/goto/terminal.tpl:19 admin/systems/goto/workstation.tpl:19
 #: admin/systems/goto/class_terminalGeneric.inc:614
-#: admin/systems/goto/class_printGeneric.inc:903
-#: admin/systems/goto/printer.tpl:16 admin/devices/deviceGeneric.tpl:25
-#: admin/devices/class_deviceGeneric.inc:90
-#: admin/mimetypes/paste_generic.tpl:21
+#: admin/systems/goto/class_workstationGeneric.inc:653
+#: admin/systems/goto/class_printGeneric.inc:904
+#: admin/systems/goto/ArpNewDevice.tpl:17
+#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/nfs/servnfs.tpl:19
+#: admin/systems/services/nfs/class_servNfs.inc:196
+#: admin/applications/generic.tpl:33
+#: admin/applications/class_applicationGeneric.inc:586
+#: admin/mimetypes/generic.tpl:34
 #: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/mimetypes/generic.tpl:34 addons/goto/class_gotomasses.inc:785
+#: admin/mimetypes/paste_generic.tpl:21
+#: admin/devices/class_deviceGeneric.inc:89 admin/devices/deviceGeneric.tpl:25
+#: personal/environment/class_logonManagementDialog.inc:111
+#: personal/environment/logonManagement.tpl:17
 msgid "Description"
 msgstr "描述"
 
-#: personal/environment/logonManagement.tpl:24
-msgid "Priority"
-msgstr "优先级"
+#: addons/goto/remove.tpl:2
+#: admin/systems/services/repository/class_servRepository.inc:177
+#: admin/systems/ppd/remove_ppd.tpl:2 admin/applications/remove.tpl:2
+#: admin/mimetypes/remove.tpl:2 admin/ogroups/goto/termgroup.tpl:2
+#: admin/devices/remove.tpl:2 personal/environment/class_environment.inc:137
+#: personal/environment/class_environment.inc:288
+#: personal/environment/class_environment.inc:333
+#: personal/environment/class_environment.inc:337
+msgid "Warning"
+msgstr "警告"
 
-#: personal/environment/logonManagement.tpl:34
-msgid "Logon script flags"
-msgstr "登录脚本标志"
+#: addons/goto/remove.tpl:9 admin/applications/remove.tpl:9
+#: admin/mimetypes/remove.tpl:9 admin/devices/remove.tpl:9
+msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
+msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。"
 
-#: personal/environment/logonManagement.tpl:38
+#: addons/goto/events/DaemonEvent_reinstall.tpl:9
+#: addons/goto/events/DaemonEvent_localboot.tpl:9
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
+#: addons/goto/events/DaemonEvent_update.tpl:9
+#: addons/goto/events/DaemonEvent_faireboot.tpl:9
+#: addons/goto/events/DaemonEvent_lock.tpl:9
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
+#: addons/goto/events/DaemonEvent_wakeup.tpl:9
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
+#: addons/goto/events/DaemonEvent_reboot.tpl:9
+#: addons/goto/events/DaemonEvent_memcheck.tpl:9
+#: addons/goto/events/DaemonEvent_notify.tpl:24
+#: addons/goto/events/DaemonEvent_halt.tpl:9
+#: addons/goto/events/DaemonEvent_activate.tpl:9
+#: addons/goto/events/DaemonEvent_rescan.tpl:9
 #, fuzzy
-msgid "Last script"
-msgstr "最后脚本"
-
-#: personal/environment/logonManagement.tpl:44
-msgid "Script can be replaced by user"
-msgstr "可以被用户替换的脚本"
-
-#: personal/environment/logonManagement.tpl:55
-#: admin/applications/generic.tpl:130
-msgid "Script"
-msgstr "脚本"
+msgid "Time schedule"
+msgstr "计划更新"
 
-#: personal/environment/logonManagement.tpl:65
-#: admin/applications/generic.tpl:135
-msgid "Import"
-msgstr "导入"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:18
+#: addons/goto/events/DaemonEvent_localboot.tpl:18
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
+#: addons/goto/events/DaemonEvent_update.tpl:18
+#: addons/goto/events/DaemonEvent_faireboot.tpl:18
+#: addons/goto/events/DaemonEvent_lock.tpl:18
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
+#: addons/goto/events/DaemonEvent_wakeup.tpl:18
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
+#: addons/goto/events/DaemonEvent_reboot.tpl:18
+#: addons/goto/events/DaemonEvent_memcheck.tpl:18
+#: addons/goto/events/DaemonEvent_halt.tpl:18
+#: addons/goto/events/DaemonEvent_activate.tpl:18
+#: addons/goto/events/DaemonEvent_rescan.tpl:18
+#, fuzzy
+msgid "System list"
+msgstr "系统分析"
 
-#: personal/environment/hotplugDialog.tpl:1
-msgid "Add hotplug devices"
-msgstr "添加热插拔设备"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:35
+#: addons/goto/events/DaemonEvent_localboot.tpl:35
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
+#: addons/goto/events/DaemonEvent_update.tpl:35
+#: addons/goto/events/DaemonEvent_faireboot.tpl:35
+#: addons/goto/events/DaemonEvent_lock.tpl:35
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
+#: addons/goto/events/DaemonEvent_wakeup.tpl:35
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
+#: addons/goto/events/DaemonEvent_reboot.tpl:35
+#: addons/goto/events/DaemonEvent_memcheck.tpl:35
+#: addons/goto/events/DaemonEvent_notify.tpl:65
+#: addons/goto/events/DaemonEvent_halt.tpl:35
+#: addons/goto/events/DaemonEvent_activate.tpl:35
+#: addons/goto/events/DaemonEvent_rescan.tpl:35
+msgid "ID"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:5
-msgid "Hotplug management"
-msgstr "热插拔管理"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#, fuzzy
+msgid "Progress"
+msgstr "属性"
 
-#: personal/environment/hotplugDialog.tpl:10
-msgid "Select hotplug device to add"
-msgstr "选择添加一个热插拔设备"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:47
+#: addons/goto/events/DaemonEvent_localboot.tpl:43
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
+#: addons/goto/events/DaemonEvent_update.tpl:43
+#: addons/goto/events/DaemonEvent_faireboot.tpl:43
+#: addons/goto/events/DaemonEvent_lock.tpl:43
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
+#: addons/goto/events/DaemonEvent_wakeup.tpl:43
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
+#: addons/goto/events/DaemonEvent_reboot.tpl:43
+#: addons/goto/events/DaemonEvent_memcheck.tpl:43
+#: addons/goto/events/DaemonEvent_notify.tpl:73
+#: addons/goto/events/DaemonEvent_halt.tpl:43
+#: addons/goto/events/DaemonEvent_activate.tpl:43
+#: addons/goto/events/DaemonEvent_rescan.tpl:43
+#, fuzzy
+msgid "Result"
+msgstr "分辨率"
 
-#: personal/environment/hotplugDialog.tpl:34
-msgid "Choose the department the search will be based    on"
-msgstr "选择一个部门来做查询"
+#: addons/goto/events/DaemonEvent_reinstall.tpl:55
+#: addons/goto/events/DaemonEvent_localboot.tpl:51
+#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
+#: addons/goto/events/DaemonEvent_update.tpl:51
+#: addons/goto/events/DaemonEvent_faireboot.tpl:51
+#: addons/goto/events/DaemonEvent_lock.tpl:51
+#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
+#: addons/goto/events/DaemonEvent_wakeup.tpl:51
+#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
+#: addons/goto/events/DaemonEvent_reboot.tpl:51
+#: addons/goto/events/DaemonEvent_memcheck.tpl:51
+#: addons/goto/events/DaemonEvent_notify.tpl:81
+#: addons/goto/events/DaemonEvent_halt.tpl:51
+#: addons/goto/events/DaemonEvent_activate.tpl:51
+#: addons/goto/events/DaemonEvent_rescan.tpl:51
+msgid "Timestamp"
+msgstr ""
 
-#: personal/environment/hotplugDialog.tpl:43
-#: admin/applications/class_divListApplication.inc:64
-msgid "Display users matching"
-msgstr "显示匹配的用户"
+#: addons/goto/events/class_DaemonEvent_lock.inc:29
+#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#, fuzzy
+msgid "Lock"
+msgstr "锁定"
 
-#: personal/environment/hotplugDialog.tpl:48
-msgid "Regular expression for        matching hotplugs"
-msgstr "用于匹配热插拔的正则表达式"
+#: addons/goto/events/class_DaemonEvent_localboot.inc:28
+#: addons/goto/events/class_DaemonEvent_localboot.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:292
+#: admin/systems/goto/class_workstationGeneric.inc:299
+msgid "Force localboot"
+msgstr "强制本地启动"
 
-#: personal/environment/environment.tpl:3
-msgid "The environment extension is currently disabled."
-msgstr "环境变量扩展当前被禁用。"
+#: addons/goto/events/class_DaemonEvent.inc:117
+#, fuzzy
+msgid "This job has no template."
+msgstr "这个 'dn' 没有终端功能。"
 
-#: personal/environment/environment.tpl:11
-msgid "Profiles"
-msgstr "Profiles"
+#: addons/goto/events/class_DaemonEvent.inc:133
+#, php-format
+msgid "Create '%s' job"
+msgstr ""
 
-#: personal/environment/environment.tpl:14
-#: personal/environment/environment.tpl:196
-#: personal/environment/environment.tpl:277
-msgid "Environment managment settings"
-msgstr "环境变量管理设置"
+#: addons/goto/events/class_DaemonEvent.inc:232
+msgid "Add"
+msgstr "添加"
 
-#: personal/environment/environment.tpl:22
-#: personal/environment/environment.tpl:52
-msgid "Use profile managment"
-msgstr "用户 profile 管理"
+#: addons/goto/events/class_DaemonEvent_halt.inc:31
+#: addons/goto/events/class_DaemonEvent_halt.inc:32
+#: admin/systems/goto/class_terminalGeneric.inc:253
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Switch off"
+msgstr "关闭"
 
-#: personal/environment/environment.tpl:26
-#: personal/environment/environment.tpl:62
-msgid "Profil path"
-msgstr "Profil path"
+#: addons/goto/events/class_DaemonEvent_reboot.inc:29
+#: addons/goto/events/class_DaemonEvent_reboot.inc:30
+#: admin/systems/goto/class_terminalGeneric.inc:254
+#: admin/systems/goto/class_workstationGeneric.inc:287
+#: admin/ogroups/goto/class_termgroup.inc:201
+msgid "Reboot"
+msgstr "重启"
 
-#: personal/environment/environment.tpl:33
-#: personal/environment/environment.tpl:89
-msgid "MB"
-msgstr "MB"
+#: addons/goto/events/class_DaemonEvent_activate.inc:29
+#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#, fuzzy
+msgid "Activate"
+msgstr "活动"
 
-#: personal/environment/environment.tpl:44
-msgid "Profile managment"
-msgstr "Profile 管理"
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
+#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#, fuzzy
+msgid "Abort installation"
+msgstr "工作站"
 
-#: personal/environment/environment.tpl:59
-msgid "Profile server managment"
-msgstr "Profile 服务器管理"
+#: addons/goto/events/target_list.tpl:5
+#, fuzzy
+msgid "Use"
+msgstr "用户"
 
-#: personal/environment/environment.tpl:83
-msgid "Profil quota"
-msgstr "Profil quota"
+#: addons/goto/events/target_list.tpl:6
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
+msgid "Close"
+msgstr "关闭"
 
-#: personal/environment/environment.tpl:113
-msgid "Kiosk profile settings"
-msgstr "Kiosk profile 设置"
+#: addons/goto/events/class_DaemonEvent_notify.inc:36
+#: addons/goto/events/class_DaemonEvent_notify.inc:37
+msgid "Send message"
+msgstr ""
 
-#: personal/environment/environment.tpl:128
-#: admin/systems/services/nfs/servnfs.tpl:39
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:215
-#: addons/goto/class_target_list.inc:202
-msgid "Server"
-msgstr "服务器"
+#: addons/goto/events/class_DaemonEvent_notify.inc:84
+#: addons/goto/events/DaemonEvent_notify.tpl:10
+#, fuzzy
+msgid "Subject"
+msgstr "选择"
 
-#: personal/environment/environment.tpl:136
+#: addons/goto/events/class_DaemonEvent_notify.inc:87
+#: addons/goto/events/DaemonEvent_notify.tpl:14
 #, fuzzy
-msgid "Profile"
-msgstr "Profiles"
+msgid "Message"
+msgstr "内存使用"
 
-#: personal/environment/environment.tpl:153
-msgid "Manage"
-msgstr "管理"
+#: addons/goto/events/class_EventTargetAddList.inc:51
+#: addons/goto/events/class_EventTargetAddUsersList.inc:45
+#, fuzzy
+msgid "Targets"
+msgstr "共享"
 
-#: personal/environment/environment.tpl:211
-msgid "User used to connect to the share"
-msgstr "用户习惯连接这个共享"
-
-#: personal/environment/environment.tpl:214
-msgid "Select a share"
-msgstr "选择一个共享"
-
-#: personal/environment/environment.tpl:222
-msgid "Mount path"
-msgstr "挂载路径"
+#: addons/goto/events/class_EventTargetAddList.inc:55
+#: addons/goto/events/class_EventTargetAddUsersList.inc:49
+msgid ""
+"This dialog shows all available targets for your event, check the targets "
+"you want to add and use the 'Use' button to accept."
+msgstr ""
 
-#: personal/environment/environment.tpl:227
-#: admin/applications/class_divListApplication.inc:160
-#: admin/applications/class_applicationParameters.inc:117
-#: admin/groups/apps/app_list.tpl:79 admin/groups/apps/app_list.tpl:105
-#: admin/systems/goto/terminalService.tpl:212
-#: admin/systems/goto/terminalStartup.tpl:113
-#: admin/systems/goto/workstationStartup.tpl:218
-#: admin/systems/goto/printer.tpl:71
-#: admin/devices/class_divListDevices.inc:148
-#: admin/mimetypes/class_divListMimeTypes.inc:181
-#: addons/goto/events/class_DaemonEvent.inc:228
-#: addons/goto/class_gotomasses.inc:302 addons/goto/class_gotomasses.inc:401
-msgid "Remove"
-msgstr "删除"
+#: addons/goto/events/class_EventTargetAddList.inc:66
+#: addons/goto/events/class_EventTargetAddUsersList.inc:60
+#, fuzzy
+msgid "System / Department"
+msgstr "部门"
 
-#: personal/environment/environment.tpl:263 admin/groups/apps/app_list.tpl:81
-#: admin/groups/apps/app_list.tpl:107
-#: admin/systems/services/shares/goShareServer.tpl:17
-#: admin/systems/goto/printer.tpl:68 addons/goto/class_gotomasses.inc:394
-msgid "Edit"
-msgstr "编辑"
+#: addons/goto/events/class_EventTargetAddList.inc:73
+#, fuzzy
+msgid "Display server"
+msgstr "显示设备"
 
-#: personal/environment/environment.tpl:284
-msgid "Hotplug device settings"
-msgstr "热插拔设备设置"
+#: addons/goto/events/class_EventTargetAddList.inc:74
+#, fuzzy
+msgid "Display workstation"
+msgstr "Windows 工作站"
 
-#: personal/environment/environment.tpl:327
-#: personal/environment/environment.tpl:363
-#: admin/systems/goto/class_printGeneric.inc:898
-msgid "Printer"
-msgstr "打印机"
+#: addons/goto/events/class_EventTargetAddList.inc:75
+#, fuzzy
+msgid "Display object groups"
+msgstr "显示匹配对象"
 
-#: personal/environment/environment.tpl:331
-msgid ""
-"Using this option will overwrite the complete printer settings for all "
-"currently edited objects!"
+#: addons/goto/events/class_EventTargetAddList.inc:76
+msgid "Filter by IP range"
 msgstr ""
 
-#: personal/environment/environment.tpl:332
-#: personal/environment/environment.tpl:365
-msgid "Printer settings"
-msgstr "打印机设置"
-
-#: personal/environment/environment.tpl:349
-#: personal/environment/environment.tpl:382
-msgid "Toggle admin"
-msgstr "切换管理员"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:65
+#, fuzzy
+msgid "Display users"
+msgstr "显示设备"
 
-#: personal/environment/environment.tpl:352
-#: personal/environment/environment.tpl:385
-msgid "Toggle default"
-msgstr "切换缺省"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:66
+#, fuzzy
+msgid "Display groups"
+msgstr "显示匹配对象"
 
-#: personal/environment/class_logonManagementDialog.inc:103
-#: admin/applications/class_applicationGeneric.inc:428
-#: admin/applications/class_applicationGeneric.inc:432
-#: admin/applications/class_applicationGeneric.inc:584
-#: admin/applications/class_applicationGeneric.inc:588
-#: admin/applications/class_applicationParameters.inc:185
-#: admin/groups/apps/edit_entry.tpl:43
-#: admin/systems/services/nfs/servnfs.tpl:9
-#: admin/systems/services/nfs/class_servNfs.inc:188
-#: admin/systems/services/nfs/class_servNfs.inc:191
-#: admin/systems/services/shares/class_goShareServer.inc:398
-#: admin/systems/services/repository/class_servRepository.inc:204
-#: admin/systems/services/repository/class_servRepository.inc:350
-#: admin/systems/goto/class_workstationGeneric.inc:421
-#: admin/systems/goto/class_workstationGeneric.inc:426
-#: admin/systems/goto/class_workstationGeneric.inc:444
-#: admin/systems/goto/class_ArpNewDevice.inc:46
-#: admin/systems/goto/class_terminalGeneric.inc:400
-#: admin/systems/goto/class_terminalGeneric.inc:405
-#: admin/systems/goto/class_terminalGeneric.inc:424
-#: admin/systems/goto/class_terminalGeneric.inc:613
-#: admin/systems/goto/class_printGeneric.inc:668
-#: admin/systems/goto/class_printGeneric.inc:673
-#: admin/systems/goto/class_printGeneric.inc:692
-#: admin/systems/goto/class_printGeneric.inc:901
-#: admin/devices/class_deviceGeneric.inc:87
-#: admin/devices/class_deviceGeneric.inc:109
-#: admin/devices/class_deviceGeneric.inc:245
-#: admin/mimetypes/class_mimetypeGeneric.inc:533
-#: admin/mimetypes/class_mimetypeGeneric.inc:552
-#: admin/mimetypes/class_mimetypeGeneric.inc:560
-#: admin/mimetypes/class_mimetypeGeneric.inc:724
-msgid "Name"
-msgstr "名称"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:171
+#: admin/systems/goto/class_printGeneric.inc:881
+#: admin/systems/services/syslog/class_goLogDBServer.inc:68
+msgid "User"
+msgstr "用户"
 
-#: personal/environment/class_logonManagementDialog.inc:107
-#, fuzzy
-msgid "Script name"
-msgstr "脚本名称"
+#: addons/goto/events/class_EventTargetAddUsersList.inc:173
+#: admin/systems/goto/class_printGeneric.inc:876
+#: admin/systems/goto/class_printGeneric.inc:878
+msgid "Group"
+msgstr "组"
 
-#: personal/environment/class_selectPrinterDialog.inc:107
+#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: addons/goto/events/class_DaemonEvent_update.inc:30
 #, fuzzy
-msgid "Please select a printer!"
-msgstr "请选择一个有效文件。"
-
-#: personal/environment/main.inc:121
-msgid "User environment settings"
-msgstr "用户环境设置"
+msgid "Software update"
+msgstr "立即更新"
 
-#: admin/applications/class_applicationManagement.inc:24
-#: admin/groups/apps/class_groupApplication.inc:1100
-#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
-msgid "Applications"
-msgstr "应用程序"
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
+#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
+msgid "Installation activation"
+msgstr ""
 
-#: admin/applications/class_applicationManagement.inc:306
-#: admin/applications/class_applicationManagement.inc:384
-#: admin/applications/class_applicationGeneric.inc:131
-#: admin/groups/apps/class_groupApplication.inc:266
-#: admin/groups/apps/class_groupApplication.inc:271
-#: admin/groups/apps/class_groupApplication.inc:365
-msgid "application"
-msgstr "应用程序"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:258
+#: admin/systems/goto/class_workstationGeneric.inc:295
+msgid "Wake up"
+msgstr "唤醒"
 
-#: admin/applications/class_divListApplication.inc:31
-msgid "List of Applications"
-msgstr "应用程序列表"
+#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
+#, fuzzy
+msgid "Start a system"
+msgstr "系统"
 
-#: admin/applications/class_divListApplication.inc:32
-msgid "This table displays all applications in the selected tree."
-msgstr "这个表显示在所选树下的所有应用程序。"
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
+#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
+#: admin/systems/goto/class_workstationGeneric.inc:289
+#: admin/systems/goto/class_workstationGeneric.inc:296
+#: admin/ogroups/goto/class_termgroup.inc:205
+msgid "Reinstall"
+msgstr "重新安装"
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/applications/class_applicationGeneric.inc:539
-#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
-msgid "Application name"
-msgstr "应用程序名称"
+#: addons/goto/events/timestamp_select.tpl:3
+msgid "Year"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:57
-#: admin/devices/class_divListDevices.inc:51
-#: admin/mimetypes/class_divListMimeTypes.inc:59
-msgid "Department"
-msgstr "部门"
+#: addons/goto/events/timestamp_select.tpl:4
+#, fuzzy
+msgid "Month"
+msgstr "挂载路径"
 
-#: admin/applications/class_divListApplication.inc:58
-#: admin/applications/class_divListApplication.inc:147
-#: admin/devices/class_divListDevices.inc:52
-#: admin/devices/class_divListDevices.inc:135
-#: admin/mimetypes/class_divListMimeTypes.inc:60
-#: admin/mimetypes/class_divListMimeTypes.inc:168
-#: addons/goto/class_gotomasses.inc:294
-msgid "Actions"
-msgstr "动作"
+#: addons/goto/events/timestamp_select.tpl:5
+msgid "Day"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:142
-#: admin/applications/class_applicationGeneric.inc:585
-#: admin/applications/generic.tpl:42
-#: admin/systems/services/ldap/class_goLdapServer.inc:65
-#: admin/systems/services/ldap/class_goLdapServer.inc:68
-#: admin/systems/goto/workstation.tpl:35
-#: admin/systems/goto/class_workstationGeneric.inc:643
-#: admin/systems/goto/terminal.tpl:27
-#: admin/systems/goto/class_terminalGeneric.inc:612
-#: admin/systems/goto/class_printGeneric.inc:902
-#: admin/systems/goto/printer.tpl:27
-#: admin/devices/class_divListDevices.inc:130
-#: admin/devices/deviceGeneric.tpl:9
-#: admin/mimetypes/class_mimetypeGeneric.inc:727
-#: admin/mimetypes/generic.tpl:44
-#: admin/mimetypes/class_divListMimeTypes.inc:163
-#: addons/goto/events/class_EventTargetAddList.inc:161
-#: addons/goto/class_target_list.inc:152
-msgid "Base"
-msgstr "位置"
+#: addons/goto/events/timestamp_select.tpl:7
+msgid "Hour"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit department"
-msgstr "提交部门"
+#: addons/goto/events/timestamp_select.tpl:8
+#, fuzzy
+msgid "Minute"
+msgstr "打印机"
 
-#: admin/applications/class_divListApplication.inc:144
-#: admin/devices/class_divListDevices.inc:132
-#: admin/mimetypes/class_divListMimeTypes.inc:165
-#: addons/goto/events/class_EventTargetAddList.inc:163
-#: addons/goto/class_target_list.inc:154
-msgid "Submit"
-msgstr "提交"
+#: addons/goto/events/timestamp_select.tpl:9
+#, fuzzy
+msgid "Second"
+msgstr "节"
 
-#: admin/applications/class_divListApplication.inc:149
-#: admin/systems/goto/chooser.tpl:16
-#: admin/devices/class_divListDevices.inc:137
-#: admin/mimetypes/class_divListMimeTypes.inc:170
-#: addons/goto/class_gotomasses.inc:295
-msgid "Create"
-msgstr "创建"
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
+#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
+msgid "Reload ldap config"
+msgstr ""
 
-#: admin/applications/class_divListApplication.inc:154
-#: admin/applications/class_divListApplication.inc:209
-#: admin/applications/class_applicationGeneric.inc:581
-#: admin/groups/apps/class_groupApplication.inc:1108
-#: admin/mimetypes/class_mimetypeGeneric.inc:728
-msgid "Application"
-msgstr "应用程序"
+#: addons/goto/events/DaemonEvent_notify.tpl:7
+#, fuzzy
+msgid "Message settings"
+msgstr "用户设置"
 
-#: admin/applications/class_divListApplication.inc:166
-#: admin/devices/class_divListDevices.inc:154
-#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: addons/goto/events/DaemonEvent_notify.tpl:33
 #, fuzzy
-msgid "Copy"
-msgstr "å¤\8då\88"
+msgid "Target users"
+msgstr "å\85±äº«"
 
-#: admin/applications/class_divListApplication.inc:168
-#: admin/devices/class_divListDevices.inc:156
-#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: addons/goto/events/DaemonEvent_notify.tpl:40
 #, fuzzy
-msgid "Cut"
-msgstr "å\89ªå\88\87"
+msgid "Target groups"
+msgstr "å\85±äº«"
 
-#: admin/applications/class_divListApplication.inc:172
-#: admin/applications/class_divListApplication.inc:175
-#: admin/devices/class_divListDevices.inc:160
-#: admin/devices/class_divListDevices.inc:163
-#: admin/mimetypes/class_divListMimeTypes.inc:193
-#: admin/mimetypes/class_divListMimeTypes.inc:196
-msgid "Paste"
-msgstr "粘贴"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "cut"
-msgstr "剪切"
-
-#: admin/applications/class_divListApplication.inc:236
-#: admin/devices/class_divListDevices.inc:225
-#: admin/mimetypes/class_divListMimeTypes.inc:257
-msgid "Cut this entry"
-msgstr "剪切条目"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "copy"
-msgstr "复制"
-
-#: admin/applications/class_divListApplication.inc:239
-#: admin/devices/class_divListDevices.inc:227
-#: admin/mimetypes/class_divListMimeTypes.inc:259
-msgid "Copy this entry"
-msgstr "拷贝条目"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "edit"
-msgstr "编辑"
-
-#: admin/applications/class_divListApplication.inc:245
-#: admin/devices/class_divListDevices.inc:231
-#: admin/mimetypes/class_divListMimeTypes.inc:263
-msgid "Edit this entry"
-msgstr "编辑这条记录"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "delete"
-msgstr "删除"
-
-#: admin/applications/class_divListApplication.inc:255
-#: admin/devices/class_divListDevices.inc:236
-#: admin/mimetypes/class_divListMimeTypes.inc:268
-msgid "Delete this entry"
-msgstr "删除这个条目"
-
-#: admin/applications/class_divListApplication.inc:295
-#, fuzzy
-msgid "Number of listed applications"
-msgstr "使用的应用程序"
-
-#: admin/applications/class_divListApplication.inc:296
-#: admin/devices/class_divListDevices.inc:279
-#: admin/mimetypes/class_divListMimeTypes.inc:311
-#, fuzzy
-msgid "Number of listed departments"
-msgstr "部门名称"
-
-#: admin/applications/class_applicationGeneric.inc:100
-msgid "no example"
-msgstr "没有示例"
-
-#: admin/applications/class_applicationGeneric.inc:264
-#, fuzzy, php-format
-msgid "Cannot remove application - it is still in use by these objects: %s"
-msgstr "您不能删除 asterisk 数据库扩展,它仍被这些对象 '%s' 使用。"
-
-#: admin/applications/class_applicationGeneric.inc:368
-#, fuzzy
-msgid "no read permission"
-msgstr "允许"
-
-#: admin/applications/class_applicationGeneric.inc:373
-msgid "cannot resize image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:378
-msgid "cannot convert image"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:382
-#, fuzzy, php-format
-msgid "cannot save image to '%s'"
-msgstr "无法保存文件 '%s'。"
-
-#: admin/applications/class_applicationGeneric.inc:411
-#, fuzzy
-msgid "Execute path"
-msgstr "执行"
-
-#: admin/applications/class_applicationGeneric.inc:436
-#: admin/applications/class_applicationGeneric.inc:587
-#: admin/applications/generic.tpl:24 admin/systems/goto/workstation.tpl:147
-#: admin/systems/goto/workstation.tpl:151 admin/systems/goto/terminal.tpl:171
-#: admin/ogroups/goto/termgroup.tpl:101 addons/goto/class_gotomasses.inc:309
-msgid "Execute"
-msgstr "执行"
-
-#: admin/applications/class_applicationGeneric.inc:535
-#: admin/groups/apps/edit_entry.tpl:40
-msgid "Application settings"
-msgstr "应用程序设置"
-
-#: admin/applications/class_applicationGeneric.inc:544
-#: admin/applications/generic.tpl:19
-msgid "Application name to be displayed (i.e. below icons)"
-msgstr "要显示的应用程序名称(在图标下)"
-
-#: admin/applications/class_applicationGeneric.inc:575
-#: admin/systems/goto/class_workstationGeneric.inc:631
-#: admin/systems/goto/class_printGeneric.inc:892
-#: admin/devices/class_deviceGeneric.inc:236
-#: admin/ogroups/goto/termgroup.tpl:6 admin/mimetypes/paste_generic.tpl:4
-#: admin/mimetypes/class_mimetypeGeneric.inc:715 admin/mimetypes/generic.tpl:4
-msgid "Generic"
-msgstr "通用配置"
-
-#: admin/applications/class_applicationGeneric.inc:576
-#, fuzzy
-msgid "Application generic"
-msgstr "应用程序名称"
-
-#: admin/applications/class_applicationGeneric.inc:589
-#: admin/applications/generic.tpl:66
-#: admin/mimetypes/class_mimetypeGeneric.inc:730
-#: admin/mimetypes/generic.tpl:67
-msgid "Icon"
-msgstr "图标"
-
-#: admin/applications/class_applicationGeneric.inc:590
-msgid "Flag"
-msgstr ""
-
-#: admin/applications/class_applicationGeneric.inc:591
-#, fuzzy
-msgid "Script content"
-msgstr "变量内容"
-
-#: admin/applications/class_applicationGeneric.inc:593
-#: admin/applications/generic.tpl:99
-msgid "Only executable for members"
-msgstr "只允许成员执行"
-
-#: admin/applications/class_applicationGeneric.inc:594
-#: admin/applications/generic.tpl:110
-msgid "Place icon on members desktop"
-msgstr "在成员桌面放置图标"
-
-#: admin/applications/class_applicationGeneric.inc:595
-#: admin/applications/generic.tpl:120
-msgid "Place entry in members launch bar"
-msgstr "在成员的启动条放置条目"
-
-#: admin/applications/class_applicationGeneric.inc:596
-#: admin/applications/generic.tpl:115
-msgid "Place entry in members startmenu"
-msgstr "替换成员启动菜单条目"
-
-#: admin/applications/class_applicationGeneric.inc:597
-#: admin/applications/generic.tpl:104
-msgid "Replace user configuration on startup"
-msgstr "替换启动时用户配置"
-
-#: admin/applications/class_applicationParameters.inc:49
-msgid "Remove options"
-msgstr "删除选项"
-
-#: admin/applications/class_applicationParameters.inc:49
-#: admin/applications/class_applicationParameters.inc:51
-#, fuzzy
-msgid "parameter"
-msgstr "参数"
-
-#: admin/applications/class_applicationParameters.inc:51
-msgid "Create options"
-msgstr "创建选项"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Variable"
-msgstr "变量"
-
-#: admin/applications/class_applicationParameters.inc:91
-msgid "Default value"
-msgstr "缺省值"
-
-#: admin/applications/class_applicationParameters.inc:123
-msgid "Add option"
-msgstr "添加选项"
-
-#: admin/applications/class_applicationParameters.inc:228
-msgid "Parameter"
-msgstr "参数"
-
-#: admin/applications/class_applicationParameters.inc:229
-#, fuzzy
-msgid "Parameter configuration"
-msgstr "下载配置"
-
-#: admin/applications/class_applicationParameters.inc:237
-#, fuzzy
-msgid "Application parameter settings"
-msgstr "应用程序设置"
-
-#: admin/applications/release_select.tpl:3
-#: admin/mimetypes/release_select.tpl:2
-msgid "Branches"
-msgstr "分支"
-
-#: admin/applications/release_select.tpl:9
-#: admin/mimetypes/release_select.tpl:8
-msgid "Current release"
-msgstr "当前版本"
-
-#: admin/applications/remove.tpl:6 admin/mimetypes/remove.tpl:6
-msgid ""
-"This may be used by several groups. Please double check if your really want "
-"to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据"
-"找回。"
-
-#: admin/applications/remove.tpl:9 admin/devices/remove.tpl:9
-#: admin/mimetypes/remove.tpl:9 addons/goto/remove.tpl:9
-msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort."
-msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。"
-
-#: admin/applications/main.inc:39 admin/applications/main.inc:41
-msgid "Application management"
-msgstr "应用程序管理"
-
-#: admin/applications/generic.tpl:15
-msgid "Display name"
-msgstr "显示名称"
-
-#: admin/applications/generic.tpl:28
-msgid "Path and/or binary name of application"
-msgstr "应用程序的路径和/或二进制名称"
-
-#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
-msgid "Choose subtree to place application in"
-msgstr "选择放置应用程序的子树"
-
-#: admin/applications/generic.tpl:52 admin/systems/goto/workstation.tpl:43
-#: admin/systems/goto/terminal.tpl:36 admin/systems/goto/printer.tpl:35
-#: admin/mimetypes/generic.tpl:53
-msgid "Select a base"
-msgstr "选择一个位置"
-
-#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
-msgid "Update"
-msgstr "更新"
-
-#: admin/applications/generic.tpl:78
-msgid "Reload picture from LDAP"
-msgstr "从 LDAP 重新加载图片"
-
-#: admin/applications/generic.tpl:81
-msgid "Remove picture"
-msgstr "删除图片"
-
-#: admin/applications/generic.tpl:81
-#, fuzzy
-msgid "Remove picture from LDAP"
-msgstr "从 LDAP 重新加载图片"
-
-#: admin/applications/generic.tpl:92
-#: admin/systems/services/repository/class_divListRepositories.inc:25
-#: admin/systems/ppd/printerPPDDialog.tpl:17
-msgid "Options"
-msgstr "选项"
-
-#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
-#: admin/systems/ppd/printerPPDDialog.tpl:11
-msgid "Upload"
-msgstr "上传"
-
-#: admin/applications/generic.tpl:140
-msgid "Download"
-msgstr "下载"
-
-#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
-#: admin/groups/apps/class_groupApplication.inc:1109
-#: admin/systems/services/repository/class_servRepositorySetup.inc:145
-#: admin/systems/services/repository/class_divListRepositories.inc:23
-#: admin/systems/services/repository/servRepositorySetup.tpl:19
-#: admin/systems/goto/workstationStartup.tpl:72
-#: admin/systems/goto/workstationStartup.tpl:108
-msgid "Release"
-msgstr "发行"
-
-#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
-#, fuzzy
-msgid "Folder"
-msgstr "过滤器"
-
-#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:101
-msgid "Move up"
-msgstr "向上移动"
+#: addons/goto/events/class_DaemonEvent_rescan.inc:28
+#: addons/goto/events/class_DaemonEvent_rescan.inc:29
+#: admin/systems/goto/class_workstationGeneric.inc:290
+#: admin/ogroups/goto/class_termgroup.inc:206
+msgid "Rescan hardware"
+msgstr "重新扫描硬件"
 
-#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:103
-msgid "Move down"
-msgstr "向下移动"
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
+#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:255
+#: admin/systems/goto/class_terminalGeneric.inc:259
+#: admin/systems/goto/class_workstationGeneric.inc:291
+#: admin/systems/goto/class_workstationGeneric.inc:298
+#: admin/ogroups/goto/class_termgroup.inc:207
+msgid "Memory test"
+msgstr "内存测试"
 
-#: admin/groups/apps/app_list.tpl:94
-#, fuzzy
-msgid "Entry"
-msgstr "编辑记录"
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
+#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
+#: admin/systems/goto/class_terminalGeneric.inc:256
+#: admin/systems/goto/class_terminalGeneric.inc:260
+#: admin/systems/goto/class_workstationGeneric.inc:293
+#: admin/systems/goto/class_workstationGeneric.inc:300
+#: admin/ogroups/goto/class_termgroup.inc:208
+msgid "System analysis"
+msgstr "系统分析"
 
-#: admin/groups/apps/app_list.tpl:116
+#: admin/systems/goto/class_terminalService.inc:110
+#: admin/systems/goto/class_terminalInfo.inc:74
+#: admin/systems/goto/class_workstationService.inc:79
+#: admin/systems/goto/class_workstationStartup.inc:1288
+#: admin/systems/goto/class_workstationStartup.inc:1290
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
+#: personal/environment/class_environment.inc:232
 #, fuzzy
-msgid "add to"
-msgstr "添加选项"
+msgid "Configuration error"
+msgstr "配置文件"
 
-#: admin/groups/apps/app_list.tpl:122 admin/groups/apps/app_list.tpl:131
-#, fuzzy
-msgid "Add selected applications to this folder."
-msgstr "选择的应用程序没有选项。"
+#: admin/systems/goto/class_terminalService.inc:117
+#: admin/systems/goto/class_terminalService.inc:118
+#: admin/systems/goto/class_terminalService.inc:119
+#: admin/systems/goto/class_terminalService.inc:120
+#: admin/systems/goto/class_workstationService.inc:89
+#: admin/systems/goto/class_workstationService.inc:90
+#: admin/systems/goto/class_workstationService.inc:91
+#: admin/systems/goto/class_workstationService.inc:92
+msgid "bit"
+msgstr "比特"
 
-#: admin/groups/apps/edit_entry.tpl:8
-#, fuzzy
-msgid "Folder image"
-msgstr "代码页"
+#: admin/systems/goto/class_terminalService.inc:165
+#: admin/systems/goto/class_terminalService.inc:249
+#: admin/systems/goto/class_terminalService.inc:257
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_terminalService.inc:263
+#: admin/systems/goto/class_terminalService.inc:266
+#: admin/systems/goto/class_terminalService.inc:269
+#: admin/systems/goto/class_terminalService.inc:272
+#: admin/systems/goto/class_terminalService.inc:275
+#: admin/systems/goto/class_workstationService.inc:203
+#: admin/systems/goto/class_workstationService.inc:206
+#: admin/systems/goto/class_workstationService.inc:209
+#: admin/systems/goto/class_workstationService.inc:212
+#: admin/systems/goto/class_workstationService.inc:215
+#: admin/systems/goto/class_workstationService.inc:218
+#: admin/systems/goto/class_workstationService.inc:221
+#: admin/systems/goto/class_workstationService.inc:232
+#: admin/systems/goto/class_workstationService.inc:233
+#: admin/systems/goto/class_workstationService.inc:234
+#: admin/systems/goto/class_workstationService.inc:235
+#: admin/systems/goto/class_workstationService.inc:236
+#: admin/systems/goto/class_workstationService.inc:237
+#: admin/systems/goto/class_workstationService.inc:238
+#: admin/systems/goto/class_workstationStartup.inc:189
+#: admin/systems/goto/class_workstationStartup.inc:219
+#: admin/systems/goto/class_terminalStartup.inc:137
+#: admin/systems/goto/class_terminalStartup.inc:140
+#: admin/systems/goto/class_terminalGeneric.inc:127
+#: admin/systems/goto/class_terminalGeneric.inc:272
+#: admin/systems/goto/class_workstationGeneric.inc:145
+msgid "inherited"
+msgstr "继承"
 
-#: admin/groups/apps/edit_entry.tpl:12
-msgid "Could not load image."
+#: admin/systems/goto/class_terminalService.inc:167
+msgid "XDMCP"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:14
-#, fuzzy
-msgid "None"
-msgstr "无"
+#: admin/systems/goto/class_terminalService.inc:168
+msgid "LDM"
+msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:24
-#, fuzzy
-msgid "Upload image"
-msgstr "上传"
+#: admin/systems/goto/class_terminalService.inc:169
+#: admin/systems/goto/class_workstationService.inc:139
+msgid "Windows RDP"
+msgstr "Windows RDP"
 
-#: admin/groups/apps/edit_entry.tpl:32
-msgid "Reset image"
+#: admin/systems/goto/class_terminalService.inc:170
+#: admin/systems/goto/class_workstationService.inc:140
+msgid "ICA client"
 msgstr ""
 
-#: admin/groups/apps/edit_entry.tpl:33
-#, fuzzy
-msgid "Reset"
-msgstr "设置"
+#: admin/systems/goto/class_terminalService.inc:193
+#: admin/systems/goto/class_workstationService.inc:156
+msgid "automatic"
+msgstr "è\87ªå\8a¨"
 
-#: admin/groups/apps/edit_entry.tpl:53
-msgid "Application options"
-msgstr "应用程序选项"
+#: admin/systems/goto/class_terminalService.inc:260
+#: admin/systems/goto/class_workstationService.inc:206
+msgid "Bit"
+msgstr "字节"
 
-#: admin/groups/apps/class_groupApplication.inc:265
-#, fuzzy
-msgid "Add application extension"
-msgstr "应用程序"
+#: admin/systems/goto/class_terminalService.inc:307
+msgid "This 'dn' has no terminal features."
+msgstr "这个 'dn' 没有终端功能。"
 
-#: admin/groups/apps/class_groupApplication.inc:270
+#: admin/systems/goto/class_terminalService.inc:364
 #, fuzzy
-msgid "Remove application extension"
-msgstr "删除应用程序"
-
-#: admin/groups/apps/class_groupApplication.inc:324
-#: admin/groups/apps/class_groupApplication.inc:334
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
-msgid "back"
-msgstr "返回"
-
-#: admin/groups/apps/class_groupApplication.inc:342
-msgid "department"
-msgstr "部门"
+msgid "Unsupported"
+msgstr "USB 支持"
 
-#: admin/groups/apps/class_groupApplication.inc:930
-#, fuzzy
-msgid "Not available in release."
-msgstr "å½\93å\89\8då®\89è£\85ä¸\8då\8f¯ç\94¨"
+#: admin/systems/goto/class_terminalService.inc:406
+#: admin/systems/goto/class_workstationService.inc:321
+msgid "Choose the phone located at the current terminal"
+msgstr "å\9c¨å½\93å\89\8dç»\88端中é\80\89æ\8b©ç\94µè¯\9d"
 
-#: admin/groups/apps/class_groupApplication.inc:1101
+#: admin/systems/goto/class_terminalService.inc:447
+#: admin/systems/goto/class_terminalService.inc:586
+#: admin/systems/goto/class_workstationService.inc:453
+#: admin/systems/goto/class_workstationStartup.inc:913
+#: admin/systems/goto/class_terminalStartup.inc:444
+#: admin/systems/goto/class_terminalGeneric.inc:319
+#: admin/systems/goto/class_terminalGeneric.inc:522
+#: admin/systems/goto/class_workstationGeneric.inc:345
+#: admin/systems/goto/class_workstationGeneric.inc:542
+#: admin/systems/goto/class_workstationGeneric.inc:553
+#: admin/systems/goto/class_printGeneric.inc:599
+#: admin/systems/goto/class_printGeneric.inc:858
+#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:98
+#: admin/systems/services/terminal/class_goTerminalServer.inc:106
+#: admin/systems/services/shares/class_goShareServer.inc:192
+#: admin/systems/services/shares/class_goShareServer.inc:261
+#: admin/systems/services/shares/class_goShareServer.inc:277
+#: admin/systems/services/shares/class_goShareServer.inc:290
+#: admin/systems/services/kiosk/class_goKioskService.inc:230
+#: admin/applications/class_applicationGeneric.inc:271
+#: admin/applications/class_applicationGeneric.inc:285
+#: admin/applications/class_applicationGeneric.inc:509
+#: admin/applications/class_applicationParameters.inc:153
+#: admin/applications/class_applicationParameters.inc:216
+#: admin/groups/apps/class_groupApplication.inc:530
+#: admin/groups/apps/class_groupApplication.inc:1136
+#: admin/groups/apps/class_groupApplication.inc:1146
+#: admin/groups/apps/class_groupApplication.inc:1156
+#: admin/mimetypes/class_mimetypeGeneric.inc:495
+#: admin/mimetypes/class_mimetypeGeneric.inc:507
+#: admin/mimetypes/class_mimetypeGeneric.inc:522
+#: admin/ogroups/goto/class_termgroup.inc:290
+#: admin/devices/class_deviceGeneric.inc:180
+#: personal/environment/class_environment.inc:1031
+#: personal/environment/class_environment.inc:1286
 #, fuzzy
-msgid "Group applications"
-msgstr "应用程序"
+msgid "LDAP error"
+msgstr "LDAP 服务器"
 
-#: admin/groups/apps/class_groupApplication.inc:1110
+#: admin/systems/goto/class_terminalService.inc:488
+#: admin/systems/goto/class_terminalService.inc:493
 #, fuzzy
-msgid "Application parameter"
-msgstr "应用程序名称"
+msgid "VSync range"
+msgstr "VSync"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:1
-#: admin/systems/services/ldap/class_goLdapServer.inc:27
-#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/goto/class_terminalService.inc:501
+#: admin/systems/goto/class_terminalService.inc:506
 #, fuzzy
-msgid "LDAP service"
-msgstr "LDAP 服务"
+msgid "HSync range"
+msgstr "HSync"
 
-#: admin/systems/services/ldap/goLdapServer.tpl:2
-msgid "LDAP URI"
+#: admin/systems/goto/class_terminalService.inc:531
+msgid ""
+"Remote desktop settings contains servers that do not support the selected "
+"connection method."
 msgstr ""
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:86
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-msgid "Ldap"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:594
+#: admin/systems/goto/class_workstationService.inc:86
+#: admin/systems/goto/workstationService.tpl:157
+msgid "unknown"
+msgstr "未知"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:87
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
-#: admin/systems/services/shares/class_goShareServer.inc:390
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-#: admin/systems/services/repository/class_servRepository.inc:342
-msgid "Services"
+#: admin/systems/goto/class_terminalService.inc:621
+#: admin/systems/goto/class_workstationService.inc:484
+#, fuzzy
+msgid "Service"
 msgstr "服务"
 
-#: admin/systems/services/ldap/class_goLdapServer.inc:95
+#: admin/systems/goto/class_terminalService.inc:622
+#: admin/systems/services/terminal/goTerminalServer.tpl:4
+#: admin/systems/services/terminal/class_goTerminalServer.inc:30
+#: admin/systems/services/terminal/class_goTerminalServer.inc:79
+#: admin/systems/services/terminal/class_goTerminalServer.inc:166
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
 #, fuzzy
-msgid "Ldap base"
-msgstr "LDAP 服务器"
+msgid "Terminal service"
+msgstr "终端服务"
 
-#: admin/systems/services/nfs/servnfs.tpl:1
-msgid "Edit share"
-msgstr "编辑共享"
+#: admin/systems/goto/class_terminalService.inc:630
+#: admin/systems/goto/class_workstationService.inc:493
+#, fuzzy
+msgid "Monitor"
+msgstr "显示器大小"
 
-#: admin/systems/services/nfs/servnfs.tpl:2
-msgid "NFS setup"
-msgstr "NFS 设置"
+#: admin/systems/goto/class_terminalService.inc:631
+#, fuzzy
+msgid "Method"
+msgstr "方法"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:178
-#: admin/systems/services/nfs/class_servNfs.inc:182
-#: admin/systems/services/shares/class_goShareServer.inc:403
-msgid "Path"
-msgstr "路径"
+#: admin/systems/goto/class_terminalService.inc:632
+#: admin/systems/goto/terminalService.tpl:173
+msgid "Remote desktop"
+msgstr "远程桌面"
 
-#: admin/systems/services/nfs/servnfs.tpl:29
-#: admin/systems/services/nfs/class_servNfs.inc:200
-#: admin/systems/services/shares/class_goShareServer.inc:405
-msgid "Volume"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:633
+#: admin/systems/goto/class_workstationService.inc:494
+#, fuzzy
+msgid "Gfx driver"
+msgstr "新驱动"
 
-#: admin/systems/services/nfs/servnfs.tpl:56
-#: admin/systems/services/shares/class_goShareServer.inc:401
-#: admin/systems/goto/terminalService.tpl:48
-#: admin/systems/goto/terminalService.tpl:138
-#: admin/systems/goto/workstationService.tpl:54
-#: admin/systems/goto/workstationService.tpl:156
-msgid "Type"
-msgstr "类型"
+#: admin/systems/goto/class_terminalService.inc:634
+#: admin/systems/goto/class_workstationService.inc:495
+#, fuzzy
+msgid "Gfx resolution"
+msgstr "分辨率"
 
-#: admin/systems/services/nfs/servnfs.tpl:69
-msgid "Auto-mount share on Apple systems"
-msgstr "自动挂载共享到苹果系统"
+#: admin/systems/goto/class_terminalService.inc:635
+#: admin/systems/goto/class_workstationService.inc:496
+#, fuzzy
+msgid "Gfx color depth"
+msgstr "颜色深度"
 
-#: admin/systems/services/nfs/servnfs.tpl:109
-msgid "Codepage"
-msgstr "代码页"
+#: admin/systems/goto/class_terminalService.inc:636
+#: admin/systems/goto/terminalService.tpl:150
+#: admin/systems/goto/class_workstationService.inc:403
+#: admin/systems/goto/class_workstationService.inc:408
+#: admin/systems/goto/class_workstationService.inc:497
+#: admin/systems/goto/workstationService.tpl:170
+msgid "HSync"
+msgstr "HSync"
 
-#: admin/systems/services/nfs/servnfs.tpl:121
-#: admin/systems/services/nfs/class_servNfs.inc:204
-#: admin/systems/services/shares/class_goShareServer.inc:404
-msgid "Option"
-msgstr "选项"
+#: admin/systems/goto/class_terminalService.inc:637
+#: admin/systems/goto/terminalService.tpl:158
+#: admin/systems/goto/class_workstationService.inc:388
+#: admin/systems/goto/class_workstationService.inc:393
+#: admin/systems/goto/class_workstationService.inc:498
+#: admin/systems/goto/workstationService.tpl:181
+msgid "VSync"
+msgstr "VSync"
 
-#: admin/systems/services/ntp/goNtpServer.tpl:2
-#, fuzzy
-msgid "Time server"
-msgstr "主服务器"
+#: admin/systems/goto/class_terminalService.inc:638
+msgid "Auto-Sync"
+msgstr ""
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:28
-#: admin/systems/services/ntp/class_goNtpServer.inc:74
+#: admin/systems/goto/class_terminalService.inc:639
 #, fuzzy
-msgid "Time service (NTP)"
-msgstr "æ\97¶é\97´服务"
+msgid "Printer service enabled"
+msgstr "æ\89\93å\8d°服务"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:114
+#: admin/systems/goto/class_terminalService.inc:640
+msgid "Spool server"
+msgstr "Spool 服务器"
+
+#: admin/systems/goto/class_terminalService.inc:641
+#: admin/systems/goto/class_workstationService.inc:500
 #, fuzzy
-msgid "Time service"
-msgstr "时间服务"
+msgid "Scanner enabled"
+msgstr "保存打印机失败"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/goto/class_terminalService.inc:642
+#: admin/systems/goto/class_workstationService.inc:501
 #, fuzzy
-msgid "Time service - NTP"
-msgstr "时间服务"
+msgid "Keyboard model"
+msgstr "选择键盘类型"
 
-#: admin/systems/services/ntp/class_goNtpServer.inc:123
+#: admin/systems/goto/class_terminalService.inc:643
+#: admin/systems/goto/class_workstationService.inc:502
 #, fuzzy
-msgid "Ntp source"
-msgstr ""
+msgid "Keyboard layout"
+msgstr "选择键盘布局"
 
-#: admin/systems/services/shares/class_goShareServer.inc:31
-#: admin/systems/services/shares/class_goShareServer.inc:157
-#: admin/systems/services/shares/class_goShareServer.inc:389
+#: admin/systems/goto/class_terminalService.inc:644
+#: admin/systems/goto/class_workstationService.inc:503
 #, fuzzy
-msgid "File service (Shares)"
-msgstr "文件服务器"
+msgid "Keyboard variant"
+msgstr "选择键盘变种"
 
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/goto/class_terminalService.inc:645
+#: admin/systems/goto/class_workstationService.inc:504
 #, fuzzy
-msgid "share"
-msgstr "共享"
+msgid "Mouse type"
+msgstr "电话类型"
 
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/goto/class_terminalService.inc:646
+#: admin/systems/goto/class_workstationService.inc:505
 #, fuzzy
-msgid "File service - Shares"
-msgstr "æ\96\87件æ\9c\8då\8a¡å\99¨"
+msgid "Mouse port"
+msgstr "æ\8c\82è½½ç\82¹"
 
-#: admin/systems/services/shares/class_goShareServer.inc:399
-msgid "Apple mounts"
-msgstr ""
+#: admin/systems/goto/class_terminalService.inc:647
+#: admin/systems/goto/terminalService.tpl:76
+#: admin/systems/goto/class_workstationService.inc:506
+#: admin/systems/goto/workstationService.tpl:86
+msgid "Telephone hardware"
+msgstr "电话硬件"
 
-#: admin/systems/services/shares/class_goShareServer.inc:402
-#, fuzzy
-msgid "Charset"
-msgstr "芯片组"
+#: admin/systems/goto/printer.tpl:5
+msgid "General"
+msgstr "普通"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-msgid "Syslog Service"
-msgstr "Syslog 服务"
+#: admin/systems/goto/printer.tpl:8
+msgid "Printer name"
+msgstr "打印机名称"
 
-#: admin/systems/services/syslog/goSyslogServer.tpl:1
-#: admin/systems/services/cups/goCupsServer.tpl:1
-#, fuzzy
-msgid "enabled"
-msgstr "禁用"
+#: admin/systems/goto/printer.tpl:30
+msgid "Choose subtree to place user in"
+msgstr "将用户放到所选择子树中"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:1
-#, fuzzy
-msgid "Logging database information"
-msgstr "日志数据库"
+#: admin/systems/goto/printer.tpl:35 admin/systems/goto/terminal.tpl:36
+#: admin/systems/goto/workstation.tpl:43 admin/applications/generic.tpl:52
+#: admin/mimetypes/generic.tpl:53
+msgid "Select a base"
+msgstr "选择一个位置"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:4
-msgid "Logging DB user"
-msgstr "Logging DB 用户"
+#: admin/systems/goto/printer.tpl:43
+msgid "Details"
+msgstr "详细"
 
-#: admin/systems/services/syslog/goLogDBServer.tpl:12
-#: admin/systems/services/syslog/class_goLogDBServer.inc:71
-#: admin/systems/services/syslog/class_goLogDBServer.inc:101
-msgid "Password"
-msgstr "口令"
+#: admin/systems/goto/printer.tpl:46
+msgid "Printer location"
+msgstr "打印机位置"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:30
-#: admin/systems/services/syslog/class_goLogDBServer.inc:58
-#, fuzzy
-msgid "Syslog service database"
-msgstr "日志服务器"
+#: admin/systems/goto/printer.tpl:54
+#: admin/systems/goto/class_printGeneric.inc:678
+msgid "Printer URL"
+msgstr "打印机 URL"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:68
-#: admin/systems/goto/class_printGeneric.inc:880
-msgid "User"
+#: admin/systems/goto/printer.tpl:66 admin/systems/goto/terminalService.tpl:98
+#: admin/systems/goto/workstationService.tpl:110
+msgid "Driver"
+msgstr "驱动"
+
+#: admin/systems/goto/printer.tpl:82
+#: admin/systems/goto/class_printGeneric.inc:908
+msgid "Permissions"
+msgstr "允许"
+
+#: admin/systems/goto/printer.tpl:89
+msgid "Users which are allowed to use this printer"
+msgstr "允许使用该打印机的用户"
+
+#: admin/systems/goto/printer.tpl:91
+msgid "Users"
 msgstr "用户"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:88
-#: admin/systems/services/syslog/class_goLogDBServer.inc:89
-msgid "Logging database"
-msgstr "日志数据库"
+#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
+msgid "Add user"
+msgstr "添加用户"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:97
-#: admin/systems/services/cups/class_goCupsServer.inc:76
-#: admin/systems/services/repository/class_servRepository.inc:351
-#, fuzzy
-msgid "Start"
-msgstr "启动"
+#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
+msgid "Add group"
+msgstr "添加组"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:98
-#: admin/systems/services/cups/class_goCupsServer.inc:77
-#: admin/systems/services/repository/class_servRepository.inc:352
-msgid "Stop"
-msgstr "停止"
+#: admin/systems/goto/printer.tpl:113
+msgid "Users which are allowed to administrate this printer"
+msgstr "允许管理该打印机的用户"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:99
-#: admin/systems/services/cups/class_goCupsServer.inc:78
-#: admin/systems/services/repository/class_servRepository.inc:353
-#, fuzzy
-msgid "Restart"
-msgstr "重试"
+#: admin/systems/goto/printer.tpl:115
+msgid "Admins"
+msgstr "管理员"
 
-#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+#: admin/systems/goto/terminalStartup.tpl:1
+#: admin/systems/goto/workstationStartup.tpl:4
+msgid "Boot parameters"
+msgstr "启动参数"
+
+#: admin/systems/goto/terminalStartup.tpl:7
+#: admin/systems/goto/workstationStartup.tpl:27
+msgid "LDAP server"
+msgstr "LDAP 服务器"
+
+#: admin/systems/goto/terminalStartup.tpl:11
+#: admin/systems/goto/workstationStartup.tpl:32
 #, fuzzy
-msgid "Admin"
-msgstr "管ç\90\86å\91\98"
+msgid "inherit from group"
+msgstr "ç»\84å\88\97表"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:27
-#: admin/systems/services/syslog/class_goSyslogServer.inc:47
-#: admin/systems/goto/workstation.tpl:68
-#: admin/systems/goto/class_workstationGeneric.inc:645
-#: admin/systems/goto/terminal.tpl:61
-#: admin/ogroups/goto/class_termgroup.inc:345
-#: admin/ogroups/goto/termgroup.tpl:58
-msgid "Syslog server"
-msgstr "日志服务器"
+#: admin/systems/goto/terminalStartup.tpl:38
+#: admin/systems/goto/class_workstationStartup.inc:1045
+#: admin/systems/goto/class_terminalStartup.inc:550
+#: admin/systems/goto/workstationStartup.tpl:8
+msgid "Boot kernel"
+msgstr "启动内核"
+
+#: admin/systems/goto/terminalStartup.tpl:49
+#: admin/systems/goto/workstationStartup.tpl:18
+msgid "Custom options"
+msgstr "定制选项"
+
+#: admin/systems/goto/terminalStartup.tpl:53
+#: admin/systems/goto/workstationStartup.tpl:22
+msgid ""
+"Enter any parameters that should be passed to the kernel as append line "
+"during bootup"
+msgstr "输入任意将在启动过程中作为附加行传递给内核的参数"
+
+#: admin/systems/goto/terminalStartup.tpl:68
+#: admin/systems/goto/workstationStartup.tpl:180
+msgid "Kernel modules (format: name parameters)"
+msgstr "内核模块(格式: 名称 参数)"
+
+#: admin/systems/goto/terminalStartup.tpl:71
+#: admin/systems/goto/workstationStartup.tpl:183
+msgid "Add additional modules to load on startup"
+msgstr "添加在启动中要加载的模块"
+
+#: admin/systems/goto/terminalStartup.tpl:89
+#: admin/systems/goto/class_workstationStartup.inc:1049
+#: admin/systems/goto/class_terminalStartup.inc:548
+#: admin/systems/goto/workstationStartup.tpl:201
+#: admin/systems/services/shares/goShareServer.tpl:1
+#: personal/environment/class_environment.inc:1764
+#: personal/environment/environment.tpl:201
+msgid "Shares"
+msgstr "共享"
 
-#: admin/systems/services/syslog/class_goSyslogServer.inc:68
-#: admin/systems/services/syslog/class_goSyslogServer.inc:69
-#, fuzzy
-msgid "Logging service"
-msgstr "Logging DB 用户"
+#: admin/systems/goto/terminalStartup.tpl:107
+#: admin/systems/goto/workstationStartup.tpl:219
+msgid "Mountpoint"
+msgstr "挂载点"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:27
-#: admin/systems/services/cups/class_goCupsServer.inc:48
-#: admin/systems/services/cups/class_goCupsServer.inc:69
-#: admin/systems/goto/info.tpl:119
-msgid "Print service"
-msgstr "打印服务"
+#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
+msgid "Please select a printer or press cancel."
+msgstr "请选择一个打印机或者取消。"
 
-#: admin/systems/services/cups/class_goCupsServer.inc:68
-#, fuzzy
-msgid "Cups"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:4
+#: admin/systems/goto/workstationService.tpl:4
+msgid "Keyboard"
+msgstr "键盘"
 
-#: admin/systems/services/cups/goCupsServer.tpl:1
-msgid "Print Service"
-msgstr "打印服务"
+#: admin/systems/goto/terminalService.tpl:7
+#: admin/systems/goto/workstationService.tpl:7
+#: admin/systems/ppd/printerPPDDialog.tpl:5
+msgid "Model"
+msgstr "模型"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:4
-#: admin/systems/services/terminal/class_goTerminalServer.inc:30
-#: admin/systems/services/terminal/class_goTerminalServer.inc:79
-#: admin/systems/services/terminal/class_goTerminalServer.inc:166
-#: admin/systems/services/terminal/class_goTerminalServer.inc:167
-#: admin/systems/goto/class_terminalService.inc:622
-#, fuzzy
-msgid "Terminal service"
-msgstr "终端服务"
+#: admin/systems/goto/terminalService.tpl:10
+#: admin/systems/goto/workstationService.tpl:11
+msgid "Choose keyboard model"
+msgstr "选择键盘类型"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:8
-#: admin/systems/services/terminal/class_goTerminalServer.inc:175
-msgid "Temporary disable login"
-msgstr "临时禁用登录"
+#: admin/systems/goto/terminalService.tpl:17
+#: admin/systems/goto/workstationService.tpl:19
+msgid "Layout"
+msgstr "布局"
 
-#: admin/systems/services/terminal/goTerminalServer.tpl:13
-msgid "Supported session types"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:20
+#: admin/systems/goto/workstationService.tpl:23
+msgid "Choose keyboard layout"
+msgstr "选择键盘布局"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:1
-#: admin/systems/services/kiosk/class_goKioskService.inc:251
-msgid "Kiosk profile management"
-msgstr "Kiosk profile 管理"
+#: admin/systems/goto/terminalService.tpl:27
+#: admin/systems/goto/workstationService.tpl:31
+msgid "Variant"
+msgstr "Variant"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:5
-#, fuzzy
-msgid "Server path"
-msgstr "服务器名称"
+#: admin/systems/goto/terminalService.tpl:30
+#: admin/systems/goto/workstationService.tpl:35
+msgid "Choose keyboard variant"
+msgstr "选择键盘变种"
 
-#: admin/systems/services/kiosk/goKioskService.tpl:9
-msgid "Browse"
-msgstr "浏览"
+#: admin/systems/goto/terminalService.tpl:45
+#: admin/systems/goto/workstationService.tpl:51
+msgid "Mouse"
+msgstr "鼠标"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:25
-#: admin/systems/services/kiosk/class_goKioskService.inc:31
-#: admin/systems/services/kiosk/class_goKioskService.inc:59
-#: admin/systems/services/kiosk/class_goKioskService.inc:187
-#, fuzzy
-msgid "Kiosk profile service"
-msgstr "Kiosk profile 设置"
+#: admin/systems/goto/terminalService.tpl:48
+#: admin/systems/goto/terminalService.tpl:138
+#: admin/systems/goto/workstationService.tpl:54
+#: admin/systems/goto/workstationService.tpl:156
+#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/nfs/servnfs.tpl:56
+msgid "Type"
+msgstr "类型"
 
-#: admin/systems/services/kiosk/class_goKioskService.inc:250
-msgid "Kiosk"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:51
+#: admin/systems/goto/workstationService.tpl:58
+msgid "Choose mouse type"
+msgstr "选择鼠标类型"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:149
-#: admin/systems/services/repository/class_servRepository.inc:357
-msgid "Url"
-msgstr ""
+#: admin/systems/goto/terminalService.tpl:58
+#: admin/systems/goto/workstationService.tpl:66
+msgid "Port"
+msgstr "端口"
 
-#: admin/systems/services/repository/class_servRepositorySetup.inc:196
-#: admin/systems/services/repository/class_servRepository.inc:26
-#: admin/systems/services/repository/class_servRepository.inc:331
-#: admin/systems/services/repository/class_servRepository.inc:342
-#, fuzzy
-msgid "Repository service"
-msgstr "仓库"
+#: admin/systems/goto/terminalService.tpl:61
+#: admin/systems/goto/workstationService.tpl:70
+msgid "Choose mouse port"
+msgstr "选择鼠标端口"
 
-#: admin/systems/services/repository/class_servRepository.inc:93
-msgid "You can't use this plugin until FAI is activated."
-msgstr "直到激活 FAI,您不能使用这个插件。"
+#: admin/systems/goto/terminalService.tpl:79
+#: admin/systems/goto/workstationService.tpl:89
+msgid "Telephone"
+msgstr "电话"
 
-#: admin/systems/services/repository/class_servRepository.inc:142
-#: admin/systems/services/repository/class_servRepository.inc:177
-#, fuzzy
-msgid "FAI release"
-msgstr "自动化安装(FAI)类"
+#: admin/systems/goto/terminalService.tpl:95
+#: admin/systems/goto/workstationService.tpl:107
+#: admin/systems/goto/info.tpl:73
+msgid "Graphic device"
+msgstr "显卡"
 
-#: admin/systems/services/repository/class_servRepository.inc:341
-#: admin/systems/services/repository/servRepositorySetup.tpl:1
-msgid "Repository"
-msgstr "仓库"
+#: admin/systems/goto/terminalService.tpl:101
+#: admin/systems/goto/workstationService.tpl:114
+msgid "Choose graphic driver that is needed by the installed graphic board"
+msgstr "选择安装的显卡需要的显卡驱动"
 
-#: admin/systems/services/repository/class_servRepository.inc:354
-#, fuzzy
-msgid "Releases"
-msgstr "发行"
+#: admin/systems/goto/terminalService.tpl:108
+#: admin/systems/goto/workstationService.tpl:122
+#: personal/environment/class_environment.inc:1758
+#: personal/environment/environment.tpl:172
+msgid "Resolution"
+msgstr "分辨率"
 
-#: admin/systems/services/repository/class_servRepository.inc:355
-#: admin/systems/services/repository/class_divListRepositories.inc:24
-#: admin/systems/services/repository/class_divListRepositories.inc:64
-#: admin/systems/services/repository/servRepositorySetup.tpl:39
-msgid "Sections"
-msgstr "节"
+#: admin/systems/goto/terminalService.tpl:111
+#: admin/systems/goto/workstationService.tpl:126
+msgid "Choose screen resolution used in graphic mode"
+msgstr "选择图形模式的屏幕分辨率"
 
-#: admin/systems/services/repository/class_servRepository.inc:356
-#: admin/systems/services/repository/servRepositorySetup.tpl:8
-#, fuzzy
-msgid "Parent server"
-msgstr "Parent 服务器"
+#: admin/systems/goto/terminalService.tpl:118
+#: admin/systems/goto/workstationService.tpl:134
+msgid "Color depth"
+msgstr "颜色深度"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:19
-msgid "List of configured repositories."
-msgstr "配置仓库列表"
+#: admin/systems/goto/terminalService.tpl:121
+#: admin/systems/goto/workstationService.tpl:138
+msgid "Choose colordepth used in graphic mode"
+msgstr "选择图形模式的色彩深度"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:20
-msgid "This menu allows you to create, delete and edit repository settings."
-msgstr "这个菜单允许您创建,删除和修改仓库设置。"
+#: admin/systems/goto/terminalService.tpl:135
+#: admin/systems/goto/workstationService.tpl:153
+msgid "Display device"
+msgstr "显示设备"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:26
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
-msgid "Regular expression for matching object names"
-msgstr "匹配对象名的正则表达式"
+#: admin/systems/goto/terminalService.tpl:147
+#: admin/systems/goto/workstationService.tpl:167
+msgid "Use DDC for automatic detection"
+msgstr "使用 DDC 用于自动检测"
 
-#: admin/systems/services/repository/class_divListRepositories.inc:33
-msgid "Add repository"
-msgstr "添加仓库"
+#: admin/systems/goto/terminalService.tpl:154
+#: admin/systems/goto/workstationService.tpl:175
+msgid "Horizontal refresh frequency for installed monitor"
+msgstr "安装的显示器的水平刷新率"
 
-#: admin/systems/services/repository/servRepositorySetup.tpl:28
-msgid "URL"
-msgstr "URL"
+#: admin/systems/goto/terminalService.tpl:162
+#: admin/systems/goto/workstationService.tpl:186
+msgid "Vertical refresh frequency for installed monitor"
+msgstr "安装的显示器的水平垂直刷新率"
 
-#: admin/systems/goto/class_workstationStartup.inc:184
-#: admin/systems/goto/class_workstationStartup.inc:214
-#: admin/systems/goto/class_workstationGeneric.inc:144
-#: admin/systems/goto/class_terminalService.inc:165
-#: admin/systems/goto/class_terminalService.inc:249
-#: admin/systems/goto/class_terminalService.inc:257
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_terminalService.inc:263
-#: admin/systems/goto/class_terminalService.inc:266
-#: admin/systems/goto/class_terminalService.inc:269
-#: admin/systems/goto/class_terminalService.inc:272
-#: admin/systems/goto/class_terminalService.inc:275
-#: admin/systems/goto/class_workstationService.inc:203
-#: admin/systems/goto/class_workstationService.inc:206
-#: admin/systems/goto/class_workstationService.inc:209
-#: admin/systems/goto/class_workstationService.inc:212
-#: admin/systems/goto/class_workstationService.inc:215
-#: admin/systems/goto/class_workstationService.inc:218
-#: admin/systems/goto/class_workstationService.inc:221
-#: admin/systems/goto/class_workstationService.inc:232
-#: admin/systems/goto/class_workstationService.inc:233
-#: admin/systems/goto/class_workstationService.inc:234
-#: admin/systems/goto/class_workstationService.inc:235
-#: admin/systems/goto/class_workstationService.inc:236
-#: admin/systems/goto/class_workstationService.inc:237
-#: admin/systems/goto/class_workstationService.inc:238
-#: admin/systems/goto/class_terminalGeneric.inc:127
-#: admin/systems/goto/class_terminalGeneric.inc:272
-#: admin/systems/goto/class_terminalStartup.inc:137
-#: admin/systems/goto/class_terminalStartup.inc:140
-msgid "inherited"
-msgstr "继承"
+#: admin/systems/goto/terminalService.tpl:177
+msgid "Connect method"
+msgstr "连接方法"
 
-#: admin/systems/goto/class_workstationStartup.inc:237
-#, fuzzy, php-format
-msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
-msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
+#: admin/systems/goto/terminalService.tpl:180
+msgid "Choose method to connect to terminal server"
+msgstr "选择连接终端服务器的方法"
 
-#: admin/systems/goto/class_workstationStartup.inc:251
-#, fuzzy, php-format
-msgid ""
-"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
-msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
+#: admin/systems/goto/terminalService.tpl:191
+msgid "Terminal server"
+msgstr "终端服务器"
 
-#: admin/systems/goto/class_workstationStartup.inc:263
-#: admin/systems/goto/class_terminalStartup.inc:84
-#, php-format
-msgid ""
-"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
-"exist."
-msgstr "命令 '%s',作为插件 '%s' 的 KERNELS hook 好像并不存在。"
+#: admin/systems/goto/terminalService.tpl:202
+msgid "Select specific terminal server to use"
+msgstr "选择要用的终端服务器"
 
-#: admin/systems/goto/class_workstationStartup.inc:300
-msgid "Please select a 'FAI server' or remove the 'FAI classes'."
-msgstr "请选择一个“自动化安装(FAI)服务器”或者删除“自动化安装(FAI)类”。"
+#: admin/systems/goto/terminalService.tpl:208
+msgid "Add selected server"
+msgstr ""
 
-#: admin/systems/goto/class_workstationStartup.inc:328
-#: admin/systems/goto/class_workstationGeneric.inc:212
-#: admin/systems/goto/class_printGeneric.inc:534
+#: admin/systems/goto/terminalService.tpl:212
 #, fuzzy
-msgid "workstation"
-msgstr "å·¥ä½\9cç«\99"
+msgid "Remove selected server"
+msgstr "å\88 é\99¤å\9b¾ç\89\87"
 
-#: admin/systems/goto/class_workstationStartup.inc:367
-#, fuzzy
+#: admin/systems/goto/terminalService.tpl:228
+#: admin/systems/goto/workstationService.tpl:201
+msgid "Scan device"
+msgstr "扫描设备"
+
+#: admin/systems/goto/terminalService.tpl:230
+#: admin/systems/goto/workstationService.tpl:204
+msgid "Select to start SANE scan service on terminal"
+msgstr "选择在终端启动 SANE 扫描服务"
+
+#: admin/systems/goto/terminalService.tpl:232
+#: admin/systems/goto/workstationService.tpl:207
+msgid "Provide scan services"
+msgstr "提供扫描服务"
+
+#: admin/systems/goto/gencd.tpl:2
+msgid "CD-Install-Image generation"
+msgstr "创建 CD 安装镜像"
+
+#: admin/systems/goto/gencd.tpl:5
 msgid ""
-"There is already a profile containing a partition table in your "
-"configuration!"
-msgstr "在您的选择中已经有一个 profile 包含分区表设置。"
+"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 ""
+"这个选项使您能够为选择的工作站创建 FAI 安装光盘镜像。这个过程可能需要 10 分"
+"钟,所以请在按下“创建 ISO 镜像”后耐心等待。"
 
-#: admin/systems/goto/class_workstationStartup.inc:627
-msgid "Not available in current setup"
-msgstr "å½\93å\89\8då®\89è£\85ä¸\8då\8f¯ç\94¨"
+#: admin/systems/goto/gencd.tpl:9
+msgid "Create ISO-Image"
+msgstr "å\88\9b建 ISO é\95\9cå\83\8f"
 
-#: admin/systems/goto/class_workstationStartup.inc:909
-#: admin/systems/goto/class_workstationGeneric.inc:198
-#: admin/systems/goto/class_workstationGeneric.inc:568
-#: admin/systems/goto/class_terminalGeneric.inc:175
-#: admin/systems/goto/class_terminalGeneric.inc:536
-#: admin/systems/goto/class_terminalStartup.inc:459
-#: addons/goto/class_gotomasses.inc:263
+#: admin/systems/goto/class_terminalInfo.inc:50
+#: admin/systems/goto/class_terminalInfo.inc:201
+msgid "present"
+msgstr "可用的"
+
+#: admin/systems/goto/class_terminalInfo.inc:68
+#: admin/systems/goto/class_terminalStartup.inc:165
+#: admin/systems/goto/class_terminalGeneric.inc:218
+#: admin/systems/goto/class_printGeneric.inc:532
 #, fuzzy
-msgid "Service infrastructure"
-msgstr "在子树中查找"
+msgid "terminal"
+msgstr "终端"
 
-#: admin/systems/goto/class_workstationStartup.inc:989
-#: admin/systems/goto/class_terminalStartup.inc:538
-msgid "Startup"
-msgstr "启动"
+#: admin/systems/goto/class_terminalInfo.inc:80
+#: admin/systems/goto/class_terminalInfo.inc:176
+msgid "unknown status"
+msgstr "未知状态"
 
-#: admin/systems/goto/class_workstationStartup.inc:990
-#, fuzzy
-msgid "System startup"
-msgstr "系统状态"
+#: admin/systems/goto/class_terminalInfo.inc:89
+msgid "This is a virtual terminal which has no properties to show here."
+msgstr "这是一个虚拟终端,没有属性可以显示。"
 
-#: admin/systems/goto/class_workstationStartup.inc:998
-#: admin/systems/goto/class_terminalStartup.inc:547
-#, fuzzy
-msgid "Ldap server"
-msgstr "LDAP 服务器"
+#: admin/systems/goto/class_terminalInfo.inc:103
+msgid "online"
+msgstr "在线"
 
-#: admin/systems/goto/class_workstationStartup.inc:999
-#: admin/systems/goto/terminalStartup.tpl:38
-#: admin/systems/goto/workstationStartup.tpl:8
-#: admin/systems/goto/class_terminalStartup.inc:550
-msgid "Boot kernel"
-msgstr "启动内核"
+#: admin/systems/goto/class_terminalInfo.inc:165
+msgid "running"
+msgstr "运行"
 
-#: admin/systems/goto/class_workstationStartup.inc:1000
-#: admin/systems/goto/class_terminalStartup.inc:551
-#, fuzzy
-msgid "Kernel parameter"
-msgstr "检查参数"
+#: admin/systems/goto/class_terminalInfo.inc:168
+msgid "not running"
+msgstr "没有运行"
 
-#: admin/systems/goto/class_workstationStartup.inc:1002
-#: admin/systems/goto/class_terminalStartup.inc:549
-msgid "Kernel modules"
-msgstr ""
+#: admin/systems/goto/class_terminalInfo.inc:171
+msgid "not defined"
+msgstr "未定义"
 
-#: admin/systems/goto/class_workstationStartup.inc:1005
-msgid "FAI classes"
-msgstr "自动化安装(FAI)类"
+#: admin/systems/goto/class_terminalInfo.inc:193
+msgid "offline"
+msgstr "离线"
 
-#: admin/systems/goto/class_workstationStartup.inc:1006
-#, fuzzy
-msgid "Debian mirror"
-msgstr "数据库镜像"
+#: admin/systems/goto/class_workstationService.inc:132
+msgid "show chooser"
+msgstr "显示选择"
 
-#: admin/systems/goto/class_workstationStartup.inc:1007
-#, fuzzy
-msgid "Debian release"
-msgstr "当前版本"
+#: admin/systems/goto/class_workstationService.inc:133
+msgid "direct"
+msgstr "直接"
 
-#: admin/systems/goto/class_workstationStartup.inc:1009
-msgid "FAI status flag"
-msgstr ""
+#: admin/systems/goto/class_workstationService.inc:136
+msgid "load balanced"
+msgstr "负载均衡"
 
-#: admin/systems/goto/class_workstationStartup.inc:1131
+#: admin/systems/goto/class_workstationService.inc:485
 #, fuzzy
-msgid "Missing FAI plugin extension!"
-msgstr "添加打印机扩展"
+msgid "Workstation service"
+msgstr "工作站名称"
 
-#: admin/systems/goto/class_workstationStartup.inc:1281
-msgid "REPOSITORY_HOOK returned empty result!"
-msgstr ""
+#: admin/systems/goto/class_workstationService.inc:499
+#, fuzzy
+msgid "Use DDC"
+msgstr "用户 ID"
 
-#: admin/systems/goto/workstation.tpl:1 admin/systems/goto/terminal.tpl:1
+#: admin/systems/goto/terminal.tpl:1 admin/systems/goto/workstation.tpl:1
 msgid "Properties"
 msgstr "属性"
 
-#: admin/systems/goto/workstation.tpl:8
-msgid "Workstation template"
-msgstr "工作站模板"
-
-#: admin/systems/goto/workstation.tpl:10
-#: admin/systems/goto/class_workstationGeneric.inc:640
-msgid "Workstation name"
-msgstr "工作站名称"
+#: admin/systems/goto/terminal.tpl:8
+msgid "Terminal template"
+msgstr "终端模板"
 
-#: admin/systems/goto/workstation.tpl:27
-#: admin/systems/goto/class_workstationGeneric.inc:642
-#: admin/systems/goto/class_printGeneric.inc:904
-msgid "Location"
-msgstr "位置"
+#: admin/systems/goto/terminal.tpl:10
+msgid "Terminal name"
+msgstr "终端名称"
 
-#: admin/systems/goto/workstation.tpl:38 admin/systems/goto/terminal.tpl:31
+#: admin/systems/goto/terminal.tpl:31 admin/systems/goto/workstation.tpl:38
 msgid "Choose subtree to place group in"
 msgstr "选择来放置组的子树"
 
-#: admin/systems/goto/workstation.tpl:52 admin/systems/goto/terminal.tpl:45
+#: admin/systems/goto/terminal.tpl:45 admin/systems/goto/workstation.tpl:52
 #, fuzzy
 msgid "Inherit all"
 msgstr "中间名"
 
-#: admin/systems/goto/workstation.tpl:58 admin/systems/goto/terminal.tpl:51
+#: admin/systems/goto/terminal.tpl:51 admin/systems/goto/workstation.tpl:58
 #: admin/systems/goto/class_terminalGeneric.inc:607
-#: admin/ogroups/goto/class_termgroup.inc:344
+#: admin/ogroups/goto/class_termgroup.inc:306
 #: admin/ogroups/goto/termgroup.tpl:47
 msgid "Mode"
 msgstr "模式"
 
-#: admin/systems/goto/workstation.tpl:61 admin/systems/goto/terminal.tpl:54
+#: admin/systems/goto/terminal.tpl:54 admin/systems/goto/workstation.tpl:61
 #: admin/ogroups/goto/termgroup.tpl:50
 msgid "Select terminal mode"
 msgstr "选择终端类型"
 
-#: admin/systems/goto/workstation.tpl:71 admin/systems/goto/terminal.tpl:64
+#: admin/systems/goto/terminal.tpl:61 admin/systems/goto/workstation.tpl:68
+#: admin/systems/goto/class_workstationGeneric.inc:657
+#: admin/systems/services/syslog/class_goSyslogServer.inc:27
+#: admin/systems/services/syslog/class_goSyslogServer.inc:47
+#: admin/ogroups/goto/class_termgroup.inc:307
+#: admin/ogroups/goto/termgroup.tpl:58
+msgid "Syslog server"
+msgstr "日志服务器"
+
+#: admin/systems/goto/terminal.tpl:64 admin/systems/goto/workstation.tpl:71
 #: admin/ogroups/goto/termgroup.tpl:61
 msgid "Choose server to use for logging"
 msgstr "限制记录日志的服务器"
 
-#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
+#: admin/systems/goto/terminal.tpl:80
+#: admin/systems/goto/class_terminalGeneric.inc:608
+msgid "Root server"
+msgstr "根服务器"
+
+#: admin/systems/goto/terminal.tpl:83
+msgid "Select NFS root filesystem to use"
+msgstr "选择要用的 NFS 根文件系统。"
+
+#: admin/systems/goto/terminal.tpl:90
+#: admin/systems/goto/class_terminalGeneric.inc:609
+msgid "Swap server"
+msgstr "交换服务器"
+
+#: admin/systems/goto/terminal.tpl:93
+msgid "Choose NFS filesystem to place swap files on"
+msgstr "选择放置交换文件的 NFS 文件系统"
+
 #: admin/systems/goto/terminal.tpl:113 admin/systems/goto/terminal.tpl:116
+#: admin/systems/goto/workstation.tpl:90 admin/systems/goto/workstation.tpl:93
 msgid "Inherit time server attributes"
 msgstr "继承时间服务器属性"
 
-#: admin/systems/goto/workstation.tpl:98
-#: admin/systems/goto/class_workstationGeneric.inc:454
-#: admin/systems/goto/terminal.tpl:121
+#: admin/systems/goto/terminal.tpl:121 admin/systems/goto/workstation.tpl:98
 #: admin/systems/goto/class_terminalGeneric.inc:434
+#: admin/systems/goto/class_workstationGeneric.inc:457
 #: admin/ogroups/goto/class_termgroup.inc:114
 #: admin/ogroups/goto/termgroup.tpl:14
 msgid "NTP server"
 msgstr "NTP 服务器"
 
-#: admin/systems/goto/workstation.tpl:101 admin/systems/goto/terminal.tpl:124
+#: admin/systems/goto/terminal.tpl:124 admin/systems/goto/workstation.tpl:101
 #: admin/ogroups/goto/termgroup.tpl:17
 msgid "Choose server to use for synchronizing time"
 msgstr "选择要用于同步时间的服务器"
 
-#: admin/systems/goto/workstation.tpl:133 admin/systems/goto/terminal.tpl:158
-#: admin/ogroups/goto/termgroup.tpl:88 addons/goto/class_gotomasses.inc:341
-msgid "Action"
-msgstr "行动"
-
-#: admin/systems/goto/workstation.tpl:138 admin/systems/goto/terminal.tpl:163
+#: admin/systems/goto/terminal.tpl:163 admin/systems/goto/workstation.tpl:138
 #: admin/ogroups/goto/termgroup.tpl:93
 msgid "Select action to execute for this terminal"
 msgstr "选择这个终端要执行的动作"
 
-#: admin/systems/goto/terminalService.tpl:4
-#: admin/systems/goto/workstationService.tpl:4
-msgid "Keyboard"
-msgstr "键盘"
+#: admin/systems/goto/workstation.tpl:8
+msgid "Workstation template"
+msgstr "工作站模板"
 
-#: admin/systems/goto/terminalService.tpl:7
-#: admin/systems/goto/workstationService.tpl:7
-#: admin/systems/ppd/printerPPDDialog.tpl:5
-msgid "Model"
-msgstr "模型"
+#: admin/systems/goto/workstation.tpl:10
+#: admin/systems/goto/class_workstationGeneric.inc:652
+msgid "Workstation name"
+msgstr "工作站名称"
 
-#: admin/systems/goto/terminalService.tpl:10
-#: admin/systems/goto/workstationService.tpl:11
-msgid "Choose keyboard model"
-msgstr "选择键盘类型"
+#: admin/systems/goto/workstation.tpl:27
+#: admin/systems/goto/class_workstationGeneric.inc:654
+#: admin/systems/goto/class_printGeneric.inc:905
+msgid "Location"
+msgstr "位置"
 
-#: admin/systems/goto/terminalService.tpl:17
-#: admin/systems/goto/workstationService.tpl:19
-msgid "Layout"
-msgstr "布局"
+#: admin/systems/goto/class_workstationStartup.inc:242
+#, fuzzy, php-format
+msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
+msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
 
-#: admin/systems/goto/terminalService.tpl:20
-#: admin/systems/goto/workstationService.tpl:23
-msgid "Choose keyboard layout"
-msgstr "选择键盘布局"
+#: admin/systems/goto/class_workstationStartup.inc:256
+#, fuzzy, php-format
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
 
-#: admin/systems/goto/terminalService.tpl:27
-#: admin/systems/goto/workstationService.tpl:31
-msgid "Variant"
-msgstr "Variant"
+#: admin/systems/goto/class_workstationStartup.inc:268
+#: admin/systems/goto/class_terminalStartup.inc:84
+#, php-format
+msgid ""
+"Command '%s', specified as KERNELS hook for plugin '%s' doesn't seem to "
+"exist."
+msgstr "命令 '%s',作为插件 '%s' 的 KERNELS hook 好像并不存在。"
+
+#: admin/systems/goto/class_workstationStartup.inc:305
+msgid "Please select a 'FAI server' or remove the 'FAI classes'."
+msgstr "请选择一个“自动化安装(FAI)服务器”或者删除“自动化安装(FAI)类”。"
+
+#: admin/systems/goto/class_workstationStartup.inc:333
+#: admin/systems/goto/class_workstationGeneric.inc:215
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy
+msgid "workstation"
+msgstr "工作站"
+
+#: admin/systems/goto/class_workstationStartup.inc:372
+#, fuzzy
+msgid ""
+"There is already a profile containing a partition table in your "
+"configuration!"
+msgstr "在您的选择中已经有一个 profile 包含分区表设置。"
 
-#: admin/systems/goto/terminalService.tpl:30
-#: admin/systems/goto/workstationService.tpl:35
-msgid "Choose keyboard variant"
-msgstr "选择键盘变种"
+#: admin/systems/goto/class_workstationStartup.inc:480
+#: admin/systems/goto/class_terminalStartup.inc:207
+#: personal/environment/class_environment.inc:649
+#: personal/environment/class_environment.inc:651
+#: personal/environment/class_environment.inc:662
+#, fuzzy
+msgid "Mount point"
+msgstr "挂载点"
 
-#: admin/systems/goto/terminalService.tpl:45
-#: admin/systems/goto/workstationService.tpl:51
-msgid "Mouse"
-msgstr "鼠标"
+#: admin/systems/goto/class_workstationStartup.inc:653
+msgid "Not available in current setup"
+msgstr "当前安装不可用"
 
-#: admin/systems/goto/terminalService.tpl:51
-#: admin/systems/goto/workstationService.tpl:58
-msgid "Choose mouse type"
-msgstr "选择鼠标类型"
+#: admin/systems/goto/class_workstationStartup.inc:1035
+#: admin/systems/goto/class_terminalStartup.inc:538
+msgid "Startup"
+msgstr "启动"
 
-#: admin/systems/goto/terminalService.tpl:58
-#: admin/systems/goto/workstationService.tpl:66
-msgid "Port"
-msgstr "端å\8f£"
+#: admin/systems/goto/class_workstationStartup.inc:1036
+#, fuzzy
+msgid "System startup"
+msgstr "ç³»ç»\9fç\8a¶æ\80\81"
 
-#: admin/systems/goto/terminalService.tpl:61
-#: admin/systems/goto/workstationService.tpl:70
-msgid "Choose mouse port"
-msgstr "选择鼠标端口"
+#: admin/systems/goto/class_workstationStartup.inc:1044
+#: admin/systems/goto/class_terminalStartup.inc:547
+#, fuzzy
+msgid "Ldap server"
+msgstr "LDAP 服务器"
 
-#: admin/systems/goto/terminalService.tpl:76
-#: admin/systems/goto/workstationService.tpl:86
-#: admin/systems/goto/class_terminalService.inc:647
-#: admin/systems/goto/class_workstationService.inc:506
-msgid "Telephone hardware"
-msgstr "电话硬件"
+#: admin/systems/goto/class_workstationStartup.inc:1046
+#: admin/systems/goto/class_terminalStartup.inc:551
+#, fuzzy
+msgid "Kernel parameter"
+msgstr "检查参数"
 
-#: admin/systems/goto/terminalService.tpl:79
-#: admin/systems/goto/workstationService.tpl:89
-msgid "Telephone"
-msgstr "电话"
+#: admin/systems/goto/class_workstationStartup.inc:1048
+#: admin/systems/goto/class_terminalStartup.inc:549
+msgid "Kernel modules"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:95
-#: admin/systems/goto/workstationService.tpl:107
-#: admin/systems/goto/info.tpl:73
-msgid "Graphic device"
-msgstr "显卡"
+#: admin/systems/goto/class_workstationStartup.inc:1051
+msgid "FAI classes"
+msgstr "自动化安装(FAI)类"
 
-#: admin/systems/goto/terminalService.tpl:98
-#: admin/systems/goto/workstationService.tpl:110
-#: admin/systems/goto/printer.tpl:66
-msgid "Driver"
-msgstr "驱动"
+#: admin/systems/goto/class_workstationStartup.inc:1052
+#, fuzzy
+msgid "Debian mirror"
+msgstr "数据库镜像"
 
-#: admin/systems/goto/terminalService.tpl:101
-#: admin/systems/goto/workstationService.tpl:114
-msgid "Choose graphic driver that is needed by the installed graphic board"
-msgstr "选择安装的显卡需要的显卡驱动"
+#: admin/systems/goto/class_workstationStartup.inc:1053
+#, fuzzy
+msgid "Debian release"
+msgstr "当前版本"
 
-#: admin/systems/goto/terminalService.tpl:111
-#: admin/systems/goto/workstationService.tpl:126
-msgid "Choose screen resolution used in graphic mode"
-msgstr "选择图形模式的屏幕分辨率"
+#: admin/systems/goto/class_workstationStartup.inc:1055
+msgid "FAI status flag"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:118
-#: admin/systems/goto/workstationService.tpl:134
-msgid "Color depth"
-msgstr "颜色深度"
+#: admin/systems/goto/class_workstationStartup.inc:1290
+msgid "REPOSITORY_HOOK returned no result!"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:121
-#: admin/systems/goto/workstationService.tpl:138
-msgid "Choose colordepth used in graphic mode"
-msgstr "选择图形模式的色彩深度"
+#: admin/systems/goto/class_terminalStartup.inc:539
+#, fuzzy
+msgid "Terminal startup"
+msgstr "终端模板"
 
-#: admin/systems/goto/terminalService.tpl:135
-#: admin/systems/goto/workstationService.tpl:153
-msgid "Display device"
-msgstr "显示设备"
+#: admin/systems/goto/class_terminalGeneric.inc:112
+#: admin/systems/goto/class_workstationGeneric.inc:129
+#: admin/ogroups/goto/class_termgroup.inc:43
+msgid "Activated"
+msgstr "活动"
 
-#: admin/systems/goto/terminalService.tpl:147
-#: admin/systems/goto/workstationService.tpl:167
-msgid "Use DDC for automatic detection"
-msgstr "使用 DDC 用于自动检测"
+#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_workstationGeneric.inc:205
+#, fuzzy
+msgid "Event error"
+msgstr "错误"
 
-#: admin/systems/goto/terminalService.tpl:150
-#: admin/systems/goto/workstationService.tpl:170
-#: admin/systems/goto/class_terminalService.inc:636
-#: admin/systems/goto/class_workstationService.inc:403
-#: admin/systems/goto/class_workstationService.inc:408
-#: admin/systems/goto/class_workstationService.inc:497
-msgid "HSync"
-msgstr "HSync"
+#: admin/systems/goto/class_terminalGeneric.inc:180
+#: admin/systems/goto/class_workstationGeneric.inc:206
+#, php-format
+msgid "Event '%s' is not available!"
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:154
-#: admin/systems/goto/workstationService.tpl:175
-msgid "Horizontal refresh frequency for installed monitor"
-msgstr "安装的显示器的水平刷新率"
+#: admin/systems/goto/class_terminalGeneric.inc:400
+#: admin/systems/goto/class_terminalGeneric.inc:405
+#: admin/systems/goto/class_terminalGeneric.inc:424
+#: admin/systems/goto/class_terminalGeneric.inc:613
+#: admin/systems/goto/class_workstationGeneric.inc:424
+#: admin/systems/goto/class_workstationGeneric.inc:429
+#: admin/systems/goto/class_workstationGeneric.inc:447
+#: admin/systems/goto/class_printGeneric.inc:668
+#: admin/systems/goto/class_printGeneric.inc:673
+#: admin/systems/goto/class_printGeneric.inc:692
+#: admin/systems/goto/class_printGeneric.inc:902
+#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/services/repository/class_servRepository.inc:204
+#: admin/systems/services/repository/class_servRepository.inc:350
+#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/nfs/servnfs.tpl:9
+#: admin/systems/services/nfs/class_servNfs.inc:188
+#: admin/systems/services/nfs/class_servNfs.inc:191
+#: admin/applications/class_applicationGeneric.inc:428
+#: admin/applications/class_applicationGeneric.inc:432
+#: admin/applications/class_applicationGeneric.inc:584
+#: admin/applications/class_applicationGeneric.inc:588
+#: admin/applications/class_applicationParameters.inc:185
+#: admin/groups/apps/edit_entry.tpl:43
+#: admin/mimetypes/class_mimetypeGeneric.inc:533
+#: admin/mimetypes/class_mimetypeGeneric.inc:552
+#: admin/mimetypes/class_mimetypeGeneric.inc:560
+#: admin/mimetypes/class_mimetypeGeneric.inc:724
+#: admin/devices/class_deviceGeneric.inc:86
+#: admin/devices/class_deviceGeneric.inc:108
+#: admin/devices/class_deviceGeneric.inc:244
+#: personal/environment/class_logonManagementDialog.inc:103
+msgid "Name"
+msgstr "名称"
 
-#: admin/systems/goto/terminalService.tpl:158
-#: admin/systems/goto/workstationService.tpl:181
-#: admin/systems/goto/class_terminalService.inc:637
-#: admin/systems/goto/class_workstationService.inc:388
-#: admin/systems/goto/class_workstationService.inc:393
-#: admin/systems/goto/class_workstationService.inc:498
-msgid "VSync"
-msgstr "VSync"
+#: admin/systems/goto/class_terminalGeneric.inc:598
+#: admin/systems/goto/class_terminalGeneric.inc:604
+#: admin/systems/goto/class_SelectDeviceType.inc:29
+msgid "Terminal"
+msgstr "终端"
 
-#: admin/systems/goto/terminalService.tpl:162
-#: admin/systems/goto/workstationService.tpl:186
-msgid "Vertical refresh frequency for installed monitor"
-msgstr "安装的显示器的水平垂直刷新率"
+#: admin/systems/goto/class_terminalGeneric.inc:599
+#, fuzzy
+msgid "Terminal generic"
+msgstr "终端服务"
 
-#: admin/systems/goto/terminalService.tpl:173
-#: admin/systems/goto/class_terminalService.inc:632
-msgid "Remote desktop"
-msgstr "远程桌面"
+#: admin/systems/goto/class_terminalGeneric.inc:610
+#, fuzzy
+msgid "Syslog server enabled"
+msgstr "日志服务器"
 
-#: admin/systems/goto/terminalService.tpl:177
-msgid "Connect method"
-msgstr "连接方法"
+#: admin/systems/goto/class_terminalGeneric.inc:611
+#, fuzzy
+msgid "Ntp server settings"
+msgstr "用户设置"
 
-#: admin/systems/goto/terminalService.tpl:180
-msgid "Choose method to connect to terminal server"
-msgstr "选择连接终端服务器的方法"
+#: admin/systems/goto/class_terminalGeneric.inc:615
+#: admin/systems/goto/class_workstationGeneric.inc:659
+#, fuzzy
+msgid "Root password"
+msgstr "设置口令"
 
-#: admin/systems/goto/terminalService.tpl:184
-#: admin/systems/goto/terminalStartup.tpl:13
-#: admin/systems/goto/workstationStartup.tpl:34
-#: addons/goto/class_gotomasses.inc:326
+#: admin/systems/goto/class_terminalGeneric.inc:616
+#: admin/systems/goto/class_workstationGeneric.inc:660
+#: admin/ogroups/goto/class_termgroup.inc:308
 #, fuzzy
-msgid "Reload"
-msgstr "读"
+msgid "Action flag"
+msgstr "è¡\8cå\8a¨"
 
-#: admin/systems/goto/terminalService.tpl:191
-msgid "Terminal server"
-msgstr "终端服务器"
+#: admin/systems/goto/class_workstationGeneric.inc:288
+#: admin/systems/goto/class_workstationGeneric.inc:297
+#, fuzzy
+msgid "System update"
+msgstr "系统类型"
 
-#: admin/systems/goto/terminalService.tpl:202
-msgid "Select specific terminal server to use"
-msgstr "选择要用的终端服务器"
+#: admin/systems/goto/class_workstationGeneric.inc:465
+msgid ""
+"In order to activate this system a valid ldap handle is required, please "
+"select at least one ldap URI in the workstation startup tab."
+msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:208
-msgid "Add selected server"
+#: admin/systems/goto/class_workstationGeneric.inc:471
+msgid ""
+"This host is currently installing, if you really want to save it, save again."
 msgstr ""
 
-#: admin/systems/goto/terminalService.tpl:212
-#, fuzzy
-msgid "Remove selected server"
-msgstr "删除图片"
+#: admin/systems/goto/class_workstationGeneric.inc:643
+#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/applications/class_applicationGeneric.inc:575
+#: admin/mimetypes/generic.tpl:4 admin/mimetypes/class_mimetypeGeneric.inc:715
+#: admin/mimetypes/paste_generic.tpl:4 admin/ogroups/goto/termgroup.tpl:6
+#: admin/devices/class_deviceGeneric.inc:235
+msgid "Generic"
+msgstr "通用配置"
 
-#: admin/systems/goto/terminalService.tpl:228
-#: admin/systems/goto/workstationService.tpl:201
-msgid "Scan device"
-msgstr "扫描设备"
+#: admin/systems/goto/class_workstationGeneric.inc:644
+#, fuzzy
+msgid "Workstation generic"
+msgstr "工作站名称"
 
-#: admin/systems/goto/terminalService.tpl:230
-#: admin/systems/goto/workstationService.tpl:204
-msgid "Select to start SANE scan service on terminal"
-msgstr "选择在终端启动 SANE 扫描服务"
+#: admin/systems/goto/class_workstationGeneric.inc:656
+#, fuzzy
+msgid "Goto mode"
+msgstr "到目录"
 
-#: admin/systems/goto/terminalService.tpl:232
-#: admin/systems/goto/workstationService.tpl:207
-msgid "Provide scan services"
-msgstr "提供扫描服务"
+#: admin/systems/goto/class_workstationGeneric.inc:658
+#: admin/ogroups/goto/class_termgroup.inc:309
+#, fuzzy
+msgid "Ntp server"
+msgstr "NTP 服务器"
 
 #: admin/systems/goto/chooser.tpl:1
 msgid "Choose the kind of system component you want to create"
@@ -1952,236 +1865,149 @@ msgstr "电话"
 msgid "Other network component"
 msgstr "其他网络组件"
 
-#: admin/systems/goto/class_workstationGeneric.inc:128
-#: admin/systems/goto/class_terminalGeneric.inc:112
-#: admin/ogroups/goto/class_termgroup.inc:43
-msgid "Activated"
-msgstr "活动"
-
-#: admin/systems/goto/class_workstationGeneric.inc:129
-#: admin/systems/goto/class_terminalGeneric.inc:111
-#: admin/ogroups/goto/class_termgroup.inc:44
-msgid "Locked"
-msgstr "锁定"
-
-#: admin/systems/goto/class_workstationGeneric.inc:202
-#: admin/systems/goto/class_terminalGeneric.inc:179
+#: admin/systems/goto/class_printGeneric.inc:104
+#: admin/systems/goto/class_printGeneric.inc:941
 #, fuzzy
-msgid "Event error"
+msgid "Internal error"
 msgstr "错误"
 
-#: admin/systems/goto/class_workstationGeneric.inc:203
-#: admin/systems/goto/class_terminalGeneric.inc:180
-#, php-format
-msgid "Event '%s' is not available!"
-msgstr ""
-
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:253
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_halt.inc:31
-#: addons/goto/events/class_DaemonEvent_halt.inc:32
-msgid "Switch off"
-msgstr "关闭"
+#: admin/systems/goto/class_printGeneric.inc:104
+#, fuzzy, php-format
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
+msgstr "无法从对象 dn 中提取一个有效的 base,设置 base 为 '%s'。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:284
-#: admin/systems/goto/class_terminalGeneric.inc:254
-#: admin/ogroups/goto/class_termgroup.inc:239
-#: addons/goto/events/class_DaemonEvent_reboot.inc:29
-#: addons/goto/events/class_DaemonEvent_reboot.inc:30
-msgid "Reboot"
-msgstr "重启"
+#: admin/systems/goto/class_printGeneric.inc:259
+#: admin/systems/goto/class_printGeneric.inc:267
+#: admin/systems/goto/class_printGeneric.inc:272
+#: admin/systems/goto/class_printGeneric.inc:321
+#: admin/systems/goto/class_printGeneric.inc:337
+#: admin/systems/goto/class_printGeneric.inc:340
+msgid "Add printer extension"
+msgstr "添加打印机扩展"
 
-#: admin/systems/goto/class_workstationGeneric.inc:285
-#: admin/systems/goto/class_workstationGeneric.inc:294
+#: admin/systems/goto/class_printGeneric.inc:260
 #, fuzzy
-msgid "System update"
-msgstr "系统类型"
-
-#: admin/systems/goto/class_workstationGeneric.inc:286
-#: admin/systems/goto/class_workstationGeneric.inc:293
-#: admin/ogroups/goto/class_termgroup.inc:243
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:32
-#: addons/goto/events/class_DaemonEvent_reinstall.inc:33
-msgid "Reinstall"
-msgstr "重新安装"
-
-#: admin/systems/goto/class_workstationGeneric.inc:287
-#: admin/ogroups/goto/class_termgroup.inc:244
-#: addons/goto/events/class_DaemonEvent_rescan.inc:28
-#: addons/goto/events/class_DaemonEvent_rescan.inc:29
-msgid "Rescan hardware"
-msgstr "重新扫描硬件"
-
-#: admin/systems/goto/class_workstationGeneric.inc:288
-#: admin/systems/goto/class_workstationGeneric.inc:295
-#: admin/systems/goto/class_terminalGeneric.inc:255
-#: admin/systems/goto/class_terminalGeneric.inc:259
-#: admin/ogroups/goto/class_termgroup.inc:245
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:28
-#: addons/goto/events/class_DaemonEvent_memcheck.inc:29
-msgid "Memory test"
-msgstr "内存测试"
+msgid ""
+"Could not initialize printer tab, parameter parent was missing while "
+"construction."
+msgstr "在构建时缺少 parent 参数,无法初始化打印机页面。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:289
-#: admin/systems/goto/class_workstationGeneric.inc:296
-#: addons/goto/events/class_DaemonEvent_localboot.inc:28
-#: addons/goto/events/class_DaemonEvent_localboot.inc:29
-msgid "Force localboot"
-msgstr "强制本地启动"
+#: admin/systems/goto/class_printGeneric.inc:268
+msgid "This is a workstation template, printer tab is disabled."
+msgstr "这是一个工作站模板,打印机页被禁用。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:290
-#: admin/systems/goto/class_workstationGeneric.inc:297
-#: admin/systems/goto/class_terminalGeneric.inc:256
-#: admin/systems/goto/class_terminalGeneric.inc:260
-#: admin/ogroups/goto/class_termgroup.inc:246
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:28
-#: addons/goto/events/class_DaemonEvent_sysinfo.inc:29
-msgid "System analysis"
-msgstr "系统分析"
+#: admin/systems/goto/class_printGeneric.inc:273
+msgid "This is a terminal template, printer tab is disabled."
+msgstr "这是一个终端模板,打印机页被禁用。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:292
-#: admin/systems/goto/class_terminalGeneric.inc:258
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:29
-msgid "Wake up"
-msgstr "唤醒"
+#: admin/systems/goto/class_printGeneric.inc:314
+#: admin/systems/goto/class_printGeneric.inc:322
+#: admin/systems/goto/class_printGeneric.inc:330
+#: admin/systems/goto/class_printGeneric.inc:333
+#: admin/systems/goto/class_printGeneric.inc:338
+#: admin/systems/goto/class_printGeneric.inc:341
+#, fuzzy
+msgid "printer"
+msgstr "打印机"
 
-#: admin/systems/goto/class_workstationGeneric.inc:460
+#: admin/systems/goto/class_printGeneric.inc:322
+#, fuzzy
 msgid ""
-"This host is currently installing, if you really want to save it, save again."
+"You can't enable it while 'cn' is not present in entry. Possibly you are "
+"currently creating a new terminal template."
 msgstr ""
+"这个对象已经禁用打印机插件。您不能在 'cn' 不存在于条目中时启用它。可能您正在"
+"创建一个新的终端模板"
 
-#: admin/systems/goto/class_workstationGeneric.inc:632
-#, fuzzy
-msgid "Workstation generic"
-msgstr "å·¥ä½\9cç«\99å\90\8d称"
+#: admin/systems/goto/class_printGeneric.inc:329
+#: admin/systems/goto/class_printGeneric.inc:332
+msgid "Remove printer extension"
+msgstr "å\88 é\99¤æ\89\93å\8d°æ\9cºæ\89©å±\95"
 
-#: admin/systems/goto/class_workstationGeneric.inc:637
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-#: addons/goto/events/class_EventTargetAddList.inc:226
-#: addons/goto/class_target_list.inc:204
-msgid "Workstation"
-msgstr "工作站"
+#: admin/systems/goto/class_printGeneric.inc:511
+#, php-format
+msgid "Your currently selected PPD file '%s' doesn't exist."
+msgstr "您当前选择的 PPD 文件 '%s' 不存在。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:644
+#: admin/systems/goto/class_printGeneric.inc:516
 #, fuzzy
-msgid "Goto mode"
-msgstr "到目录"
+msgid "Not defined"
+msgstr "未定义"
 
-#: admin/systems/goto/class_workstationGeneric.inc:646
-#: admin/ogroups/goto/class_termgroup.inc:347
-#, fuzzy
-msgid "Ntp server"
-msgstr "NTP 服务器"
+#: admin/systems/goto/class_printGeneric.inc:519
+#: admin/systems/ppd/class_printerPPDDialog.inc:88
+msgid "Can't get ppd informations."
+msgstr "无法获取 ppd 信息。"
 
-#: admin/systems/goto/class_workstationGeneric.inc:647
-#: admin/systems/goto/class_terminalGeneric.inc:615
-#, fuzzy
-msgid "Root password"
-msgstr "设置å\8f£ä»¤"
+#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/class_printGeneric.inc:534
+#, fuzzy, php-format
+msgid "This printer belongs to %s. You can't rename this printer."
+msgstr "该æ\89\93å\8d°æ\9cºå±\9eäº\8eç»\88端 %sã\80\82æ\82¨ä¸\8dè\83½é\87\8då\91½å\90\8d该æ\89\93å\8d°æ\9cºã\80\82"
 
-#: admin/systems/goto/class_workstationGeneric.inc:648
-#: admin/systems/goto/class_terminalGeneric.inc:616
-#: admin/ogroups/goto/class_termgroup.inc:346
+#: admin/systems/goto/class_printGeneric.inc:581
+#: admin/systems/goto/class_printGeneric.inc:588
 #, fuzzy
-msgid "Action flag"
-msgstr "行动"
-
-#: admin/systems/goto/class_selectUserToPrinterDialog.inc:139
-msgid "Please select a printer or press cancel."
-msgstr "请选择一个打印机或者取消。"
-
-#: admin/systems/goto/terminal.tpl:8
-msgid "Terminal template"
-msgstr "终端模板"
-
-#: admin/systems/goto/terminal.tpl:10
-msgid "Terminal name"
-msgstr "终端名称"
-
-#: admin/systems/goto/terminal.tpl:80
-#: admin/systems/goto/class_terminalGeneric.inc:608
-msgid "Root server"
-msgstr "根服务器"
-
-#: admin/systems/goto/terminal.tpl:83
-msgid "Select NFS root filesystem to use"
-msgstr "选择要用的 NFS 根文件系统。"
-
-#: admin/systems/goto/terminal.tpl:90
-#: admin/systems/goto/class_terminalGeneric.inc:609
-msgid "Swap server"
-msgstr "交换服务器"
-
-#: admin/systems/goto/terminal.tpl:93
-msgid "Choose NFS filesystem to place swap files on"
-msgstr "选择放置交换文件的 NFS 文件系统"
+msgid "Object is no printer!"
+msgstr "网络打印机"
 
-#: admin/systems/goto/workstationService.tpl:157
-#: admin/systems/goto/class_terminalService.inc:594
-#: admin/systems/goto/class_workstationService.inc:86
-msgid "unknown"
-msgstr "未知"
+#: admin/systems/goto/class_printGeneric.inc:894
+#, fuzzy
+msgid "Print generic"
+msgstr "打印服务"
 
-#: admin/systems/goto/gencd.tpl:2
-msgid "CD-Install-Image generation"
-msgstr "创建 CD 安装镜像"
+#: admin/systems/goto/class_printGeneric.inc:899
+#: personal/environment/environment.tpl:327
+#: personal/environment/environment.tpl:363
+msgid "Printer"
+msgstr "打印机"
 
-#: admin/systems/goto/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."
+#: admin/systems/goto/class_printGeneric.inc:906
+msgid "LabeledURL"
 msgstr ""
-"这个选项使您能够为选择的工作站创建 FAI 安装光盘镜像。这个过程可能需要 10 分"
-"钟,所以请在按下“创建 ISO 镜像”后耐心等待。"
-
-#: admin/systems/goto/gencd.tpl:9
-msgid "Create ISO-Image"
-msgstr "创建 ISO 镜像"
-
-#: admin/systems/goto/terminalStartup.tpl:1
-#: admin/systems/goto/workstationStartup.tpl:4
-msgid "Boot parameters"
-msgstr "启动参数"
-
-#: admin/systems/goto/terminalStartup.tpl:7
-#: admin/systems/goto/workstationStartup.tpl:27
-msgid "LDAP server"
-msgstr "LDAP 服务器"
 
-#: admin/systems/goto/terminalStartup.tpl:11
-#: admin/systems/goto/workstationStartup.tpl:32
+#: admin/systems/goto/class_printGeneric.inc:907
 #, fuzzy
-msgid "inherit from group"
-msgstr "组列表"
+msgid "Printer PPD"
+msgstr "打印机"
 
-#: admin/systems/goto/terminalStartup.tpl:49
-#: admin/systems/goto/workstationStartup.tpl:18
-msgid "Custom options"
-msgstr "定制选项"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#: admin/applications/class_applicationManagement.inc:337
+#: admin/applications/class_applicationManagement.inc:391
+#: admin/applications/class_applicationManagement.inc:421
+#: admin/mimetypes/class_mimetypeManagement.inc:337
+#: admin/mimetypes/class_mimetypeManagement.inc:392
+#: admin/mimetypes/class_mimetypeManagement.inc:421
+#: admin/devices/class_deviceManagement.inc:272
+#: admin/devices/class_deviceManagement.inc:327
+#: admin/devices/class_deviceManagement.inc:356
+#: personal/environment/class_environment.inc:557
+#, fuzzy
+msgid "Permission error"
+msgstr "允许"
 
-#: admin/systems/goto/terminalStartup.tpl:53
-#: admin/systems/goto/workstationStartup.tpl:22
-msgid ""
-"Enter any parameters that should be passed to the kernel as append line "
-"during bootup"
-msgstr "输入任意将在启动过程中作为附加行传递给内核的参数"
+#: admin/systems/goto/class_printGeneric.inc:924
+#: admin/systems/goto/class_printGeneric.inc:946
+#, fuzzy
+msgid "printer user"
+msgstr "打印机"
 
-#: admin/systems/goto/terminalStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:173
-msgid "Kernel modules (format: name parameters)"
-msgstr "内核模块(格式: 名称 参数)"
+#: admin/systems/goto/class_printGeneric.inc:941
+#, php-format
+msgid "Illegal member type '%s'!"
+msgstr ""
 
-#: admin/systems/goto/terminalStartup.tpl:71
-#: admin/systems/goto/workstationStartup.tpl:176
-msgid "Add additional modules to load on startup"
-msgstr "添加在启动中要加载的模块"
+#: admin/systems/goto/class_printGeneric.inc:981
+#, fuzzy, php-format
+msgid "'%s' is already used!"
+msgstr "该名称已经被使用。"
 
-#: admin/systems/goto/terminalStartup.tpl:107
-#: admin/systems/goto/workstationStartup.tpl:212
-msgid "Mountpoint"
-msgstr "挂载点"
+#: admin/systems/goto/class_printGeneric.inc:992
+#, fuzzy, php-format
+msgid "'%s' does not exist!"
+msgstr "PPD 管理员:给出的路径 '%s' 不存在。"
 
 #: admin/systems/goto/ArpNewDevice.tpl:1
 msgid "Integrating unknown devices"
@@ -2200,232 +2026,201 @@ msgstr ""
 msgid "DNS name"
 msgstr "名称"
 
-#: admin/systems/goto/workstationStartup.tpl:68
-#: admin/systems/goto/workstationStartup.tpl:104
+#: admin/systems/goto/gencd_frame.tpl:2
+msgid "Your browser does not supprt iframes."
+msgstr "您的浏览器不支持 iframes。"
+
+#: admin/systems/goto/class_SelectDeviceType.inc:24
+msgid "none"
+msgstr "无"
+
+#: admin/systems/goto/workstationStartup.tpl:62
+msgid "GOsa support daemon not configured"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:63
+msgid "FAI settings cannot be modified"
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:66
+msgid "Check if the GOsa support daemon (gosa-si) is running."
+msgstr ""
+
+#: admin/systems/goto/workstationStartup.tpl:67
+#, fuzzy
+msgid "retry"
+msgstr "编辑记录"
+
+#: admin/systems/goto/workstationStartup.tpl:75
+#: admin/systems/goto/workstationStartup.tpl:111
 msgid "FAI server"
 msgstr "自动化安装服务器"
 
-#: admin/systems/goto/workstationStartup.tpl:94
-#: admin/systems/goto/workstationStartup.tpl:139
+#: admin/systems/goto/workstationStartup.tpl:79
+#: admin/systems/goto/workstationStartup.tpl:115
+#: admin/systems/services/repository/class_servRepositorySetup.inc:145
+#: admin/systems/services/repository/servRepositorySetup.tpl:19
+#: admin/systems/services/repository/class_divListRepositories.inc:23
+#: admin/groups/apps/app_list.tpl:5 admin/groups/apps/app_list.tpl:46
+#: admin/groups/apps/class_groupApplication.inc:1178
+msgid "Release"
+msgstr "发行"
+
+#: admin/systems/goto/workstationStartup.tpl:101
+#: admin/systems/goto/workstationStartup.tpl:146
 msgid "Assigned FAI classes"
 msgstr "分配的 FAI 类"
 
-#: admin/systems/goto/workstationStartup.tpl:123
+#: admin/systems/goto/workstationStartup.tpl:130
 msgid "set"
 msgstr "设置"
 
-#: admin/systems/goto/workstationStartup.tpl:160
+#: admin/systems/goto/workstationStartup.tpl:167
 #, fuzzy
 msgid ""
 "FAI Object assignment disabled. You can't use this feature until FAI is "
 "activated."
 msgstr "直到激活 FAI,您不能使用这个插件。"
 
-#: admin/systems/goto/class_terminalService.inc:117
-#: admin/systems/goto/class_terminalService.inc:118
-#: admin/systems/goto/class_terminalService.inc:119
-#: admin/systems/goto/class_terminalService.inc:120
-#: admin/systems/goto/class_workstationService.inc:89
-#: admin/systems/goto/class_workstationService.inc:90
-#: admin/systems/goto/class_workstationService.inc:91
-#: admin/systems/goto/class_workstationService.inc:92
-msgid "bit"
-msgstr "比特"
-
-#: admin/systems/goto/class_terminalService.inc:167
-msgid "XDMCP"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:168
-msgid "LDM"
-msgstr ""
-
-#: admin/systems/goto/class_terminalService.inc:169
-#: admin/systems/goto/class_workstationService.inc:139
-msgid "Windows RDP"
-msgstr "Windows RDP"
-
-#: admin/systems/goto/class_terminalService.inc:170
-#: admin/systems/goto/class_workstationService.inc:140
-msgid "ICA client"
-msgstr ""
+#: admin/systems/goto/info.tpl:1
+msgid "System information"
+msgstr "系统信息"
 
-#: admin/systems/goto/class_terminalService.inc:193
-#: admin/systems/goto/class_workstationService.inc:156
-msgid "automatic"
-msgstr "自动"
+#: admin/systems/goto/info.tpl:7
+msgid "CPU"
+msgstr "CPU"
 
-#: admin/systems/goto/class_terminalService.inc:260
-#: admin/systems/goto/class_workstationService.inc:206
-msgid "Bit"
-msgstr "字节"
+#: admin/systems/goto/info.tpl:10
+msgid "Memory"
+msgstr "内存"
 
-#: admin/systems/goto/class_terminalService.inc:307
-msgid "This 'dn' has no terminal features."
-msgstr "这个 'dn' 没有终端功能。"
+#: admin/systems/goto/info.tpl:13
+msgid "Boot MAC"
+msgstr "MAC 地址"
 
-#: admin/systems/goto/class_terminalService.inc:364
-#, fuzzy
-msgid "Unsupported"
+#: admin/systems/goto/info.tpl:16
+msgid "USB support"
 msgstr "USB 支持"
 
-#: admin/systems/goto/class_terminalService.inc:406
-#: admin/systems/goto/class_workstationService.inc:321
-msgid "Choose the phone located at the current terminal"
-msgstr "在当前终端中选择电话"
-
-#: admin/systems/goto/class_terminalService.inc:488
-#: admin/systems/goto/class_terminalService.inc:493
-#, fuzzy
-msgid "VSync range"
-msgstr "VSync"
-
-#: admin/systems/goto/class_terminalService.inc:501
-#: admin/systems/goto/class_terminalService.inc:506
-#, fuzzy
-msgid "HSync range"
-msgstr "HSync"
+#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
+msgid "System status"
+msgstr "系统状态"
 
-#: admin/systems/goto/class_terminalService.inc:531
-msgid ""
-"Remote desktop settings contains servers that do not support the selected "
-"connection method."
-msgstr ""
+#: admin/systems/goto/info.tpl:23
+msgid "Inventory number"
+msgstr "存货编号"
 
-#: admin/systems/goto/class_terminalService.inc:621
-#: admin/systems/goto/class_workstationService.inc:484
-#, fuzzy
-msgid "Service"
-msgstr "服务"
+#: admin/systems/goto/info.tpl:27
+msgid "Last login"
+msgstr "最后登录"
 
-#: admin/systems/goto/class_terminalService.inc:630
-#: admin/systems/goto/class_workstationService.inc:493
-#, fuzzy
-msgid "Monitor"
-msgstr "显示器大小"
+#: admin/systems/goto/info.tpl:38
+msgid "Network devices"
+msgstr "网络设备"
 
-#: admin/systems/goto/class_terminalService.inc:631
-#, fuzzy
-msgid "Method"
-msgstr "方法"
+#: admin/systems/goto/info.tpl:47
+msgid "IDE devices"
+msgstr "IDE 设备"
 
-#: admin/systems/goto/class_terminalService.inc:633
-#: admin/systems/goto/class_workstationService.inc:494
-#, fuzzy
-msgid "Gfx driver"
-msgstr "新驱动"
+#: admin/systems/goto/info.tpl:56
+msgid "SCSI devices"
+msgstr "SCSI 设备"
 
-#: admin/systems/goto/class_terminalService.inc:634
-#: admin/systems/goto/class_workstationService.inc:495
-#, fuzzy
-msgid "Gfx resolution"
-msgstr "分辨率"
+#: admin/systems/goto/info.tpl:64
+msgid "Floppy device"
+msgstr "软驱"
 
-#: admin/systems/goto/class_terminalService.inc:635
-#: admin/systems/goto/class_workstationService.inc:496
-#, fuzzy
-msgid "Gfx color depth"
-msgstr "颜色深度"
+#: admin/systems/goto/info.tpl:68
+msgid "CDROM device"
+msgstr "光驱"
 
-#: admin/systems/goto/class_terminalService.inc:638
-msgid "Auto-Sync"
-msgstr ""
+#: admin/systems/goto/info.tpl:77
+msgid "Audio device"
+msgstr "声卡"
 
-#: admin/systems/goto/class_terminalService.inc:639
-#, fuzzy
-msgid "Printer service enabled"
-msgstr "打印服务"
+#: admin/systems/goto/info.tpl:93
+msgid "Up since"
+msgstr "Up since"
 
-#: admin/systems/goto/class_terminalService.inc:640
-msgid "Spool server"
-msgstr "Spool 服务器"
+#: admin/systems/goto/info.tpl:96
+msgid "CPU load"
+msgstr "CPU 占用率"
 
-#: admin/systems/goto/class_terminalService.inc:641
-#: admin/systems/goto/class_workstationService.inc:500
-#, fuzzy
-msgid "Scanner enabled"
-msgstr "保存打印机失败"
+#: admin/systems/goto/info.tpl:99
+msgid "Memory usage"
+msgstr "内存使用"
 
-#: admin/systems/goto/class_terminalService.inc:642
-#: admin/systems/goto/class_workstationService.inc:501
-#, fuzzy
-msgid "Keyboard model"
-msgstr "选择键盘类型"
+#: admin/systems/goto/info.tpl:102
+msgid "Swap usage"
+msgstr "Swap 使用"
 
-#: admin/systems/goto/class_terminalService.inc:643
-#: admin/systems/goto/class_workstationService.inc:502
-#, fuzzy
-msgid "Keyboard layout"
-msgstr "选择键盘布局"
+#: admin/systems/goto/info.tpl:116
+msgid "SSH service"
+msgstr "SSH 服务"
 
-#: admin/systems/goto/class_terminalService.inc:644
-#: admin/systems/goto/class_workstationService.inc:503
-#, fuzzy
-msgid "Keyboard variant"
-msgstr "选择键盘变种"
+#: admin/systems/goto/info.tpl:119
+#: admin/systems/services/cups/class_goCupsServer.inc:27
+#: admin/systems/services/cups/class_goCupsServer.inc:48
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+msgid "Print service"
+msgstr "打印服务"
 
-#: admin/systems/goto/class_terminalService.inc:645
-#: admin/systems/goto/class_workstationService.inc:504
-#, fuzzy
-msgid "Mouse type"
-msgstr "电话类型"
+#: admin/systems/goto/info.tpl:122
+msgid "Scan service"
+msgstr "扫描服务"
 
-#: admin/systems/goto/class_terminalService.inc:646
-#: admin/systems/goto/class_workstationService.inc:505
-#, fuzzy
-msgid "Mouse port"
-msgstr "挂载点"
+#: admin/systems/goto/info.tpl:125
+msgid "Sound service"
+msgstr "声音服务"
 
-#: admin/systems/goto/class_workstationService.inc:132
-msgid "show chooser"
-msgstr "显示选择"
+#: admin/systems/goto/info.tpl:128
+msgid "GUI"
+msgstr "GUI"
 
-#: admin/systems/goto/class_workstationService.inc:133
-msgid "direct"
-msgstr "直接"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:3
+#: personal/environment/selectPrinterDialog.tpl:5
+#: personal/environment/selectPrinterDialog.tpl:10
+msgid "Select printer to add"
+msgstr "选择要添加的打印机"
 
-#: admin/systems/goto/class_workstationService.inc:136
-msgid "load balanced"
-msgstr "负载均衡"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
+msgid "Select entries to add"
+msgstr "选择要添加的条目"
 
-#: admin/systems/goto/class_workstationService.inc:485
-#, fuzzy
-msgid "Workstation service"
-msgstr "工作站名称"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:22
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:18
+#: personal/environment/selectPrinterDialog.tpl:24
+#: personal/environment/hotplugDialog.tpl:24
+msgid "Filters"
+msgstr "过滤器"
 
-#: admin/systems/goto/class_workstationService.inc:499
-#, fuzzy
-msgid "Use DDC"
-msgstr "用户 ID"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
+msgid "Select to search within subtrees"
+msgstr "选择在子树中查询"
 
-#: admin/systems/goto/class_terminalGeneric.inc:218
-#: admin/systems/goto/class_terminalStartup.inc:165
-#: admin/systems/goto/class_terminalInfo.inc:68
-#: admin/systems/goto/class_printGeneric.inc:532
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:31
+#: personal/environment/selectPrinterDialog.tpl:42
 #, fuzzy
-msgid "terminal"
-msgstr "终端"
+msgid "Search in subtrees"
+msgstr "在子树中查找"
 
-#: admin/systems/goto/class_terminalGeneric.inc:598
-#: admin/systems/goto/class_terminalGeneric.inc:604
-#: admin/systems/goto/class_SelectDeviceType.inc:29
-msgid "Terminal"
-msgstr "终端"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
+msgid "Display members of department"
+msgstr "显示成员的部门"
 
-#: admin/systems/goto/class_terminalGeneric.inc:599
-#, fuzzy
-msgid "Terminal generic"
-msgstr "终端服务"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:41
+#: personal/environment/selectPrinterDialog.tpl:34
+msgid "Choose the department the search will be based on"
+msgstr "选择一个部门来做查询"
 
-#: admin/systems/goto/class_terminalGeneric.inc:610
-#, fuzzy
-msgid "Syslog server enabled"
-msgstr "日志服务器"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
+msgid "Display members matching"
+msgstr "显示匹配的成员"
 
-#: admin/systems/goto/class_terminalGeneric.inc:611
-#, fuzzy
-msgid "Ntp server settings"
-msgstr "用户设置"
+#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
+msgid "Regular expression for matching member names"
+msgstr "匹配成员名的正则表达式"
 
 #: admin/systems/goto/SelectDeviceType.tpl:3
 msgid ""
@@ -2463,741 +2258,976 @@ msgstr "选择一个对象组"
 msgid "Continue"
 msgstr "继续"
 
-#: admin/systems/goto/gencd_frame.tpl:2
-msgid "Your browser does not supprt iframes."
-msgstr "您的浏览器不支持 iframes。"
+#: admin/systems/services/cups/class_goCupsServer.inc:68
+#, fuzzy
+msgid "Cups"
+msgstr "上"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:8
-msgid "Select entries to add"
-msgstr "选择要添加的条目"
+#: admin/systems/services/cups/class_goCupsServer.inc:69
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#: admin/systems/services/terminal/class_goTerminalServer.inc:167
+#: admin/systems/services/repository/class_servRepository.inc:342
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Services"
+msgstr "服务"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:38
-msgid "Display members of department"
-msgstr "显示成员的部门"
+#: admin/systems/services/cups/class_goCupsServer.inc:76
+#: admin/systems/services/repository/class_servRepository.inc:351
+#: admin/systems/services/syslog/class_goLogDBServer.inc:97
+#, fuzzy
+msgid "Start"
+msgstr "启动"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:50
-msgid "Display members matching"
-msgstr "显示匹配的成员"
+#: admin/systems/services/cups/class_goCupsServer.inc:77
+#: admin/systems/services/repository/class_servRepository.inc:352
+#: admin/systems/services/syslog/class_goLogDBServer.inc:98
+msgid "Stop"
+msgstr "停止"
+
+#: admin/systems/services/cups/class_goCupsServer.inc:78
+#: admin/systems/services/repository/class_servRepository.inc:353
+#: admin/systems/services/syslog/class_goLogDBServer.inc:99
+#, fuzzy
+msgid "Restart"
+msgstr "重试"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+msgid "Print Service"
+msgstr "打印服务"
+
+#: admin/systems/services/cups/goCupsServer.tpl:1
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+#, fuzzy
+msgid "enabled"
+msgstr "禁用"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:28
+#: admin/systems/services/ntp/class_goNtpServer.inc:74
+#, fuzzy
+msgid "Time service (NTP)"
+msgstr "时间服务"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:114
+#, fuzzy
+msgid "Time service"
+msgstr "时间服务"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:115
+#, fuzzy
+msgid "Time service - NTP"
+msgstr "时间服务"
+
+#: admin/systems/services/ntp/class_goNtpServer.inc:123
+#, fuzzy
+msgid "Ntp source"
+msgstr "源"
+
+#: admin/systems/services/ntp/goNtpServer.tpl:2
+#, fuzzy
+msgid "Time server"
+msgstr "主服务器"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:8
+#: admin/systems/services/terminal/class_goTerminalServer.inc:175
+msgid "Temporary disable login"
+msgstr "临时禁用登录"
+
+#: admin/systems/services/terminal/goTerminalServer.tpl:13
+msgid "Supported session types"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:149
+#: admin/systems/services/repository/class_servRepository.inc:357
+msgid "Url"
+msgstr ""
+
+#: admin/systems/services/repository/class_servRepositorySetup.inc:196
+#: admin/systems/services/repository/class_servRepository.inc:26
+#: admin/systems/services/repository/class_servRepository.inc:331
+#: admin/systems/services/repository/class_servRepository.inc:342
+#, fuzzy
+msgid "Repository service"
+msgstr "仓库"
+
+#: admin/systems/services/repository/class_servRepository.inc:93
+msgid "You can't use this plugin until FAI is activated."
+msgstr "直到激活 FAI,您不能使用这个插件。"
+
+#: admin/systems/services/repository/class_servRepository.inc:142
+#: admin/systems/services/repository/class_servRepository.inc:177
+#, fuzzy
+msgid "FAI release"
+msgstr "自动化安装(FAI)类"
+
+#: admin/systems/services/repository/class_servRepository.inc:341
+#: admin/systems/services/repository/servRepositorySetup.tpl:1
+msgid "Repository"
+msgstr "仓库"
+
+#: admin/systems/services/repository/class_servRepository.inc:354
+#, fuzzy
+msgid "Releases"
+msgstr "发行"
+
+#: admin/systems/services/repository/class_servRepository.inc:355
+#: admin/systems/services/repository/servRepositorySetup.tpl:39
+#: admin/systems/services/repository/class_divListRepositories.inc:24
+#: admin/systems/services/repository/class_divListRepositories.inc:64
+msgid "Sections"
+msgstr "节"
+
+#: admin/systems/services/repository/class_servRepository.inc:356
+#: admin/systems/services/repository/servRepositorySetup.tpl:8
+#, fuzzy
+msgid "Parent server"
+msgstr "Parent 服务器"
+
+#: admin/systems/services/repository/servRepositorySetup.tpl:28
+msgid "URL"
+msgstr "URL"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:19
+msgid "List of configured repositories."
+msgstr "配置仓库列表"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:20
+msgid "This menu allows you to create, delete and edit repository settings."
+msgstr "这个菜单允许您创建,删除和修改仓库设置。"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:25
+#: admin/systems/ppd/printerPPDDialog.tpl:17 admin/applications/generic.tpl:92
+msgid "Options"
+msgstr "选项"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:26
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:32
+msgid "Regular expression for matching object names"
+msgstr "匹配对象名的正则表达式"
+
+#: admin/systems/services/repository/class_divListRepositories.inc:33
+msgid "Add repository"
+msgstr "添加仓库"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:30
+#: admin/systems/services/syslog/class_goLogDBServer.inc:58
+#, fuzzy
+msgid "Syslog service database"
+msgstr "日志服务器"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:71
+#: admin/systems/services/syslog/class_goLogDBServer.inc:101
+#: admin/systems/services/syslog/goLogDBServer.tpl:12
+msgid "Password"
+msgstr "口令"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:88
+#: admin/systems/services/syslog/class_goLogDBServer.inc:89
+msgid "Logging database"
+msgstr "日志数据库"
+
+#: admin/systems/services/syslog/class_goLogDBServer.inc:100
+#, fuzzy
+msgid "Admin"
+msgstr "管理员"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:1
+#, fuzzy
+msgid "Logging database information"
+msgstr "日志数据库"
+
+#: admin/systems/services/syslog/goLogDBServer.tpl:4
+msgid "Logging DB user"
+msgstr "Logging DB 用户"
 
-#: admin/systems/goto/selectUserToPrinterDialog.tpl:55
-msgid "Regular expression for matching member names"
-msgstr "匹配成员名的正则表达式"
+#: admin/systems/services/syslog/class_goSyslogServer.inc:68
+#: admin/systems/services/syslog/class_goSyslogServer.inc:69
+#, fuzzy
+msgid "Logging service"
+msgstr "Logging DB 用户"
 
-#: admin/systems/goto/class_terminalStartup.inc:539
+#: admin/systems/services/syslog/goSyslogServer.tpl:1
+msgid "Syslog Service"
+msgstr "Syslog 服务"
+
+#: admin/systems/services/shares/class_goShareServer.inc:31
+#: admin/systems/services/shares/class_goShareServer.inc:157
+#: admin/systems/services/shares/class_goShareServer.inc:389
 #, fuzzy
-msgid "Terminal startup"
-msgstr "终端模板"
+msgid "File service (Shares)"
+msgstr "文件服务器"
 
-#: admin/systems/goto/class_terminalInfo.inc:50
-#: admin/systems/goto/class_terminalInfo.inc:201
-msgid "present"
-msgstr "å\8f¯ç\94¨ç\9a\84"
+#: admin/systems/services/shares/class_goShareServer.inc:233
+#, fuzzy
+msgid "share"
+msgstr "å\85±äº«"
 
-#: admin/systems/goto/class_terminalInfo.inc:80
-#: admin/systems/goto/class_terminalInfo.inc:176
-msgid "unknown status"
-msgstr "æ\9cªç\9f¥ç\8a¶æ\80\81"
+#: admin/systems/services/shares/class_goShareServer.inc:390
+#, fuzzy
+msgid "File service - Shares"
+msgstr "æ\96\87件æ\9c\8då\8a¡å\99¨"
 
-#: admin/systems/goto/class_terminalInfo.inc:89
-msgid "This is a virtual terminal which has no properties to show here."
-msgstr "这是一个虚拟终端,没有属性可以显示。"
+#: admin/systems/services/shares/class_goShareServer.inc:399
+msgid "Apple mounts"
+msgstr ""
 
-#: admin/systems/goto/class_terminalInfo.inc:103
-msgid "online"
-msgstr "在线"
+#: admin/systems/services/shares/class_goShareServer.inc:402
+#, fuzzy
+msgid "Charset"
+msgstr "芯片组"
 
-#: admin/systems/goto/class_terminalInfo.inc:165
-msgid "running"
-msgstr "运行"
+#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:178
+#: admin/systems/services/nfs/class_servNfs.inc:182
+msgid "Path"
+msgstr "路径"
 
-#: admin/systems/goto/class_terminalInfo.inc:168
-msgid "not running"
-msgstr "没有运行"
+#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/nfs/servnfs.tpl:121
+#: admin/systems/services/nfs/class_servNfs.inc:204
+msgid "Option"
+msgstr "选项"
 
-#: admin/systems/goto/class_terminalInfo.inc:171
-msgid "not defined"
-msgstr "未定义"
+#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/nfs/servnfs.tpl:29
+#: admin/systems/services/nfs/class_servNfs.inc:200
+msgid "Volume"
+msgstr "卷"
 
-#: admin/systems/goto/class_terminalInfo.inc:193
-msgid "offline"
-msgstr "离线"
+#: admin/systems/services/kiosk/goKioskService.tpl:1
+#: admin/systems/services/kiosk/class_goKioskService.inc:251
+msgid "Kiosk profile management"
+msgstr "Kiosk profile 管理"
 
-#: admin/systems/goto/class_printGeneric.inc:104
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/services/kiosk/goKioskService.tpl:5
 #, fuzzy
-msgid "Internal error"
-msgstr "错误"
-
-#: admin/systems/goto/class_printGeneric.inc:104
-#, fuzzy, php-format
-msgid ""
-"Cannot determine a valid department for this object. Setting base to '%s'!"
-msgstr "无法从对象 dn 中提取一个有效的 base,设置 base 为 '%s'。"
+msgid "Server path"
+msgstr "服务器名称"
 
-#: admin/systems/goto/class_printGeneric.inc:259
-#: admin/systems/goto/class_printGeneric.inc:267
-#: admin/systems/goto/class_printGeneric.inc:272
-#: admin/systems/goto/class_printGeneric.inc:321
-#: admin/systems/goto/class_printGeneric.inc:337
-#: admin/systems/goto/class_printGeneric.inc:340
-msgid "Add printer extension"
-msgstr "添加打印机扩展"
+#: admin/systems/services/kiosk/goKioskService.tpl:9
+msgid "Browse"
+msgstr "浏览"
 
-#: admin/systems/goto/class_printGeneric.inc:260
+#: admin/systems/services/kiosk/class_goKioskService.inc:25
+#: admin/systems/services/kiosk/class_goKioskService.inc:31
+#: admin/systems/services/kiosk/class_goKioskService.inc:59
+#: admin/systems/services/kiosk/class_goKioskService.inc:187
 #, fuzzy
-msgid ""
-"Could not initialize printer tab, parameter parent was missing while "
-"construction."
-msgstr "在构建时缺少 parent 参数,无法初始化打印机页面。"
+msgid "Kiosk profile service"
+msgstr "Kiosk profile 设置"
 
-#: admin/systems/goto/class_printGeneric.inc:268
-msgid "This is a workstation template, printer tab is disabled."
-msgstr "这是一个工作站模板,打印机页被禁用。"
+#: admin/systems/services/kiosk/class_goKioskService.inc:141
+#: personal/environment/class_environment.inc:1759
+#: personal/environment/environment.tpl:117
+#: personal/environment/environment.tpl:149
+msgid "Kiosk profile"
+msgstr "Kiosk profile"
 
-#: admin/systems/goto/class_printGeneric.inc:273
-msgid "This is a terminal template, printer tab is disabled."
-msgstr "这是一个终端模板,打印机页被禁用。"
+#: admin/systems/services/kiosk/class_goKioskService.inc:250
+msgid "Kiosk"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:314
-#: admin/systems/goto/class_printGeneric.inc:322
-#: admin/systems/goto/class_printGeneric.inc:330
-#: admin/systems/goto/class_printGeneric.inc:333
-#: admin/systems/goto/class_printGeneric.inc:338
-#: admin/systems/goto/class_printGeneric.inc:341
+#: admin/systems/services/ldap/class_goLdapServer.inc:27
+#: admin/systems/services/ldap/class_goLdapServer.inc:54
+#: admin/systems/services/ldap/goLdapServer.tpl:1
 #, fuzzy
-msgid "printer"
-msgstr "打印机"
+msgid "LDAP service"
+msgstr "LDAP 服务"
 
-#: admin/systems/goto/class_printGeneric.inc:322
-#, fuzzy
-msgid ""
-"You can't enable it while 'cn' is not present in entry. Possibly you are "
-"currently creating a new terminal template."
+#: admin/systems/services/ldap/class_goLdapServer.inc:86
+#: admin/systems/services/ldap/class_goLdapServer.inc:87
+msgid "Ldap"
 msgstr ""
-"这个对象已经禁用打印机插件。您不能在 'cn' 不存在于条目中时启用它。可能您正在"
-"创建一个新的终端模板"
 
-#: admin/systems/goto/class_printGeneric.inc:329
-#: admin/systems/goto/class_printGeneric.inc:332
-msgid "Remove printer extension"
-msgstr "删除打印机扩展"
+#: admin/systems/services/ldap/class_goLdapServer.inc:95
+#, fuzzy
+msgid "Ldap base"
+msgstr "LDAP 服务器"
 
-#: admin/systems/goto/class_printGeneric.inc:511
-#, php-format
-msgid "Your currently selected PPD file '%s' doesn't exist."
-msgstr "您当前选择的 PPD 文件 '%s' 不存在。"
+#: admin/systems/services/ldap/goLdapServer.tpl:2
+msgid "LDAP URI"
+msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:516
-#, fuzzy
-msgid "Not defined"
-msgstr "未定义"
+#: admin/systems/services/nfs/servnfs.tpl:1
+msgid "Edit share"
+msgstr "编辑共享"
 
-#: admin/systems/goto/class_printGeneric.inc:519
-#: admin/systems/ppd/class_printerPPDDialog.inc:88
-msgid "Can't get ppd informations."
-msgstr "无法获取 ppd 信息。"
+#: admin/systems/services/nfs/servnfs.tpl:2
+msgid "NFS setup"
+msgstr "NFS 设置"
 
-#: admin/systems/goto/class_printGeneric.inc:532
-#: admin/systems/goto/class_printGeneric.inc:534
-#, fuzzy, php-format
-msgid "This printer belongs to %s. You can't rename this printer."
-msgstr "该打印机属于终端 %s。您不能重命名该打印机。"
+#: admin/systems/services/nfs/servnfs.tpl:69
+msgid "Auto-mount share on Apple systems"
+msgstr "自动挂载共享到苹果系统"
 
-#: admin/systems/goto/class_printGeneric.inc:581
-#: admin/systems/goto/class_printGeneric.inc:588
-#, fuzzy
-msgid "Object is no printer!"
-msgstr "网络打印机"
+#: admin/systems/services/nfs/servnfs.tpl:109
+msgid "Codepage"
+msgstr "代码页"
 
-#: admin/systems/goto/class_printGeneric.inc:678
-#: admin/systems/goto/printer.tpl:54
-msgid "Printer URL"
-msgstr "打印机 URL"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
+msgid "Select objects to add"
+msgstr "选择要添加的对象"
 
-#: admin/systems/goto/class_printGeneric.inc:875
-#: admin/systems/goto/class_printGeneric.inc:877
-msgid "Group"
-msgstr "组"
+#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
+msgid "Display objects matching"
+msgstr "显示匹配对象"
 
-#: admin/systems/goto/class_printGeneric.inc:893
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:197
+#: admin/systems/ppd/class_printerPPDDialog.inc:214
+#: admin/systems/ppd/class_printerPPDDialog.inc:222
+#: admin/systems/ppd/class_printerPPDDialog.inc:246
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
+#: admin/systems/ppd/class_printerPPDDialog.inc:287
+#: admin/systems/ppd/class_printerPPDDialog.inc:301
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/systems/ppd/class_printerPPDDialog.inc:518
+#: admin/systems/ppd/class_printerPPDDialog.inc:521
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
 #, fuzzy
-msgid "Print generic"
-msgstr "打印服务"
+msgid "PPD error"
+msgstr "LDAP 服务器"
 
-#: admin/systems/goto/class_printGeneric.inc:905
-msgid "LabeledURL"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
+#, php-format
+msgid "Cannot locate vendor '%s' in available PPDs!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:906
-#, fuzzy
-msgid "Printer PPD"
-msgstr "打印机"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
+msgid "Printer ppd selection."
+msgstr "打印机 ppd 选择。"
 
-#: admin/systems/goto/class_printGeneric.inc:907
-#: admin/systems/goto/printer.tpl:82
-msgid "Permissions"
-msgstr "允许"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:136
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "delete"
+msgstr "删除"
 
-#: admin/systems/goto/class_printGeneric.inc:923
-#: admin/systems/goto/class_printGeneric.inc:945
-#, fuzzy
-msgid "printer user"
-msgstr "打印机"
+#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:147
+#: admin/groups/apps/class_groupApplication.inc:345
+msgid "back"
+msgstr "返回"
+
+#: admin/systems/ppd/class_printerPPDDialog.inc:63
+#, fuzzy, php-format
+msgid "Cannot open PPD '%s'!"
+msgstr "无法打开文件 '%s'。"
 
-#: admin/systems/goto/class_printGeneric.inc:940
+#: admin/systems/ppd/class_printerPPDDialog.inc:100
 #, php-format
-msgid "Illegal member type type '%s'!"
+msgid "Cannot open PPD path '%s' for reading and writing!"
 msgstr ""
 
-#: admin/systems/goto/class_printGeneric.inc:980
-#, fuzzy, php-format
-msgid "'%s' is already used!"
-msgstr "该名称已经被使用。"
+#: admin/systems/ppd/class_printerPPDDialog.inc:118
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
+#, fuzzy
+msgid "file is empty"
+msgstr "删除这个条目"
 
-#: admin/systems/goto/class_printGeneric.inc:991
+#: admin/systems/ppd/class_printerPPDDialog.inc:264
 #, fuzzy, php-format
-msgid "'%s' does not exist!"
-msgstr "PPD 管理员:给出的路径 '%s' 不存在。"
+msgid "Cannot parse PPD '%s'!"
+msgstr "无法打开文件 '%s'。"
 
-#: admin/systems/goto/printer.tpl:5
-msgid "General"
-msgstr "普通"
+#: admin/systems/ppd/class_printerPPDDialog.inc:290
+#, fuzzy
+msgid "Overwrite existing PPD"
+msgstr "覆盖已经存在的条目"
 
-#: admin/systems/goto/printer.tpl:8
-msgid "Printer name"
-msgstr "打印机名称"
+#: admin/systems/ppd/class_printerPPDDialog.inc:291
+#, fuzzy
+msgid ""
+"There is already a ppd file for this kind of printer. Do you want to "
+"overwrite it?"
+msgstr "这种打印机类型已经有一个 ppd 文件。"
 
-#: admin/systems/goto/printer.tpl:30
-msgid "Choose subtree to place user in"
-msgstr "将用户放到所选择子树中"
+#: admin/systems/ppd/class_printerPPDDialog.inc:437
+msgid "Section"
+msgstr ""
 
-#: admin/systems/goto/printer.tpl:43
-msgid "Details"
-msgstr "详细"
+#: admin/systems/ppd/class_printerPPDDialog.inc:492
+#: admin/systems/ppd/class_printerPPDDialog.inc:495
+msgid "True"
+msgstr "真"
 
-#: admin/systems/goto/printer.tpl:46
-msgid "Printer location"
-msgstr "打印机位置"
+#: admin/systems/ppd/class_printerPPDDialog.inc:493
+#: admin/systems/ppd/class_printerPPDDialog.inc:496
+msgid "False"
+msgstr "假"
 
-#: admin/systems/goto/printer.tpl:89
-msgid "Users which are allowed to use this printer"
-msgstr "允许使用该打印机的用户"
+#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#, fuzzy, php-format
+msgid "PPD type '%s' is not supported!"
+msgstr "尚不支持 PickMany!"
 
-#: admin/systems/goto/printer.tpl:91
-msgid "Users"
-msgstr "用户"
+#: admin/systems/ppd/class_printerPPDDialog.inc:538
+msgid ""
+"Please select a valid ppd file or use 'Cancel' to go back to printer "
+"configuration."
+msgstr "请选择一个有效的 ppd 文件或者点击“取消”来返回打印机配置。"
 
-#: admin/systems/goto/printer.tpl:96 admin/systems/goto/printer.tpl:120
-msgid "Add user"
-msgstr "添加用户"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#: admin/systems/ppd/class_ppdManager.inc:145
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy
+msgid "PPD manager error"
+msgstr "LDAP 管理"
 
-#: admin/systems/goto/printer.tpl:99 admin/systems/goto/printer.tpl:123
-msgid "Add group"
-msgstr "添加组"
+#: admin/systems/ppd/class_ppdManager.inc:14
+#, fuzzy, php-format
+msgid "The specified path '%s' does not exist."
+msgstr "PPD 管理员:给出的路径 '%s' 不存在。"
 
-#: admin/systems/goto/printer.tpl:113
-msgid "Users which are allowed to administrate this printer"
-msgstr "允许管理该打印机的用户"
+#: admin/systems/ppd/class_ppdManager.inc:145
+#, fuzzy, php-format
+msgid "Specified PPD file '%s' cannot be opened for reading."
+msgstr "给出的 ppd 文件 '%s' 无法打开读取。"
 
-#: admin/systems/goto/printer.tpl:115
-msgid "Admins"
-msgstr "管理员"
+#: admin/systems/ppd/class_ppdManager.inc:147
+#, fuzzy, php-format
+msgid "The temporary file '%s' cannot be opened for writing."
+msgstr "请求的 tmp 文件 '%s' 无法以写方式打开。"
 
-#: admin/systems/goto/class_SelectDeviceType.inc:24
-msgid "none"
-msgstr "无"
+#: admin/systems/ppd/class_ppdManager.inc:171
+#: admin/systems/ppd/class_ppdManager.inc:308
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr "解析 PPD 文件 %s 失败──行太长。截断的字符被忽略。"
 
-#: admin/systems/goto/info.tpl:1
-msgid "System information"
-msgstr "系统信息"
+#: admin/systems/ppd/class_ppdManager.inc:179
+msgid "Nested groups are not supported!"
+msgstr "不支持嵌套组!"
 
-#: admin/systems/goto/info.tpl:7
-msgid "CPU"
-msgstr "CPU"
+#: admin/systems/ppd/class_ppdManager.inc:183
+msgid "Group name not unique!"
+msgstr "组名不唯一!"
 
-#: admin/systems/goto/info.tpl:10
-msgid "Memory"
-msgstr "内存"
+#: admin/systems/ppd/class_ppdManager.inc:189
+#: admin/systems/ppd/class_ppdManager.inc:219
+msgid "Symbol values are not supported yet!"
+msgstr "尚不支持符号值!"
 
-#: admin/systems/goto/info.tpl:13
-msgid "Boot MAC"
-msgstr "MAC 地址"
+#: admin/systems/ppd/class_ppdManager.inc:213
+msgid "Nested options are not supported!"
+msgstr "不支持嵌套选项!"
 
-#: admin/systems/goto/info.tpl:16
-msgid "USB support"
-msgstr "USB æ\94¯æ\8c\81"
+#: admin/systems/ppd/class_ppdManager.inc:238
+msgid "PickMany is not supported yet!"
+msgstr "å°\9aä¸\8dæ\94¯æ\8c\81 PickManyï¼\81"
 
-#: admin/systems/goto/info.tpl:19 admin/systems/goto/info.tpl:87
-msgid "System status"
-msgstr "系统状态"
+#: admin/systems/ppd/class_ppdManager.inc:329
+#, php-format
+msgid "Parsing PPD file %s failed - no information found."
+msgstr "解析 PPD 文件 %s 失败──未找到信息。"
 
-#: admin/systems/goto/info.tpl:23
-msgid "Inventory number"
-msgstr "存货编号"
+#: admin/systems/ppd/remove_ppd.tpl:9
+msgid "The ppd file will be removed from the server and can not be restored."
+msgstr "服务器中的 ppd 文件将被删除并且不能被恢复。"
 
-#: admin/systems/goto/info.tpl:27
-msgid "Last login"
-msgstr "æ\9c\80å\90\8eç\99»å½\95"
+#: admin/systems/ppd/printerPPDDialog.tpl:1
+msgid "Printer driver"
+msgstr "æ\89\93å\8d°æ\9cºé©±å\8a¨"
 
-#: admin/systems/goto/info.tpl:38
-msgid "Network devices"
-msgstr "网络设备"
+#: admin/systems/ppd/printerPPDDialog.tpl:6
+msgid "Select"
+msgstr "选择"
 
-#: admin/systems/goto/info.tpl:47
-msgid "IDE devices"
-msgstr "IDE 设备"
+#: admin/systems/ppd/printerPPDDialog.tpl:9
+msgid "New driver"
+msgstr "新驱动"
 
-#: admin/systems/goto/info.tpl:56
-msgid "SCSI devices"
-msgstr "SCSI 设备"
+#: admin/systems/ppd/printerPPDDialog.tpl:11
+#: admin/applications/generic.tpl:138 admin/groups/apps/edit_entry.tpl:28
+msgid "Upload"
+msgstr "上传"
 
-#: admin/systems/goto/info.tpl:64
-msgid "Floppy device"
-msgstr "软驱"
+#: admin/applications/class_divListApplication.inc:31
+msgid "List of Applications"
+msgstr "应用程序列表"
 
-#: admin/systems/goto/info.tpl:68
-msgid "CDROM device"
-msgstr "光驱"
+#: admin/applications/class_divListApplication.inc:32
+msgid "This table displays all applications in the selected tree."
+msgstr "这个表显示在所选树下的所有应用程序。"
 
-#: admin/systems/goto/info.tpl:77
-msgid "Audio device"
-msgstr "声卡"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/applications/generic.tpl:7 admin/applications/generic.tpl:10
+#: admin/applications/class_applicationGeneric.inc:539
+msgid "Application name"
+msgstr "应用程序名称"
 
-#: admin/systems/goto/info.tpl:93
-msgid "Up since"
-msgstr "Up since"
+#: admin/applications/class_divListApplication.inc:57
+#: admin/mimetypes/class_divListMimeTypes.inc:59
+#: admin/devices/class_divListDevices.inc:51
+msgid "Department"
+msgstr "部门"
 
-#: admin/systems/goto/info.tpl:96
-msgid "CPU load"
-msgstr "CPU 占用率"
+#: admin/applications/class_divListApplication.inc:64
+#: personal/environment/hotplugDialog.tpl:43
+msgid "Display users matching"
+msgstr "显示匹配的用户"
 
-#: admin/systems/goto/info.tpl:99
-msgid "Memory usage"
-msgstr "内存使用"
+#: admin/applications/class_divListApplication.inc:154
+#: admin/applications/class_divListApplication.inc:209
+#: admin/applications/class_applicationGeneric.inc:581
+#: admin/groups/apps/class_groupApplication.inc:1177
+#: admin/mimetypes/class_mimetypeGeneric.inc:728
+msgid "Application"
+msgstr "应用程序"
 
-#: admin/systems/goto/info.tpl:102
-msgid "Swap usage"
-msgstr "Swap 使用"
+#: admin/applications/class_divListApplication.inc:166
+#: admin/mimetypes/class_divListMimeTypes.inc:187
+#: admin/devices/class_divListDevices.inc:154
+#, fuzzy
+msgid "Copy"
+msgstr "复制"
 
-#: admin/systems/goto/info.tpl:116
-msgid "SSH service"
-msgstr "SSH 服务"
+#: admin/applications/class_divListApplication.inc:168
+#: admin/mimetypes/class_divListMimeTypes.inc:189
+#: admin/devices/class_divListDevices.inc:156
+#, fuzzy
+msgid "Cut"
+msgstr "剪切"
 
-#: admin/systems/goto/info.tpl:122
-msgid "Scan service"
-msgstr "扫描服务"
+#: admin/applications/class_divListApplication.inc:172
+#: admin/applications/class_divListApplication.inc:175
+#: admin/mimetypes/class_divListMimeTypes.inc:193
+#: admin/mimetypes/class_divListMimeTypes.inc:196
+#: admin/devices/class_divListDevices.inc:160
+#: admin/devices/class_divListDevices.inc:163
+msgid "Paste"
+msgstr "粘贴"
 
-#: admin/systems/goto/info.tpl:125
-msgid "Sound service"
-msgstr "声音服务"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "cut"
+msgstr "剪切"
 
-#: admin/systems/goto/info.tpl:128
-msgid "GUI"
-msgstr "GUI"
+#: admin/applications/class_divListApplication.inc:236
+#: admin/mimetypes/class_divListMimeTypes.inc:257
+#: admin/devices/class_divListDevices.inc:225
+msgid "Cut this entry"
+msgstr "剪切条目"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#: admin/systems/ppd/class_ppdManager.inc:145
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy
-msgid "PPD manager error"
-msgstr "LDAP 管理"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "copy"
+msgstr "复制"
 
-#: admin/systems/ppd/class_ppdManager.inc:14
-#, fuzzy, php-format
-msgid "The specified path '%s' does not exist."
-msgstr "PPD 管理员:给出的路径 '%s' 不存在。"
+#: admin/applications/class_divListApplication.inc:239
+#: admin/mimetypes/class_divListMimeTypes.inc:259
+#: admin/devices/class_divListDevices.inc:227
+msgid "Copy this entry"
+msgstr "拷贝条目"
 
-#: admin/systems/ppd/class_ppdManager.inc:145
-#, fuzzy, php-format
-msgid "Specified PPD file '%s' cannot be opened for reading."
-msgstr "给出的 ppd 文件 '%s' 无法打开读取。"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "edit"
+msgstr "编辑"
 
-#: admin/systems/ppd/class_ppdManager.inc:147
-#, fuzzy, php-format
-msgid "The temporary file '%s' cannot be opened for writing."
-msgstr "请求的 tmp 文件 '%s' 无法以写方式打开。"
+#: admin/applications/class_divListApplication.inc:245
+#: admin/mimetypes/class_divListMimeTypes.inc:263
+#: admin/devices/class_divListDevices.inc:231
+msgid "Edit this entry"
+msgstr "编辑这条记录"
 
-#: admin/systems/ppd/class_ppdManager.inc:171
-#: admin/systems/ppd/class_ppdManager.inc:308
-#, php-format
-msgid ""
-"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
-msgstr "解析 PPD 文件 %s 失败──行太长。截断的字符被忽略。"
+#: admin/applications/class_divListApplication.inc:255
+#: admin/mimetypes/class_divListMimeTypes.inc:268
+#: admin/devices/class_divListDevices.inc:236
+msgid "Delete this entry"
+msgstr "删除这个条目"
 
-#: admin/systems/ppd/class_ppdManager.inc:179
-msgid "Nested groups are not supported!"
-msgstr "不支持嵌套组!"
+#: admin/applications/class_divListApplication.inc:295
+#, fuzzy
+msgid "Number of listed applications"
+msgstr "使用的应用程序"
 
-#: admin/systems/ppd/class_ppdManager.inc:183
-msgid "Group name not unique!"
-msgstr "组名不唯一!"
+#: admin/applications/class_divListApplication.inc:296
+#: admin/mimetypes/class_divListMimeTypes.inc:311
+#: admin/devices/class_divListDevices.inc:279
+#, fuzzy
+msgid "Number of listed departments"
+msgstr "部门名称"
 
-#: admin/systems/ppd/class_ppdManager.inc:189
-#: admin/systems/ppd/class_ppdManager.inc:219
-msgid "Symbol values are not supported yet!"
-msgstr "尚不支持符号值!"
+#: admin/applications/main.inc:39 admin/applications/main.inc:41
+msgid "Application management"
+msgstr "应用程序管理"
 
-#: admin/systems/ppd/class_ppdManager.inc:213
-msgid "Nested options are not supported!"
-msgstr "不支持嵌套选项!"
+#: admin/applications/generic.tpl:15
+msgid "Display name"
+msgstr "显示名称"
 
-#: admin/systems/ppd/class_ppdManager.inc:238
-msgid "PickMany is not supported yet!"
-msgstr "尚不支持 PickMany!"
+#: admin/applications/generic.tpl:19
+#: admin/applications/class_applicationGeneric.inc:544
+msgid "Application name to be displayed (i.e. below icons)"
+msgstr "要显示的应用程序名称(在图标下)"
 
-#: admin/systems/ppd/class_ppdManager.inc:329
-#, php-format
-msgid "Parsing PPD file %s failed - no information found."
-msgstr "解析 PPD 文件 %s 失败──未找到信息。"
+#: admin/applications/generic.tpl:28
+msgid "Path and/or binary name of application"
+msgstr "应用程序的路径和/或二进制名称"
 
-#: admin/systems/ppd/remove_ppd.tpl:9
-msgid "The ppd file will be removed from the server and can not be restored."
-msgstr "服务器中的 ppd 文件将被删除并且不能被恢复。"
+#: admin/applications/generic.tpl:45 admin/mimetypes/generic.tpl:47
+msgid "Choose subtree to place application in"
+msgstr "选择放置应用程序的子树"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:6
-msgid "Select objects to add"
-msgstr "选择要添加的对象"
+#: admin/applications/generic.tpl:66
+#: admin/applications/class_applicationGeneric.inc:589
+#: admin/mimetypes/generic.tpl:67
+#: admin/mimetypes/class_mimetypeGeneric.inc:730
+msgid "Icon"
+msgstr "图标"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:28
-msgid "Display objects matching"
-msgstr "æ\98¾ç¤ºå\8c¹é\85\8d对象"
+#: admin/applications/generic.tpl:78 admin/mimetypes/generic.tpl:79
+msgid "Update"
+msgstr "æ\9b´æ\96°"
 
-#: admin/systems/ppd/printerPPDSelectionDialog.tpl:44
-#: addons/goto/events/target_list.tpl:6
-msgid "Close"
-msgstr "关闭"
+#: admin/applications/generic.tpl:78
+msgid "Reload picture from LDAP"
+msgstr "从 LDAP 重新加载图片"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:1
-msgid "Printer driver"
-msgstr "打印机驱动"
+#: admin/applications/generic.tpl:81
+msgid "Remove picture"
+msgstr "删除图片"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:6
-msgid "Select"
-msgstr "选择"
+#: admin/applications/generic.tpl:81
+#, fuzzy
+msgid "Remove picture from LDAP"
+msgstr "从 LDAP 重新加载图片"
 
-#: admin/systems/ppd/printerPPDDialog.tpl:9
-msgid "New driver"
-msgstr "新驱动"
+#: admin/applications/generic.tpl:99
+#: admin/applications/class_applicationGeneric.inc:593
+msgid "Only executable for members"
+msgstr "只允许成员执行"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:197
-#: admin/systems/ppd/class_printerPPDDialog.inc:214
-#: admin/systems/ppd/class_printerPPDDialog.inc:222
-#: admin/systems/ppd/class_printerPPDDialog.inc:246
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:301
-#: admin/systems/ppd/class_printerPPDDialog.inc:311
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
-#: admin/systems/ppd/class_printerPPDDialog.inc:518
-#: admin/systems/ppd/class_printerPPDDialog.inc:521
-#: admin/systems/ppd/class_printerPPDDialog.inc:524
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, fuzzy
-msgid "PPD error"
-msgstr "LDAP 服务器"
+#: admin/applications/generic.tpl:104
+#: admin/applications/class_applicationGeneric.inc:597
+msgid "Replace user configuration on startup"
+msgstr "替换启动时用户配置"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:63
-#, fuzzy, php-format
-msgid "Cannot open PPD '%s'!"
-msgstr "无法打开文件 '%s'。"
+#: admin/applications/generic.tpl:110
+#: admin/applications/class_applicationGeneric.inc:594
+msgid "Place icon on members desktop"
+msgstr "在成员桌面放置图标"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:100
-#, php-format
-msgid "Cannot open PPD path '%s' for reading and wrinting!"
-msgstr ""
+#: admin/applications/generic.tpl:115
+#: admin/applications/class_applicationGeneric.inc:596
+msgid "Place entry in members startmenu"
+msgstr "替换成员启动菜单条目"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:118
-#: admin/systems/ppd/class_printerPPDDialog.inc:315
-#, fuzzy
-msgid "file is empty"
-msgstr "删除这个条目"
+#: admin/applications/generic.tpl:120
+#: admin/applications/class_applicationGeneric.inc:595
+msgid "Place entry in members launch bar"
+msgstr "在成员的启动条放置条目"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:264
-#, fuzzy, php-format
-msgid "Cannot parse PPD '%s'!"
-msgstr "无法打开文件 '%s'。"
+#: admin/applications/generic.tpl:130
+#: personal/environment/logonManagement.tpl:55
+msgid "Script"
+msgstr "脚本"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:290
-#, fuzzy
-msgid "Overwrite existing PPD"
-msgstr "覆盖已经存在的条目"
+#: admin/applications/generic.tpl:135
+#: personal/environment/logonManagement.tpl:65
+msgid "Import"
+msgstr "导入"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:291
-#, fuzzy
-msgid ""
-"There is already a ppd file for this kind of printer. Do you want to "
-"overwrite it?"
-msgstr "这种打印机类型已经有一个 ppd 文件。"
+#: admin/applications/generic.tpl:140
+msgid "Download"
+msgstr "下载"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:437
-msgid "Section"
-msgstr "节"
+#: admin/applications/class_applicationManagement.inc:24
+#: admin/groups/apps/class_groupApplication.inc:1169
+#: admin/mimetypes/generic.tpl:112 admin/mimetypes/generic.tpl:172
+msgid "Applications"
+msgstr "应用程序"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:492
-#: admin/systems/ppd/class_printerPPDDialog.inc:495
-msgid "True"
-msgstr "真"
+#: admin/applications/class_applicationManagement.inc:306
+#: admin/applications/class_applicationManagement.inc:384
+#: admin/applications/class_applicationGeneric.inc:131
+#: admin/groups/apps/class_groupApplication.inc:376
+msgid "application"
+msgstr "应用程序"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:493
-#: admin/systems/ppd/class_printerPPDDialog.inc:496
-msgid "False"
-msgstr "假"
+#: admin/applications/class_applicationGeneric.inc:100
+msgid "no example"
+msgstr "没有示例"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:501
+#: admin/applications/class_applicationGeneric.inc:264
 #, fuzzy, php-format
-msgid "PPD type '%s' is not supported!"
-msgstr "尚不支持 PickMany!"
+msgid "Cannot remove application - it is still in use by these objects: %s"
+msgstr "您不能删除 asterisk 数据库扩展,它仍被这些对象 '%s' 使用。"
 
-#: admin/systems/ppd/class_printerPPDDialog.inc:538
-msgid ""
-"Please select a valid ppd file or use 'Cancel' to go back to printer "
-"configuration."
-msgstr "请选择一个有效的 ppd 文件或者点击“取消”来返回打印机配置。"
+#: admin/applications/class_applicationGeneric.inc:368
+#, fuzzy
+msgid "no read permission"
+msgstr "允许"
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:120
-#, php-format
-msgid "Cannot locate vendor '%s' in available PPDs!"
+#: admin/applications/class_applicationGeneric.inc:373
+msgid "cannot resize image"
 msgstr ""
 
-#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:129
-msgid "Printer ppd selection."
-msgstr "打印机 ppd 选择。"
+#: admin/applications/class_applicationGeneric.inc:378
+msgid "cannot convert image"
+msgstr ""
 
-#: admin/devices/class_deviceManagement.inc:7
-#: admin/devices/paste_deviceGeneric.tpl:2 admin/devices/deviceGeneric.tpl:2
-#: admin/devices/class_deviceGeneric.inc:242
-msgid "Devices"
-msgstr "设备"
+#: admin/applications/class_applicationGeneric.inc:382
+#, fuzzy, php-format
+msgid "cannot save image to '%s'"
+msgstr "无法保存文件 '%s'。"
 
-#: admin/devices/class_deviceManagement.inc:8
+#: admin/applications/class_applicationGeneric.inc:411
 #, fuzzy
-msgid "Manage devices"
-msgstr "æ\89«æ\8f\8f设å¤\87"
+msgid "Execute path"
+msgstr "æ\89§è¡\8c"
 
-#: admin/devices/class_deviceManagement.inc:240
-#: admin/devices/class_deviceManagement.inc:320
-#, fuzzy
-msgid "device"
-msgstr "设备"
+#: admin/applications/class_applicationGeneric.inc:535
+#: admin/groups/apps/edit_entry.tpl:40
+msgid "Application settings"
+msgstr "应用程序设置"
 
-#: admin/devices/class_divListDevices.inc:33
-#: admin/devices/class_divListDevices.inc:34
+#: admin/applications/class_applicationGeneric.inc:576
 #, fuzzy
-msgid "List of defined devices"
-msgstr "设备列表"
+msgid "Application generic"
+msgstr "应用程序名称"
 
-#: admin/devices/class_divListDevices.inc:51
-#: admin/devices/paste_deviceGeneric.tpl:9 admin/devices/deviceGeneric.tpl:18
-msgid "Device name"
-msgstr "设备名称"
+#: admin/applications/class_applicationGeneric.inc:590
+msgid "Flag"
+msgstr ""
 
-#: admin/devices/class_divListDevices.inc:58
-msgid "Display devices matching"
-msgstr "显示匹配的设备"
+#: admin/applications/class_applicationGeneric.inc:591
+#, fuzzy
+msgid "Script content"
+msgstr "变量内容"
 
-#: admin/devices/class_divListDevices.inc:142
-#: admin/devices/class_divListDevices.inc:197
-#: admin/devices/class_deviceGeneric.inc:152
-msgid "Device"
-msgstr "设备"
+#: admin/applications/class_applicationParameters.inc:49
+msgid "Remove options"
+msgstr "删除选项"
 
-#: admin/devices/class_divListDevices.inc:278
+#: admin/applications/class_applicationParameters.inc:49
+#: admin/applications/class_applicationParameters.inc:51
 #, fuzzy
-msgid "Number of listed devices"
-msgstr "é\83¨é\97¨å\90\8d称"
+msgid "parameter"
+msgstr "å\8f\82æ\95°"
 
-#: admin/devices/deviceGeneric.tpl:32
+#: admin/applications/class_applicationParameters.inc:51
+msgid "Create options"
+msgstr "创建选项"
+
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Variable"
+msgstr "变量"
+
+#: admin/applications/class_applicationParameters.inc:91
+msgid "Default value"
+msgstr "缺省值"
+
+#: admin/applications/class_applicationParameters.inc:123
+msgid "Add option"
+msgstr "添加选项"
+
+#: admin/applications/class_applicationParameters.inc:228
+msgid "Parameter"
+msgstr "参数"
+
+#: admin/applications/class_applicationParameters.inc:229
 #, fuzzy
-msgid "Device type"
-msgstr "设备名称"
+msgid "Parameter configuration"
+msgstr "下载配置"
 
-#: admin/devices/deviceGeneric.tpl:35
+#: admin/applications/class_applicationParameters.inc:237
 #, fuzzy
-msgid "Choose the device type"
-msgstr "选择一个电话类型"
+msgid "Application parameter settings"
+msgstr "应用程序设置"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "Serial number"
-msgstr "系列号"
+#: admin/applications/release_select.tpl:2
+#: admin/mimetypes/release_select.tpl:2
+msgid "Branches"
+msgstr "分支"
 
-#: admin/devices/deviceGeneric.tpl:45
-msgid "(iSerial)"
-msgstr "(iSerial)"
+#: admin/applications/release_select.tpl:8
+#: admin/mimetypes/release_select.tpl:8
+msgid "Current release"
+msgstr "当前版本"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "Vendor-ID"
-msgstr "供应商-ID"
+#: admin/applications/remove.tpl:6 admin/mimetypes/remove.tpl:6
+msgid ""
+"This may be used by several groups. Please double check if your really want "
+"to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据"
+"找回。"
 
-#: admin/devices/deviceGeneric.tpl:53
-msgid "(idVendor)"
-msgstr "(idVendor)"
+#: admin/groups/apps/app_list.tpl:63 admin/groups/apps/app_list.tpl:67
+#, fuzzy
+msgid "Folder"
+msgstr "过滤器"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "Product-ID"
-msgstr "产品-ID"
+#: admin/groups/apps/app_list.tpl:75 admin/groups/apps/app_list.tpl:96
+#: admin/groups/apps/app_list.tpl:121
+msgid "Move up"
+msgstr "向上移动"
 
-#: admin/devices/deviceGeneric.tpl:60
-msgid "(idProduct)"
-msgstr "(idProduct)"
+#: admin/groups/apps/app_list.tpl:77 admin/groups/apps/app_list.tpl:98
+#: admin/groups/apps/app_list.tpl:123
+msgid "Move down"
+msgstr "向下移动"
 
-#: admin/devices/class_deviceGeneric.inc:28
-msgid "Digital camera"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:114
+#, fuzzy
+msgid "Entry"
+msgstr "编辑记录"
 
-#: admin/devices/class_deviceGeneric.inc:29
+#: admin/groups/apps/app_list.tpl:136
 #, fuzzy
-msgid "Harddisk"
-msgstr "æ\96°ç¡¬ç\9b\98"
+msgid "add to"
+msgstr "æ·»å\8a é\80\89项"
 
-#: admin/devices/class_deviceGeneric.inc:30
+#: admin/groups/apps/app_list.tpl:142 admin/groups/apps/app_list.tpl:152
 #, fuzzy
-msgid "USB stick"
-msgstr "置顶"
+msgid "Add selected applications to this folder."
+msgstr "选择的应用程序没有选项。"
 
-#: admin/devices/class_deviceGeneric.inc:31
-msgid "CD/DVD drive"
-msgstr ""
+#: admin/groups/apps/app_list.tpl:143
+#, fuzzy
+msgid "Separator"
+msgstr "插入分隔符"
 
-#: admin/devices/class_deviceGeneric.inc:95
+#: admin/groups/apps/app_list.tpl:143
 #, fuzzy
-msgid "iSerial"
-msgstr "(iSerial)"
+msgid "Add a separator to this folder."
+msgstr "选择的应用程序没有选项。"
 
-#: admin/devices/class_deviceGeneric.inc:98
+#: admin/groups/apps/class_groupApplication.inc:275
 #, fuzzy
-msgid "Serial"
-msgstr "(iSerial)"
+msgid "Add application extension"
+msgstr "应用程序"
 
-#: admin/devices/class_deviceGeneric.inc:101
+#: admin/groups/apps/class_groupApplication.inc:276
 #, fuzzy
-msgid "Vender ID"
-msgstr "供应商-ID"
+msgid "Application extension disabled. You can enable it by clicking below."
+msgstr "环境变量扩展已禁用。您可以点击下面按钮重新启用。"
 
-#: admin/devices/class_deviceGeneric.inc:237
+#: admin/groups/apps/class_groupApplication.inc:280
 #, fuzzy
-msgid "Device generic"
-msgstr "服务器名称"
+msgid "Remove application extension"
+msgstr "删除应用程序"
 
-#: admin/devices/remove.tpl:6
+#: admin/groups/apps/class_groupApplication.inc:281
 #, fuzzy
-msgid ""
-"This may be used by several users/groups. Please double check if your really "
-"want to do this since there is no way for GOsa to get your data back."
-msgstr ""
-"这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据"
-"找回。"
+msgid "Application extension enabled. You can disable it by clicking below."
+msgstr "环境变量扩展已经启用。您可以点击下面按钮禁用。"
 
-#: admin/devices/main.inc:42 admin/devices/main.inc:44
+#: admin/groups/apps/class_groupApplication.inc:335
+msgid "Back"
+msgstr "返回"
+
+#: admin/groups/apps/class_groupApplication.inc:353
+msgid "department"
+msgstr "部门"
+
+#: admin/groups/apps/class_groupApplication.inc:975
 #, fuzzy
-msgid "Device management"
-msgstr "系统管理"
+msgid "Not available in release."
+msgstr "当前安装不可用"
 
-#: admin/ogroups/goto/class_termgroup.inc:240
-msgid "Instant update"
-msgstr "立即更新"
+#: admin/groups/apps/class_groupApplication.inc:1170
+#, fuzzy
+msgid "Group applications"
+msgstr "应用程序"
 
-#: admin/ogroups/goto/class_termgroup.inc:241
-msgid "Scheduled update"
-msgstr "计划更新"
+#: admin/groups/apps/class_groupApplication.inc:1179
+#, fuzzy
+msgid "Application parameter"
+msgstr "应用程序名称"
 
-#: admin/ogroups/goto/class_termgroup.inc:242
+#: admin/groups/apps/edit_entry.tpl:8
 #, fuzzy
-msgid "Wake"
-msgstr "唤醒"
+msgid "Folder image"
+msgstr "代码页"
 
-#: admin/ogroups/goto/class_termgroup.inc:336
-msgid "System"
-msgstr "系统"
+#: admin/groups/apps/edit_entry.tpl:12
+msgid "Could not load image."
+msgstr ""
 
-#: admin/ogroups/goto/class_termgroup.inc:337
+#: admin/groups/apps/edit_entry.tpl:14
 #, fuzzy
-msgid "System group"
-msgstr "信赖的系统"
+msgid "None"
+msgstr ""
 
-#: admin/ogroups/goto/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."
+#: admin/groups/apps/edit_entry.tpl:24
+#, fuzzy
+msgid "Upload image"
+msgstr "上传"
+
+#: admin/groups/apps/edit_entry.tpl:32
+msgid "Reset image"
 msgstr ""
-"您这里选择的动作会影响这个对象组内所有系统。而且,所有这里可以修改的值都可以"
-"被分配到该对象组的对象继承。"
 
-#: admin/mimetypes/paste_generic.tpl:13
-#: admin/mimetypes/class_mimetypeManagement.inc:303
-#: admin/mimetypes/class_mimetypeManagement.inc:385
-#: admin/mimetypes/generic.tpl:12
+#: admin/groups/apps/edit_entry.tpl:33
+#, fuzzy
+msgid "Reset"
+msgstr "设置"
+
+#: admin/groups/apps/edit_entry.tpl:53
+msgid "Application options"
+msgstr "应用程序选项"
+
+#: admin/mimetypes/class_divListMimeTypes.inc:35
+#: admin/mimetypes/class_divListMimeTypes.inc:36
+#, fuzzy
+msgid "List of defined mime types"
+msgstr "预定义黑名单列表"
+
 #: admin/mimetypes/class_divListMimeTypes.inc:59
 #: admin/mimetypes/class_divListMimeTypes.inc:175
 #: admin/mimetypes/class_divListMimeTypes.inc:229
+#: admin/mimetypes/generic.tpl:12
+#: admin/mimetypes/class_mimetypeManagement.inc:303
+#: admin/mimetypes/class_mimetypeManagement.inc:385
+#: admin/mimetypes/paste_generic.tpl:13
 #, fuzzy
 msgid "Mime type"
 msgstr "Mime-type"
 
-#: admin/mimetypes/paste_generic.tpl:16 admin/mimetypes/generic.tpl:16
-#, fuzzy
-msgid "Please enter a name for the mime type here"
-msgstr "请为这个会议输入一个名称。"
-
-#: admin/mimetypes/paste_generic.tpl:24
+#: admin/mimetypes/class_divListMimeTypes.inc:66
 #, fuzzy
-msgid "Please specify a description for this mime type here"
-msgstr "请为这个附件指定一个有效名称。"
+msgid "Display mime types matching"
+msgstr "显示匹配的硒鼓类型"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:536
+#: admin/mimetypes/class_divListMimeTypes.inc:310
 #, fuzzy
-msgid "File pattern"
-msgstr "è¿\87滤å\99¨"
+msgid "Number of listed mimetypes"
+msgstr "é¢\84å®\9aä¹\89é»\91å\90\8då\8d\95å\88\97表"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:716
+#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
 #, fuzzy
-msgid "Mime type generic"
-msgstr "Mime-type"
+msgid "Mimetype management"
+msgstr "系统管理"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:721
-#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/generic.tpl:16 admin/mimetypes/paste_generic.tpl:16
 #, fuzzy
-msgid "Mime types"
-msgstr "Mime-type"
+msgid "Please enter a name for the mime type here"
+msgstr "请为这个会议输入一个名称。"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #: admin/mimetypes/generic.tpl:22
+#: admin/mimetypes/class_mimetypeGeneric.inc:725
 #, fuzzy
 msgid "Mime group"
 msgstr "主要用户组"
 
-#: admin/mimetypes/class_mimetypeGeneric.inc:729
-#, fuzzy
-msgid "Left click action"
-msgstr "创建应用程序"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:731
-#: admin/mimetypes/generic.tpl:99
-#, fuzzy
-msgid "File patterns"
-msgstr "过滤器"
-
-#: admin/mimetypes/class_mimetypeGeneric.inc:732
-#, fuzzy
-msgid "Embedded applications"
-msgstr "使用的应用程序"
-
-#: admin/mimetypes/class_mimetypeManagement.inc:25
-#, fuzzy
-msgid "Manage mime types"
-msgstr "管理操作系统类型"
-
-#: admin/mimetypes/main.inc:42 admin/mimetypes/main.inc:44
-#, fuzzy
-msgid "Mimetype management"
-msgstr "系统管理"
-
 #: admin/mimetypes/generic.tpl:26
 #, fuzzy
 msgid "Categorize this mime type"
@@ -3221,6 +3251,12 @@ msgstr ""
 msgid "Left click"
 msgstr ""
 
+#: admin/mimetypes/generic.tpl:99
+#: admin/mimetypes/class_mimetypeGeneric.inc:731
+#, fuzzy
+msgid "File patterns"
+msgstr "过滤器"
+
 #: admin/mimetypes/generic.tpl:105
 #, fuzzy
 msgid "Please specify a new file pattern"
@@ -3256,474 +3292,549 @@ msgstr ""
 msgid "Ask whether to save to local disk"
 msgstr ""
 
-#: admin/mimetypes/class_divListMimeTypes.inc:35
-#: admin/mimetypes/class_divListMimeTypes.inc:36
+#: admin/mimetypes/class_mimetypeManagement.inc:24
+#: admin/mimetypes/class_mimetypeGeneric.inc:721
 #, fuzzy
-msgid "List of defined mime types"
-msgstr "预定义黑名单列表"
+msgid "Mime types"
+msgstr "Mime-type"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:66
+#: admin/mimetypes/class_mimetypeManagement.inc:25
 #, fuzzy
-msgid "Display mime types matching"
-msgstr "显示匹配的硒鼓类型"
+msgid "Manage mime types"
+msgstr "管理操作系统类型"
 
-#: admin/mimetypes/class_divListMimeTypes.inc:310
+#: admin/mimetypes/class_mimetypeGeneric.inc:536
 #, fuzzy
-msgid "Number of listed mimetypes"
-msgstr "é¢\84å®\9aä¹\89é»\91å\90\8då\8d\95å\88\97表"
+msgid "File pattern"
+msgstr "è¿\87滤å\99¨"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:29
+#: admin/mimetypes/class_mimetypeGeneric.inc:716
 #, fuzzy
-msgid "Software update"
-msgstr "立即更新"
+msgid "Mime type generic"
+msgstr "Mime-type"
 
-#: addons/goto/events/class_DaemonEvent_update.inc:30
+#: admin/mimetypes/class_mimetypeGeneric.inc:729
 #, fuzzy
-msgid "software update"
-msgstr "立即更新"
+msgid "Left click action"
+msgstr "创建应用程序"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:9
-#: addons/goto/events/DaemonEvent_rescan.tpl:9
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:9
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:9
-#: addons/goto/events/DaemonEvent_lock.tpl:9
-#: addons/goto/events/DaemonEvent_halt.tpl:9
-#: addons/goto/events/DaemonEvent_memcheck.tpl:9
-#: addons/goto/events/DaemonEvent_notify.tpl:9
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:9
-#: addons/goto/events/DaemonEvent_reboot.tpl:9
-#: addons/goto/events/DaemonEvent_faireboot.tpl:9
-#: addons/goto/events/DaemonEvent_reinstall.tpl:9
-#: addons/goto/events/DaemonEvent_wakeup.tpl:9
-#: addons/goto/events/DaemonEvent_localboot.tpl:9
-#: addons/goto/events/DaemonEvent_update.tpl:9
+#: admin/mimetypes/class_mimetypeGeneric.inc:732
 #, fuzzy
-msgid "Time schedule"
+msgid "Embedded applications"
+msgstr "使用的应用程序"
+
+#: admin/mimetypes/paste_generic.tpl:24
+#, fuzzy
+msgid "Please specify a description for this mime type here"
+msgstr "请为这个附件指定一个有效名称。"
+
+#: admin/ogroups/goto/class_termgroup.inc:202
+msgid "Instant update"
+msgstr "立即更新"
+
+#: admin/ogroups/goto/class_termgroup.inc:203
+msgid "Scheduled update"
 msgstr "计划更新"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:18
-#: addons/goto/events/DaemonEvent_rescan.tpl:18
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:18
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:18
-#: addons/goto/events/DaemonEvent_lock.tpl:18
-#: addons/goto/events/DaemonEvent_halt.tpl:18
-#: addons/goto/events/DaemonEvent_memcheck.tpl:18
-#: addons/goto/events/DaemonEvent_notify.tpl:18
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:18
-#: addons/goto/events/DaemonEvent_reboot.tpl:18
-#: addons/goto/events/DaemonEvent_faireboot.tpl:18
-#: addons/goto/events/DaemonEvent_reinstall.tpl:18
-#: addons/goto/events/DaemonEvent_wakeup.tpl:18
-#: addons/goto/events/DaemonEvent_localboot.tpl:18
-#: addons/goto/events/DaemonEvent_update.tpl:18
+#: admin/ogroups/goto/class_termgroup.inc:204
 #, fuzzy
-msgid "System list"
-msgstr "系统分析"
+msgid "Wake"
+msgstr "唤醒"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:35
-#: addons/goto/events/DaemonEvent_rescan.tpl:35
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:35
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:35
-#: addons/goto/events/DaemonEvent_lock.tpl:35
-#: addons/goto/events/DaemonEvent_halt.tpl:35
-#: addons/goto/events/DaemonEvent_memcheck.tpl:35
-#: addons/goto/events/DaemonEvent_notify.tpl:35
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:35
-#: addons/goto/events/DaemonEvent_reboot.tpl:35
-#: addons/goto/events/DaemonEvent_faireboot.tpl:35
-#: addons/goto/events/DaemonEvent_reinstall.tpl:35
-#: addons/goto/events/DaemonEvent_wakeup.tpl:35
-#: addons/goto/events/DaemonEvent_localboot.tpl:35
-#: addons/goto/events/DaemonEvent_update.tpl:35
-msgid "ID"
+#: admin/ogroups/goto/class_termgroup.inc:298
+msgid "System"
+msgstr "系统"
+
+#: admin/ogroups/goto/class_termgroup.inc:299
+#, fuzzy
+msgid "System group"
+msgstr "信赖的系统"
+
+#: admin/ogroups/goto/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 ""
+"您这里选择的动作会影响这个对象组内所有系统。而且,所有这里可以修改的值都可以"
+"被分配到该对象组的对象继承。"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:39
-#: addons/goto/events/DaemonEvent_rescan.tpl:39
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:39
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:39
-#: addons/goto/events/DaemonEvent_lock.tpl:39
-#: addons/goto/events/DaemonEvent_halt.tpl:39
-#: addons/goto/events/DaemonEvent_memcheck.tpl:39
-#: addons/goto/events/DaemonEvent_notify.tpl:39
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:39
-#: addons/goto/events/DaemonEvent_reboot.tpl:39
-#: addons/goto/events/DaemonEvent_faireboot.tpl:39
-#: addons/goto/events/DaemonEvent_reinstall.tpl:43
-#: addons/goto/events/DaemonEvent_wakeup.tpl:39
-#: addons/goto/events/DaemonEvent_localboot.tpl:39
-#: addons/goto/events/DaemonEvent_update.tpl:39
-#: addons/goto/class_gotomasses.inc:339
+#: admin/devices/paste_deviceGeneric.tpl:2
+#: admin/devices/class_deviceManagement.inc:7
+#: admin/devices/class_deviceGeneric.inc:241 admin/devices/deviceGeneric.tpl:2
+msgid "Devices"
+msgstr "设备"
+
+#: admin/devices/paste_deviceGeneric.tpl:9
+#: admin/devices/class_divListDevices.inc:51
+#: admin/devices/deviceGeneric.tpl:18
+msgid "Device name"
+msgstr "设备名称"
+
+#: admin/devices/main.inc:42 admin/devices/main.inc:44
 #, fuzzy
-msgid "Status"
-msgstr "启动"
+msgid "Device management"
+msgstr "系统管理"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:43
-#: addons/goto/events/DaemonEvent_rescan.tpl:43
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:43
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:43
-#: addons/goto/events/DaemonEvent_lock.tpl:43
-#: addons/goto/events/DaemonEvent_halt.tpl:43
-#: addons/goto/events/DaemonEvent_memcheck.tpl:43
-#: addons/goto/events/DaemonEvent_notify.tpl:43
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:43
-#: addons/goto/events/DaemonEvent_reboot.tpl:43
-#: addons/goto/events/DaemonEvent_faireboot.tpl:43
-#: addons/goto/events/DaemonEvent_reinstall.tpl:47
-#: addons/goto/events/DaemonEvent_wakeup.tpl:43
-#: addons/goto/events/DaemonEvent_localboot.tpl:43
-#: addons/goto/events/DaemonEvent_update.tpl:43
+#: admin/devices/class_deviceManagement.inc:8
 #, fuzzy
-msgid "Result"
-msgstr "å\88\86辨ç\8e\87"
+msgid "Manage devices"
+msgstr "æ\89«æ\8f\8f设å¤\87"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:47
-#: addons/goto/events/DaemonEvent_rescan.tpl:47
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:47
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:47
-#: addons/goto/events/DaemonEvent_lock.tpl:47
-#: addons/goto/events/DaemonEvent_halt.tpl:47
-#: addons/goto/events/DaemonEvent_memcheck.tpl:47
-#: addons/goto/events/DaemonEvent_notify.tpl:47
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:47
-#: addons/goto/events/DaemonEvent_reboot.tpl:47
-#: addons/goto/events/DaemonEvent_faireboot.tpl:47
-#: addons/goto/events/DaemonEvent_reinstall.tpl:51
-#: addons/goto/events/DaemonEvent_wakeup.tpl:47
-#: addons/goto/events/DaemonEvent_localboot.tpl:47
-#: addons/goto/events/DaemonEvent_update.tpl:47
-#: addons/goto/class_gotomasses.inc:334
+#: admin/devices/class_deviceManagement.inc:240
+#: admin/devices/class_deviceManagement.inc:320
 #, fuzzy
-msgid "Target"
-msgstr "è\8a¯ç\89\87ç»\84"
+msgid "device"
+msgstr "设å¤\87"
 
-#: addons/goto/events/DaemonEvent_activate.tpl:51
-#: addons/goto/events/DaemonEvent_rescan.tpl:51
-#: addons/goto/events/DaemonEvent_reload_ldap_config.tpl:51
-#: addons/goto/events/DaemonEvent_installation_activation.tpl:51
-#: addons/goto/events/DaemonEvent_lock.tpl:51
-#: addons/goto/events/DaemonEvent_halt.tpl:51
-#: addons/goto/events/DaemonEvent_memcheck.tpl:51
-#: addons/goto/events/DaemonEvent_notify.tpl:51
-#: addons/goto/events/DaemonEvent_sysinfo.tpl:51
-#: addons/goto/events/DaemonEvent_reboot.tpl:51
-#: addons/goto/events/DaemonEvent_faireboot.tpl:51
-#: addons/goto/events/DaemonEvent_reinstall.tpl:55
-#: addons/goto/events/DaemonEvent_wakeup.tpl:51
-#: addons/goto/events/DaemonEvent_localboot.tpl:51
-#: addons/goto/events/DaemonEvent_update.tpl:51
-msgid "Timestamp"
+#: admin/devices/class_deviceGeneric.inc:28
+msgid "Digital camera"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_notify.inc:29
-#: addons/goto/events/class_DaemonEvent_notify.inc:30
-msgid "Send message"
+#: admin/devices/class_deviceGeneric.inc:29
+#, fuzzy
+msgid "USB stick"
+msgstr "置顶"
+
+#: admin/devices/class_deviceGeneric.inc:30
+msgid "CD/DVD drive"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_lock.inc:29
-#: addons/goto/events/class_DaemonEvent_lock.inc:30
+#: admin/devices/class_deviceGeneric.inc:94
 #, fuzzy
-msgid "Lock"
-msgstr "锁定"
+msgid "iSerial"
+msgstr "(iSerial)"
 
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:28
-#: addons/goto/events/class_DaemonEvent_faireboot.inc:29
+#: admin/devices/class_deviceGeneric.inc:97
 #, fuzzy
-msgid "Abort installation"
-msgstr "工作站"
+msgid "Serial"
+msgstr "(iSerial)"
 
-#: addons/goto/events/class_DaemonEvent_activate.inc:29
-#: addons/goto/events/class_DaemonEvent_activate.inc:30
+#: admin/devices/class_deviceGeneric.inc:100
 #, fuzzy
-msgid "Activate"
-msgstr "活动"
+msgid "Vendor ID"
+msgstr "供应商-ID"
 
-#: addons/goto/events/target_list.tpl:5
+#: admin/devices/class_deviceGeneric.inc:151
+#: admin/devices/class_divListDevices.inc:142
+#: admin/devices/class_divListDevices.inc:197
+msgid "Device"
+msgstr "设备"
+
+#: admin/devices/class_deviceGeneric.inc:236
 #, fuzzy
-msgid "Use"
-msgstr "用户"
+msgid "Device generic"
+msgstr "服务器名称"
 
-#: addons/goto/events/class_EventTargetAddList.inc:51
+#: admin/devices/class_divListDevices.inc:33
+#: admin/devices/class_divListDevices.inc:34
 #, fuzzy
-msgid "Targets"
-msgstr "共享"
+msgid "List of defined devices"
+msgstr "设备列表"
 
-#: addons/goto/events/class_EventTargetAddList.inc:55
-msgid ""
-"This dialog shows all available targets for your event, check the targets "
-"you want to add and use the 'Use' button to accept."
-msgstr ""
+#: admin/devices/class_divListDevices.inc:58
+msgid "Display devices matching"
+msgstr "显示匹配的设备"
 
-#: addons/goto/events/class_EventTargetAddList.inc:66
+#: admin/devices/class_divListDevices.inc:278
 #, fuzzy
-msgid "System / Department"
-msgstr "部门"
+msgid "Number of listed devices"
+msgstr "部门名称"
 
-#: addons/goto/events/class_EventTargetAddList.inc:73
+#: admin/devices/remove.tpl:6
 #, fuzzy
-msgid "Display server"
-msgstr "显示设备"
+msgid ""
+"This may be used by several users/groups. Please double check if your really "
+"want to do this since there is no way for GOsa to get your data back."
+msgstr ""
+"这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据"
+"找回。"
 
-#: addons/goto/events/class_EventTargetAddList.inc:74
+#: admin/devices/deviceGeneric.tpl:32
 #, fuzzy
-msgid "Display workstation"
-msgstr "Windows 工作站"
+msgid "Device type"
+msgstr "设备名称"
 
-#: addons/goto/events/class_EventTargetAddList.inc:75
+#: admin/devices/deviceGeneric.tpl:35
 #, fuzzy
-msgid "Display object groups"
-msgstr "显示匹配对象"
+msgid "Choose the device type"
+msgstr "选择一个电话类型"
 
-#: addons/goto/events/class_EventTargetAddList.inc:76
-msgid "Filter by IP range"
-msgstr ""
+#: admin/devices/deviceGeneric.tpl:45
+msgid "Serial number"
+msgstr "系列号"
 
-#: addons/goto/events/class_EventTargetAddList.inc:236
-#: addons/goto/class_target_list.inc:206
-#, fuzzy
-msgid "Object group"
-msgstr "选择一个对象组"
+#: admin/devices/deviceGeneric.tpl:45
+msgid "(iSerial)"
+msgstr "(iSerial)"
 
-#: addons/goto/events/DaemonEvent_reinstall.tpl:39
+#: admin/devices/deviceGeneric.tpl:53
+msgid "Vendor-ID"
+msgstr "供应商-ID"
+
+#: admin/devices/deviceGeneric.tpl:53
+msgid "(idVendor)"
+msgstr "(idVendor)"
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "Product-ID"
+msgstr "产品-ID"
+
+#: admin/devices/deviceGeneric.tpl:60
+msgid "(idProduct)"
+msgstr "(idProduct)"
+
+#: personal/environment/class_logonManagementDialog.inc:107
 #, fuzzy
-msgid "Progress"
-msgstr "属性"
+msgid "Script name"
+msgstr "脚本名称"
 
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:28
-#: addons/goto/events/class_DaemonEvent_installation_activation.inc:29
-msgid "Installation activation"
+#: personal/environment/class_environment.inc:7
+#: personal/environment/class_environment.inc:406
+#: personal/environment/class_environment.inc:407
+#: personal/environment/class_environment.inc:415
+#: personal/environment/class_environment.inc:416
+#: personal/environment/class_environment.inc:419
+#: personal/environment/class_environment.inc:420
+#: personal/environment/class_environment.inc:423
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:446
+#: personal/environment/class_environment.inc:447
+#: personal/environment/class_environment.inc:451
+#: personal/environment/class_environment.inc:452
+#: personal/environment/class_environment.inc:455
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1739
+msgid "Environment"
+msgstr "环境设置"
+
+#: personal/environment/class_environment.inc:137
+#, fuzzy, php-format
+msgid "Device '%s' is not available anymore. It will be removed!"
+msgstr "没有可用的 mysql 扩展,请检查您的 php 设置。"
+
+#: personal/environment/class_environment.inc:210
+msgid "auto"
+msgstr "自动"
+
+#: personal/environment/class_environment.inc:232
+#, fuzzy, php-format
+msgid "Cannot open file '%s'!"
+msgstr "无法打开文件 '%s'。"
+
+#: personal/environment/class_environment.inc:246
+#: personal/environment/class_environment.inc:247
+msgid "disabled"
+msgstr "禁用"
+
+#: personal/environment/class_environment.inc:288
+#, php-format
+msgid ""
+"Kiosk profile '%s' located on server '%s' is not available anymore. Kiosk "
+"profile will be disabled!"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent_wakeup.inc:30
-#, fuzzy
-msgid "Start a system"
-msgstr "系统"
+#: personal/environment/class_environment.inc:333
+#, fuzzy, php-format
+msgid "Profile server '%s' is not available anymore. Switched to server '%s'."
+msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
 
-#: addons/goto/events/timestamp_select.tpl:3
-msgid "Year"
+#: personal/environment/class_environment.inc:337
+#, fuzzy, php-format
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgstr "选择的 kiosk profile '%s' 不存在,设置当前 profile 为 'none'。"
+
+#: personal/environment/class_environment.inc:424
+#: personal/environment/class_environment.inc:456
+#: personal/environment/class_environment.inc:1121
+msgid "POSIX"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:4
+#: personal/environment/class_environment.inc:557
+#: personal/environment/environment.tpl:235
+msgid "Logon scripts"
+msgstr "登录脚本"
+
+#: personal/environment/class_environment.inc:647
 #, fuzzy
-msgid "Month"
-msgstr "挂载路径"
+msgid "Share"
+msgstr "共享"
 
-#: addons/goto/events/timestamp_select.tpl:5
-msgid "Day"
+#: personal/environment/class_environment.inc:737
+#: personal/environment/environment.tpl:246
+#: personal/environment/environment.tpl:292
+msgid "Used by all users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:7
-msgid "Hour"
+#: personal/environment/class_environment.inc:740
+#: personal/environment/environment.tpl:248
+#: personal/environment/environment.tpl:294
+msgid "Used by some users"
 msgstr ""
 
-#: addons/goto/events/timestamp_select.tpl:8
+#: personal/environment/class_environment.inc:752
+#: personal/environment/class_environment.inc:753
+#: personal/environment/class_environment.inc:761
+#: personal/environment/class_environment.inc:762
+msgid "Reset password hash"
+msgstr "重置口令"
+
+#: personal/environment/class_environment.inc:766
+msgid "Delete share entry"
+msgstr "删除共享条目"
+
+#: personal/environment/class_environment.inc:960
+msgid "Cannot set default printer flag for groups!"
+msgstr ""
+
+#: personal/environment/class_environment.inc:1114
+#: personal/environment/class_environment.inc:1684
+#: personal/environment/class_environment.inc:1755
 #, fuzzy
-msgid "Minute"
-msgstr "打印机"
+msgid "Profile quota"
+msgstr "Profil quota"
 
-#: addons/goto/events/timestamp_select.tpl:9
+#: personal/environment/class_environment.inc:1121
 #, fuzzy
-msgid "Second"
-msgstr ""
+msgid "environment"
+msgstr "环境设置"
 
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:28
-#: addons/goto/events/class_DaemonEvent_reload_ldap_config.inc:29
-msgid "Reload ldap config"
-msgstr ""
+#: personal/environment/class_environment.inc:1300
+msgid "group share"
+msgstr "组共享"
 
-#: addons/goto/events/class_DaemonEvent.inc:117
+#: personal/environment/class_environment.inc:1336
+msgid "Administrator"
+msgstr "管理员"
+
+#: personal/environment/class_environment.inc:1341
+#: personal/environment/class_environment.inc:1761
+msgid "Default printer"
+msgstr "缺省打印机"
+
+#: personal/environment/class_environment.inc:1740
 #, fuzzy
-msgid "This job has no template."
-msgstr "这个 'dn' 没有终端功能。"
+msgid "Environment settings"
+msgstr "用户环境设置"
 
-#: addons/goto/events/class_DaemonEvent.inc:133
-#, php-format
-msgid "Create '%s' job"
+#: personal/environment/class_environment.inc:1744
+msgid "My account"
+msgstr "我的账号"
+
+#: personal/environment/class_environment.inc:1748
+msgid "Command to extend the list of possible screen resolutions"
 msgstr ""
 
-#: addons/goto/events/class_DaemonEvent.inc:232
-msgid "Add"
-msgstr "添加"
+#: personal/environment/class_environment.inc:1752
+#: personal/environment/environment.tpl:163
+msgid "Resolution changeable during session"
+msgstr "会话间允许修改分辨率"
 
-#: addons/goto/class_target_list.inc:58
-msgid "Select the target objects for your scheduled action."
-msgstr ""
+#: personal/environment/class_environment.inc:1753
+#: personal/environment/environment.tpl:38
+#: personal/environment/environment.tpl:100
+msgid "Cache profile localy"
+msgstr "本地缓存 profile"
+
+#: personal/environment/class_environment.inc:1756
+#, fuzzy
+msgid "Profile server"
+msgstr "文件服务器"
+
+#: personal/environment/class_environment.inc:1762
+#: personal/environment/logonManagement.tpl:56
+msgid "Logon script"
+msgstr "登录脚本"
+
+#: personal/environment/class_environment.inc:1763
+#: personal/environment/environment.tpl:282
+msgid "Hotplug devices"
+msgstr "热插拔设备"
 
-#: addons/goto/class_target_list.inc:59 addons/goto/class_target_list.inc:60
-#, fuzzy
-msgid "Available targets"
-msgstr "可用的应用程序"
+#: personal/environment/main.inc:121
+msgid "User environment settings"
+msgstr "用户环境设置"
 
-#: addons/goto/class_target_list.inc:69
+#: personal/environment/class_selectPrinterDialog.inc:107
 #, fuzzy
-msgid "Object name"
-msgstr "设å¤\87å\90\8d称"
+msgid "Please select a printer!"
+msgstr "请é\80\89æ\8b©ä¸\80个æ\9c\89æ\95\88æ\96\87件ã\80\82"
 
-#: addons/goto/class_target_list.inc:72
+#: personal/environment/class_hotplugDialog.inc:64
 #, fuzzy
-msgid "Select to see object groups"
-msgstr "选择一个对象组"
+msgid "Please select a hotplug device!"
+msgstr "请选择一个有效文件。"
 
-#: addons/goto/class_target_list.inc:72
-#, fuzzy
-msgid "Show object groups"
-msgstr "选择一个对象组"
+#: personal/environment/selectPrinterDialog.tpl:1
+msgid "Add printer devcies"
+msgstr "添加打印设备"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Select to see servers"
-msgstr "选择在子树中查询"
+#: personal/environment/selectPrinterDialog.tpl:48
+msgid "Display printers matching"
+msgstr "显示匹配的打印机"
 
-#: addons/goto/class_target_list.inc:73
-#, fuzzy
-msgid "Show servers"
-msgstr "交换服务器"
+#: personal/environment/selectPrinterDialog.tpl:53
+msgid "Regular expression for matching printer names"
+msgstr "匹配打印机名的正则表达式"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Select to see workstations"
-msgstr "Windows 工作站"
+#: personal/environment/logonManagement.tpl:1
+#: personal/environment/logonManagement.tpl:5
+#: personal/environment/environment.tpl:237
+msgid "Logon script management"
+msgstr "登录脚本管理"
 
-#: addons/goto/class_target_list.inc:74
-#, fuzzy
-msgid "Show workstations"
-msgstr "Windows 工作站"
+#: personal/environment/logonManagement.tpl:8
+msgid "Logon script settings"
+msgstr "登录脚本设置"
 
-#: addons/goto/class_target_list.inc:75
+#: personal/environment/logonManagement.tpl:10
+msgid "Skript name"
+msgstr "脚本名称"
+
+#: personal/environment/logonManagement.tpl:24
+msgid "Priority"
+msgstr "优先级"
+
+#: personal/environment/logonManagement.tpl:34
+msgid "Logon script flags"
+msgstr "登录脚本标志"
+
+#: personal/environment/logonManagement.tpl:38
 #, fuzzy
-msgid "Select to see incoming objects"
-msgstr "选择在子树中查询"
+msgid "Last script"
+msgstr "最后脚本"
 
-#: addons/goto/class_target_list.inc:75
-msgid "Show new objects"
-msgstr ""
+#: personal/environment/logonManagement.tpl:44
+msgid "Script can be replaced by user"
+msgstr "可以被用户替换的脚本"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Select to search for a specific IP range only"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:1
+msgid "Add hotplug devices"
+msgstr "添加热插拔设备"
 
-#: addons/goto/class_target_list.inc:80
-msgid "Match IP range"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:5
+msgid "Hotplug management"
+msgstr "热插拔管理"
 
-#: addons/goto/class_target_list.inc:83
-#, fuzzy
-msgid "Regular expression for matching group names"
-msgstr "匹配成员名的正则表达式"
+#: personal/environment/hotplugDialog.tpl:10
+msgid "Select hotplug device to add"
+msgstr "选择添加一个热插拔设备"
 
-#: addons/goto/class_target_list.inc:84
-msgid "IP range start"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:34
+msgid "Choose the department the search will be based    on"
+msgstr "选择一个部门来做查询"
 
-#: addons/goto/class_target_list.inc:85
-msgid "IP range end"
-msgstr ""
+#: personal/environment/hotplugDialog.tpl:48
+msgid "Regular expression for        matching hotplugs"
+msgstr "用于匹配热插拔的正则表达式"
 
-#: addons/goto/class_target_list.inc:251 addons/goto/class_target_list.inc:255
-msgid "IP range"
-msgstr ""
+#: personal/environment/environment.tpl:3
+msgid "The environment extension is currently disabled."
+msgstr "环境变量扩展当前被禁用。"
 
-#: addons/goto/class_gotomasses.inc:26 addons/goto/main.inc:52
-#, fuzzy
-msgid "System deployment"
-msgstr "系统类型"
+#: personal/environment/environment.tpl:11
+msgid "Profiles"
+msgstr "Profiles"
 
-#: addons/goto/class_gotomasses.inc:183
-#, fuzzy
-msgid "Permission"
-msgstr "允许"
+#: personal/environment/environment.tpl:14
+#: personal/environment/environment.tpl:196
+#: personal/environment/environment.tpl:277
+msgid "Environment managment settings"
+msgstr "环境变量管理设置"
 
-#: addons/goto/class_gotomasses.inc:289
-#, fuzzy
-msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr "这个菜单允许您创建,删除和修改仓库设置。"
+#: personal/environment/environment.tpl:22
+#: personal/environment/environment.tpl:52
+msgid "Use profile managment"
+msgstr "用户 profile 管理"
 
-#: addons/goto/class_gotomasses.inc:290
-#, fuzzy
-msgid "List of queued jobs"
-msgstr "设备列表"
+#: personal/environment/environment.tpl:26
+#: personal/environment/environment.tpl:62
+msgid "Profil path"
+msgstr "Profil path"
 
-#: addons/goto/class_gotomasses.inc:306
-#, fuzzy
-msgid "Resume"
-msgstr "重新安装"
+#: personal/environment/environment.tpl:33
+#: personal/environment/environment.tpl:89
+msgid "MB"
+msgstr "MB"
 
-#: addons/goto/class_gotomasses.inc:307
-#, fuzzy
-msgid "Pause"
-msgstr "粘贴"
+#: personal/environment/environment.tpl:44
+msgid "Profile managment"
+msgstr "Profile 管理"
 
-#: addons/goto/class_gotomasses.inc:308
-#, fuzzy
-msgid "Abort"
-msgstr "中间名"
+#: personal/environment/environment.tpl:59
+msgid "Profile server managment"
+msgstr "Profile 服务器管理"
 
-#: addons/goto/class_gotomasses.inc:335
-msgid "Task"
-msgstr ""
+#: personal/environment/environment.tpl:83
+msgid "Profil quota"
+msgstr "Profil quota"
+
+#: personal/environment/environment.tpl:113
+msgid "Kiosk profile settings"
+msgstr "Kiosk profile 设置"
 
-#: addons/goto/class_gotomasses.inc:337
+#: personal/environment/environment.tpl:136
 #, fuzzy
-msgid "Schedule"
-msgstr "计划更新"
+msgid "Profile"
+msgstr "Profiles"
 
-#: addons/goto/class_gotomasses.inc:357
-msgid "Move up in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:153
+msgid "Manage"
+msgstr "管理"
 
-#: addons/goto/class_gotomasses.inc:359
-msgid "Move down in execution queue"
-msgstr ""
+#: personal/environment/environment.tpl:211
+msgid "User used to connect to the share"
+msgstr "用户习惯连接这个共享"
 
-#: addons/goto/class_gotomasses.inc:366
-msgid "Pause job"
-msgstr ""
+#: personal/environment/environment.tpl:214
+msgid "Select a share"
+msgstr "选择一个共享"
 
-#: addons/goto/class_gotomasses.inc:373
-msgid "Resume job"
-msgstr ""
+#: personal/environment/environment.tpl:222
+msgid "Mount path"
+msgstr "挂载路径"
 
-#: addons/goto/class_gotomasses.inc:380
-msgid "Abort execution"
-msgstr ""
+#: personal/environment/environment.tpl:284
+msgid "Hotplug device settings"
+msgstr "热插拔设备设置"
 
-#: addons/goto/class_gotomasses.inc:387
-msgid "Force execution now!"
+#: personal/environment/environment.tpl:331
+msgid ""
+"Using this option will overwrite the complete printer settings for all "
+"currently edited objects!"
 msgstr ""
 
-#: addons/goto/class_gotomasses.inc:428
-#, fuzzy
-msgid "Waiting"
-msgstr "警告"
+#: personal/environment/environment.tpl:332
+#: personal/environment/environment.tpl:365
+msgid "Printer settings"
+msgstr "打印机设置"
 
-#: addons/goto/class_gotomasses.inc:539 addons/goto/class_gotomasses.inc:617
-#: addons/goto/class_gotomasses.inc:657
-#, php-format
-msgid "Cannot update queue entry: %s"
-msgstr ""
+#: personal/environment/environment.tpl:349
+#: personal/environment/environment.tpl:382
+msgid "Toggle admin"
+msgstr "切换管理员"
 
-#: addons/goto/class_gotomasses.inc:575
-#, php-format
-msgid "Cannot update queue entries."
-msgstr ""
+#: personal/environment/environment.tpl:352
+#: personal/environment/environment.tpl:385
+msgid "Toggle default"
+msgstr "切换缺省"
 
-#: addons/goto/class_gotomasses.inc:622
-#, php-format
-msgid "The job could not be aborted, the required class '%s' was not found."
-msgstr ""
+#, fuzzy
+#~ msgid "software update"
+#~ msgstr "立即更新"
 
-#: addons/goto/class_gotomasses.inc:698
-#, php-format
-msgid "Cannot load queue entries: %s"
-msgstr ""
+#, fuzzy
+#~ msgid "environemnt"
+#~ msgstr "环境设置"
 
-#: addons/goto/class_gotomasses.inc:778 addons/goto/class_gotomasses.inc:784
-msgid "System mass deployment"
-msgstr ""
+#, fuzzy
+#~ msgid "Missing FAI plugin extension!"
+#~ msgstr "添加打印机扩展"
 
-#: addons/goto/class_gotomasses.inc:779
-msgid "Provide a mechanism to automatically activate a set of systems"
-msgstr ""
+#, fuzzy
+#~ msgid "Harddisk"
+#~ msgstr "新硬盘"
 
 #, fuzzy
 #~ msgid "Something went wrong while talking to the daemon: %s."
@@ -3956,17 +4067,6 @@ msgstr ""
 #~ msgid "Save"
 #~ msgstr "保存"
 
-#, fuzzy
-#~ msgid "Application extension disabled. You can enable it by clicking below."
-#~ msgstr "环境变量扩展已禁用。您可以点击下面按钮重新启用。"
-
-#, fuzzy
-#~ msgid "Application extension enabled. You can disable it by clicking below."
-#~ msgstr "环境变量扩展已经启用。您可以点击下面按钮禁用。"
-
-#~ msgid "Back"
-#~ msgstr "返回"
-
 #~ msgid "LDAP Service"
 #~ msgstr "LDAP 服务"
 
@@ -4248,10 +4348,6 @@ msgstr ""
 #~ msgid "You have no permission to delete this entry!"
 #~ msgstr "您无权删除这个黑名单。"
 
-#, fuzzy
-#~ msgid "Subject"
-#~ msgstr "选择"
-
 #, fuzzy
 #~ msgid "Text"
 #~ msgstr "文字"
@@ -4488,9 +4584,6 @@ msgstr ""
 #~ msgid "Delete entry"
 #~ msgstr "删除条目"
 
-#~ msgid "Insert seperator"
-#~ msgstr "插入分隔符"
-
 #~ msgid "This application is no longer available."
 #~ msgstr "此应用程序不再可用。"
 
index b2a76c498659a464342bf5f824226ccffa0e2578..24ac7a14f212387738e06d85c399fd6d679f36aa 100644 (file)
@@ -1118,7 +1118,7 @@ class environment extends plugin
     } 
     if(!$this->is_group){
       if((!((in_array("posixAccount",$this->attrs['objectClass']))||($this->parent->by_object['posixAccount']->is_account==true)))&&(!$this->is_group)){
-        $message[]= msgPool::featuresDisabled(_("environemnt"),_("POSIX"));  
+        $message[]= msgPool::featuresDisabled(_("environment"),_("POSIX"));  
       }
     }
     return ($message);